linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 00:10:59 to 2020-03-25 16:13:49 UTC [more...]

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-03-25 16:12 UTC  (15+ messages)
` [PATCH v5 01/38] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v5 02/38] kmsan: add ReST documentation
` [PATCH v5 03/38] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH v5 04/38] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__
` [PATCH v5 05/38] kmsan: reduce vmalloc space
` [PATCH v5 06/38] kmsan: add KMSAN runtime core
` [PATCH v5 07/38] kmsan: KMSAN compiler API implementation
` [PATCH v5 08/38] kmsan: add KMSAN hooks for kernel subsystems
` [PATCH v5 09/38] kmsan: stackdepot: don't allocate KMSAN metadata for stackdepot
` [PATCH v5 10/38] kmsan: define READ_ONCE_NOCHECK()
` [PATCH v5 11/38] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH v5 12/38] kmsan: x86: sync metadata pages on page fault
` [PATCH v5 13/38] kmsan: add tests for KMSAN
` [PATCH v5 14/38] crypto: kmsan: disable accelerated configs under KMSAN

lockdep warning in sys_swapon
 2020-03-25 16:08 UTC  (7+ messages)

[PATCH v10 00/25] Change readahead API
 2020-03-25 15:54 UTC  (9+ messages)
` [PATCH v10 12/25] mm: Move end_index check out of readahead loop
` [PATCH v10 24/25] fuse: Convert from readpages to readahead

mmotm 2020-03-23-21-29 uploaded
 2020-03-25 15:52 UTC  (5+ messages)
` mmotm 2020-03-23-21-29 uploaded (pci/controller/dwc/pcie-tegra194.c)

[PATCH v6 10/16] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
 2020-03-25 15:41 UTC  (6+ messages)
` [PATCH v6 14/16] pidfd: "
` [PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-03-25 15:33 UTC  (3+ messages)

[PATCH v4 0/2] integrate classzone_idx and high_zoneidx
 2020-03-25 15:20 UTC  (3+ messages)
` [PATCH v4 2/2] mm/page_alloc: "

[RFC v2 1/2] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-25 14:44 UTC  (5+ messages)
` [RFC v2 2/2] kernel/sysctl: support handling command line aliases

[PATCH 0/5] improvements about lowmem_reserve and /proc/zoneinfo
 2020-03-25 14:23 UTC  (10+ messages)
` [PATCH 1/5] mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it
` [PATCH 2/5] mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty
` [PATCH 3/5] mm/vmstat.c: do not show lowmem reserve protection information of empty zone
` [PATCH 4/5] mm/vmstat.c: move the per-node stats to the front of /proc/zoneinfo
` [PATCH 5/5] mm/vmstat.c: remove the useless code

[RFC PATCH v4 0/6] arm64: tlb: add support for TTL feature
 2020-03-25 14:13 UTC  (17+ messages)
` [RFC PATCH v4 1/6] arm64: Detect the ARMv8.4 "
` [RFC PATCH v4 2/6] arm64: Add level-hinted TLB invalidation helper
` [RFC PATCH v4 3/6] arm64: Add level-hinted TLB invalidation helper to tlbi_user
` [RFC PATCH v4 4/6] mm: Add page table level flags to vm_flags
` [RFC PATCH v4 5/6] arm64: tlb: Use translation level hint in vm_flags
` [RFC PATCH v4 6/6] mm: Set VM_LEVEL flags in some tlb_flush functions
  ` Re: [RFC PATCH v4 0/6] arm64: tlb: add support for TTL feature

[PATCH v2 0/5] Optionally randomize kernel stack offset each syscall
 2020-03-25 13:21 UTC  (11+ messages)
` [PATCH v2 1/5] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v2 2/5] init_on_alloc: Unpessimize default-on builds
` [PATCH v2 3/5] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v2 4/5] x86/entry: Enable random_kstack_offset support
` [PATCH v2 5/5] arm64: entry: "

[PATCH v3] mm/mmu_notifier: prevent unpaired invalidate_start and invalidate_end
 2020-03-25 13:06 UTC  (6+ messages)

[PATCH] mm: khugepaged: fix potential page state corruption
 2020-03-25 11:26 UTC  (7+ messages)

[PATCH RFC v4 00/42] Add KernelMemorySanitizer infrastructure
 2020-03-25 11:04 UTC  (5+ messages)

[PATCH] mm/rmap: fix the handling of device private page in try_to_unmap_one()
 2020-03-25 10:54 UTC  (11+ messages)

[PATCH 00/12] device-dax: Support sub-dividing soft-reserved ranges
 2020-03-25 10:35 UTC  (15+ messages)
` [PATCH 03/12] device-dax: Make pgmap optional for instance creation
` [PATCH 04/12] device-dax: Kill dax_kmem_res
` [PATCH 05/12] device-dax: Add an allocation interface for device-dax instances
` [PATCH 06/12] device-dax: Introduce seed devices
` [PATCH 07/12] drivers/base: Make device_find_child_by_name() compatible with sysfs inputs
` [PATCH 08/12] device-dax: Add resize support
` [PATCH 09/12] mm/memremap_pages: Convert to 'struct range'
` [PATCH 10/12] mm/memremap_pages: Support multiple ranges per invocation
` [PATCH 11/12] device-dax: Add dis-contiguous resource support
` [PATCH 12/12] device-dax: Introduce 'mapping' devices

[PATCH 0/4] Clean up hugetlb boot command line processing
 2020-03-25  9:38 UTC  (14+ messages)
` [PATCH 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH 4/4] hugetlbfs: clean up command line processing

[PATCH] mm/sparse: Fix kernel crash with pfn_section_valid check
 2020-03-25  8:36 UTC  (6+ messages)

[PATCH 3/7] docs: fix broken references to text files
 2020-03-25  2:42 UTC  (2+ messages)

[PATCH] char/random: silence a lockdep splat with printk()
 2020-03-25  2:35 UTC  (3+ messages)
` dmesg -w regression in v5.4.22, bisected, was: "

[hnaz-linux-mm:master 377/435] fs/reiserfs/ibalance.o: warning: objtool: balance_internal()+0x1ab4: stack state mismatch: cfa1=7+304 cfa2=7+328
 2020-03-25  1:02 UTC 

[PATCH v7 0/9] Huge page-table entries for TTM
 2020-03-24 20:11 UTC  (10+ messages)
` [PATCH v7 1/9] fs: Constify vma argument to vma_is_dax
` [PATCH v7 2/9] mm: Introduce vma_is_special_huge
` [PATCH v7 3/9] mm: Split huge pages on write-notify or COW
` [PATCH v7 4/9] mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
` [PATCH v7 5/9] drm/ttm, drm/vmwgfx: Support huge TTM pagefaults
` [PATCH v7 6/9] drm/vmwgfx: Support huge page faults
` [PATCH v7 7/9] drm: Add a drm_get_unmapped_area() helper
` [PATCH v7 8/9] drm/vmwgfx: Introduce a huge page aligning TTM range manager
` [PATCH v7 9/9] drm/vmwgfx: Hook up the helpers to align buffer objects

[PATCH 0/3] tool lib traceevent: Fix some parsing errors
 2020-03-24 20:08 UTC  (4+ messages)
` [PATCH 1/3] tools lib traceevent: Add append() function helper for appending strings
` [PATCH 2/3] tools lib traceevent: Handle __attribute__((user)) in field names
` [PATCH 3/3] tools lib traceevent: Add handler for __builtin_expect()

[PATCH v2] mm/hugetlb: fix a addressing exception caused by huge_pte_offset()
 2020-03-24 19:47 UTC  (14+ messages)

[PATCH v2 hmm 0/9] Small hmm_range_fault() cleanups
 2020-03-24 19:31 UTC  (21+ messages)
` [PATCH v2 hmm 1/9] mm/hmm: remove pgmap checking for devmap pages
` [PATCH v2 hmm 2/9] mm/hmm: return the fault type from hmm_pte_need_fault()
` [PATCH v2 hmm 3/9] mm/hmm: remove unused code and tidy comments
` [PATCH v2 hmm 4/9] mm/hmm: remove HMM_FAULT_SNAPSHOT
` [PATCH v2 hmm 5/9] mm/hmm: remove the CONFIG_TRANSPARENT_HUGEPAGE #ifdef
` [PATCH v2 hmm 6/9] mm/hmm: use device_private_entry_to_pfn()
` [PATCH v2 hmm 7/9] mm/hmm: do not unconditionally set pfns when returning EBUSY
` [PATCH v2 hmm 8/9] mm/hmm: do not set pfns when returning an error code
` [PATCH v2 hmm 9/9] mm/hmm: return error for non-vma snapshots

[PATCH] mm, memcg: Add memory.transparent_hugepage_disabled
 2020-03-24 19:17 UTC  (7+ messages)

[PATCH -next] hugetlb_cgroup: fix illegal access to memory
 2020-03-24 18:24 UTC  (2+ messages)

[RFC] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-24 18:24 UTC  (4+ messages)

[RFC PATCH v3 0/4] arm64: tlb: add support for TTL field
 2020-03-24 12:41 UTC  (3+ messages)

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-03-24 13:29 UTC  (5+ messages)
` [PATCH V2 1/3] mm/debug: Add tests validating arch page table helpers for core features
` [PATCH V2 2/3] mm/debug: Add tests validating arch advanced page table helpers
` [PATCH V2 3/3] Documentation/mm: Add descriptions for arch "

[RFC PATCH v2 0/3] meminfo_extra: introduce meminfo extra
 2020-03-24 13:19 UTC  (9+ messages)
  ` [RFC PATCH v2 1/3] "

[PATCH 1/2] mm, slub: prevent kmalloc_node crashes and memory leaks
 2020-03-24 13:00 UTC  (3+ messages)
` [PATCH 2/2] Revert "topology: add support for node_to_mem_node() to determine the fallback node"

[PATCH V2 0/2] arm64: Enable vmemmap mapping from device memory
 2020-03-24 12:03 UTC  (7+ messages)
` [PATCH V2 1/2] mm/sparsemem: Enable vmem_altmap support in vmemmap_populate_basepages()
` [PATCH V2 2/2] arm64/mm: Enable vmem_altmap support for vmemmap mappings

Re: Re: Re: [PATCH v6 00/14] Introduce Data Access MONitor (DAMON)
 2020-03-24  8:34 UTC  (2+ messages)
`  "

[PATCH v4 0/8] workingset protection/detection on the anonymous LRU list
 2020-03-24  6:28 UTC  (7+ messages)
` [PATCH v4 6/8] mm/swap: implement workingset detection for anonymous LRU
` [PATCH v4 8/8] mm/swap: count a new anonymous page as a reclaim_state's rotate

WARNING in wp_page_copy
 2020-03-24  2:47 UTC 

[PATCH v2] hibernate: Allow uswsusp to write to swap
 2020-03-24  2:19 UTC  (5+ messages)

[PATCH] mm: fork: fix kernel_stack memcg stats for various stack implementations
 2020-03-24  1:08 UTC  (6+ messages)

[PATCH v4 1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse
 2020-03-24  1:07 UTC  (4+ messages)
` [PATCH v4 2/2] mm/sparse.c: allocate memmap preferring the given node
  ` [PATCH v5 "


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).