Show patches with: none      |   12929 patches
« 1 2 3 4129 130 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[bpf-next] bpf, sparc: Add support for BPF_SDIV and BPF_SMOD in the sparc64 JIT [bpf-next] bpf, sparc: Add support for BPF_SDIV and BPF_SMOD in the sparc64 JIT - - - - --- 2026-07-16 Nicholas Dudar New
[22/22] riscv: mm: drop ctor/dtor calls for kernel page tables Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[21/22] arm: mm: drop ctor call for kernel page tables Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[20/22] arm64: mm: drop ctor/dtor calls for kernel page tables Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[19/22] x86/tboot: mark tboot_mm as a kernel mm Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[18/22] arm64: mm: drop explicit mm_is_efi() check in contpte Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[17/22] mm: pagewalk: drop redundant address check for kernel mm walks Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[16/22] efi: mark efi_mm as a kernel mm Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[15/22] mm: only initialise pt_share_count for user pgtables Simplify special kernel page table handling 1 - - - --- 2026-07-14 Kevin Brodsky New
[14/22] mm: set page table page type when allocated Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[13/22] mm: account page table pages when allocated Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[12/22] x86/mm: use mm_is_kernel() for kernel mm checks Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[11/22] um: mm: use mm_is_kernel() in TLB sync Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[10/22] sparc: mm: use mm_is_kernel() for kernel mm checks Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[09/22] s390: mm: use mm_is_kernel() for kernel mm checks Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[08/22] powerpc: mm: use mm_is_kernel() for kernel mm checks Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[07/22] parisc: mm: use mm_is_kernel() for kernel mm checks Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[06/22] loongarch: mm: use mm_is_kernel() in switch_mm_irqs_off() Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[05/22] arm64: mm: use mm_is_kernel() for kernel mm checks Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[04/22] mm: use mm_is_kernel() in generic page table code Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[03/22] mm: introduce MMF_KERNEL flag and set it for init_mm Simplify special kernel page table handling - - - - --- 2026-07-14 Kevin Brodsky New
[02/22] mm: move mm_flags helpers to mm_types.h Simplify special kernel page table handling 1 - - - --- 2026-07-14 Kevin Brodsky New
[01/22] mm: drop unused __mm_flags_set_mask_bits_word() Simplify special kernel page table handling 1 - - - --- 2026-07-14 Kevin Brodsky New
ioport: Use kzalloc() instead of kmalloc()/memset() in _sparc_alloc_io() ioport: Use kzalloc() instead of kmalloc()/memset() in _sparc_alloc_io() - 1 - - --- 2026-07-14 longlong yan New
[18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution entry: Consolidate and rework syscall entry handling - - 1 - --- 2026-07-07 Thomas Gleixner New
[17/18] x86/entry: Simplify the syscall number logic entry: Consolidate and rework syscall entry handling - - - - --- 2026-07-07 Thomas Gleixner New
[16/18] x86/entry: Get rid of the sys_ni_syscall() indirection entry: Consolidate and rework syscall entry handling - - 1 - --- 2026-07-07 Thomas Gleixner New
[15/18] x86/entry: Make syscall functions static entry: Consolidate and rework syscall entry handling - - 2 - --- 2026-07-07 Thomas Gleixner New
[14/18] entry: Make return type of syscall_trace_enter() bool entry: Consolidate and rework syscall entry handling - - 1 - --- 2026-07-07 Thomas Gleixner New
[13/18] entry: Make trace_syscall_enter() return type bool entry: Consolidate and rework syscall entry handling - - - - --- 2026-07-07 Thomas Gleixner New
[12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entr… entry: Consolidate and rework syscall entry handling 2 - 3 - --- 2026-07-07 Thomas Gleixner New
[11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean entry: Consolidate and rework syscall entry handling 1 - 2 - --- 2026-07-07 Thomas Gleixner New
[10/18] entry: Use syscall number instead of rereading it entry: Consolidate and rework syscall entry handling - - 4 - --- 2026-07-07 Thomas Gleixner New
[09/18] entry: Remove syscall_enter_from_user_mode() entry: Consolidate and rework syscall entry handling - - 2 - --- 2026-07-07 Thomas Gleixner New
[08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack() entry: Consolidate and rework syscall entry handling - - 4 - --- 2026-07-07 Thomas Gleixner New
[07/18] s390/syscall: Use enter_from_user_mode_randomize_stack() entry: Consolidate and rework syscall entry handling - - 5 - --- 2026-07-07 Thomas Gleixner New
[06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack() entry: Consolidate and rework syscall entry handling - - 5 - --- 2026-07-07 Thomas Gleixner New
[05/18] powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack() entry: Consolidate and rework syscall entry handling - - 4 - --- 2026-07-07 Thomas Gleixner New
[04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack() entry: Consolidate and rework syscall entry handling - - 4 - --- 2026-07-07 Thomas Gleixner New
[03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack() entry: Consolidate and rework syscall entry handling - - 4 - --- 2026-07-07 Thomas Gleixner New
[02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff() entry: Consolidate and rework syscall entry handling - - 3 - --- 2026-07-07 Thomas Gleixner New
[01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode() entry: Consolidate and rework syscall entry handling - - 5 - --- 2026-07-07 Thomas Gleixner New
[v3,9/9] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions vDSO: Respect COMPAT_32BIT_TIME - - 2 - --- 2026-07-02 Thomas Weißschuh New
[v3,8/9] sparc: vdso: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - 2 - --- 2026-07-02 Thomas Weißschuh New
[v3,7/9] MIPS: VDSO: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - 1 - --- 2026-07-02 Thomas Weißschuh New
[v3,6/9] powerpc/vdso: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - 1 - --- 2026-07-02 Thomas Weißschuh New
[v3,5/9] ARM: VDSO: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - 2 - --- 2026-07-02 Thomas Weißschuh New
[v3,4/9] arm64: vdso32: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - 2 - --- 2026-07-02 Thomas Weißschuh New
[v3,3/9] x86/vdso: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - 1 - --- 2026-07-02 Thomas Weißschuh New
[v3,2/9] vdso/gettimeofday: Validate system call existence for time() and gettimeofday() vDSO: Respect COMPAT_32BIT_TIME - - 2 - --- 2026-07-02 Thomas Weißschuh New
[v3,1/9] time: Respect COMPAT_32BIT_TIME for old time type functions vDSO: Respect COMPAT_32BIT_TIME - - 1 - --- 2026-07-02 Thomas Weißschuh New
[1/4] sparc64: set node_possible_map in bootmem_init_numa() treewide, mm: initialize node_possible_map like the other node maps - - - - --- 2026-07-01 Sang-Heon Jeon New
[v2,9/9] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions vDSO: Respect COMPAT_32BIT_TIME - - 1 - --- 2026-06-30 Thomas Weißschuh New
[v2,8/9] sparc: vdso: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - 1 - --- 2026-06-30 Thomas Weißschuh New
[v2,7/9] MIPS: VDSO: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - - - --- 2026-06-30 Thomas Weißschuh New
[v2,6/9] powerpc/vdso: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - - - --- 2026-06-30 Thomas Weißschuh New
[v2,5/9] ARM: VDSO: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - 1 - --- 2026-06-30 Thomas Weißschuh New
[v2,4/9] arm64: vdso32: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - 1 - --- 2026-06-30 Thomas Weißschuh New
[v2,3/9] x86/vdso: Respect COMPAT_32BIT_TIME vDSO: Respect COMPAT_32BIT_TIME - - - - --- 2026-06-30 Thomas Weißschuh New
[v2,2/9] vdso/gettimeofday: Validate system call existence for time() and gettimeofday() vDSO: Respect COMPAT_32BIT_TIME - - 1 - --- 2026-06-30 Thomas Weißschuh New
[v2,1/9] time: Respect COMPAT_32BIT_TIME for old time type functions vDSO: Respect COMPAT_32BIT_TIME - - 1 - --- 2026-06-30 Thomas Weißschuh New
[v2,3/3] mm: cleanup clear_not_present_full_ptes() and rename to clear_non_present_ptes() mm: cleanup clear_not_present_full_ptes() - - 2 - --- 2026-06-29 David Hildenbrand (Arm) New
[v2,2/3] mm: drop pte_clear_not_present_full() mm: cleanup clear_not_present_full_ptes() - - 2 - --- 2026-06-29 David Hildenbrand (Arm) New
[v2,1/3] sparc/mm: drop custom pte_clear_not_present_full() mm: cleanup clear_not_present_full_ptes() - - 1 - --- 2026-06-29 David Hildenbrand (Arm) New
[GIT,PULL] sparc updates for v7.2 [GIT,PULL] sparc updates for v7.2 - - - - --- 2026-06-24 Andreas Larsson New
sparc: Add build salt to the vDSO sparc: Add build salt to the vDSO - - - - --- 2026-06-18 Bastian Blank New
[v2] sparc: led: avoid trimming a newline from empty writes [v2] sparc: led: avoid trimming a newline from empty writes - 1 - - --- 2026-06-15 Pengpeng Hou New
[PATCHv2] sparc: Export mcount for Clang-built modules [PATCHv2] sparc: Export mcount for Clang-built modules - - 1 - --- 2026-06-12 Rosen Penev New
[3/3] mm: cleanup clear_not_present_full_ptes() and rename to clear_non_present_ptes() mm: cleanup clear_not_present_full_ptes() - - 1 - --- 2026-06-11 David Hildenbrand (Arm) New
[2/3] mm: drop pte_clear_not_present_full() mm: cleanup clear_not_present_full_ptes() - - 1 - --- 2026-06-11 David Hildenbrand (Arm) New
[1/3] sparc/mm: drop custom pte_clear_not_present_full() mm: cleanup clear_not_present_full_ptes() - - - - --- 2026-06-11 David Hildenbrand (Arm) New
[v4,5/5] sparc: Remove remaining defconfig references to the pktcdvd driver [v4,1/5] scsi: core: Remove export for scsi_device_from_queue() - - 1 - --- 2026-06-08 Catalin Iacob New
[v4,4/5] sh: Remove remaining defconfig reference to the pktcdvd driver [v4,1/5] scsi: core: Remove export for scsi_device_from_queue() - - - - --- 2026-06-08 Catalin Iacob New
[v4,3/5] powerpc: Remove remaining defconfig references to the pktcdvd driver [v4,1/5] scsi: core: Remove export for scsi_device_from_queue() - - - - --- 2026-06-08 Catalin Iacob New
[v4,2/5] mips: Remove remaining defconfig references to the pktcdvd driver [v4,1/5] scsi: core: Remove export for scsi_device_from_queue() - - - - --- 2026-06-08 Catalin Iacob New
[v4,1/5] scsi: core: Remove export for scsi_device_from_queue() [v4,1/5] scsi: core: Remove export for scsi_device_from_queue() - - - - --- 2026-06-08 Catalin Iacob New
[v3,6/6] sparc: Remove remaining defconfig references to the pktcdvd driver [v3,1/6] scsi: core: Remove remaining reference to the pktcdvd driver - - - - --- 2026-06-04 Catalin Iacob New
[v3,5/6] sh: Remove remaining defconfig reference to the pktcdvd driver [v3,1/6] scsi: core: Remove remaining reference to the pktcdvd driver - - - - --- 2026-06-04 Catalin Iacob New
[v3,4/6] powerpc: Remove remaining defconfig references to the pktcdvd driver [v3,1/6] scsi: core: Remove remaining reference to the pktcdvd driver - - - - --- 2026-06-04 Catalin Iacob New
[v3,3/6] mips: Remove remaining defconfig references to the pktcdvd driver [v3,1/6] scsi: core: Remove remaining reference to the pktcdvd driver - - - - --- 2026-06-04 Catalin Iacob New
[v3,2/6] scsi: core: Move scsi_device_from_queue() to scsi_priv.h [v3,1/6] scsi: core: Remove remaining reference to the pktcdvd driver - - - - --- 2026-06-04 Catalin Iacob New
[v3,1/6] scsi: core: Remove remaining reference to the pktcdvd driver [v3,1/6] scsi: core: Remove remaining reference to the pktcdvd driver - - - - --- 2026-06-04 Catalin Iacob New
mm/memblock: Introduce memblock_alloc_node_or_panic() helper mm/memblock: Introduce memblock_alloc_node_or_panic() helper - - - - --- 2026-06-04 Zhen Ni New
[v2] scsi: core: Remove remaining references to the pktcdvd driver [v2] scsi: core: Remove remaining references to the pktcdvd driver - - - - --- 2026-06-03 Catalin Iacob New
[v3,5/5] sparc/mm: drop vmemmap_check_pmd helper and use generic code mm/sparse-vmemmap: Provide generic vmemmap_set_pmd() and vmemmap_check_pmd() - - 2 - --- 2026-06-01 Muchun Song New
[v3,4/5] loongarch/mm: drop vmemmap_check_pmd helper and use generic code mm/sparse-vmemmap: Provide generic vmemmap_set_pmd() and vmemmap_check_pmd() - - 2 - --- 2026-06-01 Muchun Song New
[v3,3/5] riscv/mm: drop vmemmap_pmd helpers and use generic code mm/sparse-vmemmap: Provide generic vmemmap_set_pmd() and vmemmap_check_pmd() - - 2 - --- 2026-06-01 Muchun Song New
[v3,2/5] arm64/mm: drop vmemmap_pmd helpers and use generic code mm/sparse-vmemmap: Provide generic vmemmap_set_pmd() and vmemmap_check_pmd() 1 - 2 - --- 2026-06-01 Muchun Song New
[v3,1/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd() mm/sparse-vmemmap: Provide generic vmemmap_set_pmd() and vmemmap_check_pmd() 2 - - - --- 2026-06-01 Muchun Song New
scsi: core: Remove dead code export of scsi_device_from_queue scsi: core: Remove dead code export of scsi_device_from_queue - - - - --- 2026-05-30 Catalin Iacob New
[v2] sparc: Avoid -Wunused-but-set-parameter in clear_user_page() [v2] sparc: Avoid -Wunused-but-set-parameter in clear_user_page() - 1 1 - --- 2026-05-25 Thomas Weißschuh New
sparc: Avoid -Wunused-but-set-parameter in clear_user_page() sparc: Avoid -Wunused-but-set-parameter in clear_user_page() - 1 - - --- 2026-05-24 Thomas Weißschuh New
[1/1] sparc: add _mcount() prototype [1/1] sparc: add _mcount() prototype - - 1 1 --- 2026-05-23 Andrew Morton New
[1/1] sparc64: unify thread stack sizing and add explicit 32KB stack sparc64: unify thread stack sizing and add explicit 32KB stack - - - 1 --- 2026-05-19 Tony Rodriguez New
[v2,1/1] sparc64: Fix comparator problem with timer interrupts [v2,1/1] sparc64: Fix comparator problem with timer interrupts - - - - --- 2026-05-19 Tony Rodriguez New
Generate <asm/asm-offsets.h> and remove identical copies in all architectures Generate <asm/asm-offsets.h> and remove identical copies in all architectures - - - - --- 2026-05-19 Ethan Nelson-Moore New
[1/1] sparc64: Fix tick/stick comparator equal-compare hazard sparc64: Fix tick/stick comparator equal-compare hazard - - - - --- 2026-05-18 Tony Rodriguez New
sparc: Avoid unsupported LLD branch relocations sparc: Avoid unsupported LLD branch relocations - - - - --- 2026-05-14 Rosen Penev New
[8/8] powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE (Part 1) 1 - 3 - --- 2026-05-11 David Hildenbrand (Arm) New
[7/8] s390/mm: use free_reserved_page() in vmem_free_pages() mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE (Part 1) 1 - 3 - --- 2026-05-11 David Hildenbrand (Arm) New
« 1 2 3 4129 130 »