linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-11 15:13:54 to 2017-08-15 08:41:49 UTC [more...]

[PATCH 2/2] mm, oom: fix potential data corruption when oom_reaper races with writer
 2017-08-15  8:41 UTC  (11+ messages)
            `  "

[PATCH v8 00/14] lockdep: Implement crossrelease feature
 2017-08-15  8:20 UTC  (8+ messages)
` [PATCH v8 09/14] lockdep: Apply crossrelease to completions

[PATCH v4 0/3] MAP_DIRECT and block-map sealed files
 2017-08-15  6:12 UTC  (4+ messages)
` [PATCH v4 1/3] fs, xfs: introduce S_IOMAP_SEALED
` [PATCH v4 2/3] mm: introduce MAP_VALIDATE a mechanism for adding new mmap flags
` [PATCH v4 3/3] fs, xfs: introduce MAP_DIRECT for creating block-map-sealed file ranges

[patch] mm, oom: remove unused mmput_async
 2017-08-15  5:49 UTC  (2+ messages)

[PATCH] swap: choose swap device according to numa node
 2017-08-15  5:49 UTC  (3+ messages)

[PATCH v7 0/9] Application Data Integrity feature introduced by SPARC M7
 2017-08-15  5:02 UTC  (5+ messages)
` [PATCH v7 7/9] mm: Add address parameter to arch_validate_prot()

[PATCH v5 00/10] Add support for eXclusive Page Frame Ownership
 2017-08-15  3:51 UTC  (33+ messages)
` [PATCH v5 02/10] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)
` [PATCH v5 04/10] arm64: Add __flush_tlb_one()
  ` [kernel-hardening] "
` [PATCH v5 05/10] arm64/mm: Add support for XPFO
  ` [kernel-hardening] "
` [PATCH v5 06/10] arm64/mm: Disable section mappings if XPFO is enabled
  ` [kernel-hardening] "
` [PATCH v5 07/10] arm64/mm: Don't flush the data cache if the page is unmapped by XPFO
  ` [kernel-hardening] "
` [PATCH v5 10/10] lkdtm: Add test for XPFO
` [kernel-hardening] [PATCH v5 00/10] Add support for eXclusive Page Frame Ownership

[PATCH 1/2] sched/wait: Break up long wake list walk
 2017-08-15  3:28 UTC  (7+ messages)
` [PATCH 2/2] sched/wait: Introduce lock breaker in wake_up_page_bit

[RFC PATCH 0/4] mm: hwpoison: soft-offline support for thp migration
 2017-08-15  1:52 UTC  (5+ messages)
` [RFC PATCH 1/4] mm: madvise: read loop's step size beforehand in madvise_inject_error(), prepare for THP support
` [RFC PATCH 2/4] mm: soft-offline: Change soft_offline_page() interface to tell if the page is split or not
` [RFC PATCH 3/4] mm: soft-offline: retry to split and soft-offline the raw error if the original THP offlining fails
` [RFC PATCH 4/4] mm: hwpoison: soft offline supports thp migration

[PATCH -mm -v2] mm: Clear to access sub-page last when clearing huge page
 2017-08-15  1:46 UTC 

[PATCH 0/2] mm, oom: fix oom_reaper fallouts
 2017-08-15  0:49 UTC  (3+ messages)
` [PATCH 1/2] mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS

[PATCH] mm, oom: allow oom reaper to race with exit_mmap
 2017-08-15  0:20 UTC  (12+ messages)

[v5 1/4] mm, oom: refactor the oom_kill_process() function
 2017-08-14 22:52 UTC  (9+ messages)
` [v5 0/4] cgroup-aware OOM killer
` [v5 2/4] mm, oom: "
` [v5 3/4] mm, oom: introduce oom_priority for memory cgroups
` [v5 4/4] mm, oom, docs: describe the cgroup-aware OOM killer

[PATCH] slub: fix per memcg cache leak on css offline
 2017-08-14 21:29 UTC  (2+ messages)

`page allocation failure: order:0` with ixgbe under high load
 2017-08-14 21:09 UTC  (4+ messages)

How can we share page cache pages for reflinked files?
 2017-08-14 21:09 UTC  (8+ messages)

[PATCH][RFC] PM / Hibernate: Feed NMI wathdog when creating snapshot
 2017-08-14 17:19 UTC 

[PATCH] x86/mm: Fix personality(ADDR_NO_RANDOMIZE)
 2017-08-14 16:28 UTC  (6+ messages)

[PATCH v1 0/6] Remove rw_page
 2017-08-14 16:17 UTC  (19+ messages)
` [PATCH v1 2/6] fs: use on-stack-bio if backing device has BDI_CAP_SYNC capability

[PATCH 2/2] mm,fork: introduce MADV_WIPEONFORK
 2017-08-14 15:45 UTC  (2+ messages)

[PATCH 0/2] kmemleak: Adjustments for three function implementations
 2017-08-14 14:45 UTC  (8+ messages)
` [PATCH 1/2] kmemleak: Delete an error message for a failed memory allocation in two functions
` [PATCH 2/2] kmemleak: Use seq_puts() in print_unreferenced()

[PATCHv4 00/14] Boot-time switching between 4- and 5-level paging
 2017-08-14 14:30 UTC  (4+ messages)
` [PATCHv4 01/14] mm/sparsemem: Allocate mem_section at runtime for SPARSEMEM_EXTREME

[v6 00/15] complete deferred page initialization
 2017-08-14 14:01 UTC  (53+ messages)
` [v6 01/15] x86/mm: reserve only exiting low pages
` [v6 02/15] x86/mm: setting fields in deferred pages
` [v6 04/15] mm: discard memblock data later
` [v6 05/15] mm: don't accessed uninitialized struct pages
` [v6 07/15] mm: defining memblock_virt_alloc_try_nid_raw
` [v6 08/15] mm: zero struct pages during initialization
` [v6 09/15] sparc64: optimized struct page zeroing
` [v6 13/15] mm: stop zeroing memory during allocation in vmemmap
` [v6 14/15] mm: optimize early system hash allocations
` [v6 15/15] mm: debug for raw alloctor

[v4 0/4] cgroup-aware OOM killer
 2017-08-14 12:39 UTC  (12+ messages)
` [v4 2/4] mm, oom: "
` [v4 3/4] mm, oom: introduce oom_priority for memory cgroups
` [v4 4/4] mm, oom, docs: describe the cgroup-aware OOM killer

[PATCH 0/2] zpool: Adjustments for zpool_create_pool()
 2017-08-14 11:16 UTC  (3+ messages)
` [PATCH 1/2] zpool: Delete an error message for a failed memory allocation in zpool_create_pool()
` [PATCH 2/2] zpool: Use common error handling code "

[PATCH v2] zsmalloc: zs_page_migrate: schedule free_work if zspage is ZS_EMPTY
 2017-08-14  9:56 UTC 

[PATCH] zsmalloc: zs_page_migrate: schedule free_work if zspage is ZS_EMPTY
 2017-08-14  9:20 UTC  (4+ messages)

[PATCH v2 5/7] mm:swap: use on-stack-bio for BDI_CAP_SYNCHRONOUS device
 2017-08-14  8:41 UTC  (4+ messages)

[PATCH v8 06/14] lockdep: Detect and handle hist_lock ring buffer overwrite
 2017-08-14  7:29 UTC  (13+ messages)

[PATCH 0/2] Fix a bug in crossrelease
 2017-08-14  7:00 UTC  (3+ messages)
` [PATCH 1/2] lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_exit()
` [PATCH 2/2] lockdep: Fix the rollback and overwrite detection in crossrelease

[mmotm:master 56/204] include/linux/swapops.h:220:9: error: implicit declaration of function '__pmd'
 2017-08-14  7:01 UTC 

[v2 0/1] discard memblock data later
 2017-08-14  6:53 UTC  (3+ messages)
` [v2 1/1] mm: "

[RFC PATCH 0/5] userfaultfd: non-cooperative: syncronous events
 2017-08-14  4:58 UTC  (4+ messages)

[PATCH v2 0/7] Replace rw_page with on-stack bio
 2017-08-14  1:39 UTC  (3+ messages)
` [PATCH v2 1/7] zram: set BDI_CAP_STABLE_WRITES once

[PATCH v6 0/7] fixes of TLB batching races
 2017-08-14  1:26 UTC  (10+ messages)
` [PATCH v6 4/7] mm: refactoring TLB gathering API
` [PATCH v6 6/7] mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem

[PATCH 0/3] memdelay: memory health metric for systems and workloads
 2017-08-13 14:52 UTC  (9+ messages)
` [PATCH 3/3] mm/sched: memdelay: memory health interface "

[PATCH] mm: Reward slab shrinkers that reclaim more than they were asked
 2017-08-12 11:34 UTC 

Life is well when you take right meds! Get rid of ED now
 2017-08-12  5:49 UTC 

[PATCH RFC v2] Add /proc/pid/smaps_rollup
 2017-08-12  2:21 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/2] Add hugetlbfs support to memfd_create()
 2017-08-11 23:56 UTC  (3+ messages)
` [PATCH 1/2] mm/shmem: add "
` [PATCH 2/2] selftests/memfd: Add memfd_create hugetlbfs selftest

[PATCH v3 0/6] fs, xfs: block map immutable files
 2017-08-11 23:33 UTC  (3+ messages)
` [PATCH v3 6/6] mm, xfs: protect swapfile contents with immutable + unwritten extents

kernel panic on null pointer on page->mem_cgroup
 2017-08-11 21:37 UTC  (11+ messages)

[PATCH v4 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-11 21:28 UTC  (3+ messages)
` [PATCH 1/2] x86,mpx: make mpx depend on x86-64 to free up VMA flag
` [PATCH 2/2] mm,fork: introduce MADV_WIPEONFORK

[v1 0/1] discard memblock data later
 2017-08-11 21:00 UTC  (2+ messages)
` [v1 1/1] mm: "

[PATCH v3 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-11 20:50 UTC  (6+ messages)
` [PATCH 1/2] x86,mpx: make mpx depend on x86-64 to free up VMA flag
` [PATCH 2/2] mm,fork: introduce MADV_WIPEONFORK

[RFC v7 26/25] mm/mprotect, powerpc/mm/pkeys, x86/mm/pkeys: Add sysfs interface
 2017-08-11 17:34 UTC 

[linux-next][PATCH v2] mm/slub.c: add a naive detection of double free or corruption
 2017-08-11 17:26 UTC  (2+ messages)

[PATCH v2 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-11 17:07 UTC  (7+ messages)
` [PATCH 2/2] mm,fork: "

[PATCH v3 46/49] fs/btrfs: convert to bio_for_each_segment_all_sp()
 2017-08-11 16:54 UTC  (2+ messages)

[PATCH] mm: cma: fix stack corruption due to sprintf usage
 2017-08-11 15:56 UTC  (2+ messages)

[PATCH v2 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-11 15:31 UTC  (13+ 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).