summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
...
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0Star
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0Star
* treewide: remove current_text_addrNick Desaulniers2018-10-311-3/+0Star
* hexagon: switch to NO_BOOTMEMMike Rapoport2018-10-272-12/+11Star
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-0/+1
|\
| * y2038: Remove stat64 family from default syscall setArnd Bergmann2018-08-291-0/+1
* | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-224-175/+11Star
|\ \
| * | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-1/+1
| * | hexagon: use generic dma_noncoherent_opsChristoph Hellwig2018-09-084-180/+11Star
| * | hexagon: implement the sync_sg_for_device DMA operationChristoph Hellwig2018-09-081-0/+13
| * | hexagon: remove the sync_single_for_cpu DMA operationChristoph Hellwig2018-09-081-8/+0Star
| |/
* | hexagon: modify ffs() and fls() to return intRandy Dunlap2018-09-111-2/+2
* | arch/hexagon: fix kernel/dma.c build warningRandy Dunlap2018-09-111-1/+1
|/
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-3/+1Star
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+1
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-20/+2Star
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+1
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-4/+1Star
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-16/+0Star
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-6/+0Star
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-5/+0Star
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-0/+1
* | atomics/treewide: Remove redundant atomic_inc_not_zero() definitionsMark Rutland2018-06-211-2/+0Star
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
|/
* hexagon: drop the unused variable zero_page_maskAnshuman Khandual2018-06-152-4/+0Star
* hexagon: fix printk format warning in setup.cRandy Dunlap2018-06-151-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-0/+1
|\
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-052-20/+9Star
|\ \
| * | signal/hexagon: Use force_sig_fault as appropriateEric W. Biederman2018-04-252-22/+9Star
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-252-0/+2
| |/
* | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1Star
* | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-1/+0Star
* | hexagon: export csum_partial_copy_nocheckArnd Bergmann2018-05-011-0/+1
* | hexagon: add memset_io() helperArnd Bergmann2018-05-011-0/+6
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-1/+0Star
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0Star
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-313-9/+1Star
|\ \
| * | hexagon: use the generic dma_capable helperChristoph Hellwig2018-01-102-7/+1Star
| * | hexagon: remove unused flush_write_buffers definitionChristoph Hellwig2018-01-091-2/+0Star
* | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-101-3/+0Star
* | | hexagon: Make THREAD_SIZE available to vmlinux.ldsDavid Howells2018-01-091-0/+2
|/ /
* / bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
|/
* Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-182-6/+4Star
|\
| * hexagon/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULECao jin2017-10-301-3/+3
| * hexagon: get rid of #include <generated/compile.h>Masahiro Yamada2017-10-091-3/+1Star
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-151-3/+0Star
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-3/+0Star
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0717-0/+17
|\ \
| * | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-029-0/+9