summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
* hexagon: Fix function name in die()Nathan Chancellor2023-02-061-1/+1
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-061-1/+1
* hexagon: export raw I/O routines for modulesNathan Chancellor2021-11-261-0/+4
* hexagon: use common DISCARDS macroNathan Chancellor2021-07-201-6/+1
* hexagon: define ioremap_ucNick Desaulniers2020-05-101-0/+1
* hexagon: clean up ioremapChristoph Hellwig2020-05-103-11/+4
* hexagon: work around compiler crashNick Desaulniers2020-01-171-3/+1
* hexagon: parenthesize registers in asm predicatesNick Desaulniers2020-01-176-23/+23
* hexagon: modify ffs() and fls() to return intRandy Dunlap2018-09-101-2/+2
* arch/hexagon: fix kernel/dma.c build warningRandy Dunlap2018-09-101-1/+1
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-3/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-20/+2
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+1
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-4/+1
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-16/+0
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-6/+0
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-5/+0
* | 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/+0
* | 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/+0
* 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-041-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-042-20/+9
|\ \
| * | signal/hexagon: Use force_sig_fault as appropriateEric W. Biederman2018-04-252-22/+9
| * | 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/+1
* | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-1/+0
* | 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-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-313-9/+1
|\ \
| * | hexagon: use the generic dma_capable helperChristoph Hellwig2018-01-102-7/+1
| * | hexagon: remove unused flush_write_buffers definitionChristoph Hellwig2018-01-091-2/+0
* | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
* | | 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-172-6/+4
|\
| * hexagon/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULECao jin2017-10-311-3/+3
| * hexagon: get rid of #include <generated/compile.h>Masahiro Yamada2017-10-091-3/+1
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-3/+0
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-3/+0
| |/
* | 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
| * | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-023-0/+3
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
| |/
* | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-5/+0