Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-17 08:49:54 to 2016-02-19 18:34:22 UTC [more...]

[PATCH 0/5] oom reaper v5
 2016-02-19 18:34 UTC  (6+ messages)
` [PATCH 5/5] mm, oom_reaper: implement OOM victims queuing
  ` [PATCH 6/5] oom, oom_reaper: disable oom_reaper for

[PATCH 0/5] Fix races & improve the radix tree iterator patterns
 2016-02-19 18:02 UTC  (3+ messages)
` [PATCH 4/5] mm: Use radix_tree_iter_retry()

[PATCH] mm,oom: kill duplicated oom_unkillable_task() checks
 2016-02-19 17:34 UTC  (6+ messages)

[PATCH v4 00/22] kthread: Use kthread worker API more widely
 2016-02-19 16:22 UTC  (4+ messages)
` [PATCH v4 09/22] kthread: Allow to cancel kthread work

[PATCH v2] [RFC] ARM: modify pgd_t definition for TRANSPARENT_HUGEPAGE_PUD
 2016-02-19 16:19 UTC 

[PATCH v1 0/8] SLAB support for KASAN
 2016-02-19 15:43 UTC  (25+ messages)
` [PATCH v1 2/8] mm, kasan: SLAB support
` [PATCH v1 5/8] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB
` [PATCH v1 8/8] mm: kasan: Initial memory quarantine implementation

[PATCH v2] mm,oom: exclude oom_task_origin processes if they are OOM-unkillable
 2016-02-19 15:13 UTC  (9+ messages)

[PATCH] mm: memcontrol: Pass NULL memcg for oom_badness() check
 2016-02-19 14:36 UTC  (3+ messages)

[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
 2016-02-19 14:15 UTC  (19+ messages)

[PATCH 1/2] mm: cma: split out in_cma check to separate function
 2016-02-19 14:06 UTC  (5+ messages)
` [PATCH 2/2] ARM: dma-mapping: fix alloc/free for coherent + CMA + gfp=0

[PATCH] mm: scale kswapd watermarks in proportion to memory
 2016-02-19 11:25 UTC  (3+ messages)

[RFC PATCH] proc: do not include shmem and driver pages in /proc/meminfo::Cached
 2016-02-19  6:57 UTC  (5+ messages)

[RFC PATCH 0/3] mm/zsmalloc: increase density and reduce memory wastage
 2016-02-19  5:55 UTC  (16+ messages)
` [RFC PATCH 1/3] mm/zsmalloc: introduce zs_get_huge_class_size_watermark()
` [RFC PATCH 2/3] zram: use zs_get_huge_class_size_watermark()
` [RFC PATCH 3/3] mm/zsmalloc: change ZS_MAX_PAGES_PER_ZSPAGE

[PATCH V3 00/30] Book3s abstraction in preparation for new MMU model
 2016-02-19  2:40 UTC  (37+ messages)
` [PATCH V3 01/30] mm: Make vm_get_page_prot arch specific
` [PATCH V3 02/30] mm: Some arch may want to use HPAGE_PMD related values as variables
` [PATCH V3 03/30] powerpc/mm: add _PAGE_HASHPTE similar to 4K hash
` [PATCH V3 04/30] powerpc/mm: Split pgtable types to separate header
` [PATCH V3 05/30] powerpc/mm: Don't have conditional defines for real_pte_t
` [PATCH V3 06/30] powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
` [PATCH V3 07/30] powerpc/mm: Copy pgalloc (part 1)
` [PATCH V3 08/30] powerpc/mm: Copy pgalloc (part 2)
` [PATCH V3 09/30] powerpc/mm: Copy pgalloc (part 3)
` [PATCH V3 10/30] powerpc/mm: Hugetlbfs is book3s_64 and fsl_book3e (32 or 64)
` [PATCH V3 11/30] powerpc/mm: free_hugepd_range split to hash and nonhash
` [PATCH V3 12/30] powerpc/mm: Use helper instead of opencoding
` [PATCH V3 13/30] powerpc/mm: Move hash64 specific definitions to separate header
` [PATCH V3 14/30] powerpc/mm: Move swap related definition ot hash64 header
` [PATCH V3 15/30] powerpc/mm: Move hash page table related functions to pgtable-hash64.c
` [PATCH V3 16/30] powerpc/mm: Rename hash specific page table bits (_PAGE* -> H_PAGE*)
` [PATCH V3 17/30] powerpc/mm: Use flush_tlb_page in ptep_clear_flush_young
` [PATCH V3 18/30] powerpc/mm: THP is only available on hash64 as of now
` [PATCH V3 19/30] powerpc/mm: Use generic version of pmdp_clear_flush_young
` [PATCH V3 20/30] powerpc/mm: Create a new headers for tlbflush for hash64
` [PATCH V3 21/30] powerpc/mm: Hash linux abstraction for page table accessors
` [PATCH V3 22/30] powerpc/mm: Hash linux abstraction for functions in pgtable-hash.c
` [PATCH V3 23/30] powerpc/mm: Hash linux abstraction for mmu context handling code
` [PATCH V3 24/30] powerpc/mm: Move hash related mmu-*.h headers to book3s/
` [PATCH V3 25/30] powerpc/mm: Hash linux abstractions for early init routines
` [PATCH V3 26/30] powerpc/mm: Hash linux abstraction for THP
` [PATCH V3 27/30] powerpc/mm: Hash linux abstraction for HugeTLB
` [PATCH V3 28/30] powerpc/mm: Hash linux abstraction for page table allocator
` [PATCH V3 29/30] powerpc/mm: Hash linux abstraction for tlbflush routines
` [PATCH V3 30/30] powerpc/mm: Hash linux abstraction for pte swap encoding

[PATCH 1/2] mm: introduce page reference manipulation functions
 2016-02-19  2:15 UTC  (13+ messages)
` [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[PATCH] um, pkeys: give UML an arch_vma_access_permitted()
 2016-02-18 18:35 UTC 

[PATCH v2 0/7] SLAB support for KASAN
 2016-02-18 17:48 UTC  (10+ messages)
  ` [PATCH v2 1/7] kasan: Modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()
  ` [PATCH v2 2/7] mm, kasan: SLAB support
  ` [PATCH v2 3/7] mm, kasan: Added GFP flags to KASAN API
  ` [PATCH v2 4/7] arch, ftrace: For KASAN put hard/soft IRQ entries into separate sections
  ` [PATCH v2 5/7] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB
  ` [PATCH v2 6/7] kasan: Test fix: Warn if the UAF could not be detected in kmalloc_uaf2
  ` [PATCH v2 7/7] mm: kasan: Initial memory quarantine implementation

[RFC 0/7] Peer-direct memory
 2016-02-18 17:12 UTC  (9+ messages)

[PATCHv2 00/28] huge tmpfs implementation using compound pages
 2016-02-18 12:41 UTC  (11+ messages)
` [PATCHv2 13/28] thp: support file pages in zap_huge_pmd()
` [PATCHv2 17/28] thp: skip file huge pmd on copy_huge_pmd()

[PATCH V4][for-next]mm: add a new vector based madvise syscall
 2016-02-18 12:38 UTC  (4+ messages)

[PATCH 0/6] preparation for merging the OOM reaper
 2016-02-18 12:20 UTC  (27+ messages)
` [PATCH 1/6] mm,oom: exclude TIF_MEMDIE processes from candidates
` [PATCH 2/6] mm,oom: don't abort on exiting processes when selecting a victim
` [PATCH 3/6] mm,oom: exclude oom_task_origin processes if they are OOM victims
` [PATCH 4/6] mm,oom: exclude oom_task_origin processes if they are OOM-unkillable
` [PATCH 5/6] mm,oom: Re-enable OOM killer using timers
` [PATCH 6/6] mm,oom: wait for OOM victims when using oom_kill_allocating_task == 1

[LSF/MM TOPIC] THP, huge tmpfs, khugepaged
 2016-02-18 11:06 UTC 

[PATCH] mm: add MM_SWAPENTS and page table when calculate tasksize in lowmem_scan()
 2016-02-18 10:21 UTC  (9+ messages)

[PATCH] signals, ia64, mips: update arch-specific siginfos with pkeys field
 2016-02-18 10:15 UTC  (2+ messages)

[PATCHv2 0/4] Improve performance for SLAB_POISON
 2016-02-18  8:39 UTC  (2+ messages)

[PATCH 1/1] mm: meminit: initialise more memory for inode/dentry hash tables in early boot
 2016-02-17  8:56 UTC 

[PATCH v5 RESEND 0/5] Make cpuid <-> nodeid mapping persistent
 2016-02-18  2:11 UTC  (6+ messages)

[PATCH 00/33] x86: Memory Protection Keys (v10)
 2016-02-18  0:46 UTC  (11+ messages)
` [PATCH 02/33] mm: overload get_user_pages() functions
` [PATCH 33/33] x86, pkeys: execute-only support

[PATCH v3] x86/mm/vmfault: Make vmalloc_fault() handle large pages
 2016-02-18  1:16 UTC 

[PATCH v3 0/6] DAX fixes, move flushing calls to FS
 2016-02-18  0:12 UTC  (15+ messages)
` [PATCH v3 1/6] block: disable block device DAX by default
` [PATCH v3 2/6] ext2, ext4: only set S_DAX for regular inodes
` [PATCH v3 3/6] ext4: Online defrag not supported with DAX
` [PATCH v3 4/6] dax: give DAX clearing code correct bdev
` [PATCH v3 6/6] block: use dax_do_io() if blkdev_dax_capable()

Unhelpful caching decisions, possibly related to active/inactive sizing
 2016-02-17 21:17 UTC  (6+ messages)

mmotm 2016-02-17-13-16 uploaded
 2016-02-17 21:17 UTC 

[PATCH] zsmalloc: drop unused member 'mapping_area->huge'
 2016-02-17 15:37 UTC  (2+ messages)

[PATCH v2] mm,oom: don't abort on exiting processes when selecting a victim
 2016-02-17 14:39 UTC  (2+ messages)

[PATCH] mm/hugetlb: Fix incorrect proc nr_hugepages value
 2016-02-17 10:30 UTC  (3+ messages)

[PATCH] mm: remove unnecessary description about a non-exist gfp flag
 2016-02-17  9:30 UTC  (2+ 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).