linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCHv2, RESEND 00/19] expose page table levels as Kconfig option
 2015-02-06 14:51 UTC  (17+ messages)
` [PATCHv2, RESEND 01/19] alpha: expose number of page table levels on Kconfig level
` [PATCHv2, RESEND 02/19] arm64: "
` [PATCHv2, RESEND 03/19] arm: "
` [PATCHv2, RESEND 04/19] frv: mark PUD and PMD folded
` [PATCHv2, RESEND 05/19] ia64: expose number of page table levels on Kconfig level
` [PATCHv2, RESEND 06/19] m32r: mark PMD folded
` [PATCHv2, RESEND 07/19] m68k: mark PMD folded and expose number of page table levels
` [PATCHv2, RESEND 08/19] mips: expose number of page table levels on Kconfig level
` [PATCHv2, RESEND 09/19] mn10300: mark PUD and PMD folded
` [PATCHv2, RESEND 10/19] parisc: expose number of page table levels on Kconfig level
` [PATCHv2, RESEND 12/19] s390: expose number of page table levels
` [PATCHv2, RESEND 13/19] sh: "
` [PATCHv2, RESEND 14/19] sparc: "
` [PATCHv2, RESEND 15/19] tile: "
` [PATCHv2, RESEND 18/19] mm: define default PGTABLE_LEVELS to two
` [PATCHv2, RESEND 19/19] mm: do not add nr_pmds into mm_struct if PMD is folded

[RFC] Making memcg track ownership per address_space or anon_vma
 2015-02-06 14:17 UTC  (18+ messages)

[mmotm:master 458/551] warning: (SB1XXX_CORELIS && ..) selects DEBUG_INFO which has unmet direct dependencies (DEBUG_KERNEL && ..)
 2015-02-06 13:33 UTC 

[PATCH v17 0/7] MADV_FREE support
 2015-02-06 12:58 UTC  (15+ messages)
` [PATCH v17 1/7] mm: support madvise(MADV_FREE)

[RFC PATCH] mm: madvise: Ignore repeated MADV_DONTNEED hints
 2015-02-05 21:44 UTC  (25+ messages)
  ` MADV_DONTNEED semantics? Was: "

[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2015-02-05 21:39 UTC  (4+ messages)
` [PATCH v12 04/20] mm: Allow page fault handlers to perform the COW

[RFC PATCH 0/7] Kernel huge I/O mapping support
 2015-02-05 20:56 UTC  (5+ messages)
` [RFC PATCH 2/7] lib: Add huge I/O map capability interfaces

[next:master 4658/4676] undefined reference to `copy_user_page'
 2015-02-05 20:45 UTC  (6+ messages)

[PATCH] gfs2: use __vmalloc GFP_NOFS for fs-related allocations
 2015-02-05 20:11 UTC  (8+ messages)

[PATCH 0/5] MIPS: LLVMLinux: Patches to enable compilation of a working kernel for MIPS using Clang/LLVM
 2015-02-05  8:37 UTC  (11+ messages)
` [PATCH 1/5] LLVMLinux: Correct size_index table before replacing the bootstrap kmem_cache_node
      ` [PATCH v2 "
      ` [PATCH v3 1/5] slab: "

[mmotm:master 458/551] /tmp/cc421eK7.s:11626: Error: symbol `$LSLT0' is already defined
 2015-02-05  3:25 UTC 

[RFC PATCH] mm: cma: add functions for getting allocation info
 2015-02-04 23:14 UTC  (3+ messages)

[mmotm:master 409/551] WARNING: arch/x86/kernel/cpu/microcode/microcode.o(.data+0x1cf0): Section mismatch in reference from the variable microcode_mutex to the variable .init.rodata:__mod_x86cpu__microcode_id_device_table
 2015-02-04 19:24 UTC 

[mmotm:master 394/551] drivers/isdn/hardware/eicon/platform.h:333:18: warning: array subscript is above array bounds
 2015-02-04 18:24 UTC  (3+ messages)
` [PATCH mmotm] x86_64: __asan_load2 can be static

[PATCH] hugetlb, x86: register 1G page size if we can allocate them runtime
 2015-02-04 17:47 UTC  (2+ messages)

copy_huge_page: unable to handle kernel NULL pointer dereference at 0000000000000008
 2015-02-04 16:42 UTC  (2+ messages)

[RFC PATCH 0/5] compaction: changing initial position of scanners
 2015-02-04 14:39 UTC  (7+ messages)

[PATCH] mm/swapfile.c: use spin_lock_bh with swap_lock to avoid deadlocks
 2015-02-04 12:26 UTC  (4+ messages)

[RFC] mremap: add MREMAP_NOHOLE flag
 2015-02-04 10:22 UTC  (3+ messages)

[PATCH v2] zram: remove init_lock in zram_make_request
 2015-02-04  4:01 UTC 

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2015-02-04  4:00 UTC  (27+ messages)
` [PATCH v11 00/19] Kernel address sanitizer - runtime memory debugger
  ` [PATCH v11 01/19] compiler: introduce __alias(symbol) shortcut
  ` [PATCH v11 02/19] Add kernel address sanitizer infrastructure
  ` [PATCH v11 03/19] kasan: disable memory hotplug
  ` [PATCH v11 04/19] x86_64: add KASan support
  ` [PATCH v11 05/19] mm: page_alloc: add kasan hooks on alloc and free paths
  ` [PATCH v11 06/19] mm: slub: introduce virt_to_obj function
  ` [PATCH v11 07/19] mm: slub: share object_err function
  ` [PATCH v11 08/19] mm: slub: introduce metadata_access_enable()/metadata_access_disable()
  ` [PATCH v11 09/19] mm: slub: add kernel address sanitizer support for slub allocator
  ` [PATCH v11 10/19] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
  ` [PATCH v11 11/19] kmemleak: disable kasan instrumentation for kmemleak
  ` [PATCH v11 12/19] lib: add kasan test module
  ` [PATCH v11 13/19] x86_64: kasan: add interceptors for memset/memmove/memcpy functions
  ` [PATCH v11 14/19] kasan: enable stack instrumentation
  ` [PATCH v11 15/19] mm: vmalloc: add flag preventing guard hole allocation
  ` [PATCH v11 16/19] mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
  ` [PATCH v11 17/19] kernel: add support for .init_array.* constructors
  ` [PATCH v11 18/19] module: fix types of device tables aliases
  ` [PATCH v11 19/19] kasan: enable instrumentation of global variables

[PATCH] mm: Don't offset memmap for flatmem
 2015-02-04  2:25 UTC  (8+ messages)
` [PATCHv2] "

[ras:rfc-mirror 2/2] mm/memblock.c:57:6: sparse: symbol 'memblock_have_mirror' was not declared. Should it be static?
 2015-02-04  1:58 UTC  (2+ messages)
` [PATCH ras] mirror: memblock_have_mirror can be static

[mmotm:master 458/551] warning: (GDB_SCRIPTS) selects DEBUG_INFO which has unmet direct dependencies (DEBUG_KERNEL && ..)
 2015-02-04  1:45 UTC 

mmotm 2015-02-03-16-38 uploaded
 2015-02-04  0:38 UTC 

[RFCv3 1/2] device: add dma_params->max_segment_count
 2015-02-04  0:14 UTC  (44+ messages)
` [RFCv3 2/2] dma-buf: add helpers for sharing attacher constraints with dma-parms
                              ` [Linaro-mm-sig] "

[PATCH 1/2] mremap: don't allow VM_MIXEDMAP vma expanding
 2015-02-03 23:25 UTC  (9+ messages)
` [PATCH 2/2] aio: make aio .mremap handle size changes

[RFC 0/3] Slab allocator array operations
 2015-02-03 23:19 UTC  (11+ messages)
` [RFC 1/3] Slab infrastructure for "

[PATCH v2 2/2] task_mmu: Add user-space support for resetting mm->hiwater_rss (peak RSS)
 2015-02-03 20:16 UTC  (11+ messages)

[PATCH] mm: fix arithmetic overflow in __vm_enough_memory()
 2015-02-03 13:29 UTC  (2+ messages)

[PATCH 0/5] mm: Some .text savings
 2015-02-03  9:57 UTC  (7+ messages)
` [PATCH 1/5] mm/internal.h: Don't split printk call in two
` [PATCH 2/5] mm/page_alloc.c: Pull out init code from build_all_zonelists
` [PATCH 3/5] mm/mm_init.c: Mark mminit_verify_zonelist as __init
` [PATCH 4/5] mm/mm_init.c: Mark mminit_loglevel __meminitdata

[RFC PATCH v3 1/3] mm/cma: change fallback behaviour for CMA freepage
 2015-02-03  6:55 UTC  (5+ messages)
` [RFC PATCH v3 3/3] mm/compaction: enhance compaction finish condition

[PATCH] zram: check bd_openers instead bd_holders
 2015-02-03  4:53 UTC  (2+ messages)

[PATCH v1 2/2] zram: remove init_lock in zram_make_request
 2015-02-03  3:56 UTC  (7+ messages)

[PATCH 0/2] Export __vmalloc_node symbol
 2015-02-02 23:26 UTC  (4+ messages)
` [PATCH 2/2] staging/lustre: use __vmalloc_node() to avoid __GFP_FS default

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox