linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-27 13:02:20 to 2019-02-28 18:18:54 UTC [more...]

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

BUG: Bad page state (6)
 2019-02-28 18:04 UTC  (7+ messages)

[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

BUG: unable to handle kernel NULL pointer dereference in __generic_file_write_iter
 2019-02-28 16:34 UTC  (5+ messages)
  ` missing stack trace entry on NULL pointer call [was: Re: BUG: unable to handle kernel NULL pointer dereference in __generic_file_write_iter]

[PATCH 1/3] mm: refactor __vunmap() to avoid duplicated call to find_vm_area()
 2019-02-28 15:00 UTC  (2+ messages)

[PATCH 00/12] introduce percpu block scan_hint
 2019-02-28 14:47 UTC  (14+ 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 08/12] percpu: remember largest area skipped during allocation
` [PATCH 09/12] percpu: use block scan_hint to only scan forward
` [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 v8 0/4] mm/kvm/vfio/ppc64: Migrate compound pages out of CMA region
 2019-02-28 14:34 UTC  (7+ messages)
` [PATCH v8 1/4] mm/cma: Add PF flag to force non cma alloc
` [PATCH v8 2/4] mm: Update get_user_pages_longterm to migrate pages allocated from CMA region
` [PATCH v8 3/4] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_do_alloc
` [PATCH v8 4/4] powerpc/mm/iommu: Allow large IOMMU page size only for hugetlb backing

[RFC PATCH] mm,memory_hotplug: Unlock 1GB-hugetlb on x86_64
 2019-02-28 14:08 UTC  (12+ messages)

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

[PATCH v2 1/4] mm/workingset: remove unused @mapping argument in workingset_eviction()
 2019-02-28 12:53 UTC  (10+ 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] 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 v3 00/34] Convert x86 & arm64 to use generic page walk
 2019-02-28 12:11 UTC  (50+ messages)
` [PATCH v3 01/34] alpha: mm: Add p?d_large() definitions
` [PATCH v3 02/34] arc: "
` [PATCH v3 03/34] arm: "
` [PATCH v3 04/34] arm64: "
` [PATCH v3 05/34] c6x: "
` [PATCH v3 06/34] csky: "
` [PATCH v3 07/34] hexagon: "
` [PATCH v3 08/34] ia64: "
` [PATCH v3 09/34] m68k: "
` [PATCH v3 10/34] microblaze: "
` [PATCH v3 11/34] mips: "
` [PATCH v3 12/34] nds32: "
` [PATCH v3 13/34] nios2: "
` [PATCH v3 14/34] openrisc: "
` [PATCH v3 15/34] parisc: "
` [PATCH v3 16/34] powerpc: "
` [PATCH v3 17/34] riscv: "
` [PATCH v3 18/34] s390: "
` [PATCH v3 19/34] sh: "
` [PATCH v3 20/34] sparc: "
` [PATCH v3 21/34] um: "
` [PATCH v3 22/34] unicore32: "
` [PATCH v3 23/34] xtensa: "
` [PATCH v3 24/34] mm: Add generic p?d_large() macros
` [PATCH v3 25/34] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v3 26/34] mm: pagewalk: Allow walking without vma
` [PATCH v3 27/34] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v3 28/34] mm: pagewalk: Add test_p?d callbacks
` [PATCH v3 29/34] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v3 30/34] x86/mm: Point to struct seq_file from struct pg_state
` [PATCH v3 31/34] x86/mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v3 32/34] x86/mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v3 33/34] x86/mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v3 34/34] x86: mm: Convert dump_pagetables to use walk_page_range

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

Banana Pi-R1 stabil
 2019-02-28  9:35 UTC  (4+ messages)

BUG: Bad page state (5)
 2019-02-28  9:31 UTC  (7+ messages)

Truncate regression due to commit 69b6c1319b6
 2019-02-28  9:31 UTC  (8+ messages)

mm: Can we bail out p?d_alloc() loops upon SIGKILL?
 2019-02-28  9:26 UTC  (4+ messages)

[PATCH] tmpfs: fix uninitialized return value in shmem_link
 2019-02-28  8:56 UTC  (11+ messages)

[PATCH 0/6] Improve handling of GFP flags in the CMA allocator
 2019-02-28  8:46 UTC  (4+ messages)

[PATCH] mm,mremap: Bail out earlier in mremap_to under map pressure
 2019-02-28  8:06 UTC  (4+ messages)

[PATCH 0/5] [v5] Allow persistent memory to be used like normal RAM
 2019-02-28  7:53 UTC  (2+ messages)

[PATCH] printk: Ratelimit messages printed by console drivers
 2019-02-28  4:45 UTC  (11+ messages)

[PATCH v2 00/26] userfaultfd: write protection support
 2019-02-28  2:47 UTC  (8+ messages)
` [PATCH v2 23/26] userfaultfd: wp: don't wake up when doing write protect

[PATCHv7 00/10] Heterogenous memory node attributes
 2019-02-27 22:50 UTC  (11+ messages)
` [PATCHv7 01/10] acpi: Create subtable parsing infrastructure
` [PATCHv7 02/10] acpi: Add HMAT to generic parsing tables
` [PATCHv7 03/10] acpi/hmat: Parse and report heterogeneous memory
` [PATCHv7 04/10] node: Link memory nodes to their compute nodes
` [PATCHv7 05/10] node: Add heterogenous memory access attributes
` [PATCHv7 06/10] node: Add memory-side caching attributes
` [PATCHv7 07/10] acpi/hmat: Register processor domain to its memory
` [PATCHv7 08/10] acpi/hmat: Register performance attributes
` [PATCHv7 09/10] acpi/hmat: Register memory side cache attributes
` [PATCHv7 10/10] doc/mm: New documentation for memory performance

[PATCH] xfs: allocate sector sized IO buffer via page_frag_alloc
 2019-02-27 21:38 UTC  (11+ messages)

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-27 19:14 UTC  (2+ messages)

KASAN caught amdgpu / HMM use-after-free
 2019-02-27 18:48 UTC  (7+ messages)

[PATCH] numa: Change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES
 2019-02-27 18:38 UTC  (3+ messages)

[RFC] percpu: decrease pcpu_nr_slots by 1
 2019-02-27 18:19 UTC  (6+ messages)

[PATCH v3] mm/page_ext: fix an imbalance with kmemleak
 2019-02-27 17:38 UTC  (2+ messages)

[PATCH v2] mm/page_ext: fix an imbalance with kmemleak
 2019-02-27 17:26 UTC  (2+ messages)

[PATCH] mm/page_ext: fix an imbalance with kmemleak
 2019-02-27 17:21 UTC  (2+ messages)

[PATCH 1/2] percpu: km: remove SMP check
 2019-02-27 16:41 UTC  (6+ messages)

[PATCH V2] mm/cma: cma_declare_contiguous: correct err handling
 2019-02-27 15:36 UTC  (2+ messages)

[PATCH v2] mmap.2: fix description of treatment of the hint
 2019-02-27 14:39 UTC  (3+ 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).