[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
2014-11-24 18:45 UTC (28+ messages)
` [PATCH v6 00/11] Kernel address sanitizer - runtime memory debugger
` [PATCH v7 00/12] "
` [PATCH v7 01/12] Add kernel address sanitizer infrastructure
` [PATCH v7 02/12] x86_64: load_percpu_segment: read irq_stack_union.gs_base before load_segment
` [PATCH v7 03/12] x86_64: add KASan support
` [PATCH v7 04/12] mm: page_alloc: add kasan hooks on alloc and free paths
` [PATCH v7 05/12] mm: slub: introduce virt_to_obj function
` [PATCH v7 06/12] mm: slub: share slab_err and object_err functions
` [PATCH v7 07/12] mm: slub: introduce metadata_access_enable()/metadata_access_disable()
` [PATCH v7 08/12] mm: slub: add kernel address sanitizer support for slub allocator
` [PATCH v7 09/12] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
` [PATCH v7 10/12] kmemleak: disable kasan instrumentation for kmemleak
` [PATCH v7 11/12] lib: add kasan test module
` [PATCH v7 12/12] x86_64: kasan: add interceptors for memset/memmove/memcpy functions
[PATCH] mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLE
2014-11-24 18:21 UTC (2+ messages)
[PATCH] slub: fix confusing error messages in check_slab
2014-11-24 17:40 UTC (3+ messages)
[RFC PATCH 0/5] mm: Patches for mitigating memory allocation stalls
2014-11-24 17:25 UTC (12+ messages)
` [PATCH 1/5] mm: Introduce OOM kill timeout
` [PATCH 2/5] mm: Kill shrinker's global semaphore
` [PATCH 3/5] mm: Remember ongoing memory allocation status
` [PATCH 4/5] mm: Drop __GFP_WAIT flag when allocating from shrinker functions
` [PATCH 5/5] mm: Insert some delay if ongoing memory allocation stalls
[PATCH v2] mm/zsmalloc: avoid duplicate assignment of prev_class
2014-11-24 16:56 UTC (3+ messages)
low memory killer
2014-11-24 16:17 UTC (7+ messages)
` 答复: "
` 答复: "
[RFC PATCH] mm/thp: Always allocate transparent hugepages on local node
2014-11-24 15:03 UTC (2+ messages)
[PATCH] mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZE
2014-11-24 14:03 UTC
[PATCH] mm/zsmalloc: remove uninitialized_var
2014-11-24 14:02 UTC
UBIFS assert failed in ubifs_set_page_dirty at 1421
2014-11-24 13:27 UTC (7+ messages)
LSF/MM 2015 Call For Proposals
2014-11-24 9:58 UTC
[PATCH v3 0/8] Resurrect and use struct page extension for some debugging features
2014-11-24 8:15 UTC (9+ messages)
` [PATCH v3 1/8] mm/page_ext: resurrect struct page extending code for debugging
` [PATCH v3 2/8] mm/debug-pagealloc: prepare boottime configurable on/off
` [PATCH v3 3/8] mm/debug-pagealloc: make debug-pagealloc boottime configurable
` [PATCH v3 4/8] mm/nommu: use alloc_pages_exact() rather than it's own implementation
` [PATCH v3 5/8] stacktrace: introduce snprint_stack_trace for buffer output
` [PATCH v3 6/8] mm/page_owner: keep track of page owners
` [PATCH v3 7/8] mm/page_owner: correct owner information for early allocated pages
` [PATCH v3 8/8] Documentation: add new page_owner document
[RFC PATCH] mm/zsmalloc: remove unnecessary check
2014-11-24 7:55 UTC (7+ messages)
Repeated fork() causes SLAB to grow without bound
2014-11-24 7:09 UTC (25+ messages)
` [RFC PATCH] "
` [PATCH] "
[PATCH v2 0/7] Resurrect and use struct page extension for some debugging features
2014-11-24 3:10 UTC (16+ messages)
` [PATCH v2 1/7] mm/page_ext: resurrect struct page extending code for debugging
` [PATCH v2 2/7] mm/debug-pagealloc: prepare boottime configurable on/off
` [PATCH v2 3/7] mm/debug-pagealloc: make debug-pagealloc boottime configurable
` [PATCH v2 4/7] mm/nommu: use alloc_pages_exact() rather than it's own implementation
` [PATCH v2 5/7] stacktrace: introduce snprint_stack_trace for buffer output
` [PATCH v2 6/7] mm/page_owner: keep track of page owners
` [PATCH v2 7/7] mm/page_owner: correct owner information for early allocated pages
[PATCH] mm,vmacache: count number of system-wide flushes
2014-11-24 2:25 UTC
isolate_freepages_block and excessive CPU usage by OSD process
2014-11-23 9:33 UTC (8+ messages)
[PATCH v2 0/5] btrfs: implement swap file support
2014-11-22 20:03 UTC (13+ messages)
` [PATCH v2 1/5] direct-io: don't dirty ITER_BVEC pages on read
` [PATCH v2 2/5] nfs: don't dirty ITER_BVEC pages read through direct I/O
` [PATCH v2 3/5] swap: use direct I/O for SWP_FILE swap_readpage
` [PATCH v2 4/5] btrfs: don't allow -C or +c chattrs on a swap file
` [PATCH v2 5/5] btrfs: enable swap file support
[balancenuma:mm-numa-protnone-v3r3 83/362] include/linux/compaction.h:108:1: error: expected identifier or '(' before '{' token
2014-11-22 18:18 UTC (5+ messages)
[mmotm:master 108/319] kernel/events/uprobes.c:319:2: error: implicit declaration of function 'mem_cgroup_charge_anon'
2014-11-22 0:36 UTC (3+ messages)
[PATCH v6 0/7] Support Write-Through mapping on x86
2014-11-21 18:10 UTC (8+ messages)
` [PATCH v6 1/7] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v6 2/7] x86, mm, pat: Change reserve_memtype() to handle WT
` [PATCH v6 3/7] x86, mm, asm-gen: Add ioremap_wt() for WT
` [PATCH v6 4/7] x86, mm, pat: Add pgprot_writethrough() "
` [PATCH v6 5/7] x86, mm, pat: Refactor !pat_enabled handling
` [PATCH v6 6/7] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v6 7/7] x86, mm: Add set_memory_wt() for WT
[PATCH] mm/zsmalloc: support max obj with length of PAGE_SIZE
2014-11-21 16:18 UTC
[PATCH v2 0/9] Replace smp_read_barrier_depends() with lockless_derefrence()
2014-11-21 15:05 UTC
[PATCH 0/10] Replace _PAGE_NUMA with PAGE_NONE protections v3
2014-11-21 13:57 UTC (11+ messages)
` [PATCH 01/10] mm: numa: Do not dereference pmd outside of the lock during NUMA hinting fault
` [PATCH 02/10] mm: Add p[te|md] protnone helpers for use by NUMA balancing
` [PATCH 03/10] mm: Convert p[te|md]_numa users to p[te|md]_protnone_numa
` [PATCH 04/10] ppc64: Add paranoid warnings for unexpected DSISR_PROTFAULT
` [PATCH 05/10] mm: Convert p[te|md]_mknonnuma and remaining page table manipulations
` [PATCH 06/10] mm: Remove remaining references to NUMA hinting bits and helpers
` [PATCH 07/10] mm: numa: Do not trap faults on the huge zero page
` [PATCH 08/10] x86: mm: Restore original pte_special check
` [PATCH 09/10] mm: numa: Add paranoid check around pte_protnone_numa
` [PATCH 10/10] mm: numa: Avoid unnecessary TLB flushes when setting NUMA hinting entries
[PATCHv2 RFC 00/19] THP refcounting redesign
2014-11-21 12:02 UTC (12+ messages)
` [PATCH 06/19] mm: store mapcount for compound page separate
[PATCH 1/3] mm: sl[aou]b: introduce kmem_cache_zalloc_node()
2014-11-21 9:57 UTC (7+ messages)
[PATCH 0/10] Replace _PAGE_NUMA with PAGE_NONE protections v2
2014-11-21 9:35 UTC (18+ messages)
` [PATCH 01/10] mm: numa: Do not dereference pmd outside of the lock during NUMA hinting fault
` [PATCH 02/10] mm: Add p[te|md] protnone helpers for use by NUMA balancing
` [PATCH 03/10] mm: Convert p[te|md]_numa users to p[te|md]_protnone_numa
` [PATCH 04/10] ppc64: Add paranoid warnings for unexpected DSISR_PROTFAULT
` [PATCH 05/10] mm: Convert p[te|md]_mknonnuma and remaining page table manipulations
` [PATCH 06/10] mm: Remove remaining references to NUMA hinting bits and helpers
` [PATCH 07/10] mm: numa: Do not trap faults on the huge zero page
` [PATCH 08/10] x86: mm: Restore original pte_special check
` [PATCH 09/10] mm: numa: Add paranoid check around pte_protnone_numa
` [PATCH 10/10] mm: numa: Avoid unnecessary TLB flushes when setting NUMA hinting entries
[PATCH] mm/zsmalloc: avoid duplicate assignment of prev_class
2014-11-21 5:25 UTC (5+ messages)
[PATCH] mm: page_alloc: store updated page migratetype to avoid misusing stale value
2014-11-20 17:52 UTC (4+ messages)
[PATCH 00/10] RFC: userfault (question about remap_anon_pages API)
2014-11-20 6:21 UTC
[PATCH] mm/numa balancing: Rearrange Kconfig entry
2014-11-20 0:50 UTC (2+ messages)
mmotm 2014-11-19-16-16 uploaded
2014-11-20 0:17 UTC
[PATCH] zram: rely on the bi_end_io for zram_rw_page fails
2014-11-19 23:32 UTC (5+ messages)
[mmotm:master 120/306] fs/proc/task_mmu.c:474 smaps_account() warn: should 'size << 12' be a 64 bit type?
2014-11-19 23:30 UTC (3+ messages)
[PATCH 0/5] Further compaction tuning
2014-11-19 22:53 UTC (8+ messages)
` [PATCH 5/5] mm, compaction: more focused lru and pcplists draining
[PATCH 0/3] hugetlb: misc small fixes/improvements
2014-11-19 22:43 UTC (7+ messages)
` [PATCH 1/3] hugetlb: fix hugepages= entry in kernel-parameters.txt
` [PATCH 2/3] hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED()
` [PATCH 3/3] hugetlb: hugetlb_register_all_nodes(): add __init marker
[PATCH 3.14 117/122] x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead of flushing the TLB
2014-11-19 20:52 UTC
[PATCH] mm: frontswap: invalidate expired data on a dup-store failure
2014-11-19 15:43 UTC (4+ messages)
mm: shmem: freeing mlocked page
2014-11-19 13:38 UTC (4+ 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