summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\
| * dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ | |/ |/|
| * vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-9/+0
|\
| * kill unused dump_fpu() instancesAl Viro2020-07-271-9/+0
* | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-41/+21
|\|
| * hexagon: switch to ->regset_get()Al Viro2020-07-271-41/+21
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
* | hexagon: switch to copy_thread_tls()Christian Brauner2020-07-041-3/+3
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* hexagon: add show_stack_loglvl()Dmitry Safonov2020-06-091-14/+17
* hexagon: Replace setup_irq() by request_irq()afzal mohammed2020-03-292-19/+14
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-3/+3
|\
| * sched/rt, hexagon: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-3/+3
* | hexagon: work around compiler crashNick Desaulniers2020-01-041-3/+1
* | hexagon: parenthesize registers in asm predicatesNick Desaulniers2020-01-041-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-2/+2
|\
| * dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-2/+2
* | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-2/+2
|\ \
| * | hexagon: remove __iounmapChristoph Hellwig2019-11-111-1/+1
| * | hexagon: clean up ioremapChristoph Hellwig2019-11-111-1/+1
| |/
* | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-082-7/+7
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-6/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-0526-365/+26
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
* kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-27/+0
* kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-7/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+2
* Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-135/+8
|\
| * hexagon: use generic dma_noncoherent_opsChristoph Hellwig2018-09-081-140/+8
| * 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/+0
* | arch/hexagon: fix kernel/dma.c build warningRandy Dunlap2018-09-101-1/+1
|/
* hexagon: fix printk format warning in setup.cRandy Dunlap2018-06-151-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-7/+2
|\
| * signal/hexagon: Use force_sig_fault as appropriateEric W. Biederman2018-04-251-8/+2
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-1/+0
|/
* Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-0/+1
|\
| * hexagon: use the generic dma_capable helperChristoph Hellwig2018-01-101-0/+1
* | hexagon: Make THREAD_SIZE available to vmlinux.ldsDavid Howells2018-01-091-0/+2
|/