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

[PATCH] mm: expland documentation over __read_mostly
 2018-05-08 11:23 UTC  (5+ 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  (13+ 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 v10 24/25] x86/mm: add speculative pagefault handling

[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  (10+ 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

[PATCH 0/3] docs/vm: move numa_memory_policy.rst to admin-guide/mm
 2018-05-08  7:02 UTC  (4+ 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

[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

[PATCH 0/7] psi: pressure stall information for CPU, memory, and IO
 2018-05-08  3:04 UTC  (11+ 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

[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-08  2:49 UTC  (21+ messages)

[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

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

[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  (15+ 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  (22+ messages)
` [PATCH v5 01/17] s390: Use _refcount for pgtables
` [PATCH v5 02/17] mm: Split page_type out from _mapcount
` [PATCH v5 03/17] mm: Mark pages in use for page tables
` [PATCH v5 04/17] mm: Switch s_mem and slab_cache in struct page
` [PATCH v5 05/17] mm: Move 'private' union within "
` [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 08/17] mm: Use page->deferred_list
` [PATCH v5 09/17] mm: Move lru union within struct page
` [PATCH v5 10/17] mm: Combine LRU and main union in "
` [PATCH v5 11/17] mm: Improve struct page documentation
` [PATCH v5 12/17] mm: Add pt_mm to struct page
` [PATCH v5 13/17] mm: Add hmm_data "
` [PATCH v5 14/17] slab,slub: Remove rcu_head size checks
` [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 

[PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
 2018-05-05  4:42 UTC  (7+ 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 v2] mm: access to uninitialized struct page
 2018-05-05  1:04 UTC  (8+ messages)
` [v2] "

[PATCH] mm/memory_hotplug: Fix leftover use of struct page during hotplug
 2018-05-04 16:50 UTC  (4+ messages)

Introduce atomic_dec_and_lock_irqsave()
 2018-05-04 16:38 UTC  (11+ messages)
` [PATCH 1/5] spinlock: atomic_dec_and_lock: Add an irqsave variant
` [PATCH 2/5] mm/backing-dev: Use irqsave variant of atomic_dec_and_lock()
` [PATCH 3/5] kernel/user: "
` [PATCH 4/5] drivers/md/raid5: "
` [PATCH 5/5] drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() call

[PATCH v4 00/16] Rearrange struct page
 2018-05-04 16:29 UTC  (11+ messages)
` [PATCH v4 07/16] slub: Remove page->counters

[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
 2018-05-04 16:03 UTC  (6+ messages)
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct

[PATCH v1] mm, vmpressure: Convert to use match_string() helper
 2018-05-04 14:30 UTC  (2+ messages)

KASAN: use-after-free Read in should_fail
 2018-05-04 13:17 UTC  (2+ messages)

[PATCH v1] mm, vmpressure: use kstrndup instead of kmalloc+strncpy
 2018-05-04 11:45 UTC  (2+ messages)

test
 2018-05-04 11:29 UTC 


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