[PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
2022-07-29 19:54 UTC (11+ messages)
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-07-29 19:51 UTC (5+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory
[PATCH] x86/sys_x86_64: fix VMA alginment for mmap file to THP
2022-07-29 19:46 UTC (2+ messages)
[PATCH] mm/gup.c: Simplify and fix check_and_migrate_movable_pages() return codes
2022-07-29 19:44 UTC (2+ messages)
[RFC PATCH v4 0/8] hugetlb: Change huge pmd sharing synchronization again
2022-07-29 18:11 UTC (16+ messages)
` [RFC PATCH v4 4/8] hugetlbfs: catch and handle truncate racing with page faults
` [RFC PATCH v4 6/8] hugetlb: add vma based lock for pmd sharing synchronization
` [RFC PATCH v4 7/8] hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
` [RFC PATCH v4 8/8] hugetlb: use new vma_lock for pmd sharing synchronization
[PATCH RFC 0/4] mm: Remember young bit for migration entries
2022-07-29 17:07 UTC (6+ messages)
` [PATCH RFC 1/4] mm/swap: Add swp_offset_pfn() to fetch PFN from swap entry
` [PATCH RFC 2/4] mm: Remember young bit for page migrations
` [PATCH RFC 3/4] mm/x86: Use SWP_TYPE_BITS in 3-level swap macros
` [PATCH RFC 4/4] mm/x86: Define __ARCH_SWP_OFFSET_BITS
[PATCH v12 00/69] Introducing the Maple Tree
2022-07-29 17:02 UTC (10+ messages)
` [PATCH v12 08/69] mm: start tracking VMAs with maple tree
` [PATCH v12 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
[PATCH v3] memblock test: Modify the obsolete description in README
2022-07-29 16:11 UTC
[PATCH V2] mm: fix use-after free of page_ext after race with memory-offline
2022-07-29 15:47 UTC (6+ messages)
[PATCH v3 1/2] lib/kstrtox.c: Add "false"/"true" support to kstrtobool()
2022-07-29 15:32 UTC (7+ messages)
[RFC PATCH bpf-next 00/15] bpf: Introduce selectable memcg for bpf map
2022-07-29 15:23 UTC (16+ messages)
` [RFC PATCH bpf-next 01/15] bpf: Remove unneeded memset in queue_stack_map creation
` [RFC PATCH bpf-next 02/15] bpf: Use bpf_map_area_free instread of kvfree
` [RFC PATCH bpf-next 03/15] bpf: Make __GFP_NOWARN consistent in bpf map creation
` [RFC PATCH bpf-next 04/15] bpf: Use bpf_map_area_alloc consistently on "
` [RFC PATCH bpf-next 05/15] bpf: Introduce helpers for container of struct bpf_map
` [RFC PATCH bpf-next 06/15] bpf: Use bpf_map_container_alloc helpers in various bpf maps
` [RFC PATCH bpf-next 07/15] bpf: Define bpf_map_get_memcg for !CONFIG_MEMCG_KMEM
` [RFC PATCH bpf-next 08/15] bpf: Use scope-based charge for bpf_map_area_alloc
` [RFC PATCH bpf-next 09/15] bpf: Use bpf_map_kzalloc in arraymap
` [RFC PATCH bpf-next 10/15] bpf: Use bpf_map_pages_alloc in ringbuf
` [RFC PATCH bpf-next 11/15] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [RFC PATCH bpf-next 12/15] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [RFC PATCH bpf-next 13/15] bpf: Add new parameter into bpf_map_container_alloc
` [RFC PATCH bpf-next 14/15] bpf: Add new map flag BPF_F_SELECTABLE_MEMCG
` [RFC PATCH bpf-next 15/15] bpf: Introduce selectable memcg for bpf map
[PATCH v3 00/15] common kmalloc v3
2022-07-29 15:08 UTC (24+ messages)
` [PATCH v3 05/15] mm/sl[au]b: factor out __do_kmalloc_node()
` [PATCH v3 06/15] mm/slab_common: fold kmalloc_order_trace() into kmalloc_large()
` [PATCH v3 08/15] mm/slab_common: kmalloc_node: pass large requests to page allocator
` [PATCH v3 09/15] mm/slab_common: cleanup kmalloc_large()
` [PATCH v3 10/15] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
` [PATCH v3 11/15] mm/sl[au]b: introduce common alloc/free functions without tracepoint
` [PATCH v3 12/15] mm/sl[au]b: generalize kmalloc subsystem
` [PATCH v3 13/15] mm/slab_common: unify NUMA and UMA version of tracepoints
` [PATCH 14/16] mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not using
` [PATCH 15/16] mm/slab_common: move definition of __ksize() to mm/slab.h
` [PATCH 16/16] mm/sl[au]b: check if large object is valid in __ksize()
remove iomap_writepage v2
2022-07-29 14:11 UTC (6+ messages)
[linux-next:master 11876/13542] kernel/bpf/trampoline.c:101:2-3: Unneeded semicolon
2022-07-29 10:15 UTC
[linux-next:master 6932/13542] drivers/acpi/arm64/iort.c:1406:2: error: call to undeclared function 'iort_iommu_rmr_get_resv_regions'; ISO C99 and later do not support implicit function declarations
2022-07-29 8:03 UTC (2+ messages)
[PATCH v2 0/5] A few cleanup patches for hugetlb_cgroup
2022-07-29 8:01 UTC (6+ messages)
` [PATCH v2 1/5] hugetlb_cgroup: remove unneeded nr_pages > 0 check
` [PATCH v2 2/5] hugetlb_cgroup: hugetlbfs: use helper macro SZ_1{K,M,G}
` [PATCH v2 3/5] hugetlb_cgroup: remove unneeded return value
` [PATCH v2 4/5] hugetlb_cgroup: use helper macro NUMA_NO_NODE
` [PATCH v2 5/5] hugetlb_cgroup: use helper for_each_hstate and hstate_index
[PATCH v4] memblock tests: fix compilation errors
2022-07-29 7:27 UTC (2+ messages)
[PATCH v11 0/8] mm/demotion: Memory tiers and demotion
2022-07-29 7:24 UTC (20+ messages)
` [PATCH v11 1/8] mm/demotion: Add support for explicit memory tiers
` [PATCH v11 2/8] mm/demotion: Move memory demotion related code
` [PATCH v11 3/8] mm/demotion: Add hotplug callbacks to handle new numa node onlined
` [PATCH v11 4/8] mm/demotion/dax/kmem: Set node's abstract distance to MEMTIER_ADISTANCE_PMEM
` [PATCH v11 5/8] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v11 6/8] mm/demotion: Add pg_data_t member to track node memory tier details
` [PATCH v11 7/8] mm/demotion: Demote pages according to allocation fallback order
` [PATCH v11 8/8] mm/demotion: Update node_is_toptier to work with memory tiers
[PATCH 3/4] selftests/memfd: add tests for F_SEAL_EXEC
2022-07-29 6:29 UTC (4+ messages)
` [PATCH 4/4] selftests/memfd: add tests for MFD_NOEXEC
[PATCH v12 0/8] mm/demotion: Memory tiers and demotion
2022-07-29 6:13 UTC (9+ messages)
` [PATCH v12 1/8] mm/demotion: Add support for explicit memory tiers
` [PATCH v12 2/8] mm/demotion: Move memory demotion related code
` [PATCH v12 3/8] mm/demotion: Add hotplug callbacks to handle new numa node onlined
` [PATCH v12 4/8] mm/demotion/dax/kmem: Set node's abstract distance to MEMTIER_ADISTANCE_PMEM
` [PATCH v12 5/8] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v12 6/8] mm/demotion: Add pg_data_t member to track node memory tier details
` [PATCH v12 7/8] mm/demotion: Demote pages according to allocation fallback order
` [PATCH v12 8/8] mm/demotion: Update node_is_toptier to work with memory tiers
[fs/lock] 0064b3d9f9: BUG:kernel_NULL_pointer_dereference,address
2022-07-29 5:29 UTC (3+ messages)
[PATCH v5 0/3] Implement readahead for squashfs
2022-07-29 5:22 UTC (6+ messages)
` [PATCH v5 3/3] squashfs: implement readahead
[PATCH v3] mm: memory-failure: convert to pr_fmt()
2022-07-29 3:19 UTC
[PATCHv5 00/13] Linear Address Masking enabling
2022-07-29 3:00 UTC (3+ messages)
` [PATCHv5 01/13] x86/mm: Fix CR3_ADDR_MASK
[PATCH] mm: Re-allow pinning of zero pfns
2022-07-29 2:49 UTC (12+ messages)
[PATCH v2] vmscan: Do not free nr_deferred for memcg aware shrinkers
2022-07-29 2:11 UTC (3+ messages)
` "
[PATCH v2] mm: memory-failure: convert to pr_fmt()
2022-07-29 2:03 UTC (3+ messages)
[PATCH 0/6] A few cleanup patches for hugetlb_cgroup
2022-07-29 1:07 UTC (15+ messages)
` [PATCH 1/6] hugetlb_cgroup: remove unneeded nr_pages > 0 check
` [PATCH 2/6] hugetlb_cgroup: remove unneeded header file
` [PATCH 3/6] hugetlb_cgroup: hugetlbfs: use helper macro SZ_1{K,M,G}
` [PATCH 4/6] hugetlb_cgroup: remove unneeded return value
` [PATCH 5/6] hugetlb_cgroup: use helper macro NUMA_NO_NODE
` [PATCH 6/6] hugetlb_cgroup: use helper for_each_hstate and hstate_index
[PATCH v3] mm/page_owner.c: add llseek for page_owner
2022-07-29 0:49 UTC
[PATCH v3 0/2] mm/hmm: fault non-owner device private entries
2022-07-28 23:17 UTC (2+ messages)
[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
2022-07-28 22:01 UTC (16+ messages)
[PATCH v5] mm: vmpressure: don't count proactive reclaim in vmpressure
2022-07-28 21:45 UTC (2+ messages)
[PATCH 2/2] efi: earlycon: Add support for generic framebuffers and move to fbdev subsystem
2022-07-28 21:20 UTC
[RFC PATCH 0/7] Replace per-task RSS cache with per-CPU RSS cache
2022-07-28 20:45 UTC (8+ messages)
` [RFC PATCH 1/7] mm: remove the per-task RSS counter cache
` [RFC PATCH 2/7] mm: move check_mm to memory.c
` [RFC PATCH 3/7] mm/headers: change emun order of MM_COUNTERS
` [RFC PATCH 4/7] mm: introduce a generic per-CPU RSS cache
` [RFC PATCH 5/7] mm: try use fast path for pmd setting as well
` [RFC PATCH 6/7] mm: introduce CONFIG_ARCH_PCP_RSS_USE_CPUMASK
` [RFC PATCH 7/7] x86_64/tlb, mm: enable cpumask optimzation for RSS cache
在宅勤務に適したアルバイトですc
2022-07-28 19:37 UTC
[PATCH] memblock test: Add test to memblock_add() 129th region
2022-07-28 19:00 UTC
[syzbot] KASAN: use-after-free Read in exit_mmap
2022-07-28 17:53 UTC (2+ messages)
[PATCH v10 0/8] mm/demotion: Memory tiers and demotion
2022-07-28 17:23 UTC (26+ messages)
` [PATCH v10 1/8] mm/demotion: Add support for explicit memory tiers
` [PATCH v10 3/8] mm/demotion: Add hotplug callbacks to handle new numa node onlined
` [PATCH v10 4/8] mm/demotion/dax/kmem: Set node's performance level to MEMTIER_PERF_LEVEL_PMEM
` [PATCH v10 5/8] mm/demotion: Build demotion targets based on explicit memory tiers
[PATCH] mm: Kconfig: fix typo
2022-07-28 16:51 UTC
[linux-next:master 4676/13542] drivers/gpu/drm/drm_bufs.c:346:36: sparse: sparse: incorrect type in argument 1 (different address spaces)
2022-07-28 16:46 UTC
[PATCH v2] mm/page_owner.c: add llseek for page_owner
2022-07-28 12:57 UTC (2+ messages)
[PATCH V6 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
2022-07-28 11:38 UTC (5+ messages)
` [PATCH V6 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V6 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V6 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V6 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
[PATCH V5 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
2022-07-28 9:24 UTC (4+ messages)
` [PATCH V5 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
[PATCH v2] memblock test: Modify the obsolete description in README
2022-07-28 9:14 UTC (5+ messages)
[linux-next:master 4288/13276] coherent.c:undefined reference to `memunmap'
2022-07-28 9:14 UTC
[PATCH] vmscan: fix potential arbitrary pointer passed to kfree in unregister_shrinker
2022-07-28 7:34 UTC (5+ messages)
` [External] "
[RFC PATCH] mm/kfence: Introduce kernel parameter for selective usage of kfence
2022-07-28 7:24 UTC (4+ messages)
[PATCH] mm: migrate: Do not retry 10 times for the subpages of fail-to-migrate THP
2022-07-28 6:16 UTC (2+ messages)
[PATCH v2] shmem: support huge_fault to avoid pmd split
2022-07-28 5:09 UTC (2+ messages)
[linux-next:master 11182/13276] drivers/irqchip/irq-loongson-eiointc.c:60:16: error: implicit declaration of function 'cpu_logical_map'
2022-07-28 1:45 UTC
[PATCH] mm/folio-compact: fix potential NULL pointer in pagecache_get_page
2022-07-28 1:36 UTC (3+ messages)
[linux-next:master 10811/13276] fixup-tb0226.c:undefined reference to `vr41xx_set_irq_trigger'
2022-07-28 1:05 UTC
Additional Huge Pages
2022-07-27 22:48 UTC (5+ messages)
[PATCH v2] fs: Call kmap_local_page() in copy_string_kernel()
2022-07-27 21:13 UTC (2+ messages)
[PATCH v2 00/35] Speculative page faults
2022-07-27 20:30 UTC (4+ messages)
` [PATCH v2 23/35] mm: add mmu_notifier_lock
[PATCH] mm: Fix a null ptr deref with CONFIG_DEBUG_VM enabled in wp_page_reuse
2022-07-27 19:31 UTC (3+ messages)
[RFC PATCH] mm, slub: restrict sysfs validation to debug caches and make it safe
2022-07-27 18:29 UTC
[linux-next:master 11322/13276] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:83:31: warning: no previous prototype for 'amd_get_format_info'
2022-07-27 17:28 UTC
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-07-27 17:01 UTC (3+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
[PATCH] mm: remove duplicate mm_types.h and unnecessary declare
2022-07-27 15:15 UTC
[PATCH v3 0/3] mm/slub: some debug enhancements
2022-07-27 14:12 UTC (4+ messages)
` [PATCH v3 1/3] mm/slub: enable debugging memory wasting of kmalloc
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