summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* sh: prefer _THIS_IP_ to current_text_addrNick Desaulniers2018-08-181-1/+2
* Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-08-143-23/+8Star
|\
| * sh: use generic dma_noncoherent_opsChristoph Hellwig2018-08-022-26/+1Star
| * 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/+2Star
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-7/+5Star
|\ \
| * | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0Star
| * | 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/+0Star
| * | 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/+0Star
| |/
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-6/+0Star
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-4/+0Star
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-25/+0Star
* | 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-081-2/+0Star
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-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/+0Star
|/
* arch/sh: add sh7786_mm_sel() functionThomas Petazzoni2018-04-131-0/+7
* sh: fix futex FUTEX_OP_SET op on userspace addressesAurelien Jarno2018-04-131-4/+1Star
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-1/+0Star
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0Star
* | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-3/+0Star
|\ \
| * | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-101-3/+0Star
* | | SolutionEngine771x: add Ether TSU resourceSergei Shtylyov2018-01-091-0/+1
|/ /
* / bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
|/
* arch/sh/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-181-1/+0Star
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-4/+0Star
|\
| * PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-081-2/+0Star
| * PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-081-2/+0Star
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-151-4/+3Star
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-6/+0Star
| * | sh: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-2/+7
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07195-0/+195
|\ \ \
| * | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-021-0/+1
| * | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0219-0/+19
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02175-0/+175
| |/ /
* | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-102-8/+0Star
* | | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2017-10-102-8/+0Star
* | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-102-24/+0Star
|/ /
* | sh: sh7269: remove nonexistent GPIO_PH[0-7] to fix pinctrl registrationGeert Uytterhoeven2017-10-041-3/+1Star
* | sh: sh7264: remove nonexistent GPIO_PH[0-7] to fix pinctrl registrationGeert Uytterhoeven2017-10-041-3/+1Star
* | sh: sh7757: remove nonexistent GPIO_PT[JLNQ]7_RESV to fix pinctrl registrationGeert Uytterhoeven2017-10-041-4/+4
* | sh: sh7722: remove nonexistent GPIO_PTQ7 to fix pinctrl registrationGeert Uytterhoeven2017-10-041-1/+1
|/
* arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-232-8/+0Star