[RFC PATCH] arch: arm64: have memblocks out of kernel text use section map
2021-11-12 9:20 UTC
[PATCH v1] proc/vmcore: fix clearing user buffer by properly using clear_user()
2021-11-12 9:08 UTC (5+ messages)
[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
2021-11-12 8:58 UTC (16+ messages)
[PATCH v1] proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration
2021-11-12 8:50 UTC (4+ messages)
[PATCH] delayacct: Support swapin delay accounting for swapping without blkio
2021-11-12 8:38 UTC
[PATCH v3 1/4] mm/shmem: support deterministic charging of tmpfs
2021-11-12 8:36 UTC (8+ messages)
` [PATCH v3 2/4] mm/oom: handle remote ooms
` [PATCH v3 3/4] mm, shmem: add tmpfs memcg= option documentation
` [PATCH v3 4/4] mm, shmem, selftests: add tmpfs memcg= mount option tests
[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
2021-11-12 7:43 UTC (11+ messages)
[PATCH 0/8] zsmalloc: remove bit_spin_lock
2021-11-12 7:31 UTC (10+ messages)
` [PATCH 7/8] zsmalloc: replace per zpage lock with pool->migrate_lock
` [PATCH 8/8] zsmalloc: replace get_cpu_var with local_lock
[syzbot] INFO: task hung in migrate_pages (2)
2021-11-12 6:21 UTC
[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
2021-11-12 5:50 UTC (16+ messages)
` [RFC PATCH 1/6] mm: Add F_SEAL_GUEST to shmem/memfd
` [RFC PATCH 2/6] kvm: x86: Introduce guest private memory address space to memslot
` [RFC PATCH 3/6] kvm: x86: add private_ops "
` [RFC PATCH 4/6] kvm: x86: implement private_ops for memfd backing store
` [RFC PATCH 5/6] kvm: x86: add KVM_EXIT_MEMORY_ERROR exit
` [RFC PATCH 6/6] KVM: add KVM_SPLIT_MEMORY_REGION
` [RFC PATCH 07/13] linux-headers: Update
` [RFC PATCH 08/13] hostmem: Add guest private memory to memory backend
` [RFC PATCH 09/13] qmp: Include "guest-private" property for memory backends
` [RFC PATCH 10/13] softmmu/physmem: Add private memory address space
` [RFC PATCH 11/13] kvm: register private memory slots
` [RFC PATCH 12/13] kvm: handle private to shared memory conversion
` [RFC PATCH 13/13] machine: Add 'private-memory-backend' property
[linux-next:master 12280/13751] fs/dlm/debug_fs.c:654:15: error: 'sscanf' may overflow; destination buffer in argument 4 has size 64, but the corresponding specifier may require size 65
2021-11-12 4:17 UTC
[PATCH v3] mm: migrate: Support multiple target nodes demotion
2021-11-12 3:10 UTC (5+ messages)
[PATCH v1] vmscan: make drop_slab_node static
2021-11-12 2:13 UTC (3+ messages)
[PATCH 0/7] task comm cleanups
2021-11-12 1:08 UTC (22+ messages)
` [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string
` [PATCH 2/7] fs/exec: make __get_task_comm always get "
` [PATCH 3/7] drivers/infiniband: use get_task_comm instead of open-coded string copy
` [PATCH 4/7] fs/binfmt_elf: "
` [PATCH 5/7] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH 6/7] tools/bpf/bpftool/skeleton: use bpf_probe_read_kernel_str to get task comm
` [PATCH 7/7] tools/testing/selftests/bpf: make it adopt to task comm size change
[PATCH v2 0/2] Support multiple target nodes demotion
2021-11-11 23:39 UTC (9+ messages)
` [PATCH v2 1/2] mm: migrate: "
` [PATCH v2 2/2] mm: migrate: Allocate the node_demotion structure dynamically
[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-11-11 22:57 UTC (30+ messages)
` [PATCH v7 02/45] x86/sev: detect/setup SEV/SME features earlier in boot
` [PATCH v7 03/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v7 05/45] x86/sev: Get rid of excessive use of defines
` [PATCH v7 06/45] x86/head64: Carve out the guest encryption postprocessing into a helper
` [PATCH v7 24/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v7 25/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v7 26/45] x86/head: re-enable stack protection for 32/64-bit builds
` [PATCH v7 27/45] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH v7 28/45] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH v7 29/45] x86/compressed/acpi: move EFI system table lookup "
` [PATCH v7 30/45] x86/compressed/acpi: move EFI config "
` [PATCH v7 31/45] x86/compressed/acpi: move EFI vendor "
` [PATCH v7 32/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v7 33/45] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v7 34/45] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v7 35/45] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH v7 36/45] x86/compressed: add SEV-SNP feature detection/setup
` [PATCH v7 37/45] x86/compressed: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v7 38/45] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH v7 39/45] x86/sev: add SEV-SNP feature detection/setup
` [PATCH v7 40/45] x86/sev: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v7 41/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v7 42/45] x86/sev: Register SNP guest request platform device
` [PATCH v7 43/45] virt: Add SEV-SNP guest driver
` [PATCH v7 44/45] virt: sevguest: Add support to derive key
` [PATCH v7 45/45] virt: sevguest: Add support to get extended report
[linux-next:pending-fixes] BUILD SUCCESS 8c82a56b792325956b81c32b5d3a4ace28ef749b
2021-11-11 22:34 UTC
fuse: kernel panic while using splice (lru corruption)
2021-11-11 22:18 UTC (4+ messages)
[linux-next:master 12781/13683] lib/zstd/compress/zstd_compress_superblock.c:413:12: error: variable 'litLengthSum' set but not used
2021-11-11 19:58 UTC
[RFC v1 0/4] Two alternatives for mm async teardown
2021-11-11 19:20 UTC (8+ messages)
` [RFC v1 1/4] add arch mmput hook in exit.c
` [RFC v1 1/4] exit: add arch mmput hook in exit_mm
` [RFC v1 2/4] kernel/fork.c: implement new process_mmput_async syscall
` [RFC v1 3/4] mm: wire up the "
` [RFC v1 4/4] kernel/fork.c: process_mmput_async: stop OOM while freeing memory
[PATCH] mm: shmem: do not call PageHWPoison on a ERR-page
2021-11-11 18:42 UTC (9+ messages)
[linux-next:master] BUILD REGRESSION ad8be4fa6e8149ba6ea21fdf0089e8254437b3c8
2021-11-11 18:03 UTC
[PATCH v2 1/4] mm/shmem: support deterministic charging of tmpfs
2021-11-11 17:16 UTC (3+ messages)
[PATCH v2 2/4] mm/oom: handle remote ooms
2021-11-11 17:15 UTC (2+ messages)
[GIT PULL] netfs, 9p, afs, ceph: Use folios
2021-11-11 16:25 UTC
[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-11-11 16:01 UTC (7+ messages)
` [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit
[PATCH v5 0/4] netfs, 9p, afs, ceph: Support folios, at least partially
2021-11-11 15:45 UTC (3+ messages)
` [kafs-testing] [PATCH v5 4/4] afs: Use folios in directory handling
[PATCH V2 0/4] mm/damon: Do some small changes
2021-11-11 15:44 UTC (7+ messages)
` [PATCH V2 1/4] mm/damon: Unified access_check function naming rules
` [PATCH V2 2/4] mm/damon: Add 'age' of region tracepoint support
` [PATCH V2 3/4] mm/damon/core: Using function abs() instead of diff_of()
` [PATCH V2 4/4] mm/damon: Remove some no need func definitions in damon.h file
[PATCH v3 07/15] mm/pte_ref: add support for user PTE page table page allocation
2021-11-11 15:17 UTC (2+ messages)
[PATCH v3 02/15] mm: introduce is_huge_pmd() helper
2021-11-11 13:46 UTC (2+ messages)
[PATCH v3 00/15] Free user PTE page table pages
2021-11-11 13:01 UTC (19+ messages)
` [PATCH v3 14/15] Documentation: add document for pte_ref
[PATCH v3] mm/damon/vaddr: remove swap_ranges() and replace it with swap()
2021-11-11 11:53 UTC
[PATCH -rcu/kcsan 00/23] kcsan: Support detecting a subset of missing memory barriers
2021-11-11 11:35 UTC (6+ messages)
` [PATCH -rcu/kcsan 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr
[PATCH v5 00/10] Multigenerational LRU Framework
2021-11-11 11:11 UTC (13+ messages)
` [PATCH v5 01/10] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v5 02/10] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v5 03/10] mm/vmscan.c: refactor shrink_node()
` [PATCH v5 04/10] mm: multigenerational lru: groundwork
` [PATCH v5 05/10] mm: multigenerational lru: mm_struct list
` [PATCH v5 06/10] mm: multigenerational lru: aging
` [PATCH v5 07/10] mm: multigenerational lru: eviction
` [PATCH v5 08/10] mm: multigenerational lru: user interface
` [PATCH v5 09/10] mm: multigenerational lru: Kconfig
` [PATCH v5 10/10] mm: multigenerational lru: documentation
[PATCH v3 0/4] memblock, arm: fixes for freeing of the memory map
2021-11-11 9:45 UTC (3+ messages)
[PATCH V1 2/2] mm/damon: Add 'age' of region tracepoint support
2021-11-11 8:29 UTC (4+ messages)
[PATCH v2] mm/damon/vaddr: remove swap_ranges() and replace it with swap()
2021-11-11 8:13 UTC (2+ messages)
incoming
2021-11-11 4:32 UTC (8+ messages)
` [patch 1/7] mm/page_owner.c: modify the type of argument "order" in some functions
` [patch 2/7] mm: allow only SLUB on PREEMPT_RT
` [patch 3/7] mm: migrate: simplify the file-backed pages validation when migrating its mapping
` [patch 4/7] mm/migrate.c: remove MIGRATE_PFN_LOCKED
` [patch 5/7] mm: unexport folio_memcg_{,un}lock
` [patch 6/7] mm: unexport {,un}lock_page_memcg
` [patch 7/7] kasan: add kasan mode messages when kasan init
[PATCH] mm/damon/vaddr: remove swap_ranges() and replace it with swap()
2021-11-11 3:37 UTC (2+ messages)
[PATCH v6] hugetlb: Add hugetlb.*.numa_stat file
2021-11-11 2:59 UTC (4+ messages)
[PATCH] mm: migrate: Support multiple target nodes demotion
2021-11-11 0:44 UTC (4+ messages)
[PATCH v3 06/15] mm: introduce refcount for user PTE page table page
2021-11-11 0:37 UTC (2+ messages)
[PATCH v5] hugetlb: Add hugetlb.*.numa_stat file
2021-11-11 0:30 UTC (3+ messages)
[PATCH v4] hugetlb: Add hugetlb.*.numa_stat file
2021-11-10 22:59 UTC (3+ messages)
[PATCH v5] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
2021-11-10 22:11 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox