linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-05 18:55:20 to 2016-01-07 22:47:45 UTC [more...]

[PATCH v4] memory-hotplug: Fix kernel warning during memory hotplug on ppc64
 2016-01-07 22:47 UTC 

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

[PATCH] mm/hugetlbfs Fix bugs in hugetlb_vmtruncate_list
 2016-01-07 22:35 UTC 

[PATCH v7 0/9] DAX fsync/msync support
 2016-01-07 22:34 UTC  (18+ messages)
` [PATCH v7 1/9] dax: fix NULL pointer dereference in __dax_dbg()
` [PATCH v7 2/9] dax: fix conversion of holes to PMDs
` [PATCH v7 3/9] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v7 4/9] dax: support dirty DAX entries in radix tree
` [PATCH v7 5/9] mm: add find_get_entries_tag()
` [PATCH v7 6/9] dax: add support for fsync/msync
` [PATCH v7 7/9] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v7 8/9] ext4: "
` [PATCH v7 9/9] xfs: "

[PATCH v2 0/9] page_owner improvements for debugging
 2016-01-07 21:29 UTC  (3+ messages)
` [PATCH v2 9/9] mm, oom: print symbolic gfp_flags in oom warning

[PATCH v3 00/22] kthread: Use kthread worker API more widely
 2016-01-07 19:55 UTC  (3+ messages)
` [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API

Unrecoverable Out Of Memory kernel error
 2016-01-07 19:26 UTC  (3+ messages)

[PATCH 00/10] MM: More bulk API work
 2016-01-07 18:54 UTC  (14+ messages)
` [PATCH 01/10] slub: cleanup code for kmem cgroup support to kmem_cache_free_bulk
` [PATCH 02/10] mm/slab: move SLUB alloc hooks to common mm/slab.h
` [PATCH 03/10] mm: fault-inject take over bootstrap kmem_cache check
` [PATCH 04/10] slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUB
` [PATCH 05/10] mm: kmemcheck skip object if slab allocation failed
` [PATCH 06/10] slab: use slab_post_alloc_hook in SLAB allocator shared with SLUB
` [PATCH 07/10] slab: implement bulk alloc in SLAB allocator
` [PATCH 08/10] slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk
` [PATCH 09/10] slab: implement bulk free in SLAB allocator
` [PATCH 10/10] mm: new API kfree_bulk() for SLAB+SLUB allocators

[PATCH v7 0/3] Machine check recovery when kernel accesses poison
 2016-01-07 18:22 UTC  (19+ messages)
` [PATCH v7 1/3] x86: Add classes to exception tables
` [PATCH v7 3/3] x86, mce: Add __mcsafe_copy()

[PATCH v3] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-07 17:23 UTC 

[PATCH] mm/hugetlbfs: Unmap pages if page fault raced with hole punch
 2016-01-07 16:46 UTC  (3+ messages)

[PATCH] mm,oom: Exclude TIF_MEMDIE processes from candidates
 2016-01-07 16:28 UTC  (7+ messages)

[RFC][PATCH 0/7] Sanitization of slabs based on grsecurity/PaX
 2016-01-07 16:26 UTC  (28+ messages)
` [RFC][PATCH 1/7] mm/slab_common.c: Add common support for slab saniziation
` [RFC][PATCH 5/7] mm: Mark several cases as SLAB_NO_SANITIZE
` [RFC][PATCH 6/7] mm: Add Kconfig option for slab sanitization
  ` [kernel-hardening] "
` [RFC][PATCH 7/7] lkdtm: Add READ_AFTER_FREE test

[PATCH 1/4] drm: add support for generic zpos property
 2016-01-07 14:44 UTC  (3+ messages)

[PATCH v3 00/14] mm flags in printk, page_owner improvements for debugging
 2016-01-07 13:17 UTC  (20+ messages)
` [PATCH v3 02/14] mm, tracing: make show_gfp_flags() up to date
` [PATCH v3 04/14] mm, tracing: unify mm flags handling in tracepoints and printk
` [PATCH v3 05/14] mm, printk: introduce new format string for flags
` [PATCH v3 06/14] mm, debug: replace dump_flags() with the new printk formats
` [PATCH v3 09/14] mm, page_owner: print migratetype of page and pageblock, symbolic flags
` [PATCH v3 10/14] mm, page_owner: convert page_owner_inited to static key
` [PATCH v3 11/14] mm, page_owner: copy page owner info during migration
` [PATCH v3 12/14] mm, page_owner: track and print last migrate reason
` [PATCH v3 14/14] mm, debug: move bad flags printing to bad_page()

[PATCH v3 UPDATE 09/17] drivers: Initialize resource entry to zero
 2016-01-07 13:06 UTC  (3+ messages)

[PATCH v3 01/17] resource: Add System RAM resource type
 2016-01-07 12:40 UTC  (23+ messages)
` [PATCH v3 02/17] resource: make resource flags handled properly
` [PATCH v3 03/17] resource: Add I/O resource descriptor
` [PATCH v3 04/17] x86/e820: Set System RAM type and descriptor
` [PATCH v3 05/17] ia64: "
` [PATCH v3 06/17] arch: Set IORESOURCE_SYSTEM_RAM to System RAM
` [PATCH v3 07/17] kexec: "
` [PATCH v3 08/17] xen, mm: "
` [PATCH v3 09/17] drivers: Initialize resource entry to zero
` [PATCH v3 10/17] resource: Change walk_system_ram to use System RAM type
` [PATCH v3 11/17] arm/samsung: Change s3c_pm_run_res() "
` [PATCH v3 12/17] memremap: Change region_intersects() to take @flags and @desc
` [PATCH v3 13/17] resource: Add walk_iomem_res_desc()
` [PATCH v3 14/17] x86,nvdimm,kexec: Use walk_iomem_res_desc() for iomem search
` [PATCH v3 15/17] x86/kexec: Remove walk_iomem_res() call with GART
` [PATCH v3 16/17] resource: Kill walk_iomem_res()
` [PATCH v3 17/17] ACPI/EINJ: Allow memory error injection to NVDIMM

[PATCH 0/2 -mm] oom reaper v4
 2016-01-07 12:30 UTC  (6+ messages)
` [PATCH 1/2] mm, oom: introduce oom reaper
` [PATCH 2/2] oom reaper: handle anonymous mlocked pages

[PATCH] mm,oom: Re-enable OOM killer using timers
 2016-01-07 11:26 UTC 

[PATCH] mm/kasan: map KASAN zero page read only
 2016-01-07 10:01 UTC  (5+ messages)

[PATCH 0/2] fix up {arg,env}_{start,end} vs prctl
 2016-01-07  9:52 UTC  (9+ messages)
` [PATCH 1/2] prctl: take mmap sem for writing to protect against others
` [PATCH 2/2] proc read mm's {arg,env}_{start,end} with mmap semaphore taken

[PATCH v4 0/5] Make cpuid <-> nodeid mapping persistent
 2016-01-07  4:20 UTC  (6+ messages)
` [PATCH 1/5] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH 2/5] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH 3/5] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH 4/5] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting

[PATCH V2] mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZY
 2016-01-07  3:52 UTC 

[PATCH v6 0/7] DAX fsync/msync support
 2016-01-06 18:10 UTC  (4+ messages)
` [PATCH v6 4/7] dax: add support for fsync/msync

[PATCH 00/32] x86: Memory Protection Keys (v7)
 2016-01-06 17:46 UTC  (7+ messages)
` [PATCH 01/32] mm, gup: introduce concept of "foreign" get_user_pages()
` [PATCH 22/32] x86, pkeys: dump PTE pkey in /proc/pid/smaps

[Intel-gfx] [PATCH v2 1/3] drm/i915: Enable lockless lookup of request tracking via RCU
 2016-01-06 15:56 UTC  (7+ messages)

[PATCH] mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZY
 2016-01-06 15:34 UTC  (2+ messages)

[PATCH 1/2] mm, oom: introduce oom reaper
 2016-01-06 15:00 UTC  (5+ messages)

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2016-01-06 13:44 UTC  (11+ messages)
            ` [PATCH v4.4-rc7] sched: isolate task_struct bitfields according to synchronization domains
                ` [PATCH v4.4-rc7] sched: move sched lock synchronized bitfields in task_struct into ->atomic_flags

[RFC][PATCH] sysrq: ensure manual invocation of the OOM killer under OOM livelock
 2016-01-06 13:17 UTC  (5+ messages)
    ` [RFC][PATCH] sysrq: ensure manual invocation of the OOM killerunder "

[PATCH 0/3] OOM detection rework v4
 2016-01-06 12:44 UTC  (5+ messages)

Does vm_operations_struct require a .owner field?
 2016-01-05 23:54 UTC  (4+ messages)

mmotm 2016-01-05-15-24 uploaded
 2016-01-05 23:25 UTC 

[PATCH] arm64: fix add kasan bug
 2016-01-05 21:17 UTC  (3+ messages)

[PATCH v7 0/4] Allow customizable random offset to mmap_base address
 2016-01-05 20:40 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 NNTP newsgroup(s).