messages from 2015-12-01 01:06:51 to 2015-12-03 10:36:56 UTC [more...]
[PATCH v3 0/7] mm/compaction: redesign compaction: part1
2015-12-03 10:36 UTC (9+ messages)
` [PATCH v3 1/7] mm/compaction: skip useless pfn when updating cached pfn
` [PATCH v3 2/7] mm/compaction: remove unused defer_compaction() in compaction.h
` [PATCH v3 3/7] mm/compaction: initialize compact_order_failed to MAX_ORDER
` [PATCH v3 4/7] mm/compaction: update defer counter when allocation is expected to succeed
` [PATCH v3 5/7] mm/compaction: respect compaction order when updating defer counter
` [PATCH v3 6/7] mm/compaction: introduce migration scan limit
` [PATCH v3 7/7] mm/compaction: replace compaction deferring with compaction limit
[PATCH v4 00/13] UEFI boot and runtime services support for 32-bit ARM
2015-12-03 10:18 UTC (3+ messages)
[PATCH]mm:Correctly update number of rotated pages on active list
2015-12-03 10:08 UTC
[RFC 0/3] reduce latency of direct async compaction
2015-12-03 9:38 UTC (6+ messages)
` [RFC 1/3] mm, compaction: reduce spurious pcplist drains
` [RFC 2/3] mm, compaction: make async direct compaction skip blocks where isolation fails
` [RFC 3/3] mm, compaction: direct freepage allocation for async direct compaction
[PATCH] memcg, vmscan: Do not wait for writeback if killed
2015-12-03 9:08 UTC (3+ messages)
memcg uncharge page counter mismatch
2015-12-03 8:54 UTC (5+ messages)
[patch] mm, oom: avoid attempting to kill init sharing same memory
2015-12-03 8:19 UTC
4.3+: Atheros ethernet fails after resume from s2ram, due to order 4 allocation
2015-12-03 8:16 UTC (9+ messages)
` [PATCH] Improve Atheros ethernet driver not to do order 4 GFP_ATOMIC allocation
[patch] mm, oom: avoid attempting to kill init sharing same memory
2015-12-03 8:12 UTC (2+ messages)
[PATCH v2 0/9] page_owner improvements for debugging
2015-12-03 8:03 UTC (8+ messages)
` [PATCH 1/2] mm, printk: introduce new format string for flags
[PATCH V2] mm/hugetlb resv map memory leak for placeholder entries
2015-12-03 7:00 UTC (2+ messages)
[PATCH v3] mm/compaction: __compact_pgdat() code cleanuup
2015-12-03 6:53 UTC (2+ messages)
[PATCH] Introduce a recovery= command line option
2015-12-03 6:35 UTC
[PATCH 1/2] mm: introduce page reference manipulation functions
2015-12-03 4:16 UTC (9+ messages)
` [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation
[RFC V2] Add gup trace points support
2015-12-03 4:13 UTC (13+ messages)
` [PATCH V2 1/7] trace/events: Add gup trace events
` [PATCH V2 2/7] mm/gup: add gup trace points
` [PATCH V2 3/7] x86: "
` [PATCH V2 4/7] mips: "
` [PATCH V2 5/7] s390: "
` [PATCH V2 6/7] sh: "
` [PATCH V2 7/7] sparc64: "
[PATCH] mm/vmstat: retrieve more accurate vmstat value
2015-12-03 4:14 UTC (6+ messages)
[PATCH] mm/compaction: restore COMPACT_CLUSTER_MAX to 32
2015-12-03 4:11 UTC
[PATCH 1/2] mm/page_alloc.c: use list_{first,last}_entry instead of list_entry
2015-12-03 1:24 UTC (8+ messages)
` [PATCH 2/2] mm/page_alloc.c: use list_for_each_entry in mark_free_pages()
[PATCH 1/1] mm: EXPORT_SYMBOL_GPL(find_vm_area);
2015-12-03 0:25 UTC (2+ messages)
[PATCH v2] fs: clear file privilege bits when mmap writing
2015-12-03 0:18 UTC (2+ messages)
[PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA
2015-12-03 0:05 UTC (2+ messages)
[PATCH 0/2] GFP_NOFAIL reserves + warning about reserves depletion
2015-12-03 0:01 UTC (10+ messages)
` [PATCH 1/2] mm, oom: Give __GFP_NOFAIL allocations access to memory reserves
` [PATCH v2] "
[PATCH] fs: clear file set[ug]id when writing via mmap
2015-12-02 23:55 UTC (3+ messages)
[PATCH] mm: Fix mmap MAP_POPULATE for DAX pmd mapping
2015-12-03 0:21 UTC (20+ messages)
[PATCH v2 00/20] get_user_pages() for dax mappings
2015-12-02 22:04 UTC (5+ messages)
[PATCH] mm/hugetlb resv map memory leak for placeholder entries
2015-12-02 19:50 UTC (5+ messages)
[PATCH 0/12] mm: page migration cleanups, and a little mlock
2015-12-02 16:57 UTC (5+ messages)
` [PATCH 4/12] mm: rename mem_cgroup_migrate to mem_cgroup_replace_page
` [PATCH] mm: fix kerneldoc on mem_cgroup_replace_page
[PATCH 1/3] mm/slab: use list_first_entry_or_null()
2015-12-02 16:06 UTC (6+ messages)
` [PATCH 2/3] mm/slab: use list_for_each_entry in cache_flusharray
` [PATCH 3/3] mm/slab: use list_{empty_careful,last_entry} in drain_freelist
[PATCH] oom kill init lead panic
2015-12-02 15:47 UTC (3+ messages)
[PATCH] mm: page_alloc: Remove unnecessary parameter from __rmqueue
2015-12-02 15:08 UTC
[PATCH 0/5] dump_stack: allow specifying printk log level
2015-12-02 13:53 UTC (4+ messages)
[PATCH] vmscan: do not throttle kthreads due to too_many_isolated
2015-12-02 13:52 UTC (9+ messages)
[PATCH v2 06/11] tmpfs: Use xattr handler infrastructure
2015-12-02 13:44 UTC (2+ messages)
` [PATCH v2 07/11] tmpfs: listxattr should include POSIX ACL xattrs
[PATCH] mm: zbud: use list_last_entry instead of list_tail_entry
2015-12-02 13:38 UTC
[RFC] Add gup trace points support
2015-12-02 13:23 UTC (13+ messages)
` [PATCH 1/7] trace/events: Add gup trace events
` [PATCH 2/7] mm/gup: add gup trace points
` [PATCH 3/7] x86: "
` [PATCH 4/7] mips: "
` [PATCH 5/7] s390: "
` [PATCH 6/7] sh: "
` [PATCH 7/7] sparc64: "
[PATCH] mm: vmpressure: fix scan window after SWAP_CLUSTER_MAX increase
2015-12-02 10:11 UTC (5+ messages)
WARNING in shmem_evict_inode
2015-12-02 9:29 UTC (3+ messages)
[PATCH v1] mm: fix warning in comparing enumerator
2015-12-02 9:16 UTC (5+ messages)
` [PATCH v2] "
[BISECTED] rcu_sched self-detected stall since 3.17
2015-12-02 9:04 UTC (4+ messages)
[RFC 0/3] OOM detection rework v3
2015-12-02 8:52 UTC (7+ messages)
` [RFC 1/3] mm, oom: refactor oom detection
` [RFC 2/3] mm: throttle on IO only when there are too many dirty and writeback pages
` [RFC 3/3] mm: use watermak checks for __GFP_REPEAT high order allocations
[PATCH] oom_kill: add option to disable dump_stack()
2015-12-02 8:18 UTC (4+ messages)
memory leak in alloc_huge_page
2015-12-02 0:54 UTC (4+ messages)
[PATCH V2] mm: add a new vector based madvise syscall
2015-12-01 23:59 UTC (2+ messages)
[PATCH] bugfix oom kill init lead panic
2015-12-01 23:41 UTC (7+ messages)
mm: kernel BUG at mm/huge_memory.c:3272!
2015-12-01 23:41 UTC (3+ messages)
[PATCH v5 0/4] Allow customizable random offset to mmap_base address
2015-12-01 22:39 UTC (6+ messages)
` [PATCH v5 1/4] mm: mmap: Add new /proc tunable for mmap_base ASLR
` [PATCH v5 2/4] arm: mm: support ARCH_MMAP_RND_BITS
` [PATCH v5 3/4] arm64: "
` [PATCH v5 4/4] x86: "
[PATCH v2 00/13] MADV_FREE support
2015-12-01 22:30 UTC (4+ messages)
` [PATCH v2 01/13] mm: support madvise(MADV_FREE)
[PATCH v4 0/4] Allow customizable random offset to mmap_base address
2015-12-01 22:09 UTC (13+ messages)
` [PATCH v4 1/4] mm: mmap: Add new /proc tunable for mmap_base ASLR
` [PATCH v4 2/4] arm: mm: support ARCH_MMAP_RND_BITS
` [PATCH v4 3/4] arm64: "
` [PATCH v4 4/4] x86: "
mm: BUG in __munlock_pagevec
2015-12-01 21:38 UTC (2+ messages)
[PATCH 0/9] RFD: huge tmpfs: compound vs. team pages
2015-12-01 21:04 UTC (6+ messages)
` [PATCH 3/9] mm: postpone page table allocation until do_set_pte()
` [PATCH 6/9] rmap: support file THP
[PATCH v3 0/3] Allow EINJ to inject memory error to NVDIMM
2015-12-01 17:19 UTC (7+ messages)
` [PATCH v3 1/3] resource: Add @flags to region_intersects()
[PATCH 0/3] __GFP_REPEAT cleanup
2015-12-01 16:27 UTC (8+ messages)
` [PATCH 1/3] tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
[RFC PATCH] mm, oom: introduce oom reaper
2015-12-01 13:29 UTC (8+ messages)
` [RFC PATCH -v2] "
[PATCH] mm: vmscan: Obey indeed proportional scanning for kswapd and memcg
2015-12-01 11:52 UTC (4+ messages)
[PATCH] MAINTAINERS: make Vladimir co-maintainer of the memory controller
2015-12-01 11:27 UTC (3+ messages)
[PATCH 06/10] tmpfs: Use xattr handler infrastructure
2015-12-01 9:45 UTC (4+ messages)
` [PATCH 07/10] tmpfs: listxattr should include POSIX ACL xattrs
[linux-next:master 3174/3442] fs/ocfs2/file.c:2297:3: note: in expansion of macro 'xchg'
2015-12-01 8:07 UTC (3+ messages)
[PATCH] Fix a bdi reregistration race, v2
2015-12-01 7:23 UTC (8+ messages)
[PATCH v1] mm: hugetlb: call huge_pte_alloc() only if ptep is null
2015-12-01 1:58 UTC (3+ messages)
[PATCHv2] arm: Update all mm structures with section adjustments
2015-12-01 1:10 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).