summaryrefslogtreecommitdiff
path: root/arch/sh/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-13Merge tag 'sh-for-v6.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-07-13sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQArtur Rojek1-1/+1
2023-07-06Merge tag 'sh-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-5/+5
2023-07-05sh: Provide unxlate_dev_mem_ptr() in asm/io.hGuenter Roeck1-0/+1
2023-07-05sh: dma: Drop incorrect SH_DMAC_BASE1 definition for SH4Artur Rojek1-1/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-14/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds3-6/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+6
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-3/+27
2023-06-20sh: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2-6/+6
2023-06-16sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2-74/+2
2023-06-11sh: Avoid using IRQ0 on SH3 and SH4Sergey Shtylyov4-4/+4
2023-06-10thread_info: move function declarations to linux/thread_info.hArnd Bergmann1-3/+0
2023-06-10init: consolidate prototypes in linux/init.hArnd Bergmann2-3/+0
2023-06-05locking/atomic: sh: add preprocessor symbolsMark Rutland3-0/+27
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-3/+0
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard4-50/+6
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2023-04-28Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-04-26Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-45/+0
2023-04-25sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h>Geert Uytterhoeven1-1/+1
2023-04-20arch/sh: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+1
2023-03-09sh: sanitize the flags on sigreturnAl Viro1-0/+1
2023-03-08sh/cpu: Mark play_dead() __noreturnJosh Poimboeuf1-2/+2
2023-03-08sh/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf1-0/+1
2023-03-06gpiolib: remove empty asm/gpio.h filesArnd Bergmann1-45/+0
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-15/+41
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+0
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-3/+0
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-12/+42
2023-01-31sh: checksum: add missing linux/uaccess.h includeJakub Kicinski1-0/+1
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko1-5/+0
2023-01-10sh/mm: Fix pmd_t for realPeter Zijlstra1-1/+1
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+8
2022-12-15sh/mm: Make pmd_t similar to pte_tPeter Zijlstra1-2/+8
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld1-9/+1
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+1
2022-10-04Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra1-10/+2
2022-09-13sh: machvec: Use char[] for section boundariesKees Cook1-1/+1
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-3/+0
2022-08-30perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver1-4/+1
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka1-10/+2
2022-08-08Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-12/+22