linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-01 12:30:22 to 2019-03-06 06:26:41 UTC [more...]

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2019-03-06  6:26 UTC  (13+ messages)

[PATCH v2] hugetlbfs: fix memory leak for resv_map
 2019-03-06  6:10 UTC 

[PATCH 09/10] mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
 2019-03-06  4:20 UTC  (14+ messages)

low-memory crash with patch "capture a page under direct compaction"
 2019-03-06  3:14 UTC  (6+ messages)

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

[PATCH] RDMA/umem: updated bug fix in error handling path
 2019-03-06  2:00 UTC 

mmotm 2019-03-05-16-36 uploaded
 2019-03-06  0:37 UTC 

[PATCH] mm/hmm: fix unused variable warnings
 2019-03-05 23:51 UTC  (3+ messages)

[PATCH v3 00/34] Convert x86 & arm64 to use generic page walk
 2019-03-05 21:45 UTC  (19+ 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 15/34] parisc: "

[PATCH v4] mm/hugetlb: Fix unsigned overflow in __nr_hugepages_store_common()
 2019-03-05 21:41 UTC  (18+ messages)

5.0.0-rc8-next-20190301+: kernel bug at fs/inode.c:513
 2019-03-05 21:33 UTC  (2+ messages)

Banana Pi-R1 stabil
 2019-03-05 19:21 UTC  (9+ messages)

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

[PATCH v3 0/1] RDMA/umem: minor bug fix in error handling path
 2019-03-05 16:45 UTC  (8+ messages)
` [PATCH v3] "

[PATCH] kasan: fix coccinelle warnings in kasan_p*_table
 2019-03-05 16:14 UTC  (2+ messages)

[PATCH] writeback: fix inode cgroup switching comment
 2019-03-05 15:42 UTC  (2+ messages)

[PATCH 0/2] RFC: READ/WRITE_ONCE vma/mm cleanups
 2019-03-05 13:00 UTC  (7+ messages)

[PATCH 0/6] make memblock allocator utilize the node's fallback info
 2019-03-05 12:37 UTC  (5+ messages)

[PATCH] hugetlbfs: fix memory leak for resv_map
 2019-03-05  2:09 UTC  (3+ messages)

[PATCH 1/2] perpcu: correct pcpu_find_block_fit comments
 2019-03-05  1:49 UTC  (6+ messages)
` [PATCH 2/2] percpu: pcpu_next_md_free_region: inclusive check for PCPU_BITMAP_BLOCK_BITS

[PATCH RFC] mm/vmscan: try to protect active working set of cgroup from reclaim
 2019-03-04 17:02 UTC  (8+ messages)

[PATCH] mm/filemap: fix minor typo
 2019-03-04 15:52 UTC 

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

[PATCH v2] mm/hugepages: fix "orig_pud" set but not used
 2019-03-04 14:09 UTC  (3+ messages)

[PATCH 00/12] introduce percpu block scan_hint
 2019-03-04  9:36 UTC  (31+ 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 0/2] Unlock 1GB-hugetlb on x86_64
 2019-03-04  9:17 UTC  (4+ messages)
` [PATCH 1/2] mm,memory_hotplug: "
` [PATCH 2/2] mm,memory_hotplug: Drop redundant hugepage_migration_supported check

[PATCH] mm/memory.c: do_fault: avoid usage of stale vm_area_struct
 2019-03-04  8:19 UTC  (12+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline
 2019-03-04  7:14 UTC  (5+ messages)

[PATCH v9 00/11] KASAN for powerpc/32
 2019-03-04  5:26 UTC  (13+ 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: compaction: show gfp flag names in try_to_compact_pages tracepoint
 2019-03-04  2:25 UTC  (4+ messages)
` [PATCH] mm: compaction: some tracepoints should be defined only when CONFIG_COMPACTION is set

mm/kasan/init.c:44:8-9: WARNING: return of 0/1 in function 'kasan_p4d_table' with return type bool
 2019-03-03 22:07 UTC 

INFO: task hung in ext4_da_get_block_prep
 2019-03-03 11:33 UTC 

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

[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 

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

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

[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  (5+ messages)
` [PATCH v2 2/4] mm: remove zone_lru_lock() function access ->lru_lock directly

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

[PATCH 2/3] mm: separate memory allocation and actual work in alloc_vmap_area()
 2019-03-01 16:48 UTC  (5+ messages)
` [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  (5+ 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] mm-remove-zone_lru_lock-function-access-lru_lock-directly-fix
 2019-03-01 12:30 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).