index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
Age
Commit message (
Expand
)
Author
Lines
12 days
Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+1
12 days
Merge tag 'pci-v7.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+7
2026-03-03
sparc/PCI: Initialize msi_addr_mask for OF-created PCI devices
Nilay Shroff
-0
/
+7
2026-02-26
kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
-0
/
+1
2026-02-23
sparc: Fix page alignment in dma mapping
Stian Halseth
-0
/
+4
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-6
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-27
/
+27
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-42
/
+41
2026-02-10
Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+1
2026-02-09
Merge tag 'sparc-for-7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-31
/
+103
2026-02-06
sparc: remove unused variable strtab
Alex Shi
-2
/
+0
2026-02-06
sparc: vio: Replace snprintf with strscpy in vio_create_one
Thorsten Blum
-2
/
+2
2026-02-06
sparc: Add architecture support for clone3
Ludwig Rydberg
-13
/
+77
2026-02-06
sparc: Synchronize user stack on fork and clone
Andreas Larsson
-14
/
+24
2026-02-03
Merge branch 'v6.19-rc8'
Peter Zijlstra
-1
/
+24
2026-01-22
rseq: Implement sys_rseq_slice_yield()
Thomas Gleixner
-0
/
+1
2026-01-11
treewide: Update email address
Thomas Gleixner
-1
/
+1
2026-01-07
sparc/PCI: Correct 64-bit non-pref -> pref BAR resources
Ilpo Järvinen
-0
/
+23
2025-12-06
Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-23
/
+38
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+3
2025-11-16
mm: consistently use current->mm in mm_get_unmapped_area()
Ryan Roberts
-3
/
+3
2025-11-03
arch: hookup listns() system call
Christian Brauner
-0
/
+1
2025-10-29
sparc: Use physical address DMA mapping
Leon Romanovsky
-23
/
+38
2025-10-06
Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-81
/
+0
2025-10-04
Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+1
2025-10-04
Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-30
/
+43
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+3
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+1
2025-09-26
sparc: Replace deprecated strcpy() with strscpy() in handle_nextprop_quirks()
Thorsten Blum
-2
/
+5
2025-09-26
sparc64: Replace deprecated strcpy() with strscpy() in build_path_component()
Thorsten Blum
-3
/
+5
2025-09-26
sparc: Replace deprecated strcpy() with strscpy() in prom_32.c
Thorsten Blum
-5
/
+8
2025-09-26
sparc: Replace deprecated strcpy() with strscpy() in domain services driver
Thorsten Blum
-12
/
+15
2025-09-26
sparc: PCI: Replace deprecated strcpy() with strscpy()
Thorsten Blum
-3
/
+4
2025-09-26
sparc: Drop the "-ansi" from the asflags
Thomas Huth
-2
/
+0
2025-09-25
arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
Menglong Dong
-0
/
+1
2025-09-22
sparc: fix error handling in scan_one_device()
Ma Ke
-0
/
+2
2025-09-21
mm: constify arch_pick_mmap_layout() for improved const-correctness
Max Kellermann
-1
/
+1
2025-09-19
sparc64: Remove redundant __GFP_NOWARN
Qianfeng Rong
-2
/
+2
2025-09-19
sparc/module: Make it clear that relocation numbers are shown in hex
Koakuma
-1
/
+1
2025-09-19
sparc/module: Add R_SPARC_UA64 relocation handling
Koakuma
-0
/
+1
2025-09-16
sparc/PCI: Remove pcibios_enable_device() as they do nothing extra
Ilpo Järvinen
-81
/
+0
2025-09-13
mm: convert arch-specific code to mm_flags_*() accessors
Lorenzo Stoakes
-2
/
+2
2025-09-01
arch: copy_thread: pass clone_flags as u64
Simon Schuster
-2
/
+2
2025-08-19
sparc: kernel: apc: Remove macro APC_MINOR definition
Zijun Hu
-2
/
+1
2025-07-28
Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...
Linus Torvalds
-6
/
+6
2025-07-14
sparc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names
Dave Martin
-6
/
+6
2025-07-02
fs: introduce file_getattr and file_setattr syscalls
Andrey Albershteyn
-0
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-1
/
+1
2025-06-07
arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
-1
/
+1
[next]