linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-04 18:33:29 to 2018-05-08 18:17:11 UTC [more...]

[PATCH] mm: expland documentation over __read_mostly
 2018-05-08 18:17 UTC  (8+ messages)

[PATCH v1 00/16] khwasan: kernel hardware assisted address sanitizer
 2018-05-08 17:21 UTC  (17+ messages)
` [PATCH v1 01/16] khwasan, mm: change kasan hooks signatures
` [PATCH v1 02/16] khwasan: move common kasan and khwasan code to common.c
` [PATCH v1 03/16] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v1 04/16] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v1 05/16] khwasan: initialize shadow to 0xff
` [PATCH v1 06/16] khwasan, arm64: untag virt address in __kimg_to_phys
` [PATCH v1 07/16] khwasan, arm64: fix up fault handling logic
` [PATCH v1 08/16] khwasan: add tag related helper functions
` [PATCH v1 09/16] khwasan, arm64: enable top byte ignore for the kernel
` [PATCH v1 10/16] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v1 11/16] khwasan: split out kasan_report.c from report.c
` [PATCH v1 12/16] khwasan: add bug reporting routines
` [PATCH v1 13/16] khwasan: add hooks implementation
` [PATCH v1 14/16] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v1 15/16] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v1 16/16] khwasan: update kasan documentation

[PATCH v2] mm: fix oom_kill event handling
 2018-05-08 17:16 UTC  (3+ messages)

[PATCH v2] x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
 2018-05-08 16:49 UTC  (2+ messages)

[PATCH 0/8] mm, x86, powerpc: Consolidate pkey code
 2018-05-08 16:47 UTC  (14+ messages)
` [PATCH 1/8] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH 2/8] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH 3/8] mm/pkeys: Remove include of asm/mmu_context.h from pkeys.h
` [PATCH 4/8] mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.h
` [PATCH 5/8] x86/pkeys: Move vma_pkey() into asm/pkeys.h
` [PATCH 6/8] x86/pkeys: Add arch_pkeys_enabled()
` [PATCH 7/8] mm/pkeys: Add an empty arch_pkeys_enabled()
` [PATCH 8/8] mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeys

[PATCH] x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
 2018-05-08 16:25 UTC  (4+ messages)

[PATCH 0/3] docs/vm: move numa_memory_policy.rst to admin-guide/mm
 2018-05-08 15:44 UTC  (5+ messages)
` [PATCH 1/3] docs/vm: numa_memory_policy: formatting and spelling updates
` [PATCH 2/3] docs/vm: numa_memory_policy: s/Linux memory policy/NUMA memory policy/
` [PATCH 3/3] docs/vm: move numa_memory_policy.rst to Documentation/admin-guide/mm

[PATCH V6 0/2 RESEND] KSM replace hash algo with faster hash
 2018-05-08 15:26 UTC  (3+ messages)
` [PATCH V6 2/2 RESEND] ksm: replace jhash2 "

[PATCH 0/6] arm64: untag user pointers passed to the kernel
 2018-05-08 15:11 UTC  (7+ messages)
` [PATCH 4/6] mm, arm64: untag user addresses in mm/gup.c

[PATCH v2] mm: access to uninitialized struct page
 2018-05-08 14:44 UTC  (3+ messages)

[PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
 2018-05-08 14:39 UTC  (8+ messages)
` [PATCH v13 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v13 3/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v11 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys

[PATCH 0/7] psi: pressure stall information for CPU, memory, and IO
 2018-05-08 14:06 UTC  (13+ messages)
` [PATCH 1/7] mm: workingset: don't drop refault information prematurely
` [PATCH 2/7] mm: workingset: tell cache transitions from workingset thrashing
` [PATCH 3/7] delayacct: track delays from thrashing cache pages
` [PATCH 4/7] sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
` [PATCH 5/7] sched: loadavg: make calc_load_n() public
` [PATCH 6/7] psi: pressure stall information for CPU, memory, and IO
` [PATCH 7/7] psi: cgroup support

[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
 2018-05-08 12:53 UTC  (16+ messages)

[PATCH] mm: fix oom_kill event handling
 2018-05-08 12:49 UTC  (2+ messages)

[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-08 12:40 UTC  (22+ messages)

[PATCH -mm] mm, pagemap: Hide swap entry for unprivileged users
 2018-05-08 11:17 UTC  (3+ messages)

[PATCH v10 00/25] Speculative page faults
 2018-05-08 11:04 UTC  (9+ messages)
` [PATCH v10 02/25] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v10 12/25] mm: cache some VMA fields in the vm_fault structure

[PATCH] mm/memblock: print memblock_remove
 2018-05-08 10:42 UTC 

[PATCH v3 0/9] trace_uprobe: Support SDT markers having reference count (semaphore)
 2018-05-08 10:26 UTC  (8+ messages)
` [PATCH v3 6/9] "

[PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-08  8:45 UTC  (8+ messages)
` [PATCH v3 01/12] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v3 02/12] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v3 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users

[RFC PATCH v1 0/6] use mm to manage NVDIMM (pmem) zone
 2018-05-08  4:43 UTC  (8+ messages)
  ` [External] [RFC PATCH v1 1/6] mm/memblock: Expand definition of flags to support NVDIMM
` [RFC PATCH v1 4/6] arch/x86/kernel: mark NVDIMM regions from e820_table
  ` [External] [RFC PATCH v1 2/6] mm/page_alloc.c: get pfn range with flags of memblock
  ` [External] [RFC PATCH v1 3/6] mm, zone_type: create ZONE_NVM and fill into GFP_ZONE_TABLE
  ` [External] [RFC PATCH v1 5/6] mm: get zone spanned pages separately for DRAM and NVDIMM
  ` [External] [RFC PATCH v1 6/6] arch/x86/mm: create page table mapping for DRAM and NVDIMM both

[RFC PATCH v1 0/6] use mm to manage NVDIMM (pmem) zone
 2018-05-08  3:52 UTC  (14+ messages)
` [RFC PATCH v1 4/6] arch/x86/kernel: mark NVDIMM regions from e820_table
      ` [External] Re: [RFC PATCH v1 0/6] use mm to manage NVDIMM (pmem) zone

[RFC PATCH v1 0/6] use mm to manage NVDIMM (pmem) zone
 2018-05-08  2:00 UTC  (2+ messages)
` [RFC PATCH v1 4/6] arch/x86/kernel: mark NVDIMM regions from e820_table

[PATCH] mm/page_alloc: use ac->high_zoneidx for classzone_idx
 2018-05-08  1:00 UTC  (4+ messages)

[PATCH] memcg, hugetlb: pages allocated for hugetlb's overcommit will be charged to memcg
 2018-05-08  0:35 UTC  (7+ messages)

[PATCH 0/3] Some fixes for mm code optimization
 2018-05-08  0:25 UTC  (14+ messages)
  ` [PATCH 3/3] mm/page_alloc: Fix typo in debug info of calculate_node_totalpages
    ` [External] "
  ` [PATCH 2/3] include/linux/gfp.h: use unsigned int in gfp_zone
      ` [External] "

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-08  0:16 UTC  (3+ messages)

*alloc API changes
 2018-05-07 22:56 UTC  (13+ messages)

Copy-on-write with vmalloc
 2018-05-07 22:25 UTC 

[PATCH] mm: memcontrol: drain memcg stock on force_empty
 2018-05-07 20:19 UTC  (2+ messages)

[LSF/MM TOPIC NOTES] x86 ZONE_DMA love
 2018-05-07 15:19 UTC  (4+ messages)
` Are media drivers abusing of GFP_DMA? - was: "

[PATCH v5 00/17] Rearrange struct page
 2018-05-07 15:01 UTC  (12+ messages)
` [PATCH v5 04/17] mm: Switch s_mem and slab_cache in "
` [PATCH v5 06/17] mm: Move _refcount out of struct page union
` [PATCH v5 07/17] mm: Combine first three unions in struct page
` [PATCH v5 12/17] mm: Add pt_mm to "
` [PATCH v5 15/17] slub: Remove kmem_cache->reserved
` [PATCH v5 16/17] slub: Remove 'reserved' file from sysfs
` [PATCH v5 17/17] mm: Distinguish VMalloc pages

[PATCH] mm: memcontrol: drain stocks on resize limit
 2018-05-07 14:48 UTC  (2+ messages)

Proof-of-concept: better(?) page-table manipulation API
 2018-05-07 13:10 UTC  (7+ messages)

[rfc linux-next 3/3] [RFC] prctl: prctl_set_mm -- Bring back handling of PR_SET_MM_x
 2018-05-07  7:52 UTC 

[rfc linux-next 2/3] [RFC] prctl: prctl_set_mm -- Make prctl_set_mm_map to accept map as an argument
 2018-05-07  7:52 UTC 

[rfc linux-next 1/3] [RFC] prctl: prctl_set_mm -- Move PR_SET_MM_MAP_SIZE out of prctl_set_mm_map
 2018-05-07  7:52 UTC 

[rfc linux-next 0/3] prctl: prctl_set_mm -- Bring back handling of PR_SET_MM_x
 2018-05-07  7:52 UTC 

clang fails on linux-next since commit 8bf705d13039
 2018-05-07  7:34 UTC  (6+ messages)

[PATCH REPOST] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
 2018-05-07  7:31 UTC  (2+ messages)

Use-after-scope Write in mem_cgroup_uncharge' bug.(Plain text)
 2018-05-07  6:01 UTC  (3+ messages)

[PATCH v8 0/6] optimize memblock_next_valid_pfn and early_pfn_valid on arm and arm64
 2018-05-07  1:10 UTC  (6+ messages)

[PATCH 1/2] media: siano: don't use GFP_DMA
 2018-05-06 10:25 UTC  (4+ messages)

27e2ce5dba ("mm: access to uninitialized struct page"): BUG: kernel reboot-without-warning in test stage
 2018-05-06  1:39 UTC 

[PATCH] mm: move function ‘is_pageblock_removable_nolock’ inside blockers
 2018-05-05 20:11 UTC 

[PATCH] slub: add __printf verification to ‘slab_err’:
 2018-05-05 20:07 UTC 

[v2] mm: access to uninitialized struct page
 2018-05-05  1:04 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).