Show patches with: none      |   78510 patches
« 1 2 ... 338 339 340785 786 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v1,06/15] mm/rmap: remove do_page_add_anon_rmap() mm: COW fixes part 2: reliable GUP pins of anonymous pages - - - --- 2022-03-08 David Hildenbrand New
[v1,05/15] mm/rmap: convert RMAP flags to a proper distinct rmap_t type mm: COW fixes part 2: reliable GUP pins of anonymous pages - - - --- 2022-03-08 David Hildenbrand New
[v1,04/15] mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap() mm: COW fixes part 2: reliable GUP pins of anonymous pages - - - --- 2022-03-08 David Hildenbrand New
[v1,03/15] mm/memory: slightly simplify copy_present_pte() mm: COW fixes part 2: reliable GUP pins of anonymous pages - - - --- 2022-03-08 David Hildenbrand New
[v1,02/15] mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range() mm: COW fixes part 2: reliable GUP pins of anonymous pages - - - --- 2022-03-08 David Hildenbrand New
[v1,01/15] mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed mm: COW fixes part 2: reliable GUP pins of anonymous pages - 1 - --- 2022-03-08 David Hildenbrand New
[v2] kfence: allow use of a deferrable timer [v2] kfence: allow use of a deferrable timer - 1 - --- 2022-03-08 Marco Elver New
[v2,8/8] mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle() A few cleanup patches for z3fold - 1 - --- 2022-03-08 Miaohe Lin New
[v2,7/8] mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_free A few cleanup patches for z3fold - 1 - --- 2022-03-08 Miaohe Lin New
[v2,6/8] mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page() A few cleanup patches for z3fold - - - --- 2022-03-08 Miaohe Lin New
[v2,5/8] mm/z3fold: remove confusing local variable l reassignment A few cleanup patches for z3fold - 1 - --- 2022-03-08 Miaohe Lin New
[v2,4/8] mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivate A few cleanup patches for z3fold - 1 - --- 2022-03-08 Miaohe Lin New
[v2,3/8] mm/z3fold: minor clean up for z3fold_free A few cleanup patches for z3fold - 1 - --- 2022-03-08 Miaohe Lin New
[v2,2/8] mm/z3fold: remove obsolete comment in z3fold_alloc A few cleanup patches for z3fold - 1 - --- 2022-03-08 Miaohe Lin New
[v2,1/8] mm/z3fold: declare z3fold_mount with __init A few cleanup patches for z3fold - 1 - --- 2022-03-08 Miaohe Lin New
[RFC,9/9] bpf: support recharge for hash map bpf, mm: recharge bpf memory from offline memcg - - - --- 2022-03-08 Yafang Shao New
[RFC,8/9] bpf: make bpf_map_{save, release}_memcg public bpf, mm: recharge bpf memory from offline memcg - - - --- 2022-03-08 Yafang Shao New
[RFC,7/9] bpf: add BPF_MAP_RECHARGE syscall bpf, mm: recharge bpf memory from offline memcg - - - --- 2022-03-08 Yafang Shao New
[RFC,6/9] bpf: add a helper to find map by id bpf, mm: recharge bpf memory from offline memcg - - - --- 2022-03-08 Yafang Shao New
[RFC,5/9] mm: add methord to charge percpu address bpf, mm: recharge bpf memory from offline memcg - - - --- 2022-03-08 Yafang Shao New
[RFC,4/9] mm: add methord to charge vmalloc-ed address bpf, mm: recharge bpf memory from offline memcg - - - --- 2022-03-08 Yafang Shao New
[RFC,3/9] mm: add methord to charge kmalloc-ed address bpf, mm: recharge bpf memory from offline memcg - - - --- 2022-03-08 Yafang Shao New
[RFC,2/9] bpftool: show memcg info of bpf map bpf, mm: recharge bpf memory from offline memcg - - - --- 2022-03-08 Yafang Shao New
[RFC,1/9] bpftool: fix print error when show bpf man bpf, mm: recharge bpf memory from offline memcg - - - --- 2022-03-08 Yafang Shao New
kfence: allow use of a deferrable timer kfence: allow use of a deferrable timer - 1 - --- 2022-03-08 Marco Elver New
[RFC,v1,15/15] mm/sl[au]b: check if large object is valid in __ksize() common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,14/15] mm/sl[auo]b: move definition of __ksize() to mm/slab.h common kmalloc subsystem on SLAB/SLUB - 1 - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,13/15] mm/sl[au]b: remove kmem_cache_alloc_node_trace() common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,12/15] mm/sl[au]b: generalize kmalloc subsystem common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,11/15] mm/sl[auo]b: use same tracepoint in kmalloc and normal caches common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,10/15] mm/sl[auo]b: print cache name in tracepoints common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,09/15] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,08/15] mm/sl[auo]b: cleanup kmalloc() common kmalloc subsystem on SLAB/SLUB - 1 - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,07/15] mm/sl[au]b: kmalloc_node: pass large requests to page allocator common kmalloc subsystem on SLAB/SLUB - 1 - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,06/15] mm/slab_common: cleanup kmalloc_large() common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,05/15] mm/slub: move kmalloc_large_node() to slab_common.c common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,04/15] mm/sl[auo]b: fold kmalloc_order() into kmalloc_large() common kmalloc subsystem on SLAB/SLUB - 1 - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,03/15] mm/sl[au]b: remove CONFIG_TRACING ifdefs for tracing functions common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,02/15] mm/sl[auo]b: remove CONFIG_NUMA ifdefs for common functions common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v1,01/15] mm/slab: cleanup slab_alloc() and slab_alloc_node() common kmalloc subsystem on SLAB/SLUB - - - --- 2022-03-08 Hyeonggon Yoo New
[RFC,v3,3/3] x86/sgx: Implement EAUG population with MAP_POPULATE MAP_POPULATE for device memory - - - --- 2022-03-08 Jarkko Sakkinen New
[RFC,v3,2/3] x86/sgx: Export sgx_encl_page_alloc() MAP_POPULATE for device memory - - - --- 2022-03-08 Jarkko Sakkinen New
[RFC,v3,1/3] mm: Add f_op->populate() for populating memory outside of core mm MAP_POPULATE for device memory - - - --- 2022-03-08 Jarkko Sakkinen New
[RFC,v2,3/3] x86/sgx: Implement EAUG population with MAP_POPULATE MAP_POPULATE for device memory - - - --- 2022-03-08 Jarkko Sakkinen New
[RFC,v2,2/3] x86/sgx: Export sgx_encl_page_alloc() MAP_POPULATE for device memory - - - --- 2022-03-08 Jarkko Sakkinen New
[RFC,v2,1/3] mm: Add f_op->populate() for populating memory outside of core mm MAP_POPULATE for device memory - - - --- 2022-03-08 Jarkko Sakkinen New
[3/3] KVM: use vcalloc/__vcalloc for very large allocations mm: vmalloc: introduce array allocation functions - 1 - --- 2022-03-08 Paolo Bonzini New
[2/3] mm: use vmalloc_array and vcalloc for array allocations mm: vmalloc: introduce array allocation functions 2 1 - --- 2022-03-08 Paolo Bonzini New
[1/3] mm: vmalloc: introduce array allocation functions mm: vmalloc: introduce array allocation functions 1 1 - --- 2022-03-08 Paolo Bonzini New
mm/list_lru: Optimize memcg_drain_list_lru_node() mm/list_lru: Optimize memcg_drain_list_lru_node() - - - --- 2022-03-08 Waiman Long New
HMM selftests changes HMM selftests changes - - 1 --- 2022-03-08 Mika Penttilä New
[3/3] mm/memcg: add next_mz back if not reclaimed yet [1/3] mm/memcg: mz already removed from rb_tree in mem_cgroup_largest_soft_limit_node() - - - --- 2022-03-08 Wei Yang New
[2/3] mm/memcg: __mem_cgroup_remove_exceeded could handle a !on-tree mz properly [1/3] mm/memcg: mz already removed from rb_tree in mem_cgroup_largest_soft_limit_node() - - - --- 2022-03-08 Wei Yang New
[1/3] mm/memcg: mz already removed from rb_tree in mem_cgroup_largest_soft_limit_node() [1/3] mm/memcg: mz already removed from rb_tree in mem_cgroup_largest_soft_limit_node() - - - --- 2022-03-08 Wei Yang New
hugetlb: do not demote poisoned hugetlb pages hugetlb: do not demote poisoned hugetlb pages - 1 - --- 2022-03-07 Mike Kravetz New
[v12,43.1/46] virt: Add SEV-SNP guest driver [v12,43.1/46] virt: Add SEV-SNP guest driver - - - --- 2022-03-07 Brijesh Singh New
[v12,46/46] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - 1 --- 2022-03-07 Brijesh Singh New
[v12,45/46] virt: sevguest: Add support to get extended report Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,44/46] virt: sevguest: Add support to derive key Add AMD Secure Nested Paging (SEV-SNP) Guest Support - 1 - --- 2022-03-07 Brijesh Singh New
[v12,43/46] virt: Add SEV-SNP guest driver Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,42/46] x86/sev: Register SEV-SNP guest request platform device Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,41/46] x86/sev: Provide support for SNP guest request NAEs Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,40/46] x86/sev: add sev=debug cmdline option to dump SNP CPUID table Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,39/46] x86/sev: Use firmware-validated CPUID for SEV-SNP guests Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,38/46] x86/sev: Add SEV-SNP feature detection/setup Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,37/46] x86/compressed/64: Add identity mapping for Confidential Computing blob Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,36/46] x86/compressed: Export and rename add_identity_map() Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,35/46] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,34/46] x86/compressed: Add SEV-SNP feature detection/setup Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,33/46] x86/boot: Add a pointer to Confidential Computing blob in bootparams Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,31/46] x86/sev: Move MSR-based VMGEXITs for CPUID to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,30/46] KVM: x86: Move lookup of indexed CPUID leafs to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support - 1 - --- 2022-03-07 Brijesh Singh New
[v12,29/46] x86/boot: Add Confidential Computing type to setup_data Add AMD Secure Nested Paging (SEV-SNP) Guest Support 1 - - --- 2022-03-07 Brijesh Singh New
[v12,28/46] x86/compressed/acpi: Move EFI kexec handling into common code Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,27/46] x86/compressed/acpi: Move EFI vendor table lookup to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,26/46] x86/compressed/acpi: Move EFI config table lookup to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,25/46] x86/compressed/acpi: Move EFI system table lookup to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,24/46] x86/compressed/acpi: Move EFI detection to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,23/46] x86/head/64: Re-enable stack protection Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,22/46] x86/sev: Use SEV-SNP AP creation to start secondary CPUs Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,21/46] x86/mm: Validate memory when changing the C-bit Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,20/46] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,18/46] x86/sev: Add helper for validating pages in early enc attribute changes Add AMD Secure Nested Paging (SEV-SNP) Guest Support - 1 - --- 2022-03-07 Brijesh Singh New
[v12,17/46] x86/sev: Register GHCB memory when SEV-SNP is active Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,16/46] x86/compressed: Register GHCB memory when SEV-SNP is active Add AMD Secure Nested Paging (SEV-SNP) Guest Support - 1 - --- 2022-03-07 Brijesh Singh New
[v12,15/46] x86/compressed: Add helper for validating pages in the decompression stage Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,14/46] x86/sev: Check the vmpl level Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,13/46] x86/sev: Add a helper for the PVALIDATE instruction Add AMD Secure Nested Paging (SEV-SNP) Guest Support - 1 - --- 2022-03-07 Brijesh Singh New
[v12,12/46] x86/sev: Check SEV-SNP features support Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,11/46] x86/sev: Save the negotiated GHCB version Add AMD Secure Nested Paging (SEV-SNP) Guest Support - 1 - --- 2022-03-07 Brijesh Singh New
[v12,10/46] x86/sev: Define the Linux specific guest termination reasons Add AMD Secure Nested Paging (SEV-SNP) Guest Support - 1 - --- 2022-03-07 Brijesh Singh New
[v12,09/46] x86/mm: Extend cc_attr to include AMD SEV-SNP Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,08/46] x86/sev: Detect/setup SEV/SME features earlier in boot Add AMD Secure Nested Paging (SEV-SNP) Guest Support - 1 - --- 2022-03-07 Brijesh Singh New
[v12,07/46] x86/compressed/64: Detect/setup SEV/SME features earlier in boot Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,06/46] x86/boot: Use MSR read/write helpers instead of inline assembly Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,05/46] x86/boot: Introduce helpers for MSR reads/writes Add AMD Secure Nested Paging (SEV-SNP) Guest Support - - - --- 2022-03-07 Brijesh Singh New
[v12,04/46] KVM: SVM: Update the SEV-ES save area mapping Add AMD Secure Nested Paging (SEV-SNP) Guest Support - 1 - --- 2022-03-07 Brijesh Singh New
[v12,03/46] KVM: SVM: Create a separate mapping for the GHCB save area Add AMD Secure Nested Paging (SEV-SNP) Guest Support - 1 - --- 2022-03-07 Brijesh Singh New
« 1 2 ... 338 339 340785 786 »