linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 18:08:01 to 2022-01-26 12:46:48 UTC [more...]

[PATCH v3 0/4] page table check fixes and cleanups
 2022-01-26 12:46 UTC  (11+ messages)
` [PATCH v3 1/4] mm/debug_vm_pgtable: remove pte entry from the page table
` [PATCH v3 2/4] mm/page_table_check: use unsigned long for page counters and cleanup
` [PATCH v3 3/4] mm/khugepaged: unify collapse pmd clear, flush and free
` [PATCH v3 4/4] mm/page_table_check: check entries at pmd levels

[PATCH RFC 0/3] Add a module parameter to adjust kfence objects
 2022-01-26 12:12 UTC  (12+ messages)
` [PATCH RFC 1/3] kfence: "
` [PATCH RFC 3/3] kfence: Make test case compatible with run time set sample interval

[RESEND][PATCH v2] mm: don't call lru draining in the nested lru_cache_disable
 2022-01-26 12:09 UTC  (14+ messages)

[v2 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2022-01-26 11:57 UTC  (8+ messages)

[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-01-26 11:24 UTC  (9+ messages)
` [PATCH 1/4] mm/memcg: Disable threshold event handlers on PREEMPT_RT
` [PATCH 2/4] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [PATCH 3/4] mm/memcg: Add a local_lock_t for IRQ and TASK object
` [PATCH 4/4] mm/memcg: Allow the task_obj optimization only on non-PREEMPTIBLE kernels

[PATCH] mm/highmem: remove unnecessary done label
 2022-01-26 10:21 UTC  (3+ messages)

[RFC PATCH 0/6] Add support for shared PTEs across processes
 2022-01-26 10:16 UTC  (24+ messages)

[PATCH] mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memory
 2022-01-26 10:06 UTC  (2+ messages)

[PATCH RFC v2 0/9] mm: COW fixes part 1: fix the COW security issue for THP and swap
 2022-01-26  9:55 UTC  (10+ messages)
` [PATCH RFC v2 1/9] mm: optimize do_wp_page() for exclusive pages in the swapcache
` [PATCH RFC v2 2/9] mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
` [PATCH RFC v2 3/9] mm: slightly clarify KSM logic in do_swap_page()
` [PATCH RFC v2 4/9] mm: streamline COW "
` [PATCH RFC v2 5/9] mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()
` [PATCH RFC v2 6/9] mm/khugepaged: remove reuse_swap_page() usage
` [PATCH RFC v2 7/9] mm/swapfile: remove reuse_swap_page()
` [PATCH RFC v2 8/9] mm/huge_memory: remove stale page_trans_huge_mapcount()
` [PATCH RFC v2 9/9] mm/huge_memory: remove stale locking logic from __split_huge_pmd()

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-26  9:22 UTC  (35+ messages)
` [PATCH v4 33/66] xtensa: Remove vma linked list walks
` [PATCH v4 34/66] cxl: Remove vma linked list walk
` [PATCH v4 36/66] um: "
` [PATCH v4 38/66] coredump: "
` [PATCH v4 43/66] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v4 49/66] bpf: Remove VMA linked list
` [PATCH v4 51/66] mm/khugepaged: Use maple tree iterators instead of vma "
` [PATCH v4 52/66] mm/ksm: "
` [PATCH v4 50/66] mm/gup: Use maple tree navigation instead of "
` [PATCH v4 55/66] mm/mempolicy: Use maple tree iterators instead of vma "
` [PATCH v4 54/66] mm/memcontrol: Stop using mm->highest_vm_end

[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2022-01-26  8:04 UTC  (7+ messages)

[RFC V1 00/31] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-01-26  7:16 UTC  (15+ messages)
` [RFC V1 01/31] mm/debug_vm_pgtable: Directly use vm_get_page_prot()
` [RFC V1 02/31] mm/mmap: Clarify protection_map[] indices
` [RFC V1 06/31] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [RFC V1 08/31] m68k/mm: "
` [RFC V1 09/31] arm/mm: "
` [RFC V1 21/31] parisc/mm: "

[PATCH] tools/testing/scatterlist: Add missing defines
 2022-01-26  7:16 UTC  (3+ messages)

[PATCH 0/7] Allocate module text and data separately
 2022-01-26  6:38 UTC  (8+ messages)
` [PATCH 6/7] modules: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC

[PATCH v1] binfmt_misc: fix crash when load/unload module
 2022-01-26  6:33 UTC  (6+ messages)

[PATCH 00/23 V3] Repair SWAP-over_NFS
 2022-01-26  3:45 UTC  (3+ messages)
` [PATCH 22/23] NFS: swap-out must always use STABLE writes

[PATCH v2 1/2] mm: thp: fix wrong cache flush in remove_migration_pmd()
 2022-01-26  3:29 UTC  (10+ messages)
` [PATCH v2 2/2] mm: fix missing cache flush for all tail pages of THP

[linux-next:master 1562/1734] drivers/hid/hid-hyperv.c:218:9: sparse: sparse: cast from restricted __le16
 2022-01-26  3:03 UTC 

[PATCH] vmap(): don't allow invalid pages
 2022-01-26  2:50 UTC  (3+ messages)

[PATCH v2] proc/vmcore: fix possible deadlock on concurrent mmap and read
 2022-01-26  2:33 UTC  (4+ messages)

[PATCH v2] vmap(): don't allow invalid pages
 2022-01-26  2:29 UTC  (3+ messages)

[PATCH v2] Revert "mm/page_isolation: unset migratetype directly for non Buddy page"
 2022-01-26  2:44 UTC 

[PATCH] Revert "mm/page_isolation: unset migratetype directly for non Buddy page"
 2022-01-26  2:18 UTC  (5+ messages)

[PATCH] mm: io_uring: allow oom-killer from io_uring_setup
 2022-01-26  1:42 UTC  (4+ messages)

[PATCH] docs/vm: Fix typo in *harden*
 2022-01-26  0:18 UTC 

[linux-next:master 990/1252] drivers/mtd/nand/raw/brcmnand/bcma_nand.c:61:23: sparse: sparse: cast to restricted __be32
 2022-01-25 22:42 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION d25ee88530253138d0b20d43511ca5acbda4e9f7
 2022-01-25 22:19 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 930c0caea669427384901ee36e1815a387f1193c
 2022-01-25 21:04 UTC 

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-25 20:20 UTC  (3+ messages)
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE

[linux-next:master 1564/1734] drivers/gpu/drm/gma500/framebuffer.c:268:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-01-25 19:17 UTC 

[linux-next:master 1564/1734] drivers/video/fbdev/sstfb.c:337:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-01-25 19:17 UTC 

[PATCH v2 1/1] mm/vmalloc: Move draining areas out of caller context
 2022-01-25 19:17 UTC  (5+ messages)

[linux-next:master 1564/1734] drivers/video/fbdev/atmel_lcdfb.c:362:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-01-25 19:17 UTC 

[PATCH] mm/balloon_compaction: make balloon page compaction callbacks static
 2022-01-25 17:59 UTC  (5+ messages)

[PATCH v1] mm, hwpoison: remove obsolete comment
 2022-01-25 17:45 UTC  (5+ messages)

[PATCH v2 0/2] mm: fix cma allocation fail sometimes
 2022-01-25 16:33 UTC  (2+ messages)
  ` [PATCH v2 2/2] mm: cma: try next MAX_ORDER_NR_PAGES during retry

[PATCH v4 0/7] Use pageblock_order for cma and alloc_contig_range alignment
 2022-01-25 16:31 UTC  (9+ messages)
` [PATCH v4 2/7] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v4 3/7] mm: page_isolation: check specified range for unmovable pages

[RFC][PATCH v2 0/5] sched: User Managed Concurrency Groups
 2022-01-25 14:59 UTC  (6+ messages)
` [RFC][PATCH v2 5/5] sched: User Mode Concurency Groups

[linux-next:master 1565/1734] warning: unsafe strcpy() usage lacked '__write_overflow' symbol in lib/test_fortify/write_overflow-strcpy.c
 2022-01-25 15:55 UTC 

[PATCH] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
 2022-01-25 15:52 UTC  (5+ messages)

[linux-next:master 1565/1734] include/linux/fortify-string.h:98:19: error: initializer element is not constant
 2022-01-25 15:34 UTC 

[linux-next:master 1562/1734] drivers/video/fbdev/cirrusfb.c:1852:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-01-25 15:34 UTC 

[PATCH V2 0/2] mm/migration: Add trace events
 2022-01-25 15:16 UTC  (9+ messages)
` [PATCH V2 1/2] mm/migration: Add trace events for THP migrations
` [PATCH V2 2/2] mm/migration: Add trace events for base page and HugeTLB migrations

[PATCHv4] psi: fix possible trigger missing in the window
 2022-01-25 14:40 UTC  (2+ messages)

[RFC PATCH] mm: create security context for memfd_secret inodes
 2022-01-25 14:33 UTC 

[PATCH] mm/hmm.c: remove unneeded local variable ret
 2022-01-25 14:24 UTC  (2+ messages)

[linux-next:master 1563/1734] drivers/video/fbdev/hgafb.c:496:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-01-25 13:31 UTC 

[linux-next:master 1562/1734] include/linux/fortify-string.h:275:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()?
 2022-01-25 10:33 UTC 

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2022-01-25  8:19 UTC  (3+ messages)

[linux-next:master 550/1252] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/inc/smu_v11_0_pptable.h:163:17: warning: field smc_pptable within 'struct smu_11_0_powerplay_table' is less aligned than 'PPTable_t' and is usually due to 'struct smu_11_0_powerplay_table' being packed, which can lea
 2022-01-25  7:56 UTC 

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-25  6:48 UTC  (3+ messages)

[PATCH -V3 RESEND] numa balancing: move some document to make it consistent with the code
 2022-01-25  5:51 UTC 

[PATCH v2] mm/damon: Remove redundant page validation
 2022-01-25  3:43 UTC  (4+ messages)

[PATCH] mm: Fix invalid page pointer returned with FOLL_PIN gups
 2022-01-25  3:37 UTC 

[PATCH 0/3] usable memory range fixes (arm64/fdt/efi)
 2022-01-24 21:05 UTC  (4+ messages)
` [PATCH 1/3] memblock: define functions to set the usable memory range

[PATCH] kasan: test: fix compatibility with FORTIFY_SOURCE
 2022-01-24 18:56 UTC  (5+ messages)

[PATCH] mm: split thp synchronously on MADV_DONTNEED
 2022-01-24 18:48 UTC  (7+ messages)

[PATCH] mm: make 'highmem' symbol ro_after_init
 2022-01-24 18:31 UTC  (3+ messages)

[PATCH] fcntl.2: document F_GET_SEALS on tmpfs peculiarity
 2022-01-24 18:35 UTC  (2+ messages)

[PATCH v6 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2022-01-24 18:32 UTC  (10+ messages)
` [PATCH v6 08/39] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH v6 24/39] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH v6 35/39] kasan: add kasan.vmalloc command line flag
` [PATCH v6 36/39] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH v6 37/39] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH v6 38/39] kasan: documentation updates
` [PATCH v6 39/39] kasan: improve vmalloc tests


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).