linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-30 18:19:31 to 2020-12-01 21:59:55 UTC [more...]

[PATCH bpf-next v9 00/34] bpf: switch to memcg-based memory accounting
 2020-12-01 21:59 UTC  (23+ messages)
` [PATCH bpf-next v9 01/34] mm: memcontrol: use helpers to read page's memcg data
` [PATCH bpf-next v9 02/34] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH bpf-next v9 03/34] mm: introduce page memcg flags
` [PATCH bpf-next v9 04/34] mm: convert page kmemcg type to a page memcg flag
` [PATCH bpf-next v9 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v9 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH bpf-next v9 07/34] bpf: "
` [PATCH bpf-next v9 08/34] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v9 10/34] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v9 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v9 13/34] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v9 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v9 15/34] bpf: memcg-based memory accounting for bpf local storage maps
` [PATCH bpf-next v9 16/34] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v9 17/34] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v9 20/34] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v9 23/34] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v9 28/34] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v9 30/34] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v9 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v9 33/34] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v9 34/34] bpf: samples: do not touch RLIMIT_MEMLOCK

[PATCH 0/8] shoot lazy tlbs
 2020-12-01 21:50 UTC  (7+ messages)
` [PATCH 6/8] lazy tlb: shoot lazies, a non-refcounting lazy tlb option

[PATCH] mm/vmalloc: randomize vmalloc() allocations
 2020-12-01 21:45 UTC 

[PATCH] mm: Don't fault around userfaultfd-registered regions on reads
 2020-12-01 21:31 UTC  (6+ messages)

[PATCH v2] mm: mmap_lock: fix use-after-free race and css ref leak in tracepoints
 2020-12-01 21:31 UTC  (3+ messages)

[v3 PATCH] mm: list_lru: set shrinker map bit when child nr_items is not zero
 2020-12-01 21:25 UTC 

[RFC PATCH 00/13] fs/userfaultfd: support iouring and polling
 2020-12-01 21:22 UTC  (8+ messages)
` [RFC PATCH 01/13] fs/userfaultfd: fix wrong error code on WP & !VM_MAYWRITE
` [RFC PATCH 07/13] fs/userfaultfd: support read_iter to use io_uring
` [RFC PATCH 12/13] fs/userfaultfd: kmem-cache for wait-queue objects

[PATCH] mm: mmap_lock: fix use-after-free race and css ref leak in tracepoints
 2020-12-01 20:53 UTC  (8+ messages)

mapcount corruption regression
 2020-12-01 20:49 UTC  (5+ messages)

[Race] data race between blkdev_ioctl() and generic_fadvise()
 2020-12-01 20:33 UTC  (2+ messages)

Race: data race between shmem_getpage() and mapping_set_gfp_mask()
 2020-12-01 20:33 UTC  (3+ messages)

[linux-next:master 6272/9613] unittest.c:undefined reference to `of_dma_get_max_cpu_address'
 2020-12-01 20:13 UTC  (4+ messages)

[v2 PATCH] mm: list_lru: set shrinker map bit when child nr_items is not zero
 2020-12-01 20:12 UTC  (3+ messages)

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-12-01 19:55 UTC  (13+ messages)

[PATCH v2 0/4] Chunk Heap Support on DMA-HEAP
 2020-12-01 19:48 UTC  (6+ messages)
` [PATCH v2 1/4] mm: introduce alloc_contig_mode
` [PATCH v2 2/4] mm: introduce cma_alloc_bulk API
` [PATCH v2 3/4] dma-buf: add export symbol for dma-heap
` [PATCH v2 4/4] dma-buf: heaps: add chunk heap to dmabuf heaps

[PATCH] mm: refactor initialization of stuct page for holes in memory layout
 2020-12-01 18:15 UTC 

[RESEND RFC PATCH 0/5] Remote mapping
 2020-12-01 18:01 UTC  (4+ messages)

[PATCH v9 0/6] KASAN for powerpc64 radix
 2020-12-01 17:26 UTC  (13+ messages)
` [PATCH v9 1/6] kasan: allow an architecture to disable inline instrumentation
` [PATCH v9 2/6] kasan: allow architectures to provide an outline readiness check
` [PATCH v9 3/6] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v9 4/6] kasan: Document support on 32-bit powerpc
` [PATCH v9 5/6] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
` [PATCH v9 6/6] powerpc: Book3S 64-bit outline-only KASAN support

[PATCH] mm: list_lru: hold nlru lock to avoid reading transient negative nr_items
 2020-12-01 17:20 UTC  (15+ messages)

[PATCH v13 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-01 16:44 UTC  (13+ messages)
` [PATCH v13 01/10] mm: add definition of PMD_PAGE_ORDER
` [PATCH v13 02/10] mmap: make mlock_future_check() global
` [PATCH v13 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v13 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v13 05/10] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v13 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v13 07/10] secretmem: add memcg accounting
` [PATCH v13 08/10] PM: hibernate: disable when there are active secretmem users
` [PATCH v13 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v13 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] fix mmap return value when vma is merged after call_mmap()
 2020-12-01 16:06 UTC  (3+ messages)

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-01 16:02 UTC  (12+ messages)
` [PATCH v15 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
  ` [NEEDS-REVIEW] "
` [PATCH v15 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack

[linux-next:master 1048/9613] drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c:115:37: warning: unused variable 'amdgpu_fw_attestation_debugfs_ops'
 2020-12-01 15:33 UTC  (2+ messages)

[PATCH v4 0/6] kasan: add workqueue and timer stack for generic KASAN
 2020-12-01 14:51 UTC  (6+ messages)

[PATCH v8 00/12] huge vmalloc mappings
 2020-12-01 14:21 UTC  (6+ messages)
` [PATCH v8 05/12] mm: HUGE_VMAP arch support cleanup
` [PATCH v8 11/12] mm/vmalloc: Hugepage vmalloc mappings

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-01 14:08 UTC  (10+ messages)

[PATCH v2] mm: Don't fault around userfaultfd-registered regions on reads
 2020-12-01 12:59 UTC  (3+ messages)

[PATCH V2 0/2] mm/debug_vm_pgtable: Some minor updates
 2020-12-01 12:19 UTC  (3+ messages)
` [PATCH V2 1/2] mm/debug_vm_pgtable/basic: Add validation for dirtiness after write protect
` [PATCH V2 2/2] mm/debug_vm_pgtable/basic: Iterate over entire protection_map[]

[PATCH v5 00/16]Fix several bad kernel-doc markups
 2020-12-01 12:09 UTC  (2+ messages)
` [PATCH v5 11/16] memblock: fix "

[linux-next:master 8291/9562] arch/arm64/kvm/va_layout.c:255:6: warning: no previous prototype for function 'kvm_get_kimage_voffset'
 2020-12-01 11:54 UTC 

[RFC PATCH v3 0/4] Allocate memmap from hotadded memory (per device)
 2020-12-01 11:51 UTC  (5+ messages)
` [RFC PATCH v3 1/4] mm,memory_hotplug: Add mhp_supports_memmap_on_memory
` [RFC PATCH v3 2/4] mm,memory_hotplug: Allocate memmap from the added memory range
` [RFC PATCH v3 3/4] mm,memory_hotplug: Enable MHP_MEMMAP_ON_MEMORY when supported
` [RFC PATCH v3 4/4] mm,memory_hotplug: Add mhp_memmap_on_memory boot option

[PATCH 0/7] HWPoison: Refactor get page interface
 2020-12-01 11:35 UTC  (4+ messages)
` [PATCH 3/7] mm,madvise: call soft_offline_page() without MF_COUNT_INCREASED

[linux-next:master 3404/9613] arch/arm64/kvm/va_layout.c:249:6: warning: no previous prototype for function 'kvm_update_kimg_phys_offset'
 2020-12-01 11:12 UTC 

[linux-next:master 7543/9613] drivers/mmc/host/mxcmmc.c:1028:18: warning: cast to smaller integer type 'enum mxcmci_type' from 'const void
 2020-12-01 10:08 UTC 

BUG: KASAN: null-ptr-deref in workingset_eviction+0xf2/0x1e0
 2020-12-01  9:21 UTC  (6+ messages)
  ` [External] "

WARNING: suspicious RCU usage in remove_vma
 2020-12-01  9:20 UTC 

[RFC][PATCH 0/9] Clean up i386-PAE
 2020-12-01  8:57 UTC  (4+ messages)
` [RFC][PATCH 5/9] mm: Rename pmd_read_atomic()

[PATCH next] mm/swap.c: reduce lock contention in lru_cache_add
 2020-12-01  8:20 UTC  (6+ messages)
` [PATCH 1/3] mm/swap.c: pre-sort pages in pagevec for pagevec_lru_move_fn
  ` [PATCH 2/3] mm/swap.c: bail out early for no memcg and no numa
  ` [PATCH 3/3] mm/swap.c: extend the usage to pagevec_lru_add

general protection fault in workingset_age_nonresident
 2020-12-01  7:45 UTC 

BUG: unable to handle kernel paging request in workingset_age_nonresident
 2020-12-01  7:40 UTC 

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-12-01  4:52 UTC  (13+ messages)

💥 PANICKED: Waiting for review: Test report for kernel 5.9.11 (stable-queue)
 2020-12-01  3:39 UTC 

[PATCH -V6 0/3] autonuma: Migrate on fault among multiple bound nodes
 2020-12-01  0:27 UTC  (4+ messages)
` [PATCH -v6 2/3] NOT kernel/man-pages man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING

[PATCH v2 0/2] memcg: add pagetable comsumption to memory.stat
 2020-11-30 21:25 UTC  (3+ messages)
` [PATCH v2 1/2] mm: move lruvec stats update functions to vmstat.h
` [PATCH v2 2/2] mm: memcontrol: account pagetables per node

[PATCH 0/2] memcg: add pagetable comsumption to memory.stat
 2020-11-30 21:13 UTC  (10+ messages)
` [PATCH 1/2] mm: move lruvec stats update functions to vmstat.h
` [PATCH 2/2] mm: memcontrol: account pagetables per node

[linux-next:master] BUILD REGRESSION c6b11acc5f85b6e11d128fad8e0b7b223aa7e33f
 2020-11-30 21:03 UTC 

[PATCH v5] mm: Optional full ASLR for mmap(), mremap(), vdso and stack
 2020-11-30 20:27 UTC  (3+ messages)

[PATCH] mm/memcg: fix NULL pointer dereference at workingset_eviction
 2020-11-30 20:23 UTC  (6+ messages)
  ` [External] "

[PATCH v12 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-30 20:15 UTC  (5+ messages)
` [PATCH v12 07/10] secretmem: add memcg accounting

running xfstests on tmpfs
 2020-11-30 20:02 UTC  (2+ messages)

[PATCH v15 01/26] Documentation/x86: Add CET description
 2020-11-30 19:47 UTC  (5+ messages)

scheduling while atomic in z3fold
 2020-11-30 19:09 UTC  (12+ messages)

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-11-30 19:01 UTC  (6+ messages)
` [PATCH 1/2] mm/madvise: allow process_madvise operations on entire memory range

[PATCH] mm: introduce sysctl file to flush per-cpu vmstat statistics
 2020-11-30 18:29 UTC  (9+ messages)
          ` [EXT] "


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