messages from 2015-05-29 15:06:34 to 2015-06-02 19:06:29 UTC [more...]
[PATCH v12 0/10] Support Write-Through mapping on x86
2015-06-02 18:46 UTC (14+ messages)
` [PATCH v12 1/10] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v12 2/10] x86, mm, pat: Change reserve_memtype() for WT
` [PATCH v12 3/10] x86, asm: Change is_new_memtype_allowed() "
` [PATCH v12 4/10] x86, mm, asm-gen: Add ioremap_wt() "
` [PATCH v12 5/10] arch/*/asm/io.h: Add ioremap_wt() to all architectures
` [PATCH v12 6/10] video/fbdev, asm/io.h: Remove ioremap_writethrough()
` [PATCH v12 7/10] x86, mm, pat: Add pgprot_writethrough() for WT
` [PATCH v12 08/10] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v12 09/10] x86, mm: Add set_memory_wt() for WT
` [PATCH v12 10/10] drivers/block/pmem: Map NVDIMM with ioremap_wt()
[PATCH] Update mlockall() and mmap() man pages for LOCKONFAULT flags
2015-06-02 18:13 UTC
[PATCH V2 0/3] Allow user to request memory to be locked on page fault
2015-06-02 18:13 UTC (4+ messages)
` [PATCH V2 1/3] Add mmap flag to request pages are locked after "
` [PATCH V2 2/3] Add mlockall flag for locking pages on fault
` [PATCH V2 3/3] Add tests for lock "
[PATCH v4 0/3] alloc_huge_page/hugetlb_reserve_pages race
2015-06-02 16:59 UTC (4+ messages)
` [PATCH v4 1/3] mm/hugetlb: document the reserve map/region tracking routines
` [PATCH v4 2/3] mm/hugetlb: compute/return the number of regions added by region_add()
` [PATCH v4 3/3] mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pages
[PATCH] MAINTAINERS: add zpool
2015-06-02 16:56 UTC
[PATCH] zpool: remove zpool_evict
2015-06-02 16:49 UTC
[RESEND PATCH 0/3] Allow user to request memory to be locked on page fault
2015-06-02 16:05 UTC (6+ messages)
` [RESEND PATCH 3/3] Add tests for lock on fault
[PATCH 0/9 v5] Helper to abstract vma handling in media layer
2015-06-02 15:23 UTC (6+ messages)
` [PATCH 2/9] mm: Provide new get_vaddr_frames() helper
[PATCH 0/5] zswap: make params runtime changeable
2015-06-02 15:11 UTC (6+ messages)
` [PATCH 1/5] zpool: add zpool_has_pool()
` [PATCH 2/5] module: add per-module params lock
` [PATCH 3/5] zswap: runtime enable/disable
` [PATCH 4/5] zswap: dynamic pool creation
` [PATCH 5/5] zswap: change zpool/compressor at runtime
[PATCH 0/4] sunrpc: clean up "swapper" xprt handling
2015-06-02 12:40 UTC (11+ messages)
` [PATCH 1/4] sunrpc: keep a count of swapfiles associated with the rpc_clnt
` [PATCH 2/4] sunrpc: make xprt->swapper an atomic_t
` [PATCH 3/4] sunrpc: if we're closing down a socket, clear memalloc on it first
` [PATCH 4/4] sunrpc: lock xprt before trying to set memalloc on the sockets
[PATCH] mm: Fix theoretical sleeping in atomic
2015-06-02 12:37 UTC
swap: nfs: Sleeping function called from an rcu read section in nfs_swap_activate
2015-06-02 12:14 UTC (6+ messages)
[PATCH] hugetlb: Do not account hugetlb pages as NR_FILE_PAGES
2015-06-02 10:00 UTC (9+ messages)
HMM (Heterogeneous Memory Management) v8
2015-06-02 9:32 UTC (9+ messages)
` [PATCH 01/36] mmu_notifier: add event information to address invalidation v7
` [PATCH 02/36] mmu_notifier: keep track of active invalidation ranges v3
[PATCH] oom: split out forced OOM killer
2015-06-02 8:53 UTC
[PATCH v2 0/4] pmem api, generic ioremap_cache, and memremap
2015-06-02 8:38 UTC (19+ messages)
` [PATCH v2 1/4] arch/*/asm/io.h: add ioremap_cache() to all architectures
` [PATCH v2 2/4] devm: fix ioremap_cache() usage
` [PATCH v2 3/4] arch: introduce memremap()
` [PATCH v2 4/4] arch, x86: cache management apis for persistent memory
[RFC 0/4] enable migration of non-LRU pages
2015-06-02 7:27 UTC (5+ messages)
` [RFC 1/4] mm/compaction: enable driver page migration
` [RFC 2/4] mm/balloon: apply driver page migratable into balloon driver
` [RFC 3/4] mm/compaction: compaction calls generic migration
` [RFC 4/4] mm: remove direct calling of migration
kernel bug(VM_BUG_ON_PAGE) with 3.18.13 in mm/migrate.c
2015-06-02 7:19 UTC (5+ messages)
include/linux/bug.h:93:12: error: dereferencing pointer to incomplete type
2015-06-02 2:27 UTC (3+ messages)
[PATCHv3 2/3] mm/memblock: Allocate boot time data structures from mirrored memory
2015-06-01 21:28 UTC
[next:master 7235/7555] mm/page_alloc.c:654:121: warning: comparison of distinct pointer types lacks a cast
2015-06-01 21:11 UTC (4+ messages)
[RFC] mm: change irqs_disabled() test to spin_is_locked() in mem_cgroup_swapout
2015-06-01 19:28 UTC (7+ messages)
` [RFC][PATCH] mm: ifdef out VM_BUG_ON check on PREEMPT_RT_FULL
[PATCH v11 0/12] Support Write-Through mapping on x86
2015-06-01 18:51 UTC (30+ messages)
` [PATCH v11 1/12] x86, mm, pat: Cleanup init flags in pat_init()
` [PATCH v11 2/12] x86, mm, pat: Refactor !pat_enabled handling
` [PATCH 1/4] x86/pat: Untangle pat_init()
` [PATCH 2/4] x86/pat: Merge pat_init_cache_modes() into its caller
` [PATCH 3/4] x86/pat: Emulate PAT when it is disabled
` [PATCH 4/4] x86/pat: Remove pat_enabled() checks
` [PATCH v11 3/12] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v11 4/12] x86, mm, pat: Change reserve_memtype() for WT
` [PATCH v11 5/12] x86, asm: Change is_new_memtype_allowed() "
` [PATCH v11 6/12] x86, mm, asm-gen: Add ioremap_wt() "
` [PATCH v11 7/12] arch/*/asm/io.h: Add ioremap_wt() to all architectures
` [PATCH v11 8/12] video/fbdev, asm/io.h: Remove ioremap_writethrough()
` [PATCH v11 9/12] x86, mm, pat: Add pgprot_writethrough() for WT
` [PATCH v11 10/12] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v11 11/12] x86, mm: Add set_memory_wt() for WT
` [PATCH v11 12/12] drivers/block/pmem: Map NVDIMM with ioremap_wt()
[PATCH v10 0/12] Support Write-Through mapping on x86
2015-06-01 17:10 UTC (22+ messages)
` [PATCH v10 11/12] x86, mm, pat: Refactor !pat_enabled handling
` [PATCH v10 12/12] drivers/block/pmem: Map NVDIMM with ioremap_wt()
[PATCH v3 0/3] alloc_huge_page/hugetlb_reserve_pages race
2015-06-01 16:53 UTC (3+ messages)
` [PATCH v3 3/3] mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pages
[PATCH] memcg: do not call reclaim if !__GFP_WAIT
2015-06-01 16:42 UTC (4+ messages)
[PATCH] mm/oom: Suppress unnecessary "sharing same memory" message
2015-06-01 15:42 UTC (22+ messages)
` [PATCH] mm/oom: Suppress unnecessary "sharing same memory"message
[PATCH] oom: always panic on OOM when panic_on_oom is configured
2015-06-01 15:12 UTC (2+ messages)
[PATCH] frontswap: allow multiple backends
2015-06-01 14:22 UTC (4+ messages)
` [PATCHv2] "
[RFC 0/2] mapping_gfp_mask from the page fault path
2015-06-01 13:00 UTC (3+ messages)
` [RFC 1/2] mm: do not ignore mapping_gfp_mask in page cache allocation paths
` [RFC 2/2] mm: Allow GFP_IOFS for page_cache_read page cache allocation
[PATCH] zpool: add zpool_has_pool()
2015-06-01 11:14 UTC (3+ messages)
[PATCH 0/5] Remove s390 sw-emulated hugepages and cleanup
2015-06-01 7:35 UTC (2+ messages)
Is free_all_bootmem broken for ARM in Linux 4.0
2015-06-01 2:05 UTC
[PATCH 00/11] Replace module_init with an alternate initcall in non modules
2015-06-01 0:54 UTC (3+ messages)
` [PATCH 01/11] mm: replace module_init usages with subsys_initcall in nommu.c
` [PATCH 09/11] mm/page_owner.c: use late_initcall to hook in enabling
[next:master 7235/7555] mm/cma.c:186:27: note: in expansion of macro 'max'
2015-05-31 5:41 UTC
[next:master 7235/7555] mm/page_alloc.c:654:15: note: in expansion of macro 'min'
2015-05-30 12:47 UTC
[PATCH] zram: clear disk io accounting when reset zram device
2015-05-30 4:16 UTC (4+ messages)
[PATCH] zpool: add EXPORT_SYMBOL for functions
2015-05-29 21:37 UTC (6+ messages)
[RFC 0/3] get rid of mm_struct::owner
2015-05-29 15:26 UTC (11+ messages)
` [RFC 3/3] memcg: "
[PATCH] zpool: change pr_info to pr_debug
2015-05-29 15:07 UTC
[RFC][PATCH 00/10] zsmalloc auto-compaction
2015-05-29 15:05 UTC (6+ messages)
` [RFC][PATCH 06/10] zsmalloc: move compaction functions
` [RFC][PATCH 07/10] zsmalloc: introduce auto-compact support
` [RFC][PATCH 08/10] zsmalloc: export zs_pool `num_migrated'
` [RFC][PATCH 09/10] zram: remove `num_migrated' from zram_stats
` [RFC][PATCH 10/10] zsmalloc: lower ZS_ALMOST_FULL waterline
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).