messages from 2014-04-16 21:15:59 to 2014-04-22 01:26:10 UTC [more...]
[PATCH 0/5] get_user_pages() cleanup
2014-04-22 1:26 UTC (6+ messages)
` [PATCH 4/5] mm: extract code to fault in a page from __get_user_pages()
Dirty/Access bits vs. page content
2014-04-22 0:44 UTC (2+ messages)
[PATCH 2/2] mm/compaction: fix to initialize free scanner properly
2014-04-21 23:53 UTC (8+ messages)
` [PATCH 1/2] mm/compaction: make isolate_freepages start at pageblock boundary
` [PATCH 2/2] mm/compaction: cleanup isolate_freepages()
[PATCH 0/6] x86: rework tlb range flushing code
2014-04-21 18:24 UTC (7+ messages)
` [PATCH 1/6] x86: mm: clean up tlb "
` [PATCH 2/6] x86: mm: rip out complicated, out-of-date, buggy TLB flushing
` [PATCH 3/6] x86: mm: fix missed global TLB flush stat
` [PATCH 4/6] x86: mm: trace tlb flushes
` [PATCH 5/6] x86: mm: new tunable for single vs full TLB flush
` [PATCH 6/6] x86: mm: set TLB flush tunable to sane value (33)
[PATCH] mm: debug: make bad_range() output more usable and readable
2014-04-21 18:07 UTC
[RFC] how should we deal with dead memcgs' kmem caches?
2014-04-21 17:56 UTC (5+ messages)
[PATCH 0/4] ipc/shm.c: increase the limits for SHMMAX, SHMALL
2014-04-21 17:25 UTC (6+ messages)
` [PATCH 1/4] ipc/shm.c: check for ulong overflows in shmat
` [PATCH 2/4] ipc/shm.c: check for overflows of shm_tot
` [PATCH 3/4] ipc/shm.c: check for integer overflow during shmget
` [PATCH 4/4] ipc/shm.c: Increase the defaults for SHMALL, SHMMAX
[PATCH 0/6] mm: audit find_vma() callers
2014-04-21 13:36 UTC (11+ messages)
` [PATCH 1/6] blackfin/ptrace: call find_vma with the mmap_sem held
` [PATCH 2/6] m68k: call find_vma with the mmap_sem held in sys_cacheflush()
` [PATCH 3/6] mips: call find_vma with the mmap_sem held
` [PATCH 4/6] arc: "
` [PATCH 5/6] drivers,sgi-gru/grufault.c: "
` [PATCH 6/6] drm/exynos: "
[PATCH] Documentation/memcg: warn about incomplete kmemcg state
2014-04-21 7:47 UTC
[PATCH] mm/swap: cleanup *lru_cache_add* functions
2014-04-21 6:09 UTC (5+ messages)
[PATCH 0/4] mm: zpool: add common api for zswap to use zbud/zsmalloc
2014-04-21 2:47 UTC (6+ messages)
` [PATCH 1/4] mm: zpool: zbud_alloc() minor param change
` [PATCH 2/4] mm: zpool: implement zsmalloc shrinking
` [PATCH 3/4] mm: zpool: implement common zpool api to zbud/zsmalloc
` [PATCH 4/4] mm: zpool: update zswap to use zpool
[PATCH v5] mm: support madvise(MADV_FREE)
2014-04-21 1:56 UTC
[PATCH 0/2] Disable zone_reclaim_mode by default v2
2014-04-20 20:59 UTC (4+ messages)
memcg with kmem limit doesn't recover after disk i/o causes limit to be hit
2014-04-20 18:35 UTC (7+ messages)
` Protection against container fork bombs [WAS: Re: memcg with kmem limit doesn't recover after disk i/o causes limit to be hit]
[PATCH 0/6] File Sealing & memfd_create()
2014-04-20 15:03 UTC (8+ messages)
[PATCH RFC -mm v2 0/3] kmemcg: simplify work-flow (was "memcg-vs-slab cleanup")
2014-04-20 10:32 UTC (15+ messages)
` [PATCH RFC -mm v2 1/3] memcg, slab: do not schedule cache destruction when last page goes away
` [PATCH RFC -mm v2 2/3] memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab
` [PATCH RFC -mm v2 3/3] memcg, slab: simplify synchronization scheme
[PATCH 0/4] ipc/shm.c: increase the limits for SHMMAX, SHMALL
2014-04-19 11:43 UTC (5+ messages)
` [PATCH 1/4] ipc/shm.c: check for ulong overflows in shmat
` [PATCH 2/4] ipc/shm.c: check for overflows of shm_tot
` [PATCH 3/4] ipc/shm.c: check for integer overflow during shmget
` [PATCH 4/4] ipc/shm.c: Increase the defaults for SHMALL, SHMMAX
[PATCH 00/16] Misc page alloc, shmem and mark_page_accessed optimisations
2014-04-19 11:23 UTC (31+ messages)
` [PATCH 01/16] mm: Disable zone_reclaim_mode by default
` [PATCH 02/16] mm: page_alloc: Do not cache reclaim distances
` [PATCH 03/16] mm: page_alloc: Do not update zlc unless the zlc is active
` [PATCH 04/16] mm: page_alloc: Do not treat a zone that cannot be used for dirty pages as "full"
` [PATCH 05/16] mm: page_alloc: Use jump labels to avoid checking number_of_cpusets
` [PATCH 06/16] mm: page_alloc: Calculate classzone_idx once from the zonelist ref
` [PATCH 07/16] mm: page_alloc: Only check the zone id check if pages are buddies
` [PATCH 08/16] mm: page_alloc: Only check the alloc flags and gfp_mask for dirty once
` [PATCH 09/16] mm: page_alloc: Take the ALLOC_NO_WATERMARK check out of the fast path
` [PATCH 10/16] mm: page_alloc: Use word-based accesses for get/set pageblock bitmaps
` [PATCH 11/16] mm: page_alloc: Reduce number of times page_to_pfn is called
` [PATCH 12/16] mm: shmem: Avoid atomic operation during shmem_getpage_gfp
` [PATCH 13/16] mm: Do not use atomic operations when releasing pages
` [PATCH 14/16] mm: Do not use unnecessary atomic operations when adding pages to the LRU
` [PATCH 15/16] mm: Non-atomically mark page accessed in write_begin where possible
` [PATCH 16/16] mm: filemap: Prefetch page->flags if !PageUptodate
[PATCH 01/16] mm: Disablezone_eclaim_mode by default
2014-04-19 11:15 UTC
[PATCH] ipc/shm: Increase the defaults for SHMALL, SHMMAX to infinity
2014-04-19 9:17 UTC (8+ messages)
[PATCH 0/3] Use an alternative to _PAGE_PROTNONE for _PAGE_NUMA v4
2014-04-19 7:46 UTC (7+ messages)
` [PATCH 3/3] x86: Define _PAGE_NUMA by reusing software bits on the PMD and PTE levels
` [x86] BUG: Bad page map in process usemem pte:310103e3c pmd:7b3c2a067
[PATCH v2] ipc,shm: disable shmmax and shmall by default
2014-04-19 6:22 UTC (8+ messages)
[PATCH 2/2] mm/memcontrol.c: introduce helper mem_cgroup_zoneinfo_zone()
2014-04-18 23:01 UTC
[PATCH 1/2] mm/memcontrol.c: remove meaningless while loop in mem_cgroup_iter()
2014-04-18 22:58 UTC
[PATCH] thp: close race between split and zap huge pages
2014-04-18 20:56 UTC (3+ messages)
[PATCH -mm v2 0/2] slab: cleanup mem hotplug synchronization
2014-04-18 20:18 UTC (3+ messages)
` [PATCH -mm v2 1/2] mem-hotplug: implement get/put_online_mems
[PATCH 3/8] mm/swap: prevent concurrent swapon on the same S_ISBLK blockdev
2014-04-18 20:01 UTC (5+ messages)
[PATCH] mm: Throttle shrinkers harder
2014-04-18 19:14 UTC (2+ messages)
[PATCH v3] ipc,shm: disable shmmax and shmall by default
2014-04-18 17:51 UTC (5+ messages)
[PATCH 0/2] Disable zone_reclaim_mode by default
2014-04-18 16:44 UTC (3+ messages)
[PATCH] slab: fix the type of the index on freelist index accessor
2014-04-18 16:41 UTC (3+ messages)
[PATCH] mm/swap: cleanup *lru_cache_add* functions
2014-04-18 13:51 UTC (2+ messages)
[patch] mm: memcontrol: remove hierarchy restrictions for swappiness and oom_control
2014-04-18 11:36 UTC (4+ messages)
[PATCH] mm: mmap: remove the first mapping check
2014-04-18 5:40 UTC
[PATCH v3] mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pages
2014-04-17 23:29 UTC (3+ messages)
` [PATCH 1/2] mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced
[PATCH] mm/vmalloc: Introduce DEBUG_VMALLOCINFO to reduce spinlock contention
2014-04-17 23:18 UTC (2+ messages)
[PATCH v3 0/5] hugetlb: add support gigantic page allocation at runtime
2014-04-17 23:01 UTC (7+ messages)
` [PATCH 5/5] hugetlb: add support for "
[RFC,PATCH] mm,parisc: keep track of last mmap'ed address
2014-04-17 20:45 UTC
[PATCH] thp: close race between split and zap huge pages
2014-04-17 20:16 UTC (5+ messages)
[PATCH] ipc,shm: increase default size for shmmax
2014-04-17 20:19 UTC (21+ messages)
[PATCH] ion: only use the CMA heap when CONFIG_CMA is enabled
2014-04-17 19:47 UTC
0/N patch emails - to use or not to use?
2014-04-17 14:51 UTC (3+ messages)
[PATCH v3] ARM: mm: support big-endian page tables
2014-04-17 9:43 UTC (2+ messages)
[PATCH/RFC 00/19] Support loop-back NFS mounts
2014-04-17 5:58 UTC (24+ messages)
` [PATCH 10/19] NET: set PF_FSTRANS while holding sk_lock
` [PATCH 04/19] Make effect of PF_FSTRANS to disable __GFP_FS universal
` [PATCH 05/19] SUNRPC: track whether a request is coming from a loop-back interface
` [PATCH 16/19] VFS: use GFP_NOFS rather than GFP_KERNEL in __d_alloc
[PATCH v2] ARM: mm: support big-endian page tables
2014-04-17 4:05 UTC (7+ messages)
[mmotm:master 34/129] ERROR: "kmalloc_order" [sound/oss/v_midi.ko] undefined!
2014-04-16 16:38 UTC
[mmotm:master 34/129] ERROR: "kmalloc_order" [fs/ubifs/ubifs.ko] undefined!
2014-04-16 16:47 UTC
mm: kernel BUG at mm/huge_memory.c:1829!
2014-04-17 0:31 UTC (6+ messages)
[3.14+] kernel BUG at mm/filemap.c:1347!
2014-04-17 0:15 UTC (4+ messages)
kmalloc and uncached memory
2014-04-16 23:16 UTC (7+ messages)
[PATCH] [v2] mm: pass VM_BUG_ON() reason to dump_page()
2014-04-16 23:07 UTC (2+ messages)
[PATCH] mm/mempool: warn about __GFP_ZERO usage
2014-04-16 21:22 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).