[PATCH 1/6] mm/vmscan: Wake up flushers for legacy cgroups too
2018-03-15 16:45 UTC (3+ messages)
` [PATCH 2/6] mm/vmscan: Update stale comments
` [PATCH 3/6] mm/vmscan: replace mm_vmscan_lru_shrink_inactive with shrink_page_list tracepoint
[PATCH 0/8] trace_uprobe: Support SDT markers having reference count (semaphore)
2018-03-15 16:44 UTC (33+ messages)
` [PATCH 1/8] Uprobe: Export vaddr <-> offset conversion functions
` [PATCH 2/8] mm: Prefix vma_ to vaddr_to_offset() and offset_to_vaddr()
` [PATCH 3/8] Uprobe: Rename map_info to uprobe_map_info
` [PATCH 4/8] Uprobe: Export uprobe_map_info along with uprobe_{build/free}_map_info()
` [PATCH 5/8] trace_uprobe: Support SDT markers having reference count (semaphore)
` [PATCH 6/8] trace_uprobe/sdt: Fix multiple update of same reference counter
` [PATCH 7/8] perf probe: Support SDT markers having reference counter (semaphore)
` [PATCH 8/8] trace_uprobe/sdt: Document about reference counter
[PATCH v3] x86: treat pkey-0 special
2018-03-15 16:13 UTC (4+ messages)
[PATCH] mm/page_alloc: fix boot hang in memmap_init_zone
2018-03-15 15:39 UTC (7+ messages)
[PATCH] mm/khugepaged: Convert VM_BUG_ON() to collapse fail
2018-03-15 15:23 UTC
[PATCH] mm/thp: Do not wait for lock_page() in deferred_split_scan()
2018-03-15 15:07 UTC
[PATCH v2 0/2] fix memory leak / panic in ioremap huge pages
2018-03-15 14:51 UTC (7+ messages)
` [PATCH v2 1/2] mm/vmalloc: Add interfaces to free unmapped page table
` [PATCH v2 2/2] x86/mm: implement free pmd/pte page interfaces
[PATCH] percpu: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()
2018-03-15 14:42 UTC (14+ messages)
` [PATCH] Improve mutex documentation
[PATCH] mm: fix low-high watermark distance on small systems
2018-03-15 14:34 UTC (2+ messages)
[PATCH 00/16] remove eight obsolete architectures
2018-03-15 14:17 UTC (13+ messages)
` [PATCH 10/16] mm: remove obsolete alloc_remap()
` [PATCH 11/16] treewide: simplify Kconfig dependencies for removed archs
[PATCH 0/2] x86/mm: Fix couple MKTME-related issues
2018-03-15 13:49 UTC (3+ messages)
` [PATCH 1/2] x86/mm: Fix comment in detect_tme() regarding x86_phys_bits
` [PATCH 2/2] x86/mm: Do not lose cpuinfo_x86:x86_phys_bits adjustment
[RFC PATCH v19 0/8] mm: security: ro protection for dynamic data
2018-03-15 13:43 UTC (23+ messages)
` [PATCH 1/8] genalloc: track beginning of allocations
` [PATCH 2/8] Add label to genalloc.rst for cross reference
` [PATCH 3/8] genalloc: selftest
` [PATCH 4/8] struct page: add field for vm_struct
` [PATCH 5/8] Protectable Memory
` [PATCH 6/8] Pmalloc selftest
` [PATCH 7/8] lkdtm: crash on overwriting protected pmalloc var
` [PATCH 8/8] Documentation for Pmalloc
KVM hang after OOM
2018-03-15 12:37 UTC (7+ messages)
[PATCH -mm] mm, madvise, THP: Use THP aligned address in madvise_free_huge_pmd()
2018-03-15 12:29 UTC (4+ messages)
[memcg:since-4.15 382/386] arch/m68k/mm/init.c:125:0: warning: "UL" redefined
2018-03-15 8:39 UTC (3+ messages)
[PATCHv3 0/2] zsmalloc/zram: drop zram's max_zpage_size
2018-03-15 0:55 UTC (5+ messages)
` [PATCHv3 1/2] zsmalloc: introduce zs_huge_class_size() function
` [PATCHv3 2/2] zram: drop max_zpage_size and use zs_huge_class_size()
mmotm 2018-03-14-16-24 uploaded
2018-03-14 23:24 UTC
[mmotm:master 8/285] fs//hugetlbfs/inode.c:142:22: note: in expansion of macro 'PGOFF_LOFFT_MAX'
2018-03-14 21:50 UTC (4+ messages)
lib///lzo/lzodefs.h:27:2: error: #error "conflicting endian definitions"
2018-03-14 21:31 UTC (2+ messages)
[PATCH v3] powerpc: treat pkey-0 special
2018-03-14 21:01 UTC
[PATCH] x86/mm: remove pointless checks in vmalloc_fault
2018-03-14 20:59 UTC
[patch -mm v3 0/3] mm, memcg: introduce oom policies
2018-03-14 20:58 UTC (7+ messages)
` [patch -mm v3 1/3] mm, memcg: introduce per-memcg oom policy tunable
` [patch -mm] mm, memcg: evaluate root and leaf memcgs fairly on oom
[PATCH 0/2] x86/mm: vmalloc_fault fix for CONFIG_HUGETLBFS off
2018-03-14 20:07 UTC (6+ messages)
` [PATCH 2/2] x86/mm: remove pointless checks in vmalloc_fault
[PATCH 4/8] HMM: Remove superflous RCU protection around radix tree lookup
2018-03-14 19:45 UTC
[PATCH 1/1 v2] x86: pkey-mprotect must allow pkey-0
2018-03-14 18:58 UTC (6+ messages)
[PATCH] slab, slub: remove size disparity on debug kernel
2018-03-14 17:02 UTC (5+ messages)
[PATCH v9 00/24] Speculative page faults
2018-03-14 16:25 UTC (18+ messages)
` [PATCH v9 01/24] mm: Introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v9 03/24] powerpc/mm: Define CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v9 10/24] mm: Protect SPF handler against anon_vma changes
` [PATCH v9 15/24] mm: Introduce __vm_normal_page()
` [PATCH v9 16/24] mm: Introduce __page_add_new_anon_rmap()
` [PATCH v9 17/24] mm: Protect mm_rb tree with a rwlock
` [PATCH v9 18/24] mm: Provide speculative fault infrastructure
` [PATCH v9 19/24] mm: Adding speculative page fault failure trace events
` [PATCH v9 20/24] perf: Add a speculative page fault sw event
` [PATCH v9 21/24] perf tools: Add support for the SPF perf event
` [PATCH v9 22/24] mm: Speculative page fault handler return VMA
` [PATCH v9 23/24] x86/mm: Add speculative pagefault handling
` [PATCH v9 24/24] powerpc/mm: Add speculative page fault
[PATCH 09/16] mm: remove blackfin MPU support
2018-03-14 14:37 UTC
[PATCH] x86, powerpc : pkey-mprotect must allow pkey-0
2018-03-14 14:08 UTC (6+ messages)
mmotm 2018-03-13-15-15 uploaded
2018-03-14 13:03 UTC (2+ messages)
BUG: unable to handle kernel paing request at fffffc0000000000
2018-03-14 11:22 UTC (2+ messages)
Hangs in balance_dirty_pages with arm-32 LPAE + highmem
2018-03-14 9:12 UTC (6+ messages)
[PATCH] x86, memremap: fix altmap accounting at free
2018-03-14 8:40 UTC (2+ messages)
[PATCH V2] ZBOOT: fix stack protector in compressed boot phase
2018-03-14 8:10 UTC (4+ messages)
[PATCH 1/1 v2] powerpc: pkey-mprotect must allow pkey-0
2018-03-14 7:45 UTC
[mmotm:master 9/285] mm/hugetlb.c:4378:2: error: invalid use of void expression
2018-03-14 6:21 UTC
[mmotm:master 9/285] include/linux/mmdebug.h:52:34: note: in expansion of macro 'BUILD_BUG_ON_INVALID'
2018-03-14 3:42 UTC
kernel BUG at mm/khugepaged.c:533 on 4.15.3
2018-03-14 1:21 UTC (4+ messages)
[PATCH v2 0/2] optimize memory hotplug
2018-03-14 1:02 UTC (6+ messages)
` [PATCH v2 1/2] mm: uninitialized struct page poisoning sanity checking
[v5 0/2] initialize pages on demand during boot
2018-03-14 0:59 UTC (10+ messages)
` [v5 1/2] mm: disable interrupts while initializing deferred pages
OK to merge via powerpc? (was Re: [PATCH 05/14] mm: make memblock_alloc_base_nid non-static)
2018-03-14 0:56 UTC (3+ messages)
[PATCH] mm/page_alloc: fix memmap_init_zone pageblock alignment
2018-03-13 22:47 UTC (10+ messages)
` [PATCH v3 0/2] mm/page_alloc: fix kernel BUG at mm/page_alloc.c:1913! crash in move_freepages()
` [PATCH v3 2/2] mm/page_alloc: fix memmap_init_zone pageblock alignment
[PATCH 0/1] make start_isolate_page_range() thread safe
2018-03-13 21:27 UTC (4+ messages)
` [PATCH v2] mm: make start_isolate_page_range() fail if already isolated
[PATCH V2] mm/memcontrol.c: fix parameter description mismatch
2018-03-13 20:10 UTC (2+ messages)
[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
2018-03-13 18:35 UTC (10+ messages)
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct
[v6 0/2] initialize pages on demand during boot
2018-03-13 18:23 UTC (3+ messages)
` [v6 1/2] mm: disable interrupts while initializing deferred pages
` [v6 2/2] mm: initialize pages on demand during boot
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