[PATCH 0/3] linux-next: mm: hardening: Track genalloc allocations
2018-04-29 22:39 UTC (9+ 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 RFC 0/8] mm: online/offline 4MB chunks controlled by device driver
2018-04-29 21:08 UTC (16+ messages)
` [PATCH RFC 2/8] mm: introduce PG_offline
[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
2018-04-29 20:30 UTC (11+ messages)
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct
[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 (19+ messages)
` [Lsf-pc] "
[PATCH v2 0/2] fix memory leak / panic in ioremap huge pages
2018-04-28 20:54 UTC (17+ messages)
` [PATCH v2 2/2] x86/mm: implement free pmd/pte page interfaces
[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 (19+ messages)
` [RFC v2 1/2] virtio: add pmem driver
` [Qemu-devel] "
` [RFC v2 2/2] pmem: device flush over VIRTIO
` [RFC v2] qemu: Add virtio pmem device
` [Qemu-devel] "
[PATCH 0/9] [v3] x86, pkeys: two protection keys bug fixes
2018-04-28 8:29 UTC (13+ 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] 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] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
2018-04-27 23:20 UTC (46+ messages)
` [PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
` [PATCH v4] fault-injection: introduce kvmalloc fallback options
` [PATCH v5] "
` [dm-devel] "
[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 (22+ messages)
` "
` [PATCH RESEND] "
[PATCH] mm: don't show nr_indirectly_reclaimable in /proc/vmstat
2018-04-27 18:57 UTC (8+ messages)
[RFC PATCH 0/9] Enable THP migration for all possible architectures
2018-04-27 17:36 UTC (11+ messages)
` [RFC PATCH 1/9] arc: mm: migrate: add pmd swap entry to support thp migration
` [RFC PATCH 2/9] arm: "
` [RFC PATCH 3/9] arm64: "
` [RFC PATCH 4/9] i386: "
` [RFC PATCH 5/9] mips: "
` [RFC PATCH 6/9] powerpc: "
` [RFC PATCH 7/9] s390: "
` [RFC PATCH 8/9] sparc: "
` [RFC PATCH 9/9] mm: migrate: enable thp migration for all possible architectures
[PATCH v4 net-next 0/2] tcp: mmap: rework zerocopy receive
2018-04-27 15:58 UTC (3+ 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 v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
2018-04-27 15:35 UTC (13+ 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 v2] mm: sections are not offlined during memory hotremove
2018-04-27 14:52 UTC
[PATCH v2 net-next 0/2] tcp: mmap: rework zerocopy receive
2018-04-27 13:03 UTC (10+ messages)
` [PATCH v2 net-next 1/2] tcp: add TCP_ZEROCOPY_RECEIVE support for "
[PATCH v2] memcg: writeback: use memcg->cgwb_list directly
2018-04-27 11:46 UTC (3+ 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 (12+ messages)
[RFC] mm: kmemleak: replace __GFP_NOFAIL to GFP_NOWAIT in gfp_kmemleak_mask
2018-04-27 10:17 UTC (16+ 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
[PATCH 0/2] mm: tweaks for improving use of vmap_area
2018-04-26 23:42 UTC (3+ messages)
` [PATCH 1/2] struct page: add field for vm_struct
` [PATCH 2/2] vmalloc: rename llist field in vmap_area
[PATCH v2] mm: access to uninitialized struct page
2018-04-26 20:26 UTC
[PATCH] mm: sections are not offlined during memory hotremove
2018-04-26 19:11 UTC (3+ messages)
[PATCH 0/9] [v2] x86, pkeys: two protection keys bug fixes
2018-04-26 18:17 UTC (9+ messages)
` [PATCH 4/9] x86, pkeys: override pkey when moving away from PROT_EXEC
[PATCH 0/6] arm64: untag user pointers passed to the kernel
2018-04-26 17:56 UTC (8+ messages)
` [PATCH 3/6] arm64: untag user addresses in copy_from_user and others
` [PATCH 4/6] mm, arm64: untag user addresses in mm/gup.c
[PATCH v3 net-next 0/2] tcp: mmap: rework zerocopy receive
2018-04-26 14:58 UTC (5+ messages)
` [PATCH v3 net-next 1/2] tcp: add TCP_ZEROCOPY_RECEIVE support for "
` [PATCH v3 net-next 2/2] selftests: net: tcp_mmap must use TCP_ZEROCOPY_RECEIVE
[PATCH v2 0/9] HugeTLB migration support for PPC64
2018-04-26 10:35 UTC (3+ messages)
` [PATCH v2 9/9] powerpc/hugetlb: Enable hugetlb migration for ppc64
LTP cve-2017-5754 test fails on kernel-v4.17-rc2
2018-04-26 10:00 UTC (2+ messages)
[PATCH] iomap: add a swapfile activation function
2018-04-26 7:27 UTC (5+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox