aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon
AgeCommit message (Expand)AuthorFilesLines
2018-09-10hexagon: modify ffs() and fls() to return intGravatar Randy Dunlap 1-2/+2
2018-09-10arch/hexagon: fix kernel/dma.c build warningGravatar Randy Dunlap 1-1/+1
2018-09-08hexagon: use generic dma_noncoherent_opsGravatar Christoph Hellwig 4-180/+11
2018-09-08hexagon: implement the sync_sg_for_device DMA operationGravatar Christoph Hellwig 1-0/+13
2018-09-08hexagon: remove the sync_single_for_cpu DMA operationGravatar Christoph Hellwig 1-8/+0
2018-08-29y2038: Remove stat64 family from default syscall setGravatar Arnd Bergmann 1-0/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-3/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-20/+2
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-0/+1
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 2-4/+1
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 1-16/+0
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalGravatar Mark Rutland 1-6/+0
2018-06-21atomics/treewide: Make test ops optionalGravatar Mark Rutland 1-5/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalGravatar Mark Rutland 1-0/+1
2018-06-21atomics/treewide: Remove redundant atomic_inc_not_zero() definitionsGravatar Mark Rutland 1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-2/+2
2018-06-15hexagon: drop the unused variable zero_page_maskGravatar Anshuman Khandual 2-4/+0
2018-06-15hexagon: fix printk format warning in setup.cGravatar Randy Dunlap 1-1/+1
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-20/+9
2018-05-09scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigGravatar Christoph Hellwig 1-3/+1
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSGravatar Christoph Hellwig 1-1/+0
2018-05-01hexagon: export csum_partial_copy_nocheckGravatar Arnd Bergmann 1-0/+1
2018-05-01hexagon: add memset_io() helperGravatar Arnd Bergmann 1-0/+6
2018-04-25signal/hexagon: Use force_sig_fault as appropriateGravatar Eric W. Biederman 2-22/+9
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 2-0/+2
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+1
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-9/+1
2018-01-10hexagon: use the generic dma_capable helperGravatar Christoph Hellwig 2-7/+1
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 1-3/+0
2018-01-09hexagon: Make THREAD_SIZE available to vmlinux.ldsGravatar David Howells 1-0/+2
2018-01-09hexagon: remove unused flush_write_buffers definitionGravatar Christoph Hellwig 1-2/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildGravatar Stephen Boyd 1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeGravatar Hendrik Brueckner 1-0/+1
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-6/+4
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 17-0/+17
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGravatar Greg Kroah-Hartman 9-0/+9
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Gravatar Greg Kroah-Hartman 3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-10-31hexagon/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULEGravatar Cao jin 1-3/+3
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodGravatar Christoph Hellwig 1-3/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsGravatar Will Deacon 1-5/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Gravatar Will Deacon 1-10/+0
2017-10-09hexagon: get rid of #include <generated/compile.h>Gravatar Masahiro Yamada 1-3/+1
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-34/+6
2017-08-25futex: Remove duplicated code and fix undefined behaviourGravatar Jiri Slaby 1-34/+4
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsGravatar Paul E. McKenney 1-5/+0