Show patches with: State = Action Required       |    Archived = No       |   63 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,31/34] sparc64: Convert various functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,30/34] sh: Convert pte_free_tlb() to use ptdescs Split ptdesc from struct page - - 1 - --- 2023-05-31 Vishal Moola New
[v3,29/34] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs Split ptdesc from struct page 1 - - - --- 2023-05-31 Vishal Moola New
[v3,28/34] openrisc: Convert __pte_free_tlb() to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,27/34] nios2: Convert __pte_free_tlb() to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,26/34] mips: Convert various functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,25/34] m68k: Convert various functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,24/34] loongarch: Convert various functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,23/34] hexagon: Convert __pte_free_tlb() to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,22/34] csky: Convert __pte_free_tlb() to use ptdescs Split ptdesc from struct page 1 - - - --- 2023-05-31 Vishal Moola New
[v3,21/34] arm64: Convert various functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,20/34] arm: Convert various functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,19/34] pgalloc: Convert various functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,18/34] mm: Remove page table members from struct page Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,17/34] s390: Convert various pgalloc functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,16/34] s390: Convert various gmap functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,15/34] x86: Convert various functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,14/34] powerpc: Convert various functions to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor} Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,12/34] mm: Convert ptlock_free() to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,11/34] mm: Convert pmd_ptlock_free() to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,10/34] mm: Convert ptlock_init() to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,09/34] mm: Convert pmd_ptlock_init() to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,08/34] mm: Convert ptlock_ptr() to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,07/34] mm: Convert ptlock_alloc() to use ptdescs Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc() Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,05/34] mm: add utility functions for ptdesc Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,04/34] pgtable: Create struct ptdesc Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,03/34] s390: Use pt_frag_refcount for pagetables Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,02/34] s390: Use _pt_s390_gaddr for gmap address tracking Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
[v3,01/34] mm: Add PAGE_TYPE_OP folio functions Split ptdesc from struct page - - - - --- 2023-05-31 Vishal Moola New
uml: Replace all non-returning strlcpy with strscpy uml: Replace all non-returning strlcpy with strscpy - - - - --- 2023-05-30 Azeem Shaikh New
mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED 4 - - - --- 2023-05-23 Vlastimil Babka New
[v3,2/2] hostfs: store permissions in extended attributes Untitled series #350966 - - - - --- 2023-04-15 Marko Petrović New
[v2,28/28] um: Delay flushing syscalls until the thread is restarted Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,27/28] um: Implement kernel side of SECCOMP based process handling Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,26/28] um: Die if a child dies unexpectedly in seccomp mode Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,25/28] um: Add SECCOMP support detection and initialization Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,24/28] um: Add helper functions to get/set state for SECCOMP Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,23/28] um: Add stub side of SECCOMP/futex based process handling Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,22/28] um: Add UML_SECCOMP configuration option Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,21/28] um: Use struct uml_pt_regs for copy_context_skas0 Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,20/28] um: Move faultinfo extraction into userspace routine Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,19/28] um: Pass full mm_id to functions creating helper processes Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,18/28] um: Store full CSGSFS and SS register from mcontext Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,17/28] um: Rework syscall handling Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,16/28] um: Add generic stub_syscall6 function Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,15/28] um: Create signal stack memory assignment in stub_data Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,14/28] um: Remove stub-data.h include from common-offsets.h Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,13/28] um: Mark 32bit syscall helpers as clobbering memory Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,12/28] um: Remove unused register save/restore functions Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,11/28] um: Rely on PTRACE_SETREGSET to set FS/GS base registers Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,10/28] um: Always inline stub functions Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,09/28] um: Do not use printk in userspace trampoline Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,08/28] um: Reap winch thread if it fails Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,07/28] um: Do not use printk in SIGWINCH helper thread Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,06/28] um: Don't use vfprintf() for os_info() Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,05/28] um: Make errors to stop ptraced child fatal during startup Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,04/28] um: Drop NULL check from start_userspace Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review
[v2,03/28] um: Drop support for hosts without SYSEMU_SINGLESTEP support Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Under Review