summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-232-15/+1
|\
| * asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+1
| * mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador2024-11-061-15/+0
* | Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-212-2/+0
|\ \
| * | reiserfs: The last commitJan Kara2024-10-212-2/+0
| |/
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-202-8/+0
|\ \
| * | empty include/asm-generic/vga.hAl Viro2024-11-111-7/+0
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-1/+0
| |/
* | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-201-1/+1
|\ \
| * | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-291-1/+1
* | | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-191-4/+2
|\ \ \
| * | | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-4/+2
| | |/ | |/|
* | | Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-0/+4
|\ \ \
| * | | fs/xattr: add *at family syscallsChristian Göttsche2024-11-061-0/+4
| | |/ | |/|
* | | crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky2024-11-141-0/+3
| |/ |/|
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
|/
* Merge tag 'sh-for-v6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-271-6/+0
|\
| * sh: Remove unused declarations for make_maskreg_irq() and irq_mask_registerGaosheng Cui2024-09-261-6/+0
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-215-17/+15
|\ \
| * | mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-091-2/+3
| * | arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)2024-09-031-6/+1
| * | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-032-6/+0
| * | mm: remove legacy install_special_mapping() codeLinus Torvalds2024-09-011-3/+11
| |/
* / sh: Emulate one-byte cmpxchgPaul E. McKenney2024-09-132-0/+4
|/
* Merge tag 'sh-for-v6.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-237-40/+1
|\
| * sh: push-switch: Add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-161-0/+1
| * sh: config: Drop CONFIG_MEMORY_{HOTPLUG,HOTREMOVE}Oscar Salvador2024-07-143-6/+0
| * sh: Drop support for memory hotplug and memory hotremoveOscar Salvador2024-07-143-34/+0
* | Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-07-176-6/+6
|\ \
| * | mfd: tmio: Move header to platform_dataWolfram Sang2024-07-096-6/+6
| |/
* | clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-0/+2
* | sh: rework sync_file_range ABIArnd Bergmann2024-06-252-1/+13
|/
* mseal: wire up mseal syscallJeff Xu2024-05-231-0/+1
* Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-201-7/+0
|\
| * arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-7/+0
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-196-20/+10
|\ \
| * | sh/mm/cache: use folio_mapped() in copy_from_user_page()David Hildenbrand2024-05-051-1/+1
| * | mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-251-1/+1
| * | treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-251-3/+2
| * | mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)2024-04-251-3/+3
| * | sh: remove use of PG_arch_1 on individual pagesMatthew Wilcox (Oracle)2024-04-251-2/+3
| * | mm/treewide: remove pXd_huge()Peter Xu2024-04-251-10/+0
| |/
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-1822-6/+26
|\ \
| * | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-3/+0
| * | arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada2024-05-021-2/+2
| * | sh: Convert the last use of 'optional' property in KconfigMasahiro Yamada2024-05-0220-1/+24
| |/
* | Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-155-5/+5
|\ \
| * | printk: Remove redundant CONFIG_BASE_FULLYoann Congal2024-05-065-5/+5
* | | sh: setup: Add missing forward declaration for sh_fdt_init()Geert Uytterhoeven2024-05-131-0/+1
* | | sh: smp: Protect setup_profiling_timer() by CONFIG_PROFILINGGeert Uytterhoeven2024-05-131-0/+2