Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-12 21:02:10 to 2016-02-17 11:33:19 UTC [more...]

[PATCH 0/5] oom reaper v5
 2016-02-17 11:33 UTC  (28+ messages)
` [PATCH 1/5] mm, oom: introduce oom reaper
` [PATCH 3/5] oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space
          ` [PATCH 3.1/5] oom: make oom_reaper freezable
` [PATCH 5/5] mm, oom_reaper: implement OOM victims queuing
  ` [PATCH 6/5] oom, oom_reaper: disable oom_reaper for

[PATCH 0/6] preparation for merging the OOM reaper
 2016-02-17 10:36 UTC  (7+ 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

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

[PATCH] mm: remove unnecessary description about a non-exist gfp flag
 2016-02-17  9:30 UTC  (2+ messages)

[RFC 0/7] Peer-direct memory
 2016-02-17  8:49 UTC  (7+ messages)

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

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

[PATCH v3 0/6] DAX fixes, move flushing calls to FS
 2016-02-17  3:34 UTC  (7+ 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 5/6] dax: move writeback calls into the filesystems
` [PATCH v3 6/6] block: use dax_do_io() if blkdev_dax_capable()

[PATCH] devm_memremap_release: fix memremap'd addr handling
 2016-02-17  1:16 UTC  (4+ messages)

[Bug 112301] New: [bisected] NULL pointer dereference when starting a kvm based VM
 2016-02-17  0:38 UTC  (4+ messages)
    ` Aw: "

[PATCH V4][for-next]mm: add a new vector based madvise syscall
 2016-02-17  0:08 UTC  (2+ messages)

[Bug 99471] System locks with kswapd0 and kworker taking full IO and mem
 2016-02-16 22:41 UTC  (4+ messages)

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

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

[PATCH v1 0/8] SLAB support for KASAN
 2016-02-16 18:37 UTC  (18+ messages)
` [PATCH v1 1/8] kasan: Change the behavior of kmalloc_large_oob_right test
` [PATCH v1 4/8] arch, ftrace: For KASAN put hard/soft IRQ entries into separate sections
` [PATCH v1 5/8] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB

[PATCH] kernel: fs: drop_caches: add dds drop_caches_count
 2016-02-16 18:37 UTC  (16+ messages)

[LSF/MM ATTEND] mm validation, hugepages
 2016-02-16 17:44 UTC 

[PATCHv2 00/28] huge tmpfs implementation using compound pages
 2016-02-16 17:38 UTC  (31+ messages)
` [PATCHv2 02/28] rmap: introduce rmap_walk_locked()
` [PATCHv2 04/28] mm: make remove_migration_ptes() beyond mm/migration.c
` [PATCHv2 08/28] mm: postpone page table allocation until do_set_pte()
` [PATCHv2 13/28] thp: support file pages in zap_huge_pmd()
` [PATCHv2 15/28] thp: handle file COW faults
` [PATCHv2 17/28] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv2 18/28] thp: prepare change_huge_pmd() for file thp
` [PATCHv2 19/28] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem

[PATCH v4 00/22] kthread: Use kthread worker API more widely
 2016-02-16 16:38 UTC  (9+ messages)
` [PATCH v4 04/22] kthread: Add create_kthread_worker*()
` [PATCH v4 07/22] kthread: Detect when a kthread work is used by more workers

[PATCHv2 0/4] Improve performance for SLAB_POISON
 2016-02-16 16:33 UTC  (9+ messages)
` [PATCHv2 1/4] slub: Drop lock at the end of free_debug_processing
` [PATCHv2 2/4] slub: Fix/clean free_debug_processing return paths
` [PATCHv2 3/4] slub: Convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS
` [PATCHv2 4/4] slub: Relax CMPXCHG consistency restrictions

[PATCH RFC] Introduce atomic and per-cpu add-max and sub-min operations
 2016-02-16 16:10 UTC  (7+ messages)

[PATCH 0/3] OOM detection rework v4
 2016-02-16 15:19 UTC  (9+ messages)

[PATCH v2] x86/mm/vmfault: Make vmalloc_fault() handle large pages
 2016-02-16 15:21 UTC  (3+ messages)

[PATCH 00/33] x86: Memory Protection Keys (v10)
 2016-02-16  9:29 UTC  (35+ messages)
` [PATCH 01/33] mm: introduce get_user_pages_remote()
` [PATCH 02/33] mm: overload get_user_pages() functions
` [PATCH 07/33] x86, pkeys: define new CR4 bit
` [PATCH 08/33] x86, pkeys: add PKRU xsave fields and data structure(s)
` [PATCH 09/33] x86, pkeys: PTE bits for storing protection key
` [PATCH 10/33] x86, pkeys: new page fault error code bit: PF_PK
` [PATCH 11/33] x86, pkeys: store protection in high VMA flags
` [PATCH 12/33] x86, pkeys: arch-specific protection bits
` [PATCH 13/33] x86, pkeys: pass VMA down in to fault signal generation code
` [PATCH 14/33] signals, pkeys: notify userspace about protection key faults
` [PATCH 15/33] x86, pkeys: fill in pkey field in siginfo
` [PATCH 16/33] x86, pkeys: add functions to fetch PKRU
` [PATCH 17/33] mm: factor out VMA fault permission checking
` [PATCH 18/33] x86, mm: simplify get_user_pages() PTE bit handling
` [PATCH 19/33] x86, pkeys: check VMAs and PTEs for protection keys
` [PATCH 20/33] mm: do not enforce PKEY permissions on "foreign" mm access
` [PATCH 21/33] x86, pkeys: optimize fault handling in access_error()
` [PATCH 22/33] x86, pkeys: differentiate instruction fetches
` [PATCH 23/33] x86, pkeys: dump PKRU with other kernel registers
` [PATCH 24/33] x86, pkeys: dump pkey from VMA in /proc/pid/smaps
` [PATCH 25/33] x86, pkeys: add Kconfig prompt to existing config option
` [PATCH 26/33] x86, pkeys: actually enable Memory Protection Keys in CPU
` [PATCH 27/33] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
` [PATCH 28/33] x86, pkeys: add arch_validate_pkey()
` [PATCH 29/33] x86: separate out LDT init from context init
` [PATCH 30/33] x86, fpu: allow setting of XSAVE state
` [PATCH 31/33] x86, pkeys: allow kernel to modify user pkey rights register
` [PATCH 32/33] x86, pkeys: create an x86 arch_calc_vm_prot_bits() for VMA flags
` [PATCH 33/33] x86, pkeys: execute-only support

[PATCH V2 00/29] Book3s abstraction in preparation for new MMU model
 2016-02-16  8:25 UTC  (25+ messages)
` [PATCH V2 01/29] powerpc/mm: add _PAGE_HASHPTE similar to 4K hash
` [PATCH V2 02/29] powerpc/mm: Split pgtable types to separate header
` [PATCH V2 05/29] powerpc/mm: Copy pgalloc (part 2)
` [PATCH V2 07/29] mm: Make vm_get_page_prot arch specific
` [PATCH V2 08/29] mm: Some arch may want to use HPAGE_PMD related values as variables
` [PATCH V2 09/29] powerpc/mm: Hugetlbfs is book3s_64 and fsl_book3e (32 or 64)
` [PATCH V2 12/29] powerpc/mm: Move hash64 specific defintions to seperate header

[PATCH V3] powerpc/mm: Fix Multi hit ERAT cause by recent THP update
 2016-02-16  5:20 UTC  (6+ messages)

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

[PATCH v2 1/3] mm/compaction: fix invalid free_pfn and compact_cached_free_pfn
 2016-02-15 14:24 UTC  (8+ messages)
` [PATCH v2 3/3] mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous

[PATCH 0/2 -mm] oom reaper v4
 2016-02-15 10:58 UTC  (4+ messages)
` [PATCH 3/2] oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space

[PATCH 4.3 156/200] sched: Fix crash in sched_init_numa()
 2016-02-14 22:22 UTC 

[PATCH 4.4 079/117] sched: Fix crash in sched_init_numa()
 2016-02-14 22:21 UTC 

Patch "sched: Fix crash in sched_init_numa()" has been added to the 4.4-stable tree
 2016-02-14 21:12 UTC 

Patch "sched: Fix crash in sched_init_numa()" has been added to the 4.3-stable tree
 2016-02-14 21:04 UTC 

Another proposal for DAX fault locking
 2016-02-14  8:51 UTC  (4+ messages)

[V3] powerpc/mm: Fix Multi hit ERAT cause by recent THP update
 2016-02-14  5:32 UTC  (2+ messages)

[PATCH] mm/compaction: don't use modular references for non modular code
 2016-02-13 22:47 UTC 

mm, compaction: fix build errors with kcompactd
 2016-02-13 22:23 UTC  (2+ messages)

[net-next PATCH V2 0/3] net: mitigating kmem_cache free slowpath
 2016-02-13 11:12 UTC  (2+ messages)

[PATCH v2 0/2] DAX bdev fixes - move flushing calls to FS
 2016-02-13  4:59 UTC  (5+ messages)

[PATCH] mm/Kconfig: remove redundant arch depend for memory hotplug
 2016-02-12 23:27 UTC 

computing drop-able caches
 2016-02-12 22:15 UTC  (14+ 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).