linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-10 18:00:57 to 2016-02-12 21:02:57 UTC [more...]

[PATCH 00/33] x86: Memory Protection Keys (v10)
 2016-02-12 21:02 UTC  (30+ 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 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 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

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

computing drop-able caches
 2016-02-12 20:15 UTC  (17+ messages)

[PATCH] kernel: fs: drop_caches: add dds drop_caches_count
 2016-02-12 20:14 UTC 

[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 v2 0/2] DAX bdev fixes - move flushing calls to FS
 2016-02-12 19:03 UTC  (18+ messages)
` [PATCH v2 1/2] dax: supply DAX clearing code with correct bdev
` [PATCH v2 2/2] dax: move writeback calls into the filesystems

[PATCHv2 00/28] huge tmpfs implementation using compound pages
 2016-02-12 18:50 UTC  (37+ messages)
` [PATCHv2 01/28] thp, dax: do not try to withdraw pgtable from non-anon VMA
` [PATCHv2 02/28] rmap: introduce rmap_walk_locked()
` [PATCHv2 03/28] rmap: extend try_to_unmap() to be usable by split_huge_page()
` [PATCHv2 04/28] mm: make remove_migration_ptes() beyond mm/migration.c
` [PATCHv2 05/28] thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers
` [PATCHv2 06/28] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv2 07/28] mm: introduce fault_env
` [PATCHv2 08/28] mm: postpone page table allocation until do_set_pte()
` [PATCHv2 09/28] rmap: support file thp
` [PATCHv2 10/28] mm: introduce do_set_pmd()
` [PATCHv2 11/28] mm, rmap: account file thp pages
` [PATCHv2 12/28] thp, vmstats: add counters for huge file pages
` [PATCHv2 13/28] thp: support file pages in zap_huge_pmd()
` [PATCHv2 14/28] thp: handle file pages in split_huge_pmd()
` [PATCHv2 15/28] thp: handle file COW faults
` [PATCHv2 16/28] thp: handle file pages in mremap()
` [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
` [PATCHv2 20/28] thp: file pages support for split_huge_page()
` [PATCHv2 21/28] vmscan: split file huge pages before paging them out
` [PATCHv2 22/28] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv2 23/28] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv2 24/28] filemap: prepare find and delete operations for huge pages
` [PATCHv2 25/28] truncate: handle file thp
` [PATCHv2 26/28] shmem: prepare huge=N mount option and /proc/sys/vm/shmem_huge
` [PATCHv2 27/28] shmem: get_unmapped_area align huge page
` [PATCHv2 28/28] shmem: add huge pages support

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

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

[PATCH 1/3] mm: move max_map_count bits into mm.h
 2016-02-12 12:24 UTC  (14+ 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)

[Bug 112301] New: [bisected] NULL pointer dereference when starting a kvm based VM
 2016-02-12  8:26 UTC  (2+ messages)
  ` Aw: "

[PATCH V2 00/29] Book3s abstraction in preparation for new MMU model
 2016-02-12  4:14 UTC  (8+ 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] x86/mm/vmfault: Make vmalloc_fault() handle large pages
 2016-02-12  0:27 UTC 

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

Another proposal for DAX fault locking
 2016-02-11 21:05 UTC  (17+ messages)

DAX: __dax_fault race question
 2016-02-11 18:43 UTC  (4+ messages)
` [PATCH 1/2] dax: rename dax_radix_entry to dax_radix_entry_insert

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

drivers/net/wireless/cisco/airo.c:7198:1: warning: the frame size of 1068 bytes is larger than 1024 bytes
 2016-02-11 15:31 UTC 

[PATCH 0/2] Enable s390/arc/sparc to use generic thp deposit/withdraw
 2016-02-11 12:29 UTC  (7+ messages)
` [PATCH 1/2] mm,thp: refactor generic deposit/withdraw routines for wider usage
` [PATCH 2/2] ARC: mm: THP: use generic THP deposit/withdraw

[PATCH v2 0/5] follow-up "Optimize CONFIG_DEBUG_PAGEALLOC"
 2016-02-11 12:17 UTC  (7+ messages)
` [PATCH v2 1/5] mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting
` [PATCH v2 2/5] mm/slub: "
` [PATCH v2 3/5] sound: "
` [PATCH v2 4/5] powerpc: "
` [PATCH v2 5/5] tile: "

[PATCH v10 0/4] Machine check recovery when kernel accesses poison
 2016-02-11 11:55 UTC  (13+ messages)
` [PATCH v10 3/4] x86, mce: Add __mcsafe_copy()
` [PATCH v10 4/4] x86: Create a new synthetic cpu capability for machine check recovery

[linux-next:master 4307/4657] arch/powerpc/sysdev/fsl_rmu.c:507:26: error: passing argument 1 of 'rio_inb_pwrite_handler' from incompatible pointer type
 2016-02-11 11:03 UTC 

[PATCH v2] mm/slab: re-implement pfmemalloc support
 2016-02-11  7:34 UTC 

[PATCH] mm: fix pfn_t vs highmem
 2016-02-11  2:54 UTC  (2+ messages)

[PATCH] thp, dax: do not try to withdraw pgtable from non-anon VMA
 2016-02-11  2:40 UTC 

[Bug 112211] New: ATI Radeon Graphics not rendering correctly
 2016-02-11  2:21 UTC  (3+ messages)

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

undefined reference to `efi_call'
 2016-02-10 19:55 UTC  (3+ messages)

[PATCH 0/3] [RFC] get_user_pages_remote(), now with creative macros
 2016-02-10 18:10 UTC  (4+ messages)
` [PATCH 1/3] mm: introduce get_user_pages_remote()
` [PATCH 2/3] mm: overload get_user_pages() functions
` [PATCH 3/3] mm, gup: switch callers of get_user_pages() to not pass tsk/mm


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