linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-03 08:36:52 to 2017-06-07 02:21:16 UTC [more...]

double call identical release when there is a race hitting
 2017-06-07  2:20 UTC  (3+ messages)

[RFC PATCH 0/4 v2] mm: give __GFP_REPEAT a better semantic
 2017-06-07  2:10 UTC  (7+ messages)
` [RFC PATCH 2/4] mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic

[RFC 00/11] PCID and improved laziness
 2017-06-06 22:45 UTC  (26+ messages)
` [RFC 01/11] x86/ldt: Simplify LDT switching logic
` [RFC 02/11] x86/mm: Remove reset_lazy_tlbstate()
` [RFC 03/11] x86/mm: Give each mm TLB flush generation a unique ID
` [RFC 04/11] x86/mm: Track the TLB's tlb_gen and update the flushing algorithm
` [RFC 05/11] x86/mm: Rework lazy TLB mode and TLB freshness tracking
` [RFC 06/11] x86/mm: Stop calling leave_mm() in idle code
` [RFC 07/11] x86/mm: Disable PCID on 32-bit kernels
` [RFC 08/11] x86/mm: Add nopcid to turn off PCID
` [RFC 09/11] x86/mm: Teach CR3 readers about PCID
` [RFC 10/11] x86/mm: Enable CR4.PCIDE on supported systems
` [RFC 11/11] x86/mm: Try to preserve old TLB entries using PCID

[RFC PATCH v2 0/7] cgroup-aware OOM killer
 2017-06-06 20:42 UTC  (13+ messages)
` [RFC PATCH v2 1/7] mm, oom: refactor select_bad_process() to take memcg as an argument
` [RFC PATCH v2 4/7] mm, oom: introduce oom_kill_all_tasks option for memory cgroups
` [RFC PATCH v2 5/7] mm, oom: introduce oom_score_adj "
` [RFC PATCH v2 6/7] mm, oom: cgroup-aware OOM killer

[PATCH] x86/mm/hotplug: fix BUG_ON() after hotremove
 2017-06-06 19:50 UTC  (2+ messages)

[PATCH] mm/hugetlb: Warn the user when issues arise on boot due to hugepages
 2017-06-06 19:03 UTC  (7+ messages)

[RFC v5 PATCH 0/4] NOT FOR MERGE - ro protection for dynamic data
 2017-06-06 18:24 UTC  (5+ messages)
` [PATCH 1/4] LSM: Convert security_hook_heads into explicit array of struct list_head
` [PATCH 2/4] Protectable Memory Allocator
` [PATCH 3/4] Protectable Memory Allocator - Debug interface
` [PATCH 4/4] Make LSM Writable Hooks a command line option

[PATCH 0/3] mm: huge pages: Misc fixes for issues found during fuzzing
 2017-06-06 17:58 UTC  (4+ messages)
` [PATCH 1/3] mm: numa: avoid waiting on freed migrated pages
` [PATCH 2/3] mm/page_ref: Ensure page_ref_unfreeze is ordered against prior accesses
` [PATCH 3/3] mm: migrate: Stabilise page count when migrating transparent hugepages

[RFC] mm,drm/i915: Mark pinned shmemfs pages as unevictable
 2017-06-06 17:47 UTC  (9+ messages)

x86/mm/64: Possible bug with remove_pagetable in v4.12-rc1
 2017-06-06 17:15 UTC  (2+ messages)

(no subject)
 2017-06-06 16:24 UTC  (24+ messages)
` [PATCH 1/5] LSM: Convert security_hook_heads into explicit array of struct list_head
` [PATCH 2/5] Protectable Memory Allocator
` [PATCH 3/5] Protectable Memory Allocator - Debug interface
  ` [kernel-hardening] "
` [PATCH 4/5] Make LSM Writable Hooks a command line option

[PATCH v4 0/8] x86 TLB flush cleanups, moving toward PCID support
 2017-06-06 15:55 UTC  (3+ messages)

Sleeping BUG in khugepaged for i586
 2017-06-06 15:01 UTC  (4+ messages)

[PATCH 0/6] mm: per-lruvec slab stats
 2017-06-06 14:33 UTC  (22+ messages)
` [PATCH 2/6] mm: vmstat: move slab statistics from zone to node counters
` [PATCH 3/6] mm: memcontrol: use the node-native slab memory counters
` [PATCH 4/6] mm: memcontrol: use generic mod_memcg_page_state for kmem pages
` [PATCH 5/6] mm: memcontrol: per-lruvec stats infrastructure
` [PATCH 6/6] mm: memcontrol: account slab stats per lruvec
  ` [6/6] "

[PATCH] mm: vmscan: do not pass reclaimed slab to vmpressure
 2017-06-06 13:00 UTC  (7+ messages)

[RFC] drm/i915: Start writeback from the shrinker
 2017-06-06 11:48 UTC 

[PATCHv7 00/14] x86: 5-level paging enabling for v4.13, Part 4
 2017-06-06 11:31 UTC  (15+ messages)
` [PATCHv7 01/14] x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
` [PATCHv7 02/14] x86/asm: Fix comment in return_from_SYSCALL_64
` [PATCHv7 03/14] x86/boot/efi: Cleanup initialization of GDT entries
` [PATCHv7 04/14] x86/boot/efi: Fix __KERNEL_CS definition of GDT entry on 64-bit configuration
` [PATCHv7 05/14] x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurations
` [PATCHv7 06/14] x86/boot/compressed: Enable 5-level paging during decompression stage
` [PATCHv7 07/14] x86/boot/64: Rewrite startup_64 in C
` [PATCHv7 08/14] x86/boot/64: Rename init_level4_pgt and early_level4_pgt
` [PATCHv7 09/14] x86/boot/64: Add support of additional page table level during early boot
` [PATCHv7 10/14] x86/mm: Add sync_global_pgds() for configuration with 5-level paging
` [PATCHv7 11/14] x86/mm: Make kernel_physical_mapping_init() support "
` [PATCHv7 12/14] x86/mm: Add support for 5-level paging for KASLR
` [PATCHv7 13/14] x86: Enable 5-level paging support
` [PATCHv7 14/14] x86/mm: Allow to have userspace mappings above 47-bits

[PATCH] mm/memcontrol: exclude @root from checks in mem_cgroup_low
 2017-06-06 10:29 UTC  (5+ messages)

[PATCH v2 2/7] x86: use long long for 64-bit atomic ops
 2017-06-06 10:12 UTC  (6+ messages)

[PATCH v3 2/7] x86: use s64* for old arg of atomic64_try_cmpxchg()
 2017-06-06 10:11 UTC  (6+ messages)
` [PATCH v3 3/7] asm-generic: add atomic-instrumented.h
` [PATCH v3 4/7] x86: switch atomic.h to use atomic-instrumented.h
` [PATCH v3 5/7] kasan: allow kasan_check_read/write() to accept pointers to volatiles
` [PATCH v3 6/7] asm-generic: add KASAN instrumentation to atomic operations
` [PATCH v3 7/7] asm-generic, x86: add comments for atomic instrumentation

[PATCH] mm,page_alloc: Serialize warn_alloc() if schedulable
 2017-06-06  9:17 UTC  (19+ messages)

[PATCH] mm/page_alloc: Trivial typo fix
 2017-06-06  3:07 UTC  (5+ messages)

mmotm 2017-06-05-16-02 uploaded
 2017-06-05 23:03 UTC 

[PATCH v2] vmalloc: show more detail info in vmallocinfo for clarify
 2017-06-05 22:17 UTC  (2+ messages)

[hannes@cmpxchg.org: Re: [6/6] mm: memcontrol: account slab stats per lruvec]
 2017-06-05 20:30 UTC 

[mm: vmstat] 202f54af19: BUG: unable to handle kernel paging request at 0d9c3000
 2017-06-05 20:03 UTC 

[mm: memcontrol] f44ff37fe1: BUG: unable to handle kernel NULL pointer dereference at 00000370
 2017-06-05 17:12 UTC 

[PATCH v2] mm/oom_kill: count global and memory cgroup oom kills
 2017-06-05 14:27 UTC  (3+ messages)

[PATCH v2] signal: Avoid undefined behaviour in kill_something_info
 2017-06-05 13:46 UTC  (5+ messages)

[PATCH v3] signal: Avoid undefined behaviour in kill_something_info
 2017-06-05 13:40 UTC 

[PATCH] signal: Avoid undefined behaviour in kill_something_info
 2017-06-05 12:47 UTC  (3+ messages)

[PATCH v4 4/8] mm, gup: Ensure real head page is ref-counted when using hugepages
 2017-06-05 12:51 UTC  (2+ messages)
` [PATCH v4.1 "

[PATCH] mm: vmalloc: make vmalloc_to_page() deal with PMD/PUD mappings
 2017-06-05 12:35 UTC  (7+ messages)

[PATCH] mm: make PR_SET_THP_DISABLE immediately active
 2017-06-05  9:27 UTC  (10+ messages)

[mm: vmstat] b7607a4293: BUG: unable to handle kernel paging request at 0c48e000
 2017-06-05  9:20 UTC 

[RFC PATCH] mm, oom: cgroup-aware OOM-killer
 2017-06-05  8:27 UTC  (11+ messages)

[RFC PATCH] mm, memory_hotplug: support movable_node for hotplugable nodes
 2017-06-05  8:13 UTC  (2+ messages)

[PATCH] swap: cond_resched in swap_cgroup_prepare()
 2017-06-05  5:12 UTC  (6+ messages)
` [PATCH v2] "

[mm: memcontrol] 56603bfc91: BUG: unable to handle kernel NULL pointer dereference at 0000000000000310
 2017-06-05  4:45 UTC 

[PATCH] mm/cma: Warn if the CMA area could not be activated
 2017-06-05  2:37 UTC 

[PATCH -mm 00/13] mm, THP, swap: Delay splitting THP after swapped out
 2017-06-05  1:00 UTC  (4+ messages)
` [PATCH -mm 05/13] block, THP: Make block_device_operations.rw_page support THP

[patch] mm, vmscan: avoid thrashing anon lru when free + file is low
 2017-06-04 22:27 UTC  (9+ messages)
          ` [patch v2] "

[PATCH] memcg: refactor mem_cgroup_resize_limit()
 2017-06-04 21:18 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 1/1] Sealable memory support
 2017-06-04  2:18 UTC  (2+ messages)

[RFC PATCH v2 11/17] cgroup: Implement new thread mode semantics
 2017-06-03 10:33 UTC  (11+ messages)

[HMM 00/15] HMM (Heterogeneous Memory Management) v22
 2017-06-03  9:18 UTC  (6+ 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).