linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-28 10:35:14 to 2019-03-03 10:36:27 UTC [more...]

[PATCH] mm/memory.c: do_fault: avoid usage of stale vm_area_struct
 2019-03-03 10:36 UTC  (9+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/1] RDMA/umem: minor bug fix and cleanup in error handling paths
 2019-03-03  9:52 UTC  (7+ messages)
` [PATCH] "
  ` [PATCH v2] "

[PATCH 1/2] percpu: km: remove SMP check
 2019-03-03  8:49 UTC  (7+ messages)

[PATCH 00/12] introduce percpu block scan_hint
 2019-03-03  8:42 UTC  (28+ messages)
` [PATCH 01/12] percpu: update free path with correct new free region
` [PATCH 02/12] percpu: do not search past bitmap when allocating an area
` [PATCH 03/12] percpu: introduce helper to determine if two regions overlap
` [PATCH 04/12] percpu: manage chunks based on contig_bits instead of free_bytes
` [PATCH 05/12] percpu: relegate chunks unusable when failing small allocations
` [PATCH 06/12] percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZE
` [PATCH 07/12] percpu: add block level scan_hint
` [PATCH 10/12] percpu: make pcpu_block_md generic
` [PATCH 11/12] percpu: convert chunk hints to be based on pcpu_block_md
` [PATCH 12/12] percpu: use chunk scan_hint to skip some scanning

[PATCH v2 00/13] Convert x86 & arm64 to use generic page walk
 2019-03-03  7:12 UTC  (13+ messages)
` [PATCH v2 03/13] mm: Add generic p?d_large() macros

[PATCH] mm: compaction: show gfp flag names in try_to_compact_pages tracepoint
 2019-03-02 23:04 UTC  (3+ messages)
` [PATCH] mm: compaction: some tracepoints should be defined only when CONFIG_COMPACTION is set

[PATCH] mm/hotplug: don't reset pagetype flags for offline
 2019-03-02 22:39 UTC 

[rgushchin:release_percpu 321/401] ERROR: "dma_fence_release" [drivers/misc/habanalabs/habanalabs.ko] undefined!
 2019-03-02 22:19 UTC  (3+ messages)

[linux-next:master 11850/11910] mm/memory.c:3965:21: sparse: warning: incorrect type in assignment (different base types)
 2019-03-02 20:21 UTC 

[PATCH] hugetlbfs: fix memory leak for resv_map
 2019-03-02 10:47 UTC 

Banana Pi-R1 stabil
 2019-03-02  8:42 UTC  (7+ messages)

next/master boot bisection: next-20190215 on beaglebone-black
 2019-03-01 23:23 UTC  (15+ messages)

[PATCH v3] page cache: Store only head pages in i_pages
 2019-03-01 22:20 UTC  (3+ messages)

[PATCH RFC] mm/vmscan: try to protect active working set of cgroup from reclaim
 2019-03-01 22:20 UTC  (7+ messages)

[PATCH v2] mm/hugepages: fix "orig_pud" set but not used
 2019-03-01 22:19 UTC 

[PATCH v3 00/34] Convert x86 & arm64 to use generic page walk
 2019-03-01 22:12 UTC  (34+ messages)
` [PATCH v3 03/34] arm: mm: Add p?d_large() definitions
` [PATCH v3 05/34] c6x: "
` [PATCH v3 06/34] csky: "
` [PATCH v3 08/34] ia64: "
` [PATCH v3 09/34] m68k: "
` [PATCH v3 11/34] mips: "
` [PATCH v3 15/34] parisc: "
` [PATCH v3 18/34] s390: "
` [PATCH v3 20/34] sparc: "
` [PATCH v3 27/34] mm: pagewalk: Add 'depth' parameter to pte_hole

[PATCH -next] mm/hotplug: fix an imbalance with DEBUG_PAGEALLOC
 2019-03-01 22:08 UTC 

[PATCH] mm/hugepages: fix "orig_pud" set but not used
 2019-03-01 21:44 UTC  (3+ messages)

[PATCH v2] mm/hotplug: fix an imbalance with DEBUG_PAGEALLOC
 2019-03-01 20:51 UTC  (2+ messages)

[fuse-devel] fuse: trying to steal weird page
 2019-03-01 20:40 UTC  (3+ messages)

[PATCH v2 1/4] mm/workingset: remove unused @mapping argument in workingset_eviction()
 2019-03-01 19:58 UTC  (16+ messages)
` [PATCH v2 2/4] mm: remove zone_lru_lock() function access ->lru_lock directly
` [PATCH v2 3/4] mm/compaction: pass pgdat to too_many_isolated() instead of zone
` [PATCH v2 4/4] mm/vmscan: remove unused lru_pages argument

[PATCH 0/2] RFC: READ/WRITE_ONCE vma/mm cleanups
 2019-03-01 18:49 UTC  (7+ messages)
` [PATCH 1/2] coredump: use READ_ONCE to read mm->flags
` [PATCH 2/2] mm: use READ/WRITE_ONCE to access anonymous vmas vm_start/vm_end/vm_pgoff

[PATCH v10 00/12] arm64: untag user pointers passed to the kernel
 2019-03-01 18:37 UTC  (6+ messages)
` [PATCH v10 07/12] fs, arm64: untag user pointers in fs/userfaultfd.c

[PATCH v4 4/4] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-03-01 17:51 UTC  (4+ messages)

[PATCH 1/3] mm: refactor __vunmap() to avoid duplicated call to find_vm_area()
 2019-03-01 16:48 UTC  (7+ messages)
` [PATCH 2/3] mm: separate memory allocation and actual work in alloc_vmap_area()
` [PATCH 3/3] mm: show number of vmalloc pages in /proc/meminfo

[PATCH] mm,mremap: Bail out earlier in mremap_to under map pressure
 2019-03-01 15:25 UTC  (6+ messages)

[PATCH v2] mm: hwpoison: fix thp split handing in soft_offline_in_use_page()
 2019-03-01 15:01 UTC 

[PATCH v2] memcg: fix a bad line
 2019-03-01 14:37 UTC 

[PATCH v9 00/11] KASAN for powerpc/32
 2019-03-01 12:33 UTC  (12+ messages)
` [PATCH v9 01/11] powerpc/32: Move early_init() in a separate file
` [PATCH v9 02/11] powerpc: prepare string/mem functions for KASAN
` [PATCH v9 03/11] powerpc/prom_init: don't use string functions from lib/
` [PATCH v9 04/11] powerpc/mm: don't use direct assignation during early boot
` [PATCH v9 05/11] powerpc/32: use memset() instead of memset_io() to zero BSS
` [PATCH v9 06/11] powerpc/32: make KVIRT_TOP dependent on FIXMAP_START
` [PATCH v9 07/11] powerpc/32: prepare shadow area for KASAN
` [PATCH v9 08/11] powerpc: disable KASAN instrumentation on early/critical files
` [PATCH v9 09/11] powerpc/32: Add KASAN support
` [PATCH v9 10/11] powerpc/32s: move hash code patching out of MMU_init_hw()
` [PATCH v9 11/11] powerpc/32s: set up an early static hash table for KASAN

[PATCH] mm-remove-zone_lru_lock-function-access-lru_lock-directly-fix
 2019-03-01 12:30 UTC  (2+ messages)

mm: Can we bail out p?d_alloc() loops upon SIGKILL?
 2019-03-01 11:49 UTC  (6+ messages)

[PATCH v2] mm: vmscan: add tracepoints for node reclaim
 2019-03-01  8:38 UTC  (2+ messages)

[PATCH] mm: hwpoison: fix thp split handing in soft_offline_in_use_page()
 2019-03-01  7:46 UTC  (5+ messages)

[PATCH] mm: vmscan: show zone type in kswapd tracepoints
 2019-03-01  7:38 UTC 

BUG: unable to handle kernel NULL pointer dereference in __generic_file_write_iter
 2019-03-01  3:31 UTC  (7+ messages)
  ` missing stack trace entry on NULL pointer call [was: Re: BUG: unable to handle kernel NULL pointer dereference in __generic_file_write_iter]

[LSF/MM TOPIC] Usage of PSI in Android lmkd
 2019-03-01  0:48 UTC 

mmotm 2019-02-28-16-22 uploaded
 2019-03-01  0:22 UTC 

[PATCH] mm, memcg: Make scan aggression always exclude protection
 2019-03-01  0:03 UTC  (2+ messages)

Truncate regression due to commit 69b6c1319b6
 2019-02-28 22:53 UTC  (6+ messages)

[LSF/MM TOPIC] dying memory cgroups and slab reclaim issues
 2019-02-28 22:29 UTC  (8+ messages)

[RFC PATCH] mm,memory_hotplug: Unlock 1GB-hugetlb on x86_64
 2019-02-28 21:01 UTC  (9+ messages)

[PATCH] numa: Change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES
 2019-02-28 20:43 UTC  (5+ messages)

[PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline
 2019-02-28 19:54 UTC  (4+ messages)

BUG: Bad page state (6)
 2019-02-28 19:51 UTC  (8+ messages)

[LKP] [mm/gup] cdaa813278: kernel_selftests.memfd.run_fuse_test.sh.fail
 2019-02-28 19:47 UTC 

[PATCH V5 0/5] NestMMU pte upgrade workaround for mprotect
 2019-02-28 19:39 UTC  (4+ messages)

BUG: Bad page state (5)
 2019-02-28 18:27 UTC  (8+ messages)

[PATCH] mm/sparse: fix a bad comparison
 2019-02-28 18:18 UTC 

[PATCH 1/2] fs/dax: deposit pagetable even when installing zero page
 2019-02-28 16:45 UTC  (9+ messages)
` [PATCH 2/2] mm/dax: Don't enable huge dax mapping by default

[PATCH 0/6] mm: memcontrol: clean up the LRU counts tracking
 2019-02-28 16:42 UTC  (8+ messages)
` [PATCH 1/6] mm: memcontrol: track LRU counts in the vmstats array
` [PATCH 2/6] mm: memcontrol: replace zone summing with lruvec_page_state()
` [PATCH 3/6] mm: memcontrol: replace node summing with memcg_page_state()
` [PATCH 4/6] mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()
` [PATCH 5/6] mm: memcontrol: push down mem_cgroup_nr_lru_pages()
` [PATCH 6/6] mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API

[PATCH v8 0/4] mm/kvm/vfio/ppc64: Migrate compound pages out of CMA region
 2019-02-28 14:34 UTC  (4+ messages)
` [PATCH v8 1/4] mm/cma: Add PF flag to force non cma alloc

BUG: KASAN: stack-out-of-bounds
 2019-02-28 13:41 UTC  (7+ messages)

[PATCH] mm, memcg: Handle cgroup_disable=memory when getting memcg protection
 2019-02-28 12:51 UTC  (5+ messages)

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-28 12:39 UTC  (7+ messages)
` [PATCH V15 14/18] block: enable multipage bvecs

[PATCH 4/6] mm/gup: track gup-pinned pages
 2019-02-28 12:15 UTC  (2+ messages)
` [LKP] [mm/gup] cdaa813278: stress-ng.numa.ops_per_sec 4671.0% improvement

[PATCH] memcg: fix a bad line
 2019-02-28 11:56 UTC  (2+ messages)

[PATCH] mm: vmscan: add tracepoints for node reclaim
 2019-02-28 10:48 UTC  (5+ 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).