linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-06 15:51:19 to 2019-03-08 04:49:29 UTC [more...]

[PATCH v9 00/11] KASAN for powerpc/32
 2019-03-08  4:49 UTC  (7+ messages)
` [PATCH v9 02/11] powerpc: prepare string/mem functions for KASAN

[RFC 00/15] mm: Implement Slab Movable Objects (SMO)
 2019-03-08  4:14 UTC  (16+ messages)
` [RFC 01/15] slub: Create sysfs field /sys/slab/<cache>/ops
` [RFC 02/15] slub: Add isolate() and migrate() methods
` [RFC 03/15] tools/vm/slabinfo: Add support for -C and -F options
` [RFC 04/15] slub: Enable Slab Movable Objects (SMO)
` [RFC 05/15] slub: Sort slab cache list
` [RFC 06/15] tools/vm/slabinfo: Add remote node defrag ratio output
` [RFC 07/15] slub: Add defrag_used_ratio field and sysfs support
` [RFC 08/15] tools/vm/slabinfo: Add defrag_used_ratio output
` [RFC 09/15] slub: Enable slab defragmentation using SMO
` [RFC 10/15] tools/testing/slab: Add object migration test module
` [RFC 11/15] tools/testing/slab: Add object migration test suite
` [RFC 12/15] xarray: Implement migration function for objects
` [RFC 13/15] tools/testing/slab: Add XArray movable objects tests
` [RFC 14/15] slub: Enable move _all_ objects to node
` [RFC 15/15] slub: Enable balancing slab objects across nodes

[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
 2019-03-08  3:45 UTC  (27+ messages)
` [RFC PATCH V2 2/5] vhost: fine grain userspace memory accessors
` [RFC PATCH V2 4/5] vhost: introduce helpers to get the size of metadata area
` [RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address

[PATCH v3 0/1] mm: introduce put_user_page*(), placeholder versions
 2019-03-08  3:15 UTC  (6+ messages)
` [PATCH v3 1/1] "

[PATCH] kasan: fix coccinelle warnings in kasan_p*_table
 2019-03-08  3:03 UTC  (3+ messages)

[PATCH] mm: fix sleeping function warning in alloc_swap_info
 2019-03-08  2:41 UTC  (9+ messages)

[RFC][Patch v9 0/6] KVM: Guest Free Page Hinting
 2019-03-08  2:32 UTC  (48+ messages)
` [RFC][Patch v9 1/6] KVM: Guest free page hinting support
` [RFC][Patch v9 2/6] KVM: Enables the kernel to isolate guest free pages
` [RFC][Patch v9 3/6] KVM: Enables the kernel to report isolated pages
` [RFC][Patch v9 4/6] KVM: Reporting page poisoning value to the host
` [RFC][Patch v9 5/6] KVM: Enabling guest free page hinting via static key
` [RFC][Patch v9 6/6] KVM: Adding tracepoints for guest free page hinting
` [RFC][QEMU Patch] KVM: Enable QEMU to free the pages hinted by the guest

mmotm 2019-03-07-18-01 uploaded
 2019-03-08  2:01 UTC 

[PATCH v2] hugetlbfs: fix memory leak for resv_map
 2019-03-07 23:50 UTC  (3+ messages)

[PATCH 0/5] mm: reduce the memory footprint of dying memory cgroups
 2019-03-07 23:00 UTC  (6+ messages)
` [PATCH 1/5] mm: prepare to premature release of memcg->vmstats_percpu
` [PATCH 2/5] mm: prepare to premature release of per-node lruvec_stat_cpu
` [PATCH 3/5] mm: release memcg percpu data prematurely
` [PATCH 4/5] mm: release per-node "
` [PATCH 5/5] mm: spill memcg percpu stats and events before releasing

[PATCH v2 0/3] blkcg: sync() isolation
 2019-03-07 22:11 UTC  (7+ messages)
` [PATCH v2 1/3] blkcg: prevent priority inversion problem during sync()
` [PATCH v2 2/3] blkcg: introduce io.sync_isolation
` [PATCH v2 3/3] blkcg: implement sync() isolation

Kernel bug with MPX?
 2019-03-07 20:38 UTC  (2+ messages)

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-03-07 20:25 UTC  (18+ messages)
` [PATCH v2 10/20] x86: avoid W^X being broken during modules loading
                  ` [PATCH] x86/cpufeature: Remove __pure attribute to _static_cpu_has()

[PATCH 09/10] mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
 2019-03-07 18:56 UTC  (23+ messages)

[PATCH] kasan: fix variable 'tag' set but not used warning
 2019-03-07 18:52 UTC 

[PATCH] proc: test /proc/*/maps, smaps, smaps_rollup, statm
 2019-03-07 18:12 UTC  (2+ messages)
  ` [LKP] [proc] 3f02daf340: kernel_selftests.proc.proc-pid-vm.fail

[PATCH] writeback: sum memcg dirty counters as needed
 2019-03-07 16:56 UTC 

next/master boot bisection: next-20190215 on beaglebone-black
 2019-03-07 15:43 UTC  (13+ messages)

[PATCH v4] page cache: Store only head pages in i_pages
 2019-03-07 15:30 UTC 

[PATCHv6 00/10] Heterogenous memory node attributes
 2019-03-07 15:19 UTC  (4+ messages)
` [PATCHv6 07/10] acpi/hmat: Register processor domain to its memory

[PATCH v3] page cache: Store only head pages in i_pages
 2019-03-07 15:06 UTC  (5+ messages)

[PATCH] mm: migrate: add missing flush_dcache_page for non-mapped page migrate
 2019-03-07 14:17 UTC  (6+ messages)

[PATCH] page flags: prioritize kasan bits over last-cpuid
 2019-03-07 14:15 UTC  (2+ messages)

[PATCH v6 0/4] Fix free/allocation of runtime gigantic pages
 2019-03-07 13:20 UTC  (5+ messages)
` [PATCH v6 1/4] sh: Advertise gigantic page support
` [PATCH v6 2/4] sparc: "
` [PATCH v6 3/4] mm: Simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
` [PATCH v6 4/4] hugetlb: allow to free gigantic pages regardless of the configuration

[RFC][QEMU Patch] KVM: Enable QEMU to free the pages hinted by the guest
 2019-03-07 12:23 UTC  (2+ messages)

[PATCH v1 0/2] stability fixes for vmalloc allocator
 2019-03-07 11:15 UTC  (6+ messages)
` [PATCH v1 2/2] mm: add priority threshold to __purge_vmap_area_lazy()

[PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline
 2019-03-07  8:41 UTC  (4+ messages)
` [PATCH v2] makedumpfile: "

CMA allocation failure and Latency issue
 2019-03-07  8:09 UTC 

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2019-03-07  7:58 UTC  (12+ messages)

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-03-07  5:46 UTC  (13+ messages)
` [PATCH 0/3] mincore() and IOCB_NOWAIT adjustments
  ` [PATCH 1/3] mm/mincore: make mincore() more conservative

mmotm 2019-03-05-16-36 uploaded
 2019-03-07  0:22 UTC  (2+ messages)
` mmotm 2019-03-05-16-36 uploaded (zstd)

[PATCH v4] mm/hugetlb: Fix unsigned overflow in __nr_hugepages_store_common()
 2019-03-07  0:17 UTC  (12+ messages)

[PATCH v5 0/4] Fix free/allocation of runtime gigantic pages
 2019-03-06 21:17 UTC  (13+ messages)
` [PATCH v5 1/4] sh: Advertise gigantic page support
` [PATCH v5 2/4] sparc: "
` [PATCH v5 3/4] mm: Simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
` [PATCH v5 4/4] hugetlb: allow to free gigantic pages regardless of the configuration

[PATCH v4 00/19] Convert x86 & arm64 to use generic page walk
 2019-03-06 19:02 UTC  (17+ messages)
` [PATCH v4 03/19] mips: mm: Add p?d_large() definitions
` [PATCH v4 07/19] sparc: "
` [PATCH v4 08/19] x86: "
` [PATCH v4 09/19] mm: Add generic p?d_large() macros
` [PATCH v4 10/19] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v4 11/19] mm: pagewalk: Allow walking without vma
` [PATCH v4 12/19] mm: pagewalk: Add test_p?d callbacks
` [PATCH v4 13/19] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v4 14/19] x86: mm: Don't display pages which aren't present in debugfs
` [PATCH v4 15/19] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v4 16/19] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v4 17/19] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v4 18/19] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v4 19/19] x86: mm: Convert dump_pagetables to use walk_page_range

[PATCH] RDMA/umem: updated bug fix in error handling path
 2019-03-06 18:45 UTC  (2+ messages)

[PATCH] mm/hmm: fix unused variable warnings
 2019-03-06 18:34 UTC  (4+ messages)

[PATCH] mm/hmm: fix unused variable warning in hmm_vma_walk_pud
 2019-03-06 16:08 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).