linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-18 16:51:29 to 2016-02-23 01:11:20 UTC [more...]

[RFC][PATCH 0/7] System Calls for Memory Protection Keys
 2016-02-23  1:11 UTC  (6+ messages)
` [RFC][PATCH 2/7] mm: implement new pkey_mprotect() system call
` [RFC][PATCH 3/7] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [RFC][PATCH 4/7] x86: wire up mprotect_key() system call
` [RFC][PATCH 5/7] x86, pkeys: allocation/free syscalls
` [RFC][PATCH 6/7] x86, pkeys: add pkey set/get syscalls

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

[PATCH] mm: add MM_SWAPENTS and page table when calculate tasksize in lowmem_scan()
 2016-02-23  0:54 UTC  (8+ messages)

[PATCH] mm,oom: remove shortcuts for SIGKILL and PF_EXITING cases
 2016-02-23  0:47 UTC  (2+ messages)

[PATCH v2] mm: scale kswapd watermarks in proportion to memory
 2016-02-22 23:33 UTC 

[PATCH] nvdimm: use 'u64' for pfn flags
 2016-02-22 22:19 UTC  (2+ messages)

[RFC 0/2] New MAP_PMEM_AWARE mmap flag
 2016-02-22 21:50 UTC  (18+ messages)
` [RFC 1/2] mmap: Define a new "
` [RFC 2/2] dax: Support "

[PATCH v4 0/5] DAX fixes, move flushing calls to FS
 2016-02-22 18:59 UTC  (6+ messages)
` [PATCH v4 1/5] block: disable block device DAX by default
` [PATCH v4 2/5] ext2, ext4: only set S_DAX for regular inodes
` [PATCH v4 3/5] ext4: Online defrag not supported with DAX
` [PATCH v4 4/5] dax: give DAX clearing code correct bdev
` [PATCH v4 5/5] dax: move writeback calls into the filesystems

[patch 0/2] vmstat: Speedup and Cleanup
 2016-02-22 18:10 UTC  (3+ messages)
` [patch 1/2] vmstat: Optimize refresh_cpu_vmstat()
` [patch 2/2] vmstat: Get rid of the ugly cpu_stat_off variable

[PATCH v5 00/20] kthread: Use kthread worker API more widely
 2016-02-22 17:33 UTC  (25+ messages)
` [PATCH v5 01/20] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v5 02/20] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v5 03/20] kthread: Add create_kthread_worker*()
` [PATCH v5 04/20] kthread: Add drain_kthread_worker()
` [PATCH v5 05/20] kthread: Add destroy_kthread_worker()
` [PATCH v5 06/20] kthread: Detect when a kthread work is used by more workers
` [PATCH v5 07/20] kthread: Initial support for delayed kthread work
` [PATCH v5 08/20] kthread: Allow to cancel "
` [PATCH v5 09/20] kthread: Allow to modify delayed "
` [PATCH v5 10/20] kthread: Better support freezable kthread workers
` [PATCH v5 11/20] mm/huge_page: Convert khugepaged() into kthread worker API
` [PATCH v5 12/20] ring_buffer: Convert benchmark kthreads "
` [PATCH v5 13/20] hung_task: Convert hungtaskd "
` [PATCH v5 14/20] kmemleak: Convert kmemleak kthread "
` [PATCH v5 15/20] ipmi: Convert kipmi "
` [PATCH v5 16/20] IB/fmr_pool: Convert the cleanup thread "
` [PATCH v5 17/20] memstick/r592: Better synchronize debug messages in r592_io kthread
` [PATCH v5 18/20] memstick/r592: convert r592_io kthread into kthread worker API
` [PATCH v5 19/20] thermal/intel_powerclamp: Remove duplicated code that starts the kthread
` [PATCH v5 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[PATCH v2] mm/slab: re-implement pfmemalloc support
 2016-02-22 11:52 UTC  (2+ messages)

[PATCH] mm,oom: don't kill children of oom_task_origin() process
 2016-02-22 11:39 UTC  (2+ messages)

[RFC][PATCH v2 0/3] mm/zsmalloc: increase objects density and reduce memory wastage
 2016-02-22 10:43 UTC  (22+ messages)
` [RFC][PATCH v2 1/3] mm/zsmalloc: introduce zs_get_huge_class_size_watermark()
` [RFC][PATCH v2 2/3] zram: use zs_get_huge_class_size_watermark()
` [RFC][PATCH v2 3/3] mm/zsmalloc: increase ZS_MAX_PAGES_PER_ZSPAGE

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

[RFC] mm: why we should clear page when do anonymous page fault
 2016-02-22  3:12 UTC  (2+ messages)

[Bug 99471] System locks with kswapd0 and kworker taking full IO and mem
 2016-02-21 12:36 UTC  (5+ messages)

[RFC 0/7] Peer-direct memory
 2016-02-21  9:06 UTC  (11+ messages)

[PATCH V3 00/30] Book3s abstraction in preparation for new MMU model
 2016-02-21  0:32 UTC  (35+ messages)
` [PATCH V3 01/30] mm: Make vm_get_page_prot arch specific
` [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

Problems with THP in v4.5-rc4 on POWER
 2016-02-20 14:30 UTC  (3+ messages)

[PATCH] mm,oom: kill duplicated oom_unkillable_task() checks
 2016-02-20  7:14 UTC  (8+ messages)

[PATCH] mm,oom: speed up select_bad_process() loop
 2016-02-20  5:49 UTC 

Unhelpful caching decisions, possibly related to active/inactive sizing
 2016-02-19 22:19 UTC  (9+ messages)

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

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

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

[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 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  (15+ messages)
` [PATCH v1 2/8] mm, kasan: SLAB support
` [PATCH v1 8/8] mm: kasan: Initial memory quarantine implementation

[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  (12+ messages)

[RFC PATCH 0/3] mm/zsmalloc: increase density and reduce memory wastage
 2016-02-19  5:55 UTC  (11+ messages)
` [RFC PATCH 3/3] mm/zsmalloc: change ZS_MAX_PAGES_PER_ZSPAGE

[PATCH 1/2] mm: introduce page reference manipulation functions
 2016-02-19  2:15 UTC  (8+ 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


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).