linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 0/6] KASAN for amr64
 2015-08-12 13:41 UTC  (16+ messages)
` [PATCH v5 1/6] x86/kasan: define KASAN_SHADOW_OFFSET per architecture
` [PATCH v5 2/6] x86/kasan, mm: introduce generic kasan_populate_zero_shadow()
` [PATCH v5 3/6] arm64: introduce VA_START macro - the first kernel virtual address
` [PATCH v5 4/6] arm64: move PGD_SIZE definition to pgalloc.h
` [PATCH v5 5/6] arm64: add KASAN support
` [PATCH v5 6/6] ARM64: kasan: print memory assignment

[PATCH 00/10] Remove zonelist cache and high-order watermark checking v2
 2015-08-12 13:22 UTC  (12+ messages)
` [PATCH 01/10] mm, page_alloc: Delete the zonelist_cache
` [PATCH 02/10] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe
` [PATCH 03/10] mm, page_alloc: Remove unnecessary recalculations for dirty zone balancing
` [PATCH 04/10] mm, page_alloc: Remove unnecessary taking of a seqlock when cpusets are disabled
` [PATCH 05/10] mm, page_alloc: Use masks and shifts when converting GFP flags to migrate types
` [PATCH 06/10] mm: page_alloc: Distinguish between being unable to sleep, unwilling to unwilling and avoiding waking kswapd
` [PATCH 07/10] mm: page_alloc: Rename __GFP_WAIT to __GFP_RECLAIM
` [PATCH 08/10] mm, page_alloc: Remove MIGRATE_RESERVE
` [PATCH 09/10] mm, page_alloc: Reserve pageblocks for high-order atomic allocations on demand
` [PATCH 10/10] mm, page_alloc: Only enforce watermarks for order-0 allocations

mm: use after free and panic in free_pages_and_swap_cache
 2015-08-12 12:27 UTC  (2+ messages)

[PATCH v7 0/6] Allow user to request memory to be locked on page fault
 2015-08-12 11:59 UTC  (10+ messages)
` [PATCH v7 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code
` [PATCH v7 2/6] mm: mlock: Add new mlock system call
` [PATCH v7 3/6] mm: Introduce VM_LOCKONFAULT
` [PATCH v7 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH v7 5/6] selftests: vm: Add tests for lock on fault
` [PATCH v7 6/6] mips: Add entry for new mlock2 syscall

[PATCH V1 Resend 09/10] mm: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-12 10:29 UTC 

[PATCH v2 2/5] mm/hwpoison: fix PageHWPoison test/set race
 2015-08-12  9:35 UTC  (12+ messages)
` [PATCH v2 3/5] mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error handling
` [PATCH v2 4/5] mm/hwpoison: fix refcount of THP head page in no-injection case
` [PATCH v2 5/5] mm/hwpoison: replace most of put_page in memory error handling by put_hwpoison_page

[PATCH] mm/hwpoison: fix panic due to split huge zero page
 2015-08-12  9:16 UTC  (4+ messages)

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2015-08-12  9:14 UTC  (9+ messages)
` [RFC 3/8] mm: page_alloc: do not lock up GFP_NOFS allocations upon OOM
` [RFC 4/8] jbd, jbd2: Do not fail journal because of frozen_buffer allocation failure

[PATCH, RFC 0/2] Recover some scalability for DAX
 2015-08-12  8:51 UTC  (17+ messages)
` [PATCH, RFC 1/2] lib: Implement range locks
` [PATCH, RFC 2/2] dax: use range_lock instead of i_mmap_lock

[PATCH] smaps: fill missing fields for vma(VM_HUGETLB)
 2015-08-12  7:45 UTC  (18+ messages)
` [PATCH v2 0/2] hugetlb: display per-process/per-vma usage
  ` [PATCH v2 2/2] mm: hugetlb: add VmHugetlbRSS: field in /proc/pid/status
        ` [PATCH v3 1/3] smaps: fill missing fields for vma(VM_HUGETLB)
        ` [PATCH v3 3/3] Documentation/filesystems/proc.txt: document hugetlb RSS
              ` [PATCH v4 1/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/smaps
                ` [PATCH v4 2/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
        ` [PATCH v3 2/3] mm: hugetlb: add VmHugetlbRSS: field in /proc/pid/status
  ` [PATCH v2 1/2] smaps: fill missing fields for vma(VM_HUGETLB)

[PATCH 00/23] userfaultfd v4
 2015-08-12  5:23 UTC  (5+ messages)
` [PATCH 19/23] userfaultfd: activate syscall
  ` [Qemu-devel] "

[PATCH 0/5] Make cpuid <-> nodeid mapping persistent
 2015-08-12  1:53 UTC  (7+ messages)
` [PATCH 1/5] x86, gfp: Cache best near node for memory allocation

[PATCH 0/3] Make workingset detection logic memcg aware
 2015-08-11 15:59 UTC  (8+ messages)

[PATCH 1/1] mm: vmstat: introducing vm counter for slowpath
 2015-08-11 10:55 UTC  (8+ messages)

[PATCH 1/1] mm: compaction: include compact_nodes in compaction.h
 2015-08-11 10:45 UTC  (3+ messages)

[RFC v3 1/2] mm, compaction: introduce kcompactd
 2015-08-11  8:50 UTC  (4+ messages)

[PATCH 1/2] memory-hotplug: fix wrong edge when hot add a new node
 2015-08-11  7:33 UTC  (2+ messages)
` [PATCH 2/2] memory-hotplug: remove reset_node_managed_pages() and reset_node_managed_pages() in hotadd_new_pgdat()

[PATCH v2] mm/slub: don't wait for high-order page allocation
 2015-08-11  6:36 UTC  (4+ messages)

[RFC PATCH] percpu: Prevent endless loop if there is no unallocated region
 2015-08-10 17:19 UTC  (3+ messages)
  ` [RFC PATCH] percpu: Prevent endless loop if there is no unallocated region (unicore32 bug)

kdbus: to merge or not to merge?
 2015-08-10 17:04 UTC  (3+ messages)

[PATCH 00/16] Sanitize usage of ->flags and ->mapping for tail pages
 2015-08-10 13:50 UTC  (11+ messages)
` [PATCH 04/16] page-flags: define PG_locked behavior on compound pages
  ` page-flags behavior on compound pages: a worry

[PATCH v4 0/7] KASAN for arm64
 2015-08-10 12:00 UTC  (4+ messages)
` [PATCH v4 2/7] mm: kasan: introduce generic kasan_populate_zero_shadow()

[PATCH v2 1/5] mm/hwpoison: fix fail to split thp w/ refcount held
 2015-08-10 11:28 UTC 

[RFC v3 2/2] mm, compaction: make kcompactd rely on sysctl_extfrag_threshold
 2015-08-10  9:54 UTC  (3+ messages)

Warning at mm/truncate.c:740
 2015-08-10  9:43 UTC  (2+ messages)

[PATCH 2/2] mm/hwpoison: fix refcount of THP head page in no-injection case
 2015-08-10  9:24 UTC  (7+ messages)

[PATCH 1/2] mm/hwpoison: fix fail to split THP w/ refcount held
 2015-08-10  9:15 UTC  (5+ messages)

[RFC zsmalloc 0/4] meta diet
 2015-08-10  8:53 UTC  (7+ messages)
` [RFC zsmalloc 1/4] zsmalloc: keep max_object in size_class
` [RFC zsmalloc 2/4] zsmalloc: squeeze inuse into page->mapping
` [RFC zsmalloc 3/4] zsmalloc: squeeze freelist "
` [RFC zsmalloc 4/4] zsmalloc: move struct zs_meta from mapping to somewhere

[PATCH 0/4] enable migration of driver pages
 2015-08-10  7:19 UTC  (4+ messages)
` [PATCH 2/4] mm/compaction: enable mobile-page migration

[PATCH V1 Resend 10/11] mm: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-10  6:12 UTC 

PROBLEM: 4.1.4 -- Kernel Panic on shutdown
 2015-08-10  1:30 UTC  (13+ messages)

[PATCH v2 2/2] mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount held
 2015-08-10  1:05 UTC  (2+ messages)

[PATCH 0/3] make zswap params changeable at runtime
 2015-08-10  0:49 UTC  (12+ messages)
` [PATCH 1/3] zpool: add zpool_has_pool()
` [PATCH 2/3] zswap: dynamic pool creation

[mm/slab_common] BUG: kernel early-boot crashed early console in setup code
 2015-08-10  0:28 UTC  (2+ messages)

[PATCH] mm: add resched points to remap_pmd_range/ioremap_pmd_range
 2015-08-09 10:51 UTC  (13+ messages)
                    ` [hack] sched: create PREEMPT_VOLUNTARY_RT and some RT specific resched points

[linux-next:master 6277/6751] mm/page_idle.c:74:4: error: implicit declaration of function 'pte_unmap'
 2015-08-08  8:30 UTC  (3+ messages)

Potential data race in SyS_swapon
 2015-08-07 23:32 UTC  (2+ messages)

[linux-next:master 6299/6518] mm/zswap.c:759:1: warning: '__zswap_param_set' uses dynamic stack allocation
 2015-08-07 19:02 UTC  (2+ messages)

[linux-next:master 6277/6751] mm/page_idle.c:67:4: error: implicit declaration of function 'pmdp_test_and_clear_young'
 2015-08-07 14:16 UTC  (2+ messages)

[PATCH V6 0/6] Allow user to request memory to be locked on page fault
 2015-08-07 12:34 UTC  (7+ messages)
` [PATCH V6 3/6] mm: Introduce VM_LOCKONFAULT
` [PATCH V6 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage

[PATCH] mm, dax: use i_mmap_unlock_write() in do_cow_fault()
 2015-08-07 11:54 UTC 

[PATCH] mm: take i_mmap_lock in unmap_mapping_range() for DAX
 2015-08-07 11:53 UTC 

[PATCH v2 1/2] mm/hwpoison: fix page refcount of unkown non LRU page
 2015-08-07 10:16 UTC 

[PATCH v3 0/4] enhance shmem process and swap accounting
 2015-08-07  9:37 UTC  (2+ messages)

[PATCH] mm/hwpoison: fix page refcount of unkown non LRU page
 2015-08-07  9:28 UTC  (3+ messages)

[PATCH v2 0/5] Assorted compaction cleanups and optimizations
 2015-08-07  9:18 UTC  (3+ messages)
` [PATCH v2 4/5] mm, compaction: always skip compound pages by order in migrate scanner

[PATCH] mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations
 2015-08-07  7:52 UTC  (7+ messages)

slab:Fix the unexpected index mapping result of kmalloc_size(INDEX_NODE + 1)
 2015-08-07  1:56 UTC  (5+ messages)

[PATCH] mm/slub: don't wait for high-order page allocation
 2015-08-07  1:45 UTC  (3+ messages)

page:  |  | latest

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