linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 0/9] cross-release: Enhence performance and fix false positives
 2017-10-25 10:13 UTC  (11+ messages)
` [PATCH v5 1/9] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v5 2/9] locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEP
` [PATCH v5 3/9] completion: Change the prefix of lock name for completion variable
` [PATCH v5 4/9] locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default
` [PATCH v5 5/9] locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS
` [PATCH v5 6/9] locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
` [PATCH v5 7/9] completion: Add support for initializing completion with lockdep_map
` [PATCH v5 8/9] workqueue: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v5 9/9] block: Assign a lock_class per gendisk used for wait_for_completion()

[PATCH 2/2] scsi: megaraid: Track the page allocations for struct fusion_context
 2017-10-25  9:57 UTC 

[PATCH] fs, mm: account filp and names caches to kmemcg
 2017-10-25  7:15 UTC  (24+ messages)

Fix false positive by LOCKDEP_CROSSRELEASE
 2017-10-25  7:07 UTC  (9+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map

[PATCH] Hugetlb pages rss accounting is incorrect in /proc/<pid>/smaps
 2017-10-25  6:55 UTC  (2+ messages)

[PATCH] mm: fix movable_node kernel command-line
 2017-10-25  6:38 UTC  (18+ messages)

[PATCH v4 0/7] cross-release: Enhence performance and fix false positives
 2017-10-25  6:35 UTC  (11+ messages)
` [PATCH v4 1/7] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v4 2/7] locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default
` [PATCH v4 3/7] locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS
` [PATCH v4 4/7] locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
` [PATCH v4 5/7] completion: Add support for initializing completion with lockdep_map
` [PATCH v4 6/7] workqueue: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v4 7/7] block: Assign a lock_class per gendisk used for wait_for_completion()

[PATCH v3 0/8] cross-release: enhence performance and fix false positives
 2017-10-25  5:55 UTC  (20+ messages)
` [PATCH v3 1/8] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v3 2/8] lockdep: Introduce CROSSRELEASE_STACK_TRACE and make it not unwind as default
` [PATCH v3 3/8] lockdep: Remove BROKEN flag of LOCKDEP_CROSSRELEASE
` [PATCH v3 4/8] lockdep: Add a kernel parameter, crossrelease_fullstack
` [PATCH v3 5/8] completion: Add support for initializing completion with lockdep_map
` [PATCH v3 6/8] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v3 7/8] genhd.h: Remove trailing white space
` [PATCH v3 8/8] block: Assign a lock_class per gendisk used for wait_for_completion()

[PATCH -mm] mm, swap: Fix false error message in __swp_swapcount()
 2017-10-25  2:32 UTC  (7+ messages)

[RFC PATCH] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-10-25  0:34 UTC  (7+ messages)

[RFC] mmap(MAP_CONTIG)
 2017-10-24 22:49 UTC  (3+ messages)

[PATCH 0/17 v5] dax, ext4, xfs: Synchronous page faults
 2017-10-24 22:23 UTC  (23+ messages)
` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 02/17] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 03/17] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 04/17] dax: Factor out getting of pfn out of iomap
` [PATCH 05/17] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 06/17] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 07/17] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 08/17] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 09/17] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/17] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 11/17] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/17] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/17] dax, iomap: Add support for synchronous faults
` [PATCH 14/17] dax: Implement dax_finish_sync_fault()
` [PATCH 15/17] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/17] ext4: Support for synchronous DAX faults
` [PATCH 17/17] xfs: support "
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC

swapper/0: page allocation failure: order:0, mode:0x1204010(GFP_NOWAIT|__GFP_COMP|__GFP_RECLAIMABLE|__GFP_NOTRACK), nodemask=(null)
 2017-10-24 20:06 UTC  (7+ messages)

75bbe64614 ("proc: document CoreDumping flag in .."): BUG: kernel hang in boot stage
 2017-10-24 14:43 UTC  (2+ messages)

[PATCH 0/6] Boot-time switching between 4- and 5-level paging for 4.15, Part 1
 2017-10-24 13:12 UTC  (17+ messages)

consult a question about action_result() in memory_failure()
 2017-10-24 12:47 UTC 

[PATCH 1/2] mm, memory_hotplug: do not fail offlining too early
 2017-10-24 12:25 UTC  (20+ messages)
` [PATCH 1/2] mm: drop migrate type checks from has_unmovable_pages

[RFC PATCH 2/2] mm,oom: Try last second allocation after selecting an OOM victim
 2017-10-24 11:41 UTC  (8+ messages)

[PATCH] mm,page_alloc: Serialize out_of_memory() and allocation stall messages
 2017-10-24 11:23 UTC  (4+ messages)

PROBLEM: Remapping hugepages mappings causes kernel to return EINVAL
 2017-10-24  8:32 UTC  (16+ messages)

4.14-rc2 on thinkpad x220: out of memory when inserting mmc card
 2017-10-24  6:59 UTC  (12+ messages)

[PATCH v1 0/3] Virtio-balloon Improvement
 2017-10-24  1:58 UTC  (15+ messages)
` [PATCH v1 1/3] virtio-balloon: replace the coarse-grained balloon_lock
` [PATCH v1 2/3] virtio-balloon: deflate up to oom_pages on OOM
` [PATCH v1 3/3] virtio-balloon: stop inflating when OOM occurs

[PATCH 0/1] mm:hugetlbfs: Fix hwpoison reserve accounting
 2017-10-24  0:46 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH 0/2] Optimize mmu_notifier->invalidate_range callback
 2017-10-23 20:35 UTC  (9+ messages)
` [PATCH 1/2] mm/mmu_notifier: avoid double notification when it is useless v2

[RFC PATCH 3/3] mm/map_contig: Add mmap(MAP_CONTIG) support
 2017-10-23 15:25 UTC  (12+ messages)

[PATCH v1] mm: broken deferred calculation
 2017-10-23 11:55 UTC  (2+ messages)

[RESEND v12 0/6] cgroup-aware OOM killer
 2017-10-23 11:49 UTC  (4+ messages)

[RFC PATCH] mm, thp: make deferred_split_shrinker memcg-aware
 2017-10-23 11:33 UTC  (6+ messages)

[PATCH v3 00/13] dax: fix dma vs truncate and remove 'page-less' support
 2017-10-23 11:20 UTC  (9+ messages)
` [PATCH v3 02/13] dax: require 'struct page' for filesystem dax

[PATCH 00/15] v5 kernel core pieces refcount conversions
 2017-10-23 10:45 UTC  (6+ messages)
` [PATCH 01/15] sched: convert sighand_struct.count to refcount_t

[rfc 1/2] mm/hmm: Allow smaps to see zone device public pages
 2017-10-23  9:37 UTC  (11+ messages)
` [rfc 2/2] smaps: Show zone device memory used

[PATCH v2 0/3] crossrelease: make it not unwind by default
 2017-10-23  7:04 UTC  (7+ messages)
` [PATCH v2 0/4] Fix false positives by cross-release feature
  ` [PATCH v2 4/4] lockdep: Assign a lock_class per gendisk used for wait_for_completion()

[PATCH 0/4] Boot-time switching between 4- and 5-level paging for 4.15, Part 2
 2017-10-23  5:25 UTC  (4+ messages)
` [PATCH 1/4] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS

[PATCH] mm/swap: Use page flags to determine LRU list in __activate_page()
 2017-10-23  3:22 UTC  (3+ messages)

[RFC] mm/swap: Rename pagevec_lru_move_fn() as pagevec_lruvec_move_fn()
 2017-10-23  3:07 UTC  (3+ messages)

[PATCH V3] selftests/vm: Add tests validating mremap mirror functionality
 2017-10-23  3:05 UTC  (3+ messages)

[PATCH v2 0/1] linux: Buffers/caches in VirtIO Balloon driver stats
 2017-10-22 18:05 UTC  (4+ messages)
` [PATCH v2 1/1] virtio_balloon: include buffers and cached memory statistics

[PATCH v2 0/2] mm, thp: introduce dedicated transparent huge page allocation interfaces
 2017-10-22 15:55 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH 00/11] KASan for arm
 2017-10-22 12:42 UTC  (11+ messages)
` [PATCH 02/11] replace memory function
    ` 答复: "
` [PATCH 03/11] arm: Kconfig: enable KASan
` [PATCH 09/11] Don't need to map the shadow of KASan's shadow memory

[PATCH 04/11] Define the virtual space of KASan's shadow region
 2017-10-22 12:12 UTC  (7+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox