linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-06 14:02:37 to 2017-10-09 22:20:30 UTC [more...]

[PATCH v11 0/9] complete deferred page initialization
 2017-10-09 22:19 UTC  (7+ messages)
` [PATCH v11 1/9] x86/mm: setting fields in deferred pages
` [PATCH v11 2/9] sparc64/mm: "
` [PATCH v11 3/9] sparc64: simplify vmemmap_populate
` [PATCH v11 4/9] mm: defining memblock_virt_alloc_try_nid_raw
` [PATCH v11 8/9] mm: stop zeroing memory during allocation in vmemmap
` [PATCH v11 9/9] sparc64: optimized struct page zeroing

[v11 0/6] cgroup-aware OOM killer
 2017-10-09 21:52 UTC  (5+ messages)
` [v11 2/6] mm: implement mem_cgroup_scan_tasks() for the root memory cgroup
` [v11 3/6] mm, oom: cgroup-aware OOM killer

[PATCH 0/3 v10] oom: capture unreclaimable slab info in oom message
 2017-10-09 21:00 UTC  (11+ messages)
` [PATCH 3/3] mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory

mmotm 2017-10-03-17-08 uploaded
 2017-10-09 20:37 UTC  (2+ messages)

[PATCH] fs, mm: account filp and names caches to kmemcg
 2017-10-09 20:26 UTC  (8+ messages)

[PATCH] page_alloc.c: inline __rmqueue()
 2017-10-09 20:23 UTC  (4+ messages)

[PATCH v9 00/12] complete deferred page initialization
 2017-10-09 19:57 UTC  (14+ messages)
` [PATCH v9 09/12] mm/kasan: kasan specific map populate function

[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
 2017-10-09 19:28 UTC  (36+ messages)
` [PATCH v7 01/12] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH v7 02/12] fs, mm: pass fd to ->mmap_validate()
` [PATCH v7 03/12] fs: introduce i_mapdcount
` [PATCH v7 04/12] fs: MAP_DIRECT core
` [PATCH v7 05/12] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [PATCH v7 06/12] xfs: wire up MAP_DIRECT
` [PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
  ` [PATCH v8] dma-mapping: introduce dma_get_iommu_domain()
` [PATCH v7 08/12] fs, mapdirect: introduce ->lease_direct()
` [PATCH v7 09/12] xfs: wire up ->lease_direct()
` [PATCH v7 10/12] device-dax: "
` [PATCH v7 11/12] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
  ` [PATCH v8 1/2] iommu: up-level sg_num_pages() from amd-iommu
  ` [PATCH v8 2/2] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
` [PATCH v7 12/12] tools/testing/nvdimm: enable rdma unit tests

[patch] madvise.2: Add MADV_WIPEONFORK documentation
 2017-10-09 19:11 UTC  (8+ messages)
  ` [patch v2] "

kernel BUG at fs/xfs/xfs_aops.c:853! in kernel 4.13 rc6
 2017-10-09 19:02 UTC  (8+ messages)

[PATCH v2 1/3] kcov: support comparison operands collection
 2017-10-09 18:46 UTC  (8+ messages)
` [PATCH v2 2/3] Makefile: support flag -fsanitizer-coverage=trace-cmp
` [PATCH v2 3/3] kcov: update documentation

[RFC] a question about mlockall() and mprotect()
 2017-10-09 18:26 UTC  (10+ messages)

[RFC PATCH] mm: shm: round up tmpfs size to huge page size when huge=always
 2017-10-09 17:54 UTC  (8+ messages)

[PATCH, RFC] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G
 2017-10-09 17:09 UTC  (3+ messages)

PROBLEM: Remapping hugepages mappings causes kernel to return EINVAL
 2017-10-09 16:47 UTC  (2+ messages)

[PATCH v16 0/5] Virtio-balloon Enhancement
 2017-10-09 15:20 UTC  (7+ messages)
` [PATCH v16 1/5] lib/xbitmap: Introduce xbitmap
` [PATCH v16 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG

[PATCH 0/16 v3] Ranged pagevec tagged lookup
 2017-10-09 15:13 UTC  (17+ messages)
` [PATCH 01/16] mm: Implement find_get_pages_range_tag()
` [PATCH 02/16] btrfs: Use pagevec_lookup_range_tag()
` [PATCH 03/16] ceph: "
` [PATCH 04/16] ext4: "
` [PATCH 05/16] f2fs: "
` [PATCH 06/16] f2fs: Simplify page iteration loops
` [PATCH 07/16] f2fs: Use find_get_pages_tag() for looking up single page
` [PATCH 08/16] gfs2: Use pagevec_lookup_range_tag()
` [PATCH 09/16] nilfs2: "
` [PATCH 10/16] mm: Use pagevec_lookup_range_tag() in __filemap_fdatawait_range()
` [PATCH 11/16] mm: Use pagevec_lookup_range_tag() in write_cache_pages()
` [PATCH 12/16] mm: Add variant of pagevec_lookup_range_tag() taking number of pages
` [PATCH 13/16] ceph: Use pagevec_lookup_range_nr_tag()
` [PATCH 14/16] mm: Remove nr_pages argument from pagevec_lookup_{,range}_tag()
` [PATCH 15/16] afs: Use find_get_pages_range_tag()
` [PATCH 16/16] cifs: "

[RFC] [PATCH] mm,oom: Offload OOM notify callback to a kernel thread
 2017-10-09 14:24 UTC  (12+ messages)

[PATCH] mm/page-writeback.c: fix bug caused by disable periodic writeback
 2017-10-09 11:36 UTC  (3+ messages)

[PATCH v4 00/20] Speculative page faults
 2017-10-09 10:07 UTC  (21+ messages)
` [PATCH v4 01/20] mm: Dont assume page-table invariance during faults
` [PATCH v4 02/20] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v4 03/20] mm: Introduce pte_spinlock "
` [PATCH v4 04/20] mm: VMA sequence count
` [PATCH v4 05/20] mm: Protect VMA modifications using "
` [PATCH v4 06/20] mm: RCU free VMAs
` [PATCH v4 07/20] mm: Cache some VMA fields in the vm_fault structure
` [PATCH v4 08/20] mm: Protect SPF handler against anon_vma changes
` [PATCH v4 09/20] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v4 10/20] mm: Introduce __lru_cache_add_active_or_unevictable
` [PATCH v4 11/20] mm: Introduce __maybe_mkwrite()
` [PATCH v4 12/20] mm: Introduce __vm_normal_page()
` [PATCH v4 13/20] mm: Introduce __page_add_new_anon_rmap()
` [PATCH v4 14/20] mm: Provide speculative fault infrastructure
` [PATCH v4 15/20] mm: Try spin lock in speculative path
` [PATCH v4 16/20] mm: Adding speculative page fault failure trace events
` [PATCH v4 17/20] perf: Add a speculative page fault sw event
` [PATCH v4 18/20] perf tools: Add support for the SPF perf event
` [PATCH v4 19/20] x86/mm: Add speculative pagefault handling
` [PATCH v4 20/20] powerpc/mm: Add speculative page fault

[PATCH] mm/page-writeback.c: fix bug caused by disable periodic writeback
 2017-10-09  9:56 UTC  (2+ messages)

[PATCH v2] block/laptop_mode: Convert timers to use timer_setup()
 2017-10-09  9:14 UTC  (4+ messages)

shmat(2) returns page size aligned memory address
 2017-10-09 14:27 UTC  (3+ messages)
` [PATCH] "

[PATCH v3] mm, sysctl: make NUMA stats configurable
 2017-10-09  7:55 UTC  (6+ messages)

RFC: spurious UFFD_EVENT_FORK with pending signals
 2017-10-09  6:19 UTC  (2+ messages)

[PATCH v2 0/1] mm: only dispaly online cpus of the numa node
 2017-10-09  6:06 UTC  (7+ messages)
` [PATCH v2 1/1] "

[BUG] mm/vmalloc: ___might_sleep is called under a spinlock in __purge_vmap_area_lazy
 2017-10-09  4:48 UTC  (3+ messages)

[PATCH v2 0/4] skip swapcache for super fast device
 2017-10-09  1:26 UTC  (4+ messages)
` [PATCH v2 4/4] mm:swap: skip swapcache for swapin of synchronous device

[PATCH -mmotm] mm: slab: exclude slabinfo dump for slob
 2017-10-08 19:48 UTC 

[PATCHv2 1/2] mm: Introduce wrappers to access mm->nr_ptes
 2017-10-08 12:54 UTC  (3+ messages)

[PATCH] vmalloc: add __alloc_vm_area() for optimizing vmap stack
 2017-10-08  9:16 UTC  (3+ messages)

[PATCH] Userfaultfd: Add description for UFFD_FEATURE_SIGBUS
 2017-10-08  6:04 UTC  (4+ messages)

[PATCH 2/3] mm: slabinfo: dump CONFIG_SLABINFO
 2017-10-07 12:06 UTC  (3+ messages)

tty crash due to auto-failing vmalloc
 2017-10-07  9:57 UTC  (12+ messages)
  ` [PATCH 1/2] Revert "vmalloc: back off when the current task is killed"

[PATCH v8 0/9] Application Data Integrity feature introduced by SPARC M7
 2017-10-06 22:12 UTC  (3+ messages)
` [PATCH v8 9/9] sparc64: Add support for ADI (Application Data Integrity)

[PATCH v1][cover-letter] mm/mempolicy.c: Fix get_nodes() off-by-one error
 2017-10-06 22:12 UTC  (3+ messages)
` [PATCH v1] "

[PATCH v5 0/5] cramfs refresh for embedded usage
 2017-10-06 17:41 UTC  (7+ messages)
` [PATCH v5 4/5] cramfs: add mmap support

[PATCH v10 00/10] complete deferred page initialization
 2017-10-06 15:25 UTC  (4+ messages)
` [PATCH v10 05/10] mm: zero reserved and unavailable struct pages

[PATCH 01/21] mm/shmem: introduce shmem_file_setup_with_mnt
 2017-10-06 14:50 UTC  (2+ messages)
` [PATCH 02/21] drm/i915: introduce simple gemfs

[PATCH] kmemleak: clear stale pointers from task stacks
 2017-10-06 14:02 UTC  (2+ messages)


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