summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
...
| * bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin2022-06-301-12/+22
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-17/+0
|\ \
| * | sh/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-17/+0
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-12/+0
|\ \
| * | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-6/+0
| * | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-6/+0
| |/
* / sh: convert nommu io{re,un}map() to static inline functionsGeert Uytterhoeven2022-07-031-2/+6
|/
* mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-131-2/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-6/+0
|\
| * asm/user.h: killed unused macrosAl Viro2022-01-301-6/+0
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-234-59/+1
|\ \
| * | sh: remove CONFIG_SET_FS supportArnd Bergmann2022-02-254-40/+0
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-20/+2
| |/
* / arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131-1/+0
|\|
| * Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0
* | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
|/
* Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds2021-11-144-15/+13
|\
| * sh: pgtable-3level: Fix cast to pointer from integer of different sizeGeert Uytterhoeven2021-10-271-1/+1
| * sh: define __BIG_ENDIAN for math-emuRandy Dunlap2021-10-271-0/+8
| * sh: Cleanup about SPARSE_IRQKefeng Wang2021-10-271-11/+0
| * sh: fix trivial misannotationsAl Viro2021-09-172-4/+5
* | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-12/+0
|\ \
| * | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-12/+0
| |/
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-1/+1
|\ \
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/ /
* / / mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-1/+2
|/ /
* / sh: pgtable-3level: fix cast to pointer from integer of different sizeGeert Uytterhoeven2021-09-241-1/+1
|/
* mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-6/+2
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-022-212/+0
|\
| * sh: remove unaligned access for sh4aArnd Bergmann2021-05-102-212/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-3/+0
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-2/+2
|\| |
| * | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-2/+2
| |/
* / locking/atomic: sh: move to ARCH_ATOMICMark Rutland2021-05-265-15/+15
|/
* mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0
* arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov2021-05-061-2/+3
* arch/sh/include/asm/tlb.h: remove duplicate includeZhang Yunkai2021-04-301-8/+2
* Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-121-1/+0
|\
| * Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds2021-01-241-1/+0
| |\
| | * sh: Drop ARCH_NR_GPIOS definitionAndy Shevchenko2021-01-061-1/+0