linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-18 00:07:12 to 2018-01-20 12:19:57 UTC [more...]

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-20 12:19 UTC  (20+ messages)

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

[PATCH] mm: numa: numa balancing performance problem
 2018-01-20  2:12 UTC  (6+ messages)
` [PATCH] mm: numa: Do not trap faults on shared data section pages

[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 0/3] exec: Pin stack limit during exec
 2018-01-20  1:12 UTC  (3+ messages)
  ` [kernel-hardening] "

[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 -mm 0/4] mm, memcg: introduce oom policies
 2018-01-19 20:53 UTC  (5+ messages)
` [patch -mm 3/4] mm, memcg: replace memory.oom_group with policy tunable

[PATCHv2] mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()
 2018-01-19 18:01 UTC  (3+ messages)

[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 v10 00/27] powerpc, mm: Memory Protection Keys
 2018-01-19 17:04 UTC  (31+ 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 03/27] powerpc: initial pkey plumbing
` [PATCH v10 04/27] powerpc: track allocation status of all pkeys
` [PATCH v10 05/27] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
` [PATCH v10 06/27] powerpc: helper functions to initialize AMR, IAMR and UAMOR registers
` [PATCH v10 07/27] powerpc: cleanup AMR, IAMR when a key is allocated or freed
` [PATCH v10 08/27] powerpc: implementation for arch_set_user_pkey_access()
` [PATCH v10 09/27] powerpc: ability to create execute-disabled pkeys
` [PATCH v10 10/27] powerpc: store and restore the pkey state across context switches
` [PATCH v10 11/27] powerpc: introduce execute-only pkey
` [PATCH v10 12/27] powerpc: ability to associate pkey to a vma
` [PATCH v10 13/27] powerpc: implementation for arch_override_mprotect_pkey()
` [PATCH v10 14/27] powerpc: map vma key-protection bits to pte key bits
` [PATCH v10 15/27] powerpc: Program HPTE key protection bits
` [PATCH v10 16/27] powerpc: helper to validate key-access permissions of a pte
` [PATCH v10 17/27] powerpc: check key protection for user page access
` [PATCH v10 18/27] powerpc: implementation for arch_vma_access_permitted()
` [PATCH v10 19/27] powerpc: Handle exceptions caused by pkey violation
` [PATCH v10 20/27] powerpc: introduce get_mm_addr_key() helper
` [PATCH v10 21/27] powerpc: Deliver SEGV signal on pkey violation
` [PATCH v10 22/27] powerpc/ptrace: Add memory protection key regset
` [PATCH v10 23/27] powerpc: Enable pkey subsystem
` [PATCH v10 24/27] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [PATCH v10 25/27] powerpc: sys_pkey_mprotect() system call
` [PATCH v10 26/27] mm, x86 : introduce arch_pkeys_enabled()
` [PATCH v10 27/27] mm: display pkey in smaps if arch_pkeys_enabled() is true

[RFC] Per file OOM badness
 2018-01-19 16:54 UTC  (27+ messages)
` [PATCH 1/4] fs: add OOM badness callback in file_operatrations struct
` [PATCH 2/4] oom: take per file badness into account
` [PATCH 3/4] drm/gem: adjust per file OOM badness on handling buffers
` [PATCH 4/4] drm/amdgpu: Use drm_oom_badness for amdgpu

[RFC PATCH 00/16] PTI support for x86-32
 2018-01-19 16:30 UTC  (41+ 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 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()

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2018-01-19 15:02 UTC  (10+ messages)

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

[PATCH v2] mm: make faultaround produce old ptes
 2018-01-19 14:24 UTC  (2+ messages)

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

[PATCH v22 0/3] Virtio-balloon: support free page reporting
 2018-01-19 12:39 UTC  (12+ messages)
` [PATCH v22 2/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
` [PATCH v22 3/3] virtio-balloon: don't report free pages when page poisoning is enabled

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

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

[PATCH] mm: Correct comments regarding do_fault_around()
 2018-01-19  1:57 UTC 

mmotm 2018-01-18-16-31 uploaded
 2018-01-19  0:32 UTC 

[PATCH 00/18] introduce a new tool, valid access checker
 2018-01-18 22:39 UTC  (3+ messages)

[PATCH v5 00/38] Hardened usercopy whitelisting
 2018-01-18 21:36 UTC  (4+ messages)
` [PATCH 27/38] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()

[PATCH-next] MEMCG: memcontrol: make local symbol static
 2018-01-18 19:33 UTC 

[PATCH-next] MEMCG: memcontrol: make local symbol static
 2018-01-18 19:23 UTC  (3+ messages)

[PATCH v6 00/99] XArray version 6
 2018-01-18 17:02 UTC  (7+ messages)
` [PATCH v6 85/99] btrfs: Remove unused spinlock

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-18 15:22 UTC  (12+ messages)

kernel BUG at fs/userfaultfd.c:LINE!
 2018-01-18  8:24 UTC  (6+ messages)
` [PATCH 0/1] "

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

[PATCH] mm/page_owner: Remove drain_all_pages from init_early_allocated_pages
 2018-01-18  0:31 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).