linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-09 11:07:52 to 2018-05-11 18:15:59 UTC [more...]

[PATCH v2] mm: Change return type to vm_fault_t
 2018-05-11 18:15 UTC  (2+ messages)

[PATCH v4] dax: Change return type to vm_fault_t
 2018-05-11 16:39 UTC  (3+ messages)

mmotm 2018-05-10-16-34 uploaded
 2018-05-11 15:45 UTC  (5+ messages)
` mmotm 2018-05-10-16-34 uploaded (objtool)

[PATCH v2] arm: port KCOV to arm
 2018-05-11 14:37 UTC  (3+ messages)

[PATCH v2] mm: allow deferred page init for vmemmap only
 2018-05-11 14:17 UTC  (3+ messages)

[PATCH v1] include/linux/gfp.h: getting rid of GFP_ZONE_TABLE/BAD
 2018-05-11 13:26 UTC  (4+ messages)
  ` [External] "

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

linux-next: Tree for May 10 (mm/ksm.c)
 2018-05-11  7:17 UTC  (4+ messages)

[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
 2018-05-11  6:39 UTC  (17+ messages)

[PATCH 01/33] block: add a lower-level bio_add_page interface
 2018-05-11  6:39 UTC  (26+ messages)
` [PATCH 02/33] fs: factor out a __generic_write_end helper
` [PATCH 06/33] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/33] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 10/33] iomap: add an iomap-based bmap implementation
` [PATCH 11/33] iomap: add an iomap-based readpage and readpages implementation
` stop using buffer heads in xfs and iomap

[PATCH v2 0/6] Provide saturating helpers for allocation
 2018-05-11  0:02 UTC  (8+ messages)
` [PATCH v2 1/6] compiler.h: enable builtin overflow checkers and add fallback code
` [PATCH v2 2/6] lib: add runtime test of check_*_overflow functions
` [PATCH v2 3/6] overflow.h: Add allocation size calculation helpers
` [PATCH v2 4/6] mm: Use overflow helpers in kmalloc_array*()
` [PATCH v2 5/6] mm: Use overflow helpers in kvmalloc()
` [PATCH v2 6/6] device: Use overflow helpers for devm_kmalloc()

[PATCH 8/8] mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeys
 2018-05-10 20:24 UTC  (3+ messages)
` [PATCH 9/8] powerpc/pkeys: Drop private VM_PKEY definitions

[PATCH -mm] mm, THP, doc: Add document for thp_swpout/thp_swpout_fallback
 2018-05-10 20:06 UTC  (2+ messages)

[PATCH v3 0/2] mm: PAGE_KERNEL_* fallbacks
 2018-05-10 18:55 UTC  (3+ messages)
` [PATCH v3 1/2] mm: provide a fallback for PAGE_KERNEL_RO for architectures
` [PATCH v3 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC "

[PATCH -next 0/2] ipc/shm: shmat() fixes around nil-page
 2018-05-10 18:17 UTC  (2+ messages)

[PATCH v7] fs: dax: Adding new return type vm_fault_t
 2018-05-10 18:11 UTC 

[PATCH v2] include: mm: Adding new inline function vmf_error
 2018-05-10 17:48 UTC 

[PATCH v2 0/2] mm: PAGE_KERNEL_* fallbacks
 2018-05-10 17:15 UTC  (8+ messages)
` [PATCH v2 1/2] mm: provide a fallback for PAGE_KERNEL_RO for architectures
` [PATCH v2 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC "

[RFC PATCH v1 0/6] use mm to manage NVDIMM (pmem) zone
 2018-05-10 16:27 UTC  (8+ messages)
      ` [External] "

[PATCH v10 00/25] Speculative page faults
 2018-05-10 16:15 UTC  (3+ messages)
` [PATCH v10 06/25] mm: make pte_unmap_same compatible with SPF

[PATCH 0/7] psi: pressure stall information for CPU, memory, and IO
 2018-05-10 14:49 UTC  (21+ messages)
` [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 v3 1/2] mm: introduce memory.min
 2018-05-10 14:04 UTC  (8+ messages)
` [PATCH v3 2/2] mm: ignore memory.min of abandoned memory cgroups

[PATCH v4] iomap: add a swapfile activation function
 2018-05-10 13:36 UTC  (2+ messages)

[PATCH v2] mm: fix oom_kill event handling
 2018-05-10 13:07 UTC  (4+ messages)

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

[PATCH] mm: allow deferred page init for vmemmap only
 2018-05-10 11:55 UTC  (3+ messages)

[PATCH v5 00/13] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-10  9:54 UTC  (14+ messages)
` [PATCH v5 01/13] mm: Assign id to every memcg-aware shrinker
` [PATCH v5 02/13] memcg: Move up for_each_mem_cgroup{, _tree} defines
` [PATCH v5 03/13] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH v5 04/13] mm: Refactoring in workingset_init()
` [PATCH v5 05/13] fs: Refactoring in alloc_super()
` [PATCH v5 06/13] fs: Propagate shrinker::id to list_lru
` [PATCH v5 07/13] list_lru: Add memcg argument to list_lru_from_kmem()
` [PATCH v5 08/13] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH v5 09/13] list_lru: Pass lru "
` [PATCH v5 10/13] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH v5 11/13] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH v5 12/13] mm: Add SHRINK_EMPTY shrinker methods return value
` [PATCH v5 13/13] mm: Clear shrinker bit if there are no objects related to memcg

[PATCH v4 00/13] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-10  9:42 UTC  (17+ messages)
` [PATCH v4 01/13] mm: Assign id to every memcg-aware shrinker
` [PATCH v4 02/13] memcg: Move up for_each_mem_cgroup{, _tree} defines
` [PATCH v4 03/13] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH v4 04/13] mm: Refactoring in workingset_init()
` [PATCH v4 05/13] fs: Refactoring in alloc_super()
` [PATCH v4 06/13] fs: Propagate shrinker::id to list_lru
` [PATCH v4 07/13] list_lru: Add memcg argument to list_lru_from_kmem()
` [PATCH v4 08/13] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH v4 09/13] list_lru: Pass lru "
` [PATCH v4 10/13] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH v4 11/13] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH v4 12/13] mm: Add SHRINK_EMPTY shrinker methods return value
` [PATCH v4 13/13] mm: Clear shrinker bit if there are no objects related to memcg

[RFC PATCH v1 0/6] use mm to manage NVDIMM (pmem) zone
 2018-05-10  8:41 UTC  (10+ messages)
  ` [External] [RFC PATCH v1 3/6] mm, zone_type: create ZONE_NVM and fill into GFP_ZONE_TABLE

[PATCH] mm: move function ‘is_pageblock_removable_nolock’ inside blockers
 2018-05-10  8:36 UTC  (3+ messages)
` [PATCH v2] mm: move function ‘is_pageblock_removable_nolock’ to mm/memory_hotplug.c

vmalloc with GFP_NOFS
 2018-05-10  7:18 UTC  (12+ messages)

[PATCH REPOST] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
 2018-05-10  6:32 UTC  (5+ messages)

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

[PATCH] mm/ksm: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm
 2018-05-10  1:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
 2018-05-10  1:24 UTC  (8+ messages)

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-09 22:54 UTC  (8+ messages)
` [PATCH v9 6/9] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v9 9/9] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH v2 0/8] Introduce refcount_dec_and_lock_irqsave()
 2018-05-09 19:36 UTC  (9+ messages)
` [PATCH 1/8] bdi: use refcount_t for reference counting instead atomic_t
` [PATCH 2/8] userns: "
` [PATCH 3/8] md: raid5: "
` [PATCH 4/8] locking/refcount: implement refcount_dec_and_lock_irqsave()
` [PATCH 5/8] bdi: Use irqsave variant of refcount_dec_and_lock()
` [PATCH 6/8] userns: "
` [PATCH 7/8] md: raid5: "
` [PATCH 8/8] md: raid5: Do not disable irq on release_inactive_stripe_list() call

[RFC][PATCH 00/13] Provide saturating helpers for allocation
 2018-05-09 18:49 UTC  (12+ messages)
` [PATCH 03/13] overflow.h: Add allocation size calculation helpers
` [PATCH 04/13] mm: Use array_size() helpers for kmalloc()

[PATCH 00/13] [v4] x86, pkeys: two protection keys bug fixes
 2018-05-09 17:13 UTC  (14+ messages)
` [PATCH 01/13] x86/pkeys/selftests: Give better unexpected fault error messages
` [PATCH 02/13] x86/pkeys/selftests: Stop using assert()
` [PATCH 03/13] x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal
` [PATCH 04/13] x86/pkeys/selftests: Avoid printf-in-signal deadlocks
` [PATCH 05/13] x86/pkeys/selftests: Allow faults on unknown keys
` [PATCH 06/13] x86/pkeys/selftests: Factor out "instruction page"
` [PATCH 07/13] x86/pkeys/selftests: Add PROT_EXEC test
` [PATCH 08/13] x86/pkeys/selftests: Fix pkey exhaustion test off-by-one
` [PATCH 09/13] x86/pkeys: Override pkey when moving away from PROT_EXEC
` [PATCH 10/13] x86/pkeys/selftests: Fix pointer math
` [PATCH 11/13] x86/pkeys/selftests: Save off 'prot' for allocations
` [PATCH 12/13] x86/pkeys/selftests: Add a test for pkey 0
` [PATCH 13/13] x86/pkeys: Do not special case protection key 0

[PATCH v3 1/2] iomap: add a swapfile activation function
 2018-05-09 17:11 UTC  (3+ messages)

[PATCH 0/3] fix free pmd/pte page handlings on x86
 2018-05-09 15:47 UTC  (3+ messages)
` [PATCH 3/3] x86/mm: disable ioremap free page handling on x86-PAE

[PATCH 0/3] Some fixes for mm code optimization
 2018-05-09 14:57 UTC  (11+ messages)
  ` [PATCH 2/3] include/linux/gfp.h: use unsigned int in gfp_zone
      ` [External] "

[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-09 14:41 UTC  (14+ messages)

[PATCH RCFv2 0/7] mm: online/offline 4MB chunks controlled by device driver
 2018-05-09 14:14 UTC  (2+ messages)

[PATCH] printk: Ratelimit messages printed by console drivers
 2018-05-09 12:59 UTC  (12+ messages)

[PATCH v1 00/16] khwasan: kernel hardware assisted address sanitizer
 2018-05-09 12:13 UTC  (4+ messages)
` [PATCH v1 16/16] khwasan: update kasan documentation


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