messages from 2016-10-06 15:34:57 to 2016-10-12 07:19:46 UTC [more...]
[PATCH v2 0/4] use up highorder free pages before OOM
2016-10-12 7:19 UTC (7+ messages)
` [PATCH v2 1/4] mm: don't steal highatomic pageblock
` [PATCH v2 2/4] mm: prevent double decrease of nr_reserved_highatomic
` [PATCH v2 3/4] mm: try to exhaust highatomic reserve before the OOM
` [PATCH v2 4/4] mm: make unreserve highatomic functions reliable
[mm] c4344e8035: WARNING: CPU: 0 PID: 101 at mm/memory.c:303 __tlb_remove_page_size+0x25/0x99
2016-10-12 7:13 UTC (3+ messages)
OOM in v4.8
2016-10-12 6:54 UTC
[RFC PATCH 1/1] mm/percpu.c: fix memory leakage issue when allocate a odd alignment area
2016-10-12 6:53 UTC (4+ messages)
[PATCHv3 00/41] ext4: support of huge pages
2016-10-12 6:43 UTC (14+ messages)
` [PATCHv3 11/41] thp: try to free page's buffers before attempt split
` [PATCHv3 12/41] thp: handle write-protection faults for file THP
` [PATCHv3 13/41] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv3 14/41] filemap: allocate huge page in page_cache_read(), if allowed
[PATCH] Don't touch single threaded PTEs which are on the right node
2016-10-12 5:49 UTC (2+ messages)
[PATCH 0/4] use up highorder free pages before OOM
2016-10-12 5:36 UTC (28+ messages)
` [PATCH 1/4] mm: adjust reserved highatomic count
` [PATCH 2/4] mm: prevent double decrease of nr_reserved_highatomic
` [PATCH 3/4] mm: unreserve highatomic free pages fully before OOM
` [PATCH 4/4] mm: skip to reserve pageblock crossed zone boundary for HIGHATOMIC
[mmotm:master 136/157] arch/powerpc/kernel/machine_kexec_64.c:774:8: error: implicit declaration of function 'setup_ima_buffer'
2016-10-12 3:32 UTC
[RFC 0/6] Module for tracking/accounting shared memory buffers
2016-10-12 3:29 UTC (10+ messages)
` [RFC 1/6] fs: add installed and uninstalled file_operations
` [RFC 2/6] drivers: misc: add memtrack
` [RFC 3/6] dma-buf: add memtrack support
` [RFC 4/6] memtrack: Adds the accounting to keep track of all mmaped/unmapped pages
` [RFC 5/6] memtrack: Add memtrack accounting for forked processes
` [RFC 6/6] drivers: staging: ion: add ION_IOC_TAG ioctl
[mmotm:master 125/157] arch/powerpc/kernel/machine_kexec_64.c:420:29: error: 'kexec_file_loaders' undeclared
2016-10-12 3:22 UTC
[PATCH] mm: page_alloc: Use KERN_CONT where appropriate
2016-10-12 2:24 UTC
[PATCH v2] z3fold: add shrinker
2016-10-11 22:52 UTC (2+ messages)
[PATCH v5 00/17] re-enable DAX PMD support
2016-10-11 22:51 UTC (38+ messages)
` [PATCH v5 01/17] ext4: allow DAX writeback for hole punch
` [PATCH v5 02/17] ext4: tell DAX the size of allocation holes
` [PATCH v5 03/17] dax: remove buffer_size_valid()
` [PATCH v5 04/17] ext2: remove support for DAX PMD faults
` [PATCH v5 05/17] ext2: return -EIO on ext2_iomap_end() failure
` [PATCH v5 06/17] dax: make 'wait_table' global variable static
` [PATCH v5 07/17] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v5 08/17] dax: consistent variable naming for DAX entries
` [PATCH v5 09/17] dax: coordinate locking for offsets in PMD range
` [PATCH v5 10/17] dax: remove dax_pmd_fault()
` [PATCH v5 11/17] dax: correct dax iomap code namespace
` [PATCH v5 12/17] dax: add dax_iomap_sector() helper function
` [PATCH v5 13/17] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v5 14/17] dax: move RADIX_DAX_* defines to dax.h
` [PATCH v5 15/17] dax: add struct iomap based DAX PMD support
` [PATCH v5 16/17] xfs: use struct iomap based DAX PMD fault path
` [PATCH v5 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD
mmotm 2016-10-11-15-46 uploaded
2016-10-11 22:47 UTC
[PATCH] z3fold: add shrinker
2016-10-11 21:51 UTC (3+ messages)
[RFC PATCH 1/5] mm: Use the correct page size when removing the page
2016-10-11 17:31 UTC (5+ messages)
` [RFC PATCH 2/5] mm: Update mmu_gather range correctly
` [RFC PATCH 3/5] mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages
` [RFC PATCH 4/5] mm: Add tlb_remove_check_page_size_change to track page size change
` [RFC PATCH 5/5] mm: Remove the page size change check in tlb_remove_page
"swap_free: Bad swap file entry" and "BUG: Bad page map in process" but no swap configured
2016-10-11 16:02 UTC (3+ messages)
[RFC] scripts: Include postprocessing script for memory allocation tracing
2016-10-11 14:43 UTC (7+ messages)
[RFC PATCH] mm/percpu.c: fix panic triggered by BUG_ON() falsely
2016-10-11 14:25 UTC (2+ messages)
[RFC v2 PATCH] mm/percpu.c: fix panic triggered by BUG_ON() falsely
2016-10-11 14:00 UTC
[PATCH v4 0/5] powerpc/mm: movable hotplug memory nodes
2016-10-11 13:58 UTC (11+ messages)
` [PATCH v4 1/5] drivers/of: introduce of_fdt_device_is_available()
` [PATCH v4 2/5] drivers/of: do not add memory for unavailable nodes
` [PATCH v4 3/5] powerpc/mm: allow memory hotplug into a memoryless node
` [PATCH v4 4/5] mm: make processing of movable_node arch-specific
` [PATCH v4 5/5] mm: enable CONFIG_MOVABLE_NODE on non-x86 arches
[RFC PATCH 1/1] mm/percpu.c: fix several trivial issues
2016-10-11 13:29 UTC
Regression in mobility grouping?
2016-10-11 13:11 UTC (5+ messages)
` [RFC 0/4] try to reduce fragmenting fallbacks
` [RFC 5/4] mm, page_alloc: split smallest stolen page in fallback
` [RFC 6/4] mm, page_alloc: introduce MIGRATE_MIXED migratetype
[RFC v2 PATCH] mm/percpu.c: simplify grouping CPU algorithm
2016-10-11 12:53 UTC (2+ messages)
[PATCH v8 00/16] fix some type infos and bugs for arm64/of numa
2016-10-11 11:04 UTC (5+ messages)
` [PATCH v8 10/16] mm/memblock: add a new function memblock_alloc_near_nid
More OOM problems
2016-10-11 7:10 UTC (2+ messages)
[PATCH] mm/vmalloc: reduce the number of lazy_max_pages to reduce latency
2016-10-11 5:34 UTC (8+ messages)
[PATCH] mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing
2016-10-10 16:37 UTC (13+ messages)
lib/atomic64_test.c:217:9: error: implicit declaration of function 'atomic64_dec_if_positive'
2016-10-10 16:21 UTC (2+ messages)
[PATCH 0/1] man/set_mempolicy.2,mbind.2: add MPOL_LOCAL NUMA memory policy documentation
2016-10-10 16:23 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v3 "
[mm, kasan] 80a9201a59: INFO: rcu_sched stall on CPU (84741 ticks this GP) idle=140000000000000 (t=100000 jiffies q=1)
2016-10-10 10:47 UTC (3+ messages)
[PATCH] mm: init gfp mask in kcompactd_do_work()
2016-10-10 8:16 UTC (3+ messages)
[PATCH] mm: remove extra newline from allocation stall warning
2016-10-10 7:21 UTC (2+ messages)
[RFC PATCH] mm, compaction: allow compaction for GFP_NOFS requests
2016-10-10 6:44 UTC (10+ messages)
kernel BUG at mm/huge_memory.c:1187!
2016-10-09 22:30 UTC (2+ messages)
help for random Padding overwritten
2016-10-08 12:14 UTC
[PATCH 04/10] fault injection: prevent recursive fault injection
2016-10-07 22:09 UTC (2+ messages)
[Bug 172981] New: [bisected] SLAB: extreme load averages and over 2000 kworker threads
2016-10-07 15:55 UTC (9+ messages)
lockdep splat due to reclaim recursion detected
2016-10-07 10:52 UTC (4+ messages)
[PATCH v4 1/2] mm, proc: Fix region lost in /proc/self/smaps
2016-10-07 8:29 UTC (4+ messages)
[PATCH] mm/slab: fix kmemcg cache creation delayed issue
2016-10-07 8:20 UTC (3+ messages)
[PATCH 1/8] mm/swap: Fix kernel message in swap_info_get()
2016-10-07 8:11 UTC (2+ messages)
[PATCH v4 00/12] re-enable DAX PMD support
2016-10-07 7:24 UTC (7+ messages)
` [PATCH v4 10/12] dax: add struct iomap based "
DMA-API: cpu touching an active dma mapped cacheline
2016-10-06 17:57 UTC (3+ 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).