[PATCH 0/5] kasan: detect invalid frees
2017-12-27 12:44 UTC (2+ messages)
` [PATCH 4/5] kasan: unify code between kasan_slab_free() and kasan_poison_kfree()
[PATCH v5 00/78] XArray v5
2017-12-27 10:26 UTC (17+ messages)
` [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v5 04/78] page cache: Use xa_lock
` [PATCH v5 05/78] xarray: Replace exceptional entries
` [PATCH v5 06/78] xarray: Change definition of sibling entries
[PATCH v3 0/3] create sysfs representation of ACPI HMAT
2017-12-27 9:10 UTC (27+ messages)
[PATCH v2] zram: better utilization of zram swap space
2017-12-27 7:10 UTC (3+ messages)
[RFC PATCH] mm: unclutter THP migration
2017-12-27 2:19 UTC (6+ messages)
` [RFC PATCH 0/3] "
` [RFC PATCH 2/3] mm, migrate: remove reason argument from new_page_t
` [RFC PATCH 3/3] mm: unclutter THP migration
[Bug 190841] New: [REGRESSION] Intensive Memory CGroup removal leads to high load average 10+
2017-12-26 20:40 UTC (5+ messages)
[PATCH v2 0/5] mm: NUMA stats code cleanup and enhancement
2017-12-26 19:05 UTC (14+ messages)
` [PATCH v2 3/5] mm: enlarge NUMA counters threshold size
[PATCH v20 0/7] Virtio-balloon Enhancement
2017-12-26 13:40 UTC (11+ messages)
` [PATCH v20 4/7] virtio-balloon: VIRTIO_BALLOON_F_SG
` [virtio-dev] "
[PATCH -V4 -mm] mm, swap: Fix race between swapoff and some swap operations
2017-12-26 5:33 UTC (9+ messages)
kernel BUG at fs/userfaultfd.c:LINE!
2017-12-25 9:07 UTC (5+ messages)
` [PATCH 0/1] "
` [PATCH 1/1] userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails
[PATCH v20 3/7 RESEND] xbitmap: add more operations
2017-12-24 7:31 UTC (11+ messages)
[mmotm:master 37/234] fs//ocfs2/aops.c:2437:3: note: in expansion of macro 'if'
2017-12-24 5:13 UTC
[PATCH] zsmalloc: use U suffix for negative literals being shifted
2017-12-24 3:28 UTC (3+ messages)
[PATCH] mm,oom: use ALLOC_OOM for OOM victim's last second allocation
2017-12-23 14:41 UTC (8+ messages)
[PATCH 1/2] mm: Make follow_pte_pmd an inline
2017-12-23 13:06 UTC (13+ messages)
` [PATCH 2/2] Introduce __cond_lock_err
[mmotm:master 157/234] mm/kasan/kasan.c:781:1: sparse: symbol '__asan_set_shadow_00' was not declared. Should it be static?
2017-12-23 12:59 UTC (2+ messages)
` [RFC PATCH mmotm] kasan: __asan_set_shadow_00 can be static
[mmotm:master 156/234] lib/test_kasan.c:478:27: sparse: Variable length array is used
2017-12-23 12:49 UTC
[PATCH] mm/sparse.c: Wrong allocation for mem_section
2017-12-23 9:54 UTC (2+ messages)
mmotm 2017-12-22-17-55 uploaded
2017-12-23 9:11 UTC (2+ messages)
INFO: task hung in invalidate_inode_pages2_range
2017-12-23 7:26 UTC
[RFC] does ioremap() cause memory leak?
2017-12-23 5:32 UTC (2+ messages)
[PATCH] mm/fadvise: discard partial pages iff endbyte is also eof
2017-12-23 4:16 UTC
[mmotm:master 37/234] fs//ocfs2/aops.c:2437:11: warning: comparison of constant '0' with boolean expression is always false
2017-12-23 2:57 UTC
revamp vmem_altmap / dev_pagemap handling V2
2017-12-23 1:54 UTC (4+ messages)
` [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages
KASAN: use-after-free Read in __pagevec_lru_add_fn
2017-12-22 22:25 UTC (2+ messages)
INFO: rcu detected stall in input_inject_event
2017-12-22 21:37 UTC
Memory hotplug regression in 4.13
2017-12-22 18:45 UTC (9+ messages)
[PATCH v3 0/9] memfd: add sealing to hugetlb-backed memory
2017-12-22 18:30 UTC (7+ messages)
[RFC PATCH v4 00/18] VM introspection
2017-12-22 16:36 UTC (27+ messages)
` [RFC PATCH v4 02/18] add memory map/unmap support for VM introspection on the guest side
` [RFC PATCH v4 04/18] kvm: x86: add kvm_mmu_nested_guest_page_fault() and kvmi_mmu_fault_gla()
` [RFC PATCH v4 05/18] kvm: x86: add kvm_arch_vcpu_set_regs()
` [RFC PATCH v4 07/18] kvm: page track: add support for preread, prewrite and preexec
` [RFC PATCH v4 08/18] kvm: add the VM introspection subsystem
` [RFC PATCH v4 09/18] kvm: hook in "
[PATCH 4.14 023/159] mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y
2017-12-22 15:12 UTC (10+ messages)
` [PATCH 4.14 024/159] x86/kasan: Use the same shadow offset for 4- and 5-level paging
` [PATCH 4.14 025/159] x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XEN_PVH=y
` [PATCH 4.14 026/159] x86/xen: Drop 5-level paging support code from the XEN_PV code
` [PATCH 4.14 033/159] x86/boot: Relocate definition of the initial state of CR0
` [PATCH 4.14 097/159] x86/paravirt: Dont patch flush_tlb_single
Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
2017-12-22 14:04 UTC (17+ messages)
[PATCH v4] printk: Add console owner and waiter logic to load balance console writes
2017-12-22 12:44 UTC (3+ messages)
general protection fault in finish_task_switch
2017-12-22 10:37 UTC (14+ messages)
[RFC PATCH 0/5] mm, hugetlb: allocation API and migration improvements
2017-12-22 9:48 UTC (9+ messages)
[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
2017-12-22 8:51 UTC (9+ messages)
` [PATCH 14/15] dax: associate mappings with inodes, and warn if dma collides with truncate
[PATCH 4.4 03/78] x86/mm: Add INVPCID helpers
2017-12-22 8:45 UTC (4+ messages)
` [PATCH 4.4 04/78] x86/mm: Fix INVPCID asm constraint
` [PATCH 4.4 05/78] x86/mm: Add a noinvpcid boot option to turn off INVPCID
` [PATCH 4.4 06/78] x86/mm: If INVPCID is available, use it to flush global mappings
[PATCH] Move kfree_call_rcu() to slab_common.c
2017-12-22 3:17 UTC (9+ messages)
[PATCH v2 1/1] Move kfree_call_rcu() to slab_common.c
2017-12-22 2:53 UTC (5+ messages)
[PATCH 00/18] introduce a new tool, valid access checker
2017-12-22 1:51 UTC (2+ messages)
ACPI issues on cold power on [bisected]
2017-12-22 0:21 UTC (2+ messages)
[PATCH v2 0/3] mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
2017-12-22 0:11 UTC (3+ messages)
[PATCH v2 0/2] mm: introduce MAP_FIXED_SAFE
2017-12-22 0:06 UTC (17+ messages)
` [PATCH 1/2] mmap.2: document new MAP_FIXED_SAFE flag
` [PATCH 2/2] mmap.2: MAP_FIXED updated documentation
` known bad patch in -mm tree was "
[RFC PATCH] mm: memcontrol: memory+swap accounting for cgroup-v2
2017-12-21 17:29 UTC (14+ messages)
[PATCH 0/8] Restructure struct page
2017-12-21 17:03 UTC (7+ messages)
` [PATCH 5/8] mm: Introduce _slub_counter_t
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