Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-14 07:54:45 to 2015-08-20 11:00:08 UTC [more...]

[PATCH v3 3/3] Documentation/filesystems/proc.txt: document hugetlb RSS
 2015-08-20 11:00 UTC  (10+ messages)
` [PATCH v4 1/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/smaps
  ` [PATCH v4 2/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
` [PATCH v5 0/2] hugetlb: display per-process/per-vma usage
  ` [PATCH v5 1/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/smaps
  ` [PATCH v5 2/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status

[PATCH 00/10] Remove zonelist cache and high-order watermark checking v2
 2015-08-20  9:14 UTC  (7+ messages)
` [PATCH 04/10] mm, page_alloc: Remove unnecessary taking of a seqlock when cpusets are disabled
` [PATCH 06/10] mm: page_alloc: Distinguish between being unable to sleep, unwilling to unwilling and avoiding waking kswapd

[PATCH] mm: mmap: Simplify the failure return working flow
 2015-08-20  8:48 UTC  (4+ messages)

[PATCHv3 0/5] Fix compound_head() race
 2015-08-20  8:32 UTC  (7+ messages)
` [PATCHv3 1/5] mm: drop page->slab_page
` [PATCHv3 2/5] zsmalloc: use page->private instead of page->first_page
` [PATCHv3 3/5] mm: pack compound_dtor and compound_order into one word in struct page
` [PATCHv3 4/5] mm: make compound_head() robust
` [PATCHv3 5/5] mm: use 'unsigned int' for page order

difficult to pinpoint exhaustion of swap between 4.2.0-rc6 and 4.2.0-rc7
 2015-08-20  8:16 UTC  (2+ messages)

[PATCH] mm, vmscan: unlock page while waiting on writeback
 2015-08-20  8:09 UTC  (2+ messages)

[PATCH v7 0/6] Allow user to request memory to be locked on page fault
 2015-08-20  7:56 UTC  (6+ messages)
` [PATCH v7 3/6] mm: Introduce VM_LOCKONFAULT

[PATCH V2] mm:memory hot-add: memory can not been added to movable zone
 2015-08-20  7:44 UTC  (3+ messages)

[Patch V3 0/9] Enable memoryless node support for x86
 2015-08-20  6:36 UTC  (32+ messages)
` [Patch V3 1/9] x86, NUMA, ACPI: Online node earlier when doing CPU hot-addition
` [Patch V3 2/9] kernel/profile.c: Replace cpu_to_mem() with cpu_to_node()
` [Patch V3 3/9] sgi-xp: Replace cpu_to_node() with cpu_to_mem() to support memoryless node
` [Patch V3 4/9] openvswitch: "
` [Patch V3 5/9] i40e: Use numa_mem_id() to better "
  ` [Intel-wired-lan] "
` [Patch V3 6/9] i40evf: "
  ` [Intel-wired-lan] "
` [Patch V3 7/9] x86, numa: Kill useless code to improve code readability
` [Patch V3 8/9] mm: Update _mem_id_[] for every possible CPU when memory configuration changes
` [Patch V3 9/9] mm, x86: Enable memoryless node support to better support CPU/memory hotplug

[PATCH] Memory hot added,The memory can not been added to movable zone
 2015-08-20  6:15 UTC  (5+ messages)

[linux-next:master 9078/9582] arch/arm64/include/asm/pgtable.h:238:0: warning: "HUGE_MAX_HSTATE" redefined
 2015-08-20  5:24 UTC  (5+ messages)

[RFC PATCH 0/7] 'struct page' driver for persistent memory
 2015-08-20  0:49 UTC  (25+ messages)
` [RFC PATCH 1/7] x86, mm: ZONE_DEVICE for "device memory"
` [RFC PATCH 4/7] mm: register_dev_memmap()
` [RFC PATCH 5/7] libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option

[PATCH] zswap: update docs for runtime-changeable attributes
 2015-08-19 15:56 UTC  (5+ messages)

[PATCH v2 0/5] KASan for arm64
 2015-08-19 14:51 UTC  (12+ messages)
` [PATCH v2 5/5] arm64: add KASan support

[PATCH] list_lru: don't call list_lru_from_kmem if the list_head is empty
 2015-08-19 14:25 UTC  (2+ messages)

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2015-08-19 12:26 UTC  (20+ messages)
` [RFC 4/8] jbd, jbd2: Do not fail journal because of frozen_buffer allocation failure
  ` [RFC -v2 "
` [RFC 5/8] ext4: Do not fail journal due to block allocator
  ` [RFC -v2 "
` [RFC 6/8] ext3: Do not abort journal prematurely
  ` [RFC -v2 "
` [RFC 7/8] btrfs: Prevent from early transaction abort
  ` [RFC -v2 "
` [RFC 8/8] btrfs: use __GFP_NOFAIL in alloc_btrfs_bio
  ` [RFC -v2 "

[PATCH 1/2] zpool: define and use max type length
 2015-08-19  2:20 UTC  (4+ messages)
` [PATCH 2/2] zswap: use const max length for kparam names

[PATCH] mm: mmap: Simplify the failure return working flow
 2015-08-18 22:57 UTC  (2+ messages)

[mmotm:master 506/522] frv-linux-ld: Warning: size of symbol `sys_membarrier' changed from 8 in kernel/sys_ni.o to 52 in kernel/membarrier.o
 2015-08-18 21:23 UTC  (2+ messages)

[PATCH] zpool: remove no-op module init/exit
 2015-08-18 19:59 UTC 

[PATCH] zswap: move zswap_pool frequently-used fields together
 2015-08-18 19:21 UTC 

[RFC v4 0/3] mm: make swapin readahead to gain more thp performance
 2015-08-18 19:11 UTC  (4+ messages)
` [RFC v4 1/3] mm: add tracepoint for scanning pages
` [RFC v4 2/3] mm: make optimistic check for swapin readahead
` [RFC v4 3/3] mm: make swapin readahead to improve thp collapse rate

[PATCHv2 0/4] Fix compound_head() race
 2015-08-18 18:24 UTC  (14+ messages)
` [PATCHv2 1/4] mm: drop page->slab_page
` [PATCHv2 2/4] zsmalloc: use page->private instead of page->first_page
` [PATCHv2 3/4] mm: pack compound_dtor and compound_order into one word in struct page
` [PATCHv2 4/4] mm: make compound_head() robust

[linux-stable-rt:stable-rt/v3.2-rt 426/519] kernel/smp.c:735: undefined reference to `smp_call_function_many'
 2015-08-18 17:49 UTC 

[linux-stable-rt:stable-rt/v3.2-rt 513/519] mm/slub.c:1291:11: warning: unused variable 'order'
 2015-08-18 17:12 UTC 

[linux-stable-rt:stable-rt/v3.14-rt 442/450] mm/slub.c:1350:6: warning: unused variable 'idx'
 2015-08-18 16:56 UTC 

[PATCH V4 0/3] mm: Add generic copy from early unmapped RAM
 2015-08-18  8:56 UTC  (5+ messages)
` [PATCH V4 1/3] mm: add utility for early copy from unmapped ram
` [PATCH V4 2/3] arm64: support initrd outside kernel linear map
` [PATCH V4 3/3] x86: use generic early mem copy

Potential data race in SyS_swapon
 2015-08-18  0:34 UTC  (3+ messages)
  ` [PATCH] mm: fix potential "

[PATCH] shmem: recalculate file inode when fstat
 2015-08-17 23:45 UTC  (3+ messages)

mmotm 2015-08-17-16-31 uploaded
 2015-08-17 23:32 UTC 

[PATCH] mm/memblock: validate the creation of debugfs files
 2015-08-17 22:05 UTC  (8+ messages)

[PATCH] mm/memblock: check memblock_reserve on fail in memblock_virt_alloc_internal
 2015-08-17 21:59 UTC  (2+ messages)

[linux-next:master 8232/8750] arch/mips/boot/compressed/../../../../lib/decompress_unlzma.c:680:17: warning: '__decompress' defined but not used
 2015-08-17 13:34 UTC 

[PATCH V3 0/3] mm: Add generic copy from early unmapped RAM
 2015-08-17 13:32 UTC  (6+ messages)
` [PATCH V3 1/3] mm: add utility for early copy from unmapped ram
` [PATCH V3 2/3] arm64: support initrd outside kernel linear map
` [PATCH V3 3/3] x86: use generic early mem copy

[RFC PATCH kernel vfio] mm: vfio: Move pages out of CMA before pinning
 2015-08-17  9:58 UTC  (7+ messages)

[PATCH] mm/hwpoison: fix race between soft_offline_page and unpoison_memory
 2015-08-17  5:29 UTC  (18+ messages)
                        ` [PATCH v2 2/3] "
                        ` [PATCH v2 3/3] mm/hwpoison: don't try to unpoison containment-failed pages
                        ` [PATCH v2 1/3] mm/hwpoison: introduce num_poisoned_pages wrappers

[PATCH 0/2] Fix compound_head() race
 2015-08-17  1:40 UTC  (3+ messages)
` [PATCH 2/2] mm: make compound_head() robust

[RFC 3/8] mm: page_alloc: do not lock up GFP_NOFS allocations upon OOM
 2015-08-16 14:04 UTC  (6+ messages)

========== Re: RAM encryption and key storing in CPU ==========
 2015-08-16 13:24 UTC 

[PATCHv3 00/10] mm, xen/balloon: memory hotplug improvements
 2015-08-16 11:41 UTC  (5+ messages)
` [PATCHv3 01/10] mm: memory hotplug with an existing resource
  ` [Xen-devel] "

[PATCH] mm/memblock: rename local variable of memblock_type to 'type'
 2015-08-15 16:49 UTC 

[PATCH 0/3] make zswap params changeable at runtime
 2015-08-14 20:02 UTC  (11+ messages)
` [PATCH 1/3] zpool: add zpool_has_pool()
` [PATCH 2/3] zswap: dynamic pool creation

[PATCH] mm: make page pfmemalloc check more robust
 2015-08-14 13:26 UTC  (4+ messages)

[linux-next:master 8118/8276] arch/mips/boot/compressed/../../../../lib/decompress_inflate.c:205:17: warning: '__decompress' defined but not used
 2015-08-14 10:56 UTC 

[mmotm:master] f6a6014bf6b3c724cff30194681f219ac230c898 BUILD DONE
 2015-08-14 10:30 UTC 

[linux-next:master 7943/8276] mm/early_ioremap.c:235:31: sparse: incorrect type in argument 1 (different address spaces)
 2015-08-14 10:31 UTC 

[PATCH] mm: add the block to the tail of the list in expand()
 2015-08-14  7:55 UTC  (9+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).