summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm
Commit message (Expand)AuthorAgeFilesLines
* sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-082-78/+2
* sh: sanitize the flags on sigreturnAl Viro2023-04-051-0/+1
* sh: machvec: Use char[] for section boundariesKees Cook2022-10-261-1/+1
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-011-0/+10
* sh: define __BIG_ENDIAN for math-emuRandy Dunlap2021-11-261-0/+8
* Fix 'acccess_ok()' on alpha and SHLinus Torvalds2020-06-221-2/+5
* sh: prevent warnings when using iounmapSam Ravnborg2019-07-311-1/+5
* sh: prefer _THIS_IP_ to current_text_addrNick Desaulniers2018-08-171-1/+2
* Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-08-143-23/+8
|\
| * sh: use generic dma_noncoherent_opsChristoph Hellwig2018-08-022-26/+1
| * sh: use dma_direct_ops for the CONFIG_DMA_COHERENT caseChristoph Hellwig2018-08-021-0/+4
| * sh: introduce a sh_cacheop_vaddr helperChristoph Hellwig2018-08-021-0/+7
| * sh: simplify get_arch_dma_opsChristoph Hellwig2018-08-021-3/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-7/+5
|\ \
| * | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0
| * | perf/arch/sh: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+5
| * | perf/arch/sh: Remove "struct arch_hw_breakpoint::name" unused fieldFrederic Weisbecker2018-06-261-1/+0
| * | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-261-1/+1
| * | sh/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-4/+0
| |/
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-6/+0
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-4/+0
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-25/+0
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
* | locking/atomics/sh: Don't pull in all of <linux/bitops.h> in <asm/cmpxchg-xch...Will Deacon2018-06-211-1/+2
|/
* Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-131-2/+2
|\
| * sh: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-06-111-2/+2
* | mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-2/+0
|/
* 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
* | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-6/+0
|/
* sh: fix futex FUTEX_OP_SET op on userspace addressesAurelien Jarno2018-04-121-4/+1
* 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
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
|/
* arch/sh/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-1/+0
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-4/+0
|\
| * PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-071-2/+0
| * PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-071-2/+0
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-4/+3
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-6/+0
| * | sh: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-2/+7
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07122-0/+122
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02122-0/+122
| |/
* | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-102-8/+0
* | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2017-10-102-8/+0
* | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-102-24/+0
|/
* arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-222-8/+0
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-22/+4
|\
| * futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-22/+4
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-212-10/+0
|\ \ | |/ |/|