messages from 2014-07-02 15:07:35 to 2014-07-07 18:01:47 UTC [more...]
[PATCH v3 0/3] mm: introduce fincore() v3
2014-07-07 18:00 UTC (3+ messages)
` [PATCH v3 2/3] selftests/fincore: add test code for fincore()
` [PATCH v3 3/3] man2/fincore.2: document general description about fincore(2)
[PATCH 0/6] x86: rework tlb range flushing code
2014-07-07 17:43 UTC (4+ messages)
` [PATCH 5/6] x86: mm: new tunable for single vs full TLB flush
[PATCH -mm 0/8] memcg: reparent kmem on css offline
2014-07-07 17:14 UTC (14+ messages)
` [PATCH -mm 1/8] memcg: add pointer from memcg_cache_params to owner cache
` [PATCH -mm 2/8] memcg: keep all children of each root cache on a list
` [PATCH -mm 3/8] slab: guarantee unique kmem cache naming
` [PATCH -mm 4/8] slub: remove kmemcg id from create_unique_id
` [PATCH -mm 5/8] memcg: rework non-slab kmem pages charge path
` [PATCH -mm 6/8] memcg: introduce kmem context
` [PATCH -mm 7/8] memcg: move some kmem definitions upper
` [PATCH -mm 8/8] memcg: reparent kmem context on memcg offline
[PATCH 00/10] fix freepage count problems due to memory isolation
2014-07-07 15:57 UTC (24+ messages)
` [PATCH 01/10] mm/page_alloc: remove unlikely macro on free_one_page()
` [PATCH 02/10] mm/page_alloc: correct to clear guard attribute in DEBUG_PAGEALLOC
` [PATCH 03/10] mm/page_alloc: handle page on pcp correctly if it's pageblock is isolated
` [PATCH 04/10] mm/page_alloc: carefully free the page on isolate pageblock
` [PATCH 05/10] mm/page_alloc: optimize and unify pageblock migratetype check in free path
` [PATCH 06/10] mm/page_alloc: separate freepage migratetype interface
` [PATCH 07/10] mm/page_alloc: store migratetype of the buddy list into freepage correctly
` [PATCH 08/10] mm/page_alloc: use get_onbuddy_migratetype() to get buddy list type
` [PATCH 09/10] mm/page_alloc: fix possible wrongly calculated freepage counter
` [PATCH 10/10] mm/page_alloc: Stop merging pages on non-isolate and isolate buddy list
[PATCH v10 0/7] MADV_FREE support
2014-07-07 15:31 UTC (14+ messages)
` [PATCH v10 1/7] mm: support madvise(MADV_FREE)
` [PATCH v10 2/7] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v10 3/7] sparc: "
` [PATCH v10 4/7] powerpc: "
` [PATCH v10 5/7] s390: "
` [PATCH v10 6/7] ARM: "
` [PATCH v10 7/7] mm: Don't split THP page when syscall is called
mm: slub: invalid memory access in setup_object
2014-07-07 13:51 UTC (11+ messages)
mm: memcontrol: rewrite uncharge API: problems
2014-07-07 13:44 UTC (8+ messages)
doing lots of disk writes causes oom killer to kill processes
2014-07-07 11:34 UTC (9+ messages)
[PATCH 1/6] mmput: use notifier chain to call subsystem exit handler
2014-07-07 10:43 UTC (17+ messages)
[PATCH] mm/vmalloc.c: clean up map_vm_area third argument
2014-07-07 8:32 UTC
NR_FREE_CMA_PAGES larger than total CMA size
2014-07-07 4:53 UTC (2+ messages)
[PATCH 1/2] firmware/memmap: pass the correct argument to firmware_map_find_entry_bootmem()
2014-07-06 19:31 UTC (2+ messages)
` [PATCH 2/2] don't allocate firmware_map_entry of same memory range
mm: derefing NULL vma->vm_mm when unmapping
2014-07-05 14:41 UTC (4+ messages)
[PATCH] mm,vmacache: inline vmacache_valid_mm()
2014-07-04 21:08 UTC
[PATCH 0/4] mm: introduce fincore() v2
2014-07-04 16:31 UTC (10+ messages)
` [PATCH v2 1/4] define PAGECACHE_TAG_* as enumeration under include/uapi
` [PATCH v2 2/4] mm: introduce fincore()
` [PATCH v2 3/4] selftests/fincore: add test code for fincore()
` [PATCH v2 4/4] man2/fincore.2: document general description about fincore(2)
[PATCH RFC 0/5] Virtual Memory Resource Controller for cgroups
2014-07-04 15:38 UTC (8+ messages)
` [PATCH RFC 1/5] vm_cgroup: basic infrastructure
` [PATCH RFC 2/5] vm_cgroup: private writable mappings accounting
` [PATCH RFC 3/5] shmem: pass inode to shmem_acct_* methods
` [PATCH RFC 4/5] vm_cgroup: shared memory accounting
` [PATCH RFC 5/5] vm_cgroup: do not charge tasks in root cgroup
[PATCHv4 0/5] DMA Atomic pool for arm64
2014-07-04 13:42 UTC (10+ messages)
` [PATCHv4 1/5] lib/genalloc.c: Add power aligned algorithm
` [PATCHv4 2/5] lib/genalloc.c: Add genpool range check function
` [PATCHv4 3/5] common: dma-mapping: Introduce common remapping functions
` [PATCHv4 4/5] arm: use genalloc for the atomic pool
` [PATCHv4 5/5] arm64: Add atomic pool for non-coherent and CMA allocations
[PATCH 00/10] RFC: userfault
2014-07-04 11:30 UTC (18+ messages)
` [PATCH 01/10] mm: madvise MADV_USERFAULT: prepare vm_flags to allow more than 32bits
` [PATCH 02/10] mm: madvise MADV_USERFAULT
` [PATCH 03/10] mm: PT lock: export double_pt_lock/unlock
` [PATCH 04/10] mm: rmap preparation for remap_anon_pages
` [PATCH 05/10] mm: swp_entry_swapcount
` [PATCH 06/10] mm: sys_remap_anon_pages
` [PATCH 07/10] waitqueue: add nr wake parameter to __wake_up_locked_key
` [PATCH 08/10] userfaultfd: add new syscall to provide memory externalization
` [PATCH 09/10] userfaultfd: make userfaultfd_write non blocking
` [PATCH 10/10] userfaultfd: use VM_FAULT_RETRY in handle_userfault()
` [Qemu-devel] [PATCH 00/10] RFC: userfault
[PATCH v9] mm: support madvise(MADV_FREE)
2014-07-04 6:41 UTC (8+ messages)
zsmalloc failure issue in low memory conditions
2014-07-04 5:49 UTC (3+ messages)
[PATCH v2] x86: numa: setup_node_data(): drop dead code and rename function
2014-07-03 22:10 UTC
[PATCH] mm readahead: Fix sys_readahead breakage by reverting 2MB limit (bug 79111)
2014-07-03 21:58 UTC (13+ messages)
[PATCH 1/3] Revert "shmem: fix faulting into a hole while it's punched"
2014-07-03 19:14 UTC (7+ messages)
` [PATCH 2/3] shmem: fix faulting into a hole while it's punched, take 2
` [PATCH 3/3] mm/fs: fix pessimization in hole-punching pagecache
[PATCH] mm: vmscan: report the number of file/anon pages respectively
2014-07-03 15:50 UTC
[amirv:for-linux-rdma 2/5] mm/page_io.c:268:3: error: 'from' undeclared
2014-07-03 15:31 UTC
[mmotm:master 298/396] kernel/kexec.c:2181: undefined reference to `crypto_alloc_shash'
2014-07-03 14:29 UTC (3+ messages)
[mmotm:master 289/396] undefined reference to `crypto_alloc_shash'
2014-07-03 14:24 UTC (3+ messages)
[PATCH TRIVIAL -mm] fork: make mm_init_owner static
2014-07-03 13:17 UTC
[PATCH] rmap: fix pgoff calculation to handle hugepage correctly
2014-07-03 11:41 UTC (6+ messages)
[next:master 284/380] cpu_pm.c:undefined reference to `crypto_alloc_shash'
2014-07-03 8:40 UTC
copy_huge_page: unable to handle kernel NULL pointer dereference at 0000000000000008
2014-07-03 8:14 UTC (2+ messages)
[next:master 284/380] hw_breakpoint.c:undefined reference to `crypto_alloc_shash'
2014-07-03 7:37 UTC
[RFC] CMA page migration failure due to buffers on bh_lru
2014-07-03 7:34 UTC (8+ messages)
[PATCH] x86: numa: setup_node_data(): drop dead code and rename function
2014-07-03 3:39 UTC (5+ messages)
[patch] mm, hugetlb: generalize writes to nr_hugepages
2014-07-03 3:37 UTC (7+ messages)
` [patch] mm, hugetlb: remove hugetlb_zero and hugetlb_infinity
[PATCH v3 0/3] free reclaimed pages by paging out instantly
2014-07-03 0:59 UTC (3+ messages)
[mmotm:master 288/396] /bin/sh: scripts/basic/bin2c: No such file or directory
2014-07-02 23:31 UTC
[PATCH mmotm/next] mm: memcontrol: rewrite charge API: fix shmem_unuse
2014-07-02 22:37 UTC (2+ messages)
mmotm 2014-07-02-15-07 uploaded
2014-07-02 22:08 UTC
[PATCHv4 0/6] mm/zpool: add common api for zswap to use zbud/zsmalloc
2014-07-02 21:45 UTC (7+ messages)
` [PATCHv5 0/4] "
` [PATCHv2 1/4] mm/zbud: change zbud_alloc size type to size_t
` [PATCHv5 2/4] mm/zpool: implement common zpool api to zbud/zsmalloc
` [PATCHv3 3/4] mm/zpool: zbud/zsmalloc implement zpool
` [PATCHv5 4/4] mm/zpool: update zswap to use zpool
IMA: kernel reading files opened with O_DIRECT
2014-07-02 19:07 UTC (6+ messages)
[PATCH 0/7] [RESEND][v4] x86: rework tlb range flushing code
2014-07-02 19:04 UTC (5+ messages)
` [PATCH 7/7] x86: mm: set TLB flush tunable to sane value (33)
[PATCH 0/5] Improve sequential read throughput v4r8
2014-07-02 15:53 UTC (6+ 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).