Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-11 21:34:11 to 2016-02-16 15:49:14 UTC [more...]

[PATCHv2 00/28] huge tmpfs implementation using compound pages
 2016-02-16 15:49 UTC  (29+ 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 15:44 UTC  (4+ messages)
` [PATCH v4 04/22] kthread: Add create_kthread_worker*()

[PATCH] devm_memremap_release: fix memremap'd addr handling
 2016-02-16 16:30 UTC 

[PATCH v1 0/8] SLAB support for KASAN
 2016-02-16 15:32 UTC  (12+ 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 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 5/5] mm, oom_reaper: implement OOM victims queuing
 2016-02-16 11:11 UTC  (8+ messages)

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

[PATCH] mm: add MM_SWAPENTS and page table when calculate tasksize in lowmem_scan()
 2016-02-16  9:37 UTC 

[PATCH 00/33] x86: Memory Protection Keys (v10)
 2016-02-16  9:29 UTC  (39+ messages)
` [PATCH 01/33] mm: introduce get_user_pages_remote()
` [PATCH 02/33] mm: overload get_user_pages() functions
` [PATCH 03/33] mm, gup: switch callers of get_user_pages() to not pass tsk/mm
` [PATCH 04/33] x86, fpu: add placeholder for Processor Trace XSAVE state
` [PATCH 05/33] x86, pkeys: Add Kconfig option
` [PATCH 06/33] x86, pkeys: cpuid bit definition
` [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] kernel: fs: drop_caches: add dds drop_caches_count
 2016-02-16  8:43 UTC  (14+ messages)

[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 0/5] oom reaper v5
 2016-02-15 20:50 UTC  (16+ 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

[PATCHv2 0/4] Improve performance for SLAB_POISON
 2016-02-15 18:44 UTC  (5+ 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 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 RFC] Introduce atomic and per-cpu add-max and sub-min operations
 2016-02-15 14:14 UTC  (6+ messages)

[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 

[RFC 0/7] Peer-direct memory
 2016-02-14 14:27 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)

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

[PATCH v2 0/2] DAX bdev fixes - move flushing calls to FS
 2016-02-13  4:59 UTC  (15+ messages)
` [PATCH v2 2/2] dax: move writeback calls into the filesystems

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

Unhelpful caching decisions, possibly related to active/inactive sizing
 2016-02-12 20:24 UTC  (7+ messages)

[PATCH 00/11] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2016-02-12 19:04 UTC  (3+ messages)
` [PATCH 03/11] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()

[PATCH] kvm: do not SetPageDirty from kvm_set_pfn_dirty for file mappings
 2016-02-12 18:12 UTC  (3+ messages)

[PATCH 1/3] mm: move max_map_count bits into mm.h
 2016-02-12 12:24 UTC  (7+ messages)
` [RFC PATCH 3/3] mm: increase scalability of global memory commitment accounting

[PATCH] ARC, thp: remove infrastructure for handling splitting PMDs
 2016-02-12 10:41 UTC 

[PATCH] mm, tracing: refresh __def_vmaflag_names
 2016-02-12  9:19 UTC  (2+ messages)

How to handle infinite too_many_isolated() loop (for OOM detection rework v4) ?
 2016-02-11 22:59 UTC  (4+ messages)

[PATCH v11 0/4] Machine check recovery when kernel accesses poison
 2016-02-11 22:33 UTC  (8+ messages)
` [PATCH v11 1/4] x86: Expand exception table to allow new handling options
` [PATCH v11 2/4] x86, mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entries
` [PATCH v11 3/4] x86, mce: Add __mcsafe_copy()
` [PATCH v11 4/4] x86: Create a new synthetic cpu capability for machine check recovery


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