linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-27 02:58:17 to 2018-05-01 20:11:53 UTC [more...]

[PATCH] proc/kcore: Don't bounds check against address 0
 2018-05-01 20:11 UTC 

[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
 2018-05-01 17:41 UTC  (18+ messages)
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct

[PATCH v4 00/16] Rearrange struct page
 2018-05-01 16:48 UTC  (20+ messages)
` [PATCH v4 01/16] s390: Use _refcount for pgtables
` [PATCH v4 02/16] mm: Split page_type out from _mapcount
` [PATCH v4 03/16] mm: Mark pages in use for page tables
` [PATCH v4 04/16] mm: Switch s_mem and slab_cache in struct page
` [PATCH v4 05/16] mm: Move 'private' union within "
` [PATCH v4 06/16] mm: Move _refcount out of struct page union
` [PATCH v4 07/16] slub: Remove page->counters
` [PATCH v4 08/16] mm: Combine first three unions in struct page
` [PATCH v4 09/16] mm: Use page->deferred_list
` [PATCH v4 10/16] mm: Move lru union within struct page
` [PATCH v4 11/16] mm: Combine first two unions in "
` [PATCH v4 12/16] mm: Improve struct page documentation
` [PATCH v4 13/16] mm: Add pt_mm to struct page
` [PATCH v4 14/16] mm: Add hmm_data "
` [PATCH v4 15/16] slab,slub: Remove rcu_head size checks
` [PATCH v4 16/16] slub: Remove kmem_cache->reserved

INFO: task hung in wb_shutdown (2)
 2018-05-01 16:12 UTC  (5+ messages)

[PATCH v10 00/25] Speculative page faults
 2018-05-01 13:16 UTC  (13+ messages)
` [PATCH v10 06/25] mm: make pte_unmap_same compatible with SPF
` [PATCH v10 08/25] mm: VMA sequence count
` [PATCH v10 17/25] mm: protect mm_rb tree with a rwlock
` [PATCH v10 24/25] x86/mm: add speculative pagefault handling

[PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-01 12:50 UTC  (15+ messages)
` [PATCH v3 01/12] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v3 02/12] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v3 03/12] ACPI / APEI: don't wait to serialise with oops messages when panic()ing
` [PATCH v3 04/12] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH v3 05/12] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v3 06/12] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v3 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users
` [PATCH v3 08/12] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v3 09/12] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH v3 10/12] ACPI / APEI: Add support for the SDEI GHES Notification type
` [PATCH v3 11/12] mm/memory-failure: increase queued recovery work's priority
` [PATCH v3 12/12] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[PATCH v3] mm: vmalloc: Clean up vunmap to avoid pgtable ops twice
 2018-05-01 12:16 UTC 

[RFC v5 PATCH] mm: shmem: make stat.st_blksize return huge page size if THP is on
 2018-05-01  7:05 UTC  (4+ messages)

[PATCH v2] mm: vmalloc: Clean up vunmap to avoid pgtable ops twice
 2018-05-01  6:46 UTC  (3+ messages)

[PATCH v2 0/2] vunmap and debug objects
 2018-05-01  5:24 UTC  (4+ messages)
` [PATCH v2 2/2] mm: vmalloc: Pass proper vm_start into debugobjects

[GIT] XArray v12
 2018-05-01  2:51 UTC 

[PATCH] z3fold: fix reclaim lock-ups
 2018-05-01  1:45 UTC  (3+ messages)

[PATCH v2] KASAN: prohibit KASAN+STRUCTLEAK combination
 2018-05-01  0:36 UTC  (3+ messages)

[PATCH v2] mm: access to uninitialized struct page
 2018-05-01  0:01 UTC  (4+ messages)

[PATCH 0/2] mm: tweaks for improving use of vmap_area
 2018-04-30 23:15 UTC  (2+ messages)

[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
 2018-04-30 21:07 UTC  (23+ messages)
` [PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
          ` [PATCH v4] fault-injection: introduce kvmalloc fallback options
              ` [PATCH v5] "
                    ` [dm-devel] "

INFO: task hung in collapse_huge_page
 2018-04-30 18:09 UTC 

[PATCH 0/3] fix free pmd/pte page handlings on x86
 2018-04-30 17:59 UTC  (4+ messages)
` [PATCH 1/3] ioremap: Update pgtable free interfaces with addr
` [PATCH 2/3] x86/mm: add TLB purge to free pmd/pte page interfaces
` [PATCH 3/3] x86/mm: disable ioremap free page handling on x86-PAE

Questions about commit "ipc/shm: Fix shmat mmap nil-page protection"
 2018-04-30 17:21 UTC  (2+ messages)

[PATCH 0/9] [v2] x86, pkeys: two protection keys bug fixes
 2018-04-30 16:36 UTC  (8+ messages)
` [PATCH 4/9] x86, pkeys: override pkey when moving away from PROT_EXEC

[PATCH 0/9] [v3] x86, pkeys: two protection keys bug fixes
 2018-04-30 16:28 UTC  (15+ messages)
` [PATCH 1/9] x86, pkeys: do not special case protection key 0
` [PATCH 2/9] x86, pkeys, selftests: save off 'prot' for allocations
` [PATCH 3/9] x86, pkeys, selftests: add a test for pkey 0
` [PATCH 4/9] x86, pkeys: override pkey when moving away from PROT_EXEC
` [PATCH 5/9] x86, pkeys, selftests: fix pointer math
` [PATCH 6/9] x86, pkeys, selftests: fix pkey exhaustion test off-by-one
` [PATCH 7/9] x86, pkeys, selftests: factor out "instruction page"
` [PATCH 8/9] x86, pkeys, selftests: add allow faults on unknown keys
` [PATCH 9/9] x86, pkeys, selftests: add PROT_EXEC test

[PATCH RCFv2 0/7] mm: online/offline 4MB chunks controlled by device driver
 2018-04-30 15:49 UTC  (11+ messages)
` [PATCH RCFv2 1/7] mm: introduce and use PageOffline()
` [PATCH RCFv2 2/7] kdump: include PAGE_OFFLINE_MAPCOUNT_VALUE in ELF info
` [PATCH RCFv2 3/7] mm/memory_hotplug: limit offline_pages() to sizes we can actually handle
` [PATCH RCFv2 4/7] mm/memory_hotplug: allow to control onlining/offlining of memory by a driver
` [PATCH RCFv2 5/7] mm/memory_hotplug: print only with DEBUG_VM in offline_pages()
` [PATCH RCFv2 6/7] mm/memory_hotplug: teach offline_pages() to not try forever
` [PATCH RCFv2 7/7] mm/memory_hotplug: allow online/offline memory by a kernel module

[PATCH] mm: don't show nr_indirectly_reclaimable in /proc/vmstat
 2018-04-30 15:30 UTC  (9+ messages)

[PATCH v2 0/2] fix memory leak / panic in ioremap huge pages
 2018-04-30 13:43 UTC  (19+ messages)
` [PATCH v2 2/2] x86/mm: implement free pmd/pte page interfaces

[PATCH v3 00/14] Rearrange struct page
 2018-04-30 13:12 UTC  (15+ messages)
` [PATCH v3 05/14] mm: Move 'private' union within "
` [PATCH v3 06/14] mm: Move _refcount out of struct page union
` [PATCH v3 08/14] mm: Combine first three unions in struct page
` [PATCH v3 09/14] mm: Use page->deferred_list
` [PATCH v3 10/14] mm: Move lru union within struct page
` [PATCH v3 11/14] mm: Combine first two unions in "

[PATCH RFC 0/8] mm: online/offline 4MB chunks controlled by device driver
 2018-04-30  6:31 UTC  (18+ messages)
` [PATCH RFC 2/8] mm: introduce PG_offline

[PATCH 0/3] linux-next: mm: hardening: Track genalloc allocations
 2018-04-30  4:04 UTC  (11+ messages)
` [PATCH 1/3] genalloc: track beginning of allocations
` [PATCH 2/3] Add label and license to genalloc.rst
` [PATCH 3/3] genalloc: selftest

[PATCH v4 net-next 0/2] tcp: mmap: rework zerocopy receive
 2018-04-30  1:34 UTC  (4+ messages)
` [PATCH v4 net-next 1/2] tcp: add TCP_ZEROCOPY_RECEIVE support for "
` [PATCH v4 net-next 2/2] selftests: net: tcp_mmap must use TCP_ZEROCOPY_RECEIVE

[PATCH] x86: Mark up large pm4/5 constants with UL
 2018-04-29 16:51 UTC  (2+ messages)

[LSF/MM TOPIC NOTES] x86 ZONE_DMA love
 2018-04-29 14:34 UTC  (18+ messages)

[PATCH v2 00/12] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-04-28 15:08 UTC  (9+ messages)
` [PATCH v2 04/12] mm: Assign memcg-aware shrinkers bitmap to memcg

[RFC v2 0/2] kvm "fake DAX" device flushing
 2018-04-28 10:48 UTC  (6+ messages)
` [RFC v2 1/2] virtio: add pmem driver
  ` [Qemu-devel] "

[PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
 2018-04-28  5:04 UTC  (3+ messages)

[PATCH 0/7] docs/vm: update KSM documentation
 2018-04-27 23:25 UTC  (2+ messages)

[PATCH 0/7] docs/vm: start moving files do Documentation/admin-guide`
 2018-04-27 23:07 UTC  (2+ messages)

[PATCH] slab: introduce the flag SLAB_MINIMIZE_WASTE
 2018-04-27 19:19 UTC  (17+ messages)
  `  "
            ` [PATCH RESEND] "

[RFC PATCH 0/9] Enable THP migration for all possible architectures
 2018-04-27 17:36 UTC  (2+ messages)

[PATCH v2] mm: sections are not offlined during memory hotremove
 2018-04-27 14:52 UTC 

[PATCH v2 net-next 1/2] tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive
 2018-04-27 13:03 UTC  (3+ messages)

[PATCH v2] memcg: writeback: use memcg->cgwb_list directly
 2018-04-27 11:46 UTC  (2+ messages)

[PATCH v6] fs: dax: Adding new return type vm_fault_t
 2018-04-27 11:34 UTC  (4+ messages)

[PATCH] printk: Ratelimit messages printed by console drivers
 2018-04-27 10:22 UTC  (11+ messages)

[RFC] mm: kmemleak: replace __GFP_NOFAIL to GFP_NOWAIT in gfp_kmemleak_mask
 2018-04-27 10:17 UTC  (14+ messages)

Page allocator bottleneck
 2018-04-27  8:45 UTC  (9+ messages)

OOM killer invoked while still one forth of mem is available
 2018-04-27  8:27 UTC  (8+ messages)

[PATCH] mm: sections are not offlined during memory hotremove
 2018-04-27  7:08 UTC  (2+ messages)

[PATCH v2] mm: huge_memory: Change return type to vm_fault_t
 2018-04-27  5:49 UTC  (3+ messages)

[PATCH v11 00/63] Convert page cache to XArray
 2018-04-27  3:24 UTC  (6+ messages)
` [PATCH v11 18/63] page cache: Add and replace pages using the XArray
` [PATCH v11 19/63] page cache: Convert page deletion to XArray


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