linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-08 19:36:37 to 2019-07-11 21:07:15 UTC [more...]

list corruption in deferred_split_scan()
 2019-07-11 21:07 UTC  (3+ messages)

[RFC v2 00/27] Kernel Address Space Isolation
 2019-07-11 20:41 UTC  (31+ messages)
` [RFC v2 01/26] mm/x86: Introduce kernel address space isolation
` [RFC v2 02/26] mm/asi: Abort isolation on interrupt, exception and context switch
` [RFC v2 03/26] mm/asi: Handle page fault due to address space isolation
` [RFC v2 04/26] mm/asi: Functions to track buffers allocated for an ASI page-table
` [RFC v2 05/26] mm/asi: Add ASI page-table entry offset functions
` [RFC v2 06/26] mm/asi: Add ASI page-table entry allocation functions
` [RFC v2 07/26] mm/asi: Add ASI page-table entry set functions
` [RFC v2 08/26] mm/asi: Functions to populate an ASI page-table from a VA range
` [RFC v2 09/26] mm/asi: Helper functions to map module into ASI
` [RFC v2 10/26] mm/asi: Keep track of VA ranges mapped in ASI page-table
` [RFC v2 11/26] mm/asi: Functions to clear ASI page-table entries for a VA range
` [RFC v2 12/26] mm/asi: Function to copy page-table entries for percpu buffer
` [RFC v2 13/26] mm/asi: Add asi_remap() function
` [RFC v2 14/26] mm/asi: Handle ASI mapped range leaks and overlaps
` [RFC v2 15/26] mm/asi: Initialize the ASI page-table with core mappings
` [RFC v2 16/26] mm/asi: Option to map current task into ASI
` [RFC v2 17/26] rcu: Move tree.h static forward declarations to tree.c
` [RFC v2 18/26] rcu: Make percpu rcu_data non-static
` [RFC v2 19/26] mm/asi: Add option to map RCU data
` [RFC v2 20/26] mm/asi: Add option to map cpu_hw_events
` [RFC v2 21/26] mm/asi: Make functions to read cr3/cr4 ASI aware
` [RFC v2 22/26] KVM: x86/asi: Introduce address_space_isolation module parameter
` [RFC v2 23/26] KVM: x86/asi: Introduce KVM address space isolation
` [RFC v2 24/26] KVM: x86/asi: Populate the KVM ASI page-table
` [RFC v2 25/26] KVM: x86/asi: Switch to KVM address space on entry to guest
` [RFC v2 26/26] KVM: x86/asi: Map KVM memslots and IO buses into KVM ASI

[RFC][PATCH v11 0/2] mm: Support for page hinting
 2019-07-11 19:06 UTC  (30+ messages)
` [RFC][Patch v11 1/2] mm: page_hinting: core infrastructure
` [RFC][Patch v11 2/2] virtio-balloon: page_hinting: reporting to the host
` [QEMU Patch] virtio-baloon: Support for page hinting

[PATCH v4 0/4] Introduce MADV_COLD and MADV_PAGEOUT
 2019-07-11 18:42 UTC  (8+ messages)
` [PATCH v4 1/4] mm: introduce MADV_COLD
` [PATCH v4 2/4] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v4 3/4] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v4 4/4] mm: introduce MADV_PAGEOUT

Memory compaction and mlockall()
 2019-07-11 16:23 UTC  (7+ messages)

[PATCH 0/3] xfs: Fix races between readahead and hole punching
 2019-07-11 15:49 UTC  (6+ messages)
` [PATCH 1/3] mm: Handle MADV_WILLNEED through vfs_fadvise()
` [PATCH 2/3] fs: Export generic_fadvise()
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[Question] Should direct reclaim time be bounded?
 2019-07-11 15:44 UTC 

[PATCH v2] mm/memcontrol: keep local VM counters in sync with the hierarchical ones
 2019-07-11 15:19 UTC  (2+ messages)

[RFC PATCH 0/5] NUMA Balancer Suite
 2019-07-11 14:27 UTC  (12+ messages)
` [PATCH 0/4] per cpu cgroup numa suite
  ` [PATCH 1/4] numa: introduce per-cgroup numa balancing locality, statistic
  ` [PATCH 2/4] numa: append per-node execution info in memory.numa_stat
  ` [PATCH 3/4] numa: introduce numa group per task group
  ` [PATCH 4/4] numa: introduce numa cling feature
  ` [PATCH 0/4] per cgroup numa suite

[PATCH RFC] mm: migrate: Fix races of __find_get_block() and page migration
 2019-07-11 12:58 UTC 

[RFC PATCH] mm: remove quicklist page table caches
 2019-07-11 10:36 UTC  (7+ messages)

[PATCH v3] kasan: add memory corruption identification for software tag-based mode
 2019-07-11 10:06 UTC  (13+ messages)

[PATCH] mm/kprobes: Add generic kprobe_fault_handler() fallback definition
 2019-07-11  9:58 UTC  (2+ messages)

[Question] Should direct reclaim time be bounded?
 2019-07-11  7:12 UTC  (6+ messages)

[BUG] lockdep splat with kernfs lockdep annotations and slab mutex from drm patch??
 2019-07-11  6:17 UTC 

[PATCH v5 0/7] kvmppc: HMM driver to manage pages of secure guest
 2019-07-11  5:08 UTC  (18+ messages)
` [PATCH v5 1/7] kvmppc: HMM backend "
` [PATCH v5 2/7] kvmppc: Shared pages support for secure guests
` [PATCH v5 3/7] kvmppc: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls
` [PATCH v5 4/7] kvmppc: Handle memory plug/unplug to secure VM
` [RFC PATCH v5 5/7] kvmppc: Radix changes for secure guest
` [RFC PATCH v5 6/7] kvmppc: Support reset of "
` [PATCH v5 7/7] KVM: PPC: Ultravisor: Add PPC_UV config option

[PATCH] mm/memcontrol: make the local VM stats consistent with total stats
 2019-07-11  1:10 UTC  (3+ messages)

[PATCH v3 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-07-11  0:25 UTC  (21+ messages)
` [PATCH v3 1/5] mm: introduce MADV_COLD
` [PATCH v3 3/5] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v3 4/5] mm: introduce MADV_PAGEOUT
` [PATCH v3 5/5] mm: factor out pmd young/dirty bit handling and THP split

[PATCH] mm/z3fold.c: remove z3fold_migration trylock
 2019-07-10 21:51 UTC  (3+ messages)

[PATCH] mm/z3fold.c: don't try to use buddy slots after free
 2019-07-10 20:50 UTC  (2+ messages)

[PATCH v9 0/6] Enable THP for text section of non-shmem files
 2019-07-10 19:11 UTC  (14+ messages)
` [PATCH v9 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v9 2/6] filemap: update offset check "
` [PATCH v9 3/6] mm,thp: stats for file backed THP
` [PATCH v9 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v9 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v9 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCH V3 1/2] zpool: Add malloc_support_movable to zpool_driver
 2019-07-10 18:29 UTC  (4+ messages)
` [PATCH V3 2/2] zswap: Use movable memory if zpool support allocate movable memory

[PATCH v5 0/5] Add object validation in ksize()
 2019-07-10 18:29 UTC  (4+ messages)
` [PATCH v5 4/5] mm/slab: Refactor common ksize KASAN logic into slab_common.c

[PATCH] fs/seq_file.c: Fix a UAF vulnerability in seq_release()
 2019-07-10 15:01 UTC  (4+ messages)

[PATCH] mm: remove the exporting of totalram_pages
 2019-07-10 14:24 UTC  (2+ messages)

[PATCH 1/2] x86/numa: carve node online semantics out of alloc_node_data()
 2019-07-10  8:40 UTC  (7+ messages)
    ` [PATCH 2/2] x86/numa: instance all parsed numa node

Reminder: 6 open syzbot bugs in mm subsystem
 2019-07-10  6:23 UTC 

[PATCH 0/5] Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-07-10  6:14 UTC  (6+ messages)
` [PATCH 3/5] x86: Kconfig: Remove CONFIG_NODES_SPAN_OTHER_NODES

[PATCH v4 0/6] Fixes related namespace alignment/page size/big endian
 2019-07-10  4:50 UTC  (2+ messages)

[PATCH] mm: refactor __vunmap() to avoid duplicated call to find_vm_area()
 2019-07-10  1:31 UTC  (4+ messages)
` [PATCH RESEND] mm: show number of vmalloc pages in /proc/meminfo

[PATCH] mm/hmm: Fix bad subpage pointer in try_to_unmap_one
 2019-07-10  1:24 UTC  (3+ messages)

[v7 0/3] "Hotremove" persistent memory
 2019-07-10  1:16 UTC  (4+ messages)
` [v7 1/3] device-dax: fix memory and resource leak if hotplug fails
` [v7 2/3] mm/hotplug: make remove_memory() interface useable
` [v7 3/3] device-dax: "Hotremove" persistent memory that is used like normal RAM

[PATCH v2 0/5] Allocate memmap from hotadded memory
 2019-07-10  1:14 UTC  (10+ messages)

next/master build: 230 builds: 3 failed, 227 passed, 391 warnings (next-20190709)
 2019-07-09 20:37 UTC  (2+ messages)

hmm_range_fault related fixes and legacy API removal v2
 2019-07-09 19:33 UTC  (4+ messages)

[GIT PULL] Please pull hmm changes
 2019-07-09 19:24 UTC 

[PATCH] mm/sparse.c: mark sparse_buffer_free as __meminit
 2019-07-09 18:55 UTC 

[PATCH v1 01/22] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-07-09 17:02 UTC  (2+ messages)

[PATCH v4 0/6] kvmppc: HMM driver to manage pages of secure guest
 2019-07-09 10:06 UTC  (12+ messages)
` [PATCH v4 1/6] kvmppc: HMM backend "
` [PATCH v4 3/6] kvmppc: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls
` [RFC PATCH v4 6/6] kvmppc: Support reset of secure guest

[PATCH v5 00/12] S.A.R.A. a new stacked LSM
 2019-07-09  4:51 UTC  (3+ messages)
    ` [PATCH v5 06/12] S.A.R.A.: WX protection

[PATCH] mm: redefine the MAP_SHARED_VALIDATE to other value
 2019-07-09  1:53 UTC  (7+ messages)

[PATCH 1/2 -mm] mm: account lazy free pages separately
 2019-07-08 22:53 UTC  (4+ messages)
` [PATCH 2/2 -mm] mm: account lazy free pages into available memory

[PATCH v1 0/6] mm / virtio: Provide support for paravirtual waste page treatment
 2019-07-08 22:02 UTC  (6+ messages)
` [PATCH v1 5/6] mm: Add logic for separating "aerated" pages from "raw" pages


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