summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()Masami Hiramatsu2023-11-021-0/+9
* sh: machvec: Remove custom ioport_{un,}map()Arnd Bergmann2023-10-252-7/+2
* sh: Remove stale microdev boardArnd Bergmann2023-10-251-69/+0
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-2/+2
|\
| * mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-2/+2
* | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-241-1/+1
* | sh: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-12/+21
* | sh: convert pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+5
* | sh: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-32/+8
* | sh: add <asm-generic/io.h> includingBaoquan He2023-08-182-7/+49
* | Merge tag 'sh-for-v6.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-131-1/+1
|\ \ | |/ |/|
| * sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQArtur Rojek2023-07-131-1/+1
* | Merge tag 'sh-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-056-5/+5
|\|
| * sh: Provide unxlate_dev_mem_ptr() in asm/io.hGuenter Roeck2023-07-051-0/+1
| * sh: dma: Drop incorrect SH_DMAC_BASE1 definition for SH4Artur Rojek2023-07-051-1/+0
| * sh: Avoid using IRQ0 on SH3 and SH4Sergey Shtylyov2023-06-114-4/+4
* | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-14/+1
|\ \
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-094-50/+6
| |\|
| * | arch/sh: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+1
* | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-283-6/+0
|\ \ \
| * | | thread_info: move function declarations to linux/thread_info.hArnd Bergmann2023-06-091-3/+0
| * | | init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-092-3/+0
| | |/ | |/|
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-6/+6
|\ \ \
| * | | sh: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2023-06-192-6/+6
| |/ /
* | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-274-3/+27
|\ \ \
| * | | locking/atomic: sh: add preprocessor symbolsMark Rutland2023-06-053-0/+27
| * | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-3/+0
| |/ /
* / / sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-162-74/+2
|/ /
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-2/+2
|\ \
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-2/+2
* | | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-2/+3
|\ \ \
| * | | sh/cpu: Mark play_dead() __noreturnJosh Poimboeuf2023-03-081-2/+2
| * | | sh/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf2023-03-081-0/+1
| |/ /
* | | Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-1/+1
|\ \ \
| * | | sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h>Geert Uytterhoeven2023-04-251-1/+1
| |/ /
* | | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-251-45/+0
|\ \ \ | |_|/ |/| |
| * | gpiolib: remove empty asm/gpio.h filesArnd Bergmann2023-03-061-45/+0
| |/
* / sh: sanitize the flags on sigreturnAl Viro2023-03-091-0/+1
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-15/+41
|\
| * mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-3/+0
| * mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
| * sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-12/+42
* | Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-221-5/+0
|\ \
| * | gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko2023-01-301-5/+0
| |/
* / sh: checksum: add missing linux/uaccess.h includeJakub Kicinski2023-01-301-0/+1
|/
* sh/mm: Fix pmd_t for realPeter Zijlstra2023-01-101-1/+1
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-2/+8
|\
| * sh/mm: Make pmd_t similar to pte_tPeter Zijlstra2022-12-151-2/+8
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+0
|\ \