linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-19 02:37:22 to 2018-01-23 07:31:48 UTC [more...]

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-23  7:31 UTC  (26+ messages)

[PATCH v10 00/27] powerpc, mm: Memory Protection Keys
 2018-01-23  6:37 UTC  (8+ messages)
` [PATCH v10 01/27] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v10 27/27] mm: display pkey in smaps if arch_pkeys_enabled() is true

[PATCH] mm: Pin address_space before dereferencing it while isolating an LRU page
 2018-01-23  6:13 UTC  (2+ messages)

[RFC] Per file OOM badness
 2018-01-23  1:59 UTC  (27+ messages)
` [PATCH 3/4] drm/gem: adjust per file OOM badness on handling buffers

[PATCH v2 0/1] Skip over regions of invalid pfns with NUMA=n && HAVE_MEMBLOCK=y
 2018-01-23  0:45 UTC  (5+ messages)
` [PATCH v2 1/1] mm: page_alloc: skip over regions of invalid pfns on UMA

[PATCH] mm: numa: numa balancing performance problem
 2018-01-23  0:41 UTC  (7+ messages)
` [PATCH] mm: numa: Do not trap faults on shared data section pages

[patch -mm 0/4] mm, memcg: introduce oom policies
 2018-01-22 22:34 UTC  (7+ messages)
` [patch -mm 3/4] mm, memcg: replace memory.oom_group with policy tunable

[PATCH] mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd()
 2018-01-22 21:56 UTC  (3+ messages)

[RFC PATCH 00/16] PTI support for x86-32
 2018-01-22 21:10 UTC  (54+ messages)
` [PATCH 01/16] x86/entry/32: Rename TSS_sysenter_sp0 to TSS_sysenter_stack
` [PATCH 02/16] x86/entry/32: Enter the kernel via trampoline stack
` [PATCH 03/16] x86/entry/32: Leave the kernel via the "
` [PATCH 04/16] x86/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
` [PATCH 05/16] x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
` [PATCH 06/16] x86/mm/ldt: Reserve high address-space range for the LDT
` [PATCH 07/16] x86/mm: Move two more functions from pgtable_64.h to pgtable.h
` [PATCH 08/16] x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
` [PATCH 09/16] x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
` [PATCH 10/16] x86/mm/pti: Populate valid user pud entries
` [PATCH 11/16] x86/mm/pgtable: Move pti_set_user_pgd() to pgtable.h
` [PATCH 12/16] x86/mm/pae: Populate the user page-table with user pgd's
` [PATCH 13/16] x86/mm/pti: Add an overflow check to pti_clone_pmds()
` [PATCH 14/16] x86/mm/legacy: Populate the user page-table with user pgd's
` [PATCH 15/16] x86/entry/32: Switch between kernel and user cr3 on entry/exit
` [PATCH 16/16] x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32

[PATCH] vmalloc: add __alloc_vm_area() for optimizing vmap stack
 2018-01-22 20:51 UTC  (4+ messages)

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2018-01-22 20:31 UTC  (11+ messages)

[PATCH] mm, page_vma_mapped: Introduce pfn_in_hpage()
 2018-01-22 20:16 UTC  (2+ messages)

[PATCH v10 00/24] selftests, powerpc, x86 : Memory Protection Keys
 2018-01-22 18:52 UTC  (25+ messages)
` [PATCH v10 01/24] selftests/x86: Move protecton key selftest to arch neutral directory
` [PATCH v10 02/24] selftests/vm: rename all references to pkru to a generic name
` [PATCH v10 03/24] selftests/vm: move generic definitions to header file
` [PATCH v10 04/24] selftests/vm: typecast the pkey register
` [PATCH v10 05/24] selftests/vm: generic function to handle shadow key register
` [PATCH v10 06/24] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v10 07/24] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v10 08/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v10 09/24] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v10 10/24] selftests/vm: introduce two arch independent abstraction
` [PATCH v10 11/24] selftests/vm: pkey register should match shadow pkey
` [PATCH v10 12/24] selftests/vm: generic cleanup
` [PATCH v10 13/24] selftests/vm: powerpc implementation for generic abstraction
` [PATCH v10 14/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v10 15/24] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v10 16/24] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v10 17/24] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v10 18/24] selftests/vm: associate key on a mapped page and detect write violation
` [PATCH v10 19/24] selftests/vm: detect write violation on a mapped access-denied-key page
` [PATCH v10 20/24] selftests/vm: testcases must restore pkey-permissions
` [PATCH v10 21/24] selftests/vm: sub-page allocator
` [PATCH v10 22/24] selftests/vm: Fix deadlock in protection_keys.c
` [PATCH v10 23/24] selftests/powerpc: Add ptrace tests for Protection Key register
` [PATCH v10 24/24] selftests/powerpc: Add core file test "

[PATCH v10 00/27] powerpc, mm: Memory Protection Keys
 2018-01-22 18:33 UTC  (4+ messages)
` [PATCH v10 01/27] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v10 02/27] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey

[PATCH v10 0/2] Documentation, powerpc, x86 : Memory Protection Keys
 2018-01-22 18:28 UTC  (3+ messages)
` [PATCH v10 1/2] Documentation/x86: Move protecton key documentation to arch neutral directory
` [PATCH v10 2/2] Documentation/vm: PowerPC specific updates to memory protection keys

[LSF/MM ATTEND] 2018: Requests to attend MM-summit
 2018-01-22 16:06 UTC 

[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-01-22 13:46 UTC 

[LSF/MM TOPIC] A high-performance userspace block driver
 2018-01-22 12:18 UTC  (5+ messages)

Possible bug in __fragmentation_index()
 2018-01-22 12:08 UTC 

[PATCH v22 0/3] Virtio-balloon: support free page reporting
 2018-01-22 11:25 UTC  (12+ messages)
` [PATCH v22 2/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
        ` [virtio-dev] "

bug report - kernel BUG at mm/slub.c:3894!
 2018-01-22  8:32 UTC 

[PATCH] kcov: detect double association with a single task
 2018-01-22  8:25 UTC 

[PATCH] mm/slub.c: Fix wrong address during slab padding restoration
 2018-01-22  7:02 UTC 

(no subject)
 2018-01-22  6:55 UTC  (2+ messages)
` [PATCH] mm/slub.c: Fix wrong address during slab padding restoration

[PATCH v2] mm: make faultaround produce old ptes
 2018-01-22  5:59 UTC  (3+ messages)

[PATCH v3] mm: make faultaround produce old ptes
 2018-01-22  5:40 UTC 

[PATCH v10 03/27] powerpc: initial pkey plumbing
 2018-01-22  3:34 UTC  (2+ messages)
` [v10,03/27] "

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-22  2:31 UTC  (15+ messages)
` [PATCH v5 1/2] printk: Add console owner and waiter logic to load balance console writes

[PATCHv2] mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()
 2018-01-22  1:49 UTC  (5+ messages)

[PATCH 0/3] exec: Pin stack limit during exec
 2018-01-21  1:22 UTC  (4+ messages)
  ` [kernel-hardening] "

[mm 4.15-rc8] Random oopses under memory pressure
 2018-01-20  9:38 UTC  (26+ messages)

[PATCH 04/36] usercopy: Prepare for usercopy whitelisting
 2018-01-20  1:58 UTC  (12+ messages)
  ` kmem_cache_attr (was Re: [PATCH 04/36] usercopy: Prepare for usercopy whitelisting)

[PATCH 1/2] mm: Fix memory size alignment in devm_memremap_pages_release()
 2018-01-20  0:15 UTC  (4+ messages)
` [PATCH 2/2] mm: Fix devm_memremap_pages() collision handling

[PATCH] kasan: add __asan_report_loadN/storeN_noabort callbacks
 2018-01-19 17:44 UTC 

[Bug 198497] New: handle_mm_fault / xen_pmd_val / radix_tree_lookup_slot Null pointer
 2018-01-19 17:30 UTC  (7+ messages)

[PATCH 1/2] mm/memcg: try harder to decrease [memory,memsw].limit_in_bytes
 2018-01-19 15:31 UTC  (9+ messages)
` [PATCH v5 1/2] mm/memcontrol.c: "
  ` [PATCH v5 2/2] mm/memcontrol.c: Reduce reclaim retries in mem_cgroup_resize_limit()

WARNING in usercopy_warn
 2018-01-19 14:58 UTC 

[PATCH] Fix explanation of lower bits in the SPARSEMEM mem_map pointer
 2018-01-19 13:21 UTC  (3+ messages)

[PATCH v2] mm: Reduce memory bloat with THP
 2018-01-19 12:49 UTC  (2+ messages)

[bug report] hugetlb, mempolicy: fix the mbind hugetlb migration
 2018-01-19  8:47 UTC  (5+ messages)

[LSF/MM TOPIC] HMM status upstream user what's next, mmu_notifier
 2018-01-19  5:24 UTC  (2+ messages)

[LSF/MM TOPIC] CAPI/CCIX cache coherent device memory (NUMA too ?)
 2018-01-19  5:14 UTC  (3+ 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).