aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-2/+2
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-2/+2
2019-11-11hexagon: remove __iounmapChristoph Hellwig1-1/+1
2019-11-11hexagon: clean up ioremapChristoph Hellwig1-1/+1
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-1/+0
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-7/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner26-365/+26
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman2-6/+6
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-27/+0
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-7/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+2
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-135/+8
2018-09-10arch/hexagon: fix kernel/dma.c build warningRandy Dunlap1-1/+1
2018-09-08hexagon: use generic dma_noncoherent_opsChristoph Hellwig1-140/+8
2018-09-08hexagon: implement the sync_sg_for_device DMA operationChristoph Hellwig1-0/+13
2018-09-08hexagon: remove the sync_single_for_cpu DMA operationChristoph Hellwig1-8/+0
2018-06-15hexagon: fix printk format warning in setup.cRandy Dunlap1-1/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+2
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-1/+0
2018-04-25signal/hexagon: Use force_sig_fault as appropriateEric W. Biederman1-8/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2018-01-10hexagon: use the generic dma_capable helperChristoph Hellwig1-0/+1
2018-01-09hexagon: Make THREAD_SIZE available to vmlinux.ldsDavid Howells1-0/+2
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09hexagon: get rid of #include <generated/compile.h>Masahiro Yamada1-3/+1
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-13/+9
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner1-1/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-8/+0
2017-06-28hexagon: remove arch-specific dma_supported implementationChristoph Hellwig1-9/+0
2017-06-28hexagon: switch to use ->mapping_error for error reportingChristoph Hellwig2-4/+9
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-04-24hexagon: switch to RAW_COPY_USERAl Viro1-2/+2
2017-04-14hexagon/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar6-0/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2