Show patches with: none      |   3590 patches
« 1 2 3 435 36 »
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
um: harddog: fix modular build um: harddog: fix modular build - - - - --- 2023-04-25 Johannes Berg Accepted
um: make stub data pages size tweakable um: make stub data pages size tweakable - - - - --- 2023-04-14 Johannes Berg Accepted
arch:um: Only disable SSE on clang to work around old GCC bugs arch:um: Only disable SSE on clang to work around old GCC bugs - 1 1 3 --- 2023-03-18 David Gow Accepted
um: add __weak for exported functions um: add __weak for exported functions 1 - - 1 --- 2023-02-12 Johannes Berg Accepted
[4/4] um: prevent user code in modules [1/4] um: hostfs: define our own API boundary - - - - --- 2023-02-10 Johannes Berg Accepted
[3/4] um: further clean up user_syms [1/4] um: hostfs: define our own API boundary - - - - --- 2023-02-10 Johannes Berg Accepted
[2/4] um: don't export printf() [1/4] um: hostfs: define our own API boundary - - - - --- 2023-02-10 Johannes Berg Accepted
[1/4] um: hostfs: define our own API boundary [1/4] um: hostfs: define our own API boundary - - - - --- 2023-02-10 Johannes Berg Accepted
[4/4] um: virt-pci: properly remove PCI device from bus [1/4] um: virtio_uml: free command if adding to virtqueue failed - 1 - - --- 2023-02-09 Benjamin Berg Accepted
[3/4] um: virtio_uml: move device breaking into workqueue [1/4] um: virtio_uml: free command if adding to virtqueue failed - 1 - - --- 2023-02-09 Benjamin Berg Accepted
[2/4] um: virtio_uml: mark device as unregistered when breaking it [1/4] um: virtio_uml: free command if adding to virtqueue failed - 1 - - --- 2023-02-09 Benjamin Berg Accepted
[1/4] um: virtio_uml: free command if adding to virtqueue failed [1/4] um: virtio_uml: free command if adding to virtqueue failed - 1 - - --- 2023-02-09 Benjamin Berg Accepted
UML: define RUNTIME_DISCARD_EXIT UML: define RUNTIME_DISCARD_EXIT - 1 - 1 --- 2023-02-07 Masahiro Yamada Accepted
virt-pci: add platform bus support virt-pci: add platform bus support - - - - --- 2023-01-27 Vincent Whitchurch Accepted
um-virt-pci: Make max delay configurable um-virt-pci: Make max delay configurable - - - - --- 2023-01-26 Vincent Whitchurch Accepted
um: virt-pci: implement pcibios_get_phb_of_node() um: virt-pci: implement pcibios_get_phb_of_node() 1 - - - --- 2023-01-20 Vincent Whitchurch Accepted
um: Support LTO um: Support LTO - - - - --- 2023-01-13 Peter Foley Accepted
um: put power options in a menu um: put power options in a menu - - - - --- 2023-01-13 Peter Foley Accepted
[4/4] um: Use CFLAGS_vmlinux um: Various build fixes for allyesconfig - - 1 - --- 2023-01-13 Peter Foley Accepted
[3/4] um: Prevent building modules incompatible with MODVERSIONS um: Various build fixes for allyesconfig - - - - --- 2023-01-13 Peter Foley Accepted
[2/4] um: Avoid pcap multiple definition errors um: Various build fixes for allyesconfig - - - - --- 2023-01-13 Peter Foley Accepted
[1/4] um: Make the definition of cpu_data more compatible um: Various build fixes for allyesconfig - - - - --- 2023-01-13 Peter Foley Accepted
[v1] x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list [v1] x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list - 1 - - --- 2022-12-23 Ammar Faizi Accepted
[3/3] rust: arch/um: Add support for CONFIG_RUST under x86_64 UML rust: arch/um: Rust support for UML - - 1 1 --- 2022-12-17 David Gow Accepted
[2/3] rust: arch/um: Disable FP/SIMD instruction to match x86 rust: arch/um: Rust support for UML - - 1 - --- 2022-12-17 David Gow Accepted
[1/3] rust: arch/um: Use 'pie' relocation mode under UML rust: arch/um: Rust support for UML - - - - --- 2022-12-17 David Gow Accepted
[v2,02/28] um: Declare fix_range_common as a static function Untitled series #329467 - - - - --- 2022-11-22 Benjamin Berg rw Accepted
[v2,01/28] um: Switch printk calls to adhere to correct coding style Implement SECCOMP based userland - - - - --- 2022-11-22 Benjamin Berg rw Accepted
[-next] um: vector: Fix memory leak in vector_config [-next] um: vector: Fix memory leak in vector_config 1 1 - - --- 2022-11-15 Xiang Yang Accepted
[v3] um: protect VMA iteration [v3] um: protect VMA iteration 1 - - - --- 2022-10-18 Johannes Berg Accepted
fs/hostfs: Replace kmap() with kmap_local_page() fs/hostfs: Replace kmap() with kmap_local_page() - - 1 - --- 2022-10-13 Fabio M. De Francesco Accepted
[v2] arch: um: Mark the stack non-executable to fix a binutils warning [v2] arch: um: Mark the stack non-executable to fix a binutils warning 1 - 1 1 --- 2022-09-21 David Gow Accepted
[-next] um: remove unneeded semicolon [-next] um: remove unneeded semicolon - - - - --- 2022-09-21 Yang Li Accepted
[linux-next] um: Remove the unneeded result variable [linux-next] um: Remove the unneeded result variable - - - - --- 2022-09-20 CGEL Accepted
um: remove unused reactivate_chan() declaration um: remove unused reactivate_chan() declaration 1 - - - --- 2022-09-14 cuigaosheng Accepted
[-next] um: mmaper: add __exit annotations to module exit funcs [-next] um: mmaper: add __exit annotations to module exit funcs - - - - --- 2022-09-11 xiujianfeng Accepted
[-next] um: virt-pci: add __init/__exit annotations to module init/exit funcs [-next] um: virt-pci: add __init/__exit annotations to module init/exit funcs - - - - --- 2022-09-11 xiujianfeng Accepted
« 1 2 3 435 36 »