aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15Remove long-stale ext3 defconfig optionLinus Torvalds1-1/+0
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+3
2025-10-13Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigsTheodore Ts'o1-3/+3
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds3-81/+0
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+1
2025-10-04Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparcLinus Torvalds83-260/+310
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-8/+8
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+2
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds2-6/+0
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-18/+3
2025-09-29Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+4
2025-09-29Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds4-258/+0
2025-09-26sparc: Replace deprecated strcpy() with strscpy() in handle_nextprop_quirks()Thorsten Blum1-2/+5
2025-09-26sparc64: Replace deprecated strcpy() with strscpy() in build_path_component()Thorsten Blum1-3/+5
2025-09-26sparc: Replace deprecated strcpy() with strscpy() in prom_32.cThorsten Blum1-5/+8
2025-09-26sparc: Replace deprecated strcpy() with strscpy() in domain services driverThorsten Blum1-12/+15
2025-09-26sparc64: Replace deprecated strcpy() with strscpy() in prom_nextprop()Thorsten Blum1-1/+1
2025-09-26sparc: floppy: Replace deprecated strcpy() with strscpy() in sun_floppy_init()Thorsten Blum1-1/+2
2025-09-26sparc: parport: Replace deprecated strcpy() with strscpy() in ecpp_probe()Thorsten Blum1-1/+2
2025-09-26sparc: PCI: Replace deprecated strcpy() with strscpy()Thorsten Blum1-3/+4
2025-09-26sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth54-170/+170
2025-09-26sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth4-18/+18
2025-09-26sparc: Drop the "-ansi" from the asflagsThomas Huth4-6/+1
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-22sparc: fix error handling in scan_one_device()Ma Ke2-0/+2
2025-09-21mm: constify arch_pick_mmap_layout() for improved const-correctnessMax Kellermann1-1/+1
2025-09-19sparc: fix accurate exception reporting in copy_{from,to}_user for M7Michael Karcher2-10/+19
2025-09-19sparc: fix accurate exception reporting in copy_to_user for Niagara 4Michael Karcher1-1/+1
2025-09-19sparc: fix accurate exception reporting in copy_{from_to}_user for NiagaraMichael Karcher1-11/+18
2025-09-19sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC IIIMichael Karcher1-1/+1
2025-09-19sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARCMichael Karcher1-9/+10
2025-09-19sparc64: fix prototypes of reads[bwl]()Al Viro1-3/+3
2025-09-19sparc64: Remove redundant __GFP_NOWARNQianfeng Rong1-2/+2
2025-09-19sparc64: fix hugetlb for sun4uAnthony Yznaga1-0/+20
2025-09-19sparc/module: Make it clear that relocation numbers are shown in hexKoakuma1-1/+1
2025-09-19sparc/module: Add R_SPARC_UA64 relocation handlingKoakuma2-0/+2
2025-09-16sparc/PCI: Remove pcibios_enable_device() as they do nothing extraIlpo Järvinen3-81/+0
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-5/+5
2025-09-13mm: convert arch-specific code to mm_flags_*() accessorsLorenzo Stoakes1-2/+2
2025-09-10Fix access to video_is_primary_device() when compiled without CONFIG_VIDEOMario Limonciello (AMD)1-0/+2
2025-09-08sparc: Add __attribute_const__ to ffs()-family implementationsKees Cook1-4/+4
2025-09-03sched: Unify the SCHED_{SMT,CLUSTER,MC} KconfigPeter Zijlstra1-18/+2
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster2-2/+2
2025-08-26lib/crypto: sparc/md5: Migrate optimized code into libraryEric Biggers4-258/+0
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko2-6/+0
2025-08-19sparc: kernel: apc: Remove macro APC_MINOR definitionZijun Hu1-2/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-127/+4
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+3
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds11-569/+0