linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/3] KASAN for powerpc/32
 2019-01-21 10:36 UTC  (11+ messages)
` [PATCH v3 3/3] powerpc/32: Add KASAN support

memory cgroup pagecache and inode problem
 2019-01-21 10:27 UTC  (17+ messages)

[PATCH RFC 00/24] userfaultfd: write protection support
 2019-01-21 10:23 UTC  (28+ messages)
` [PATCH RFC 01/24] mm: gup: rename "nonblocking" to "locked" where proper
` [PATCH RFC 02/24] mm: userfault: return VM_FAULT_RETRY on signals
` [PATCH RFC 03/24] mm: allow VM_FAULT_RETRY for multiple times
` [PATCH RFC 04/24] mm: gup: "
` [PATCH RFC 05/24] userfaultfd: wp: add helper for writeprotect check
` [PATCH RFC 06/24] userfaultfd: wp: support write protection for userfault vma range
` [PATCH RFC 07/24] userfaultfd: wp: add the writeprotect API to userfaultfd ioctl
` [PATCH RFC 08/24] userfaultfd: wp: hook userfault handler to write protection fault
` [PATCH RFC 09/24] userfaultfd: wp: enabled write protection in userfaultfd API
` [PATCH RFC 10/24] userfaultfd: wp: add WP pagetable tracking to x86
` [PATCH RFC 11/24] userfaultfd: wp: userfaultfd_pte/huge_pmd_wp() helpers
` [PATCH RFC 12/24] userfaultfd: wp: add UFFDIO_COPY_MODE_WP
` [PATCH RFC 13/24] mm: merge parameters for change_protection()
` [PATCH RFC 14/24] userfaultfd: wp: apply _PAGE_UFFD_WP bit
` [PATCH RFC 15/24] mm: export wp_page_copy()
` [PATCH RFC 16/24] userfaultfd: wp: handle COW properly for uffd-wp
` [PATCH RFC 17/24] userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork
` [PATCH RFC 18/24] userfaultfd: wp: add pmd_swp_*uffd_wp() helpers
` [PATCH RFC 19/24] userfaultfd: wp: support swap and page migration
` [PATCH RFC 20/24] userfaultfd: wp: don't wake up when doing write protect
` [PATCH RFC 21/24] khugepaged: skip collapse if uffd-wp detected
` [PATCH RFC 22/24] userfaultfd: wp: UFFDIO_REGISTER_MODE_WP documentation update
` [PATCH RFC 23/24] userfaultfd: selftests: refactor statistics
` [PATCH RFC 24/24] userfaultfd: selftests: add write-protect test

+ mm-thp-always-specify-disabled-vmas-as-nh-in-smaps.patch added to -mm tree
 2019-01-21 10:21 UTC  (3+ messages)

[PATCHv4 00/13] Heterogeneuos memory node attributes
 2019-01-21  9:54 UTC  (17+ messages)
` [PATCHv4 05/13] Documentation/ABI: Add new node sysfs attributes

kmemleak scan crash due to invalid PFNs
 2019-01-21  9:53 UTC  (3+ messages)
` [PATCH] mm/hotplug: invalid PFNs from pfn_to_online_page()

[PATCH V14 00/18] block: support multi-page bvec
 2019-01-21  9:43 UTC  (24+ messages)
` [PATCH V14 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V14 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V14 03/18] block: remove bvec_iter_rewind()
` [PATCH V14 04/18] block: introduce multi-page bvec helpers
` [PATCH V14 05/18] block: introduce bio_for_each_mp_bvec() and rq_for_each_mp_bvec()
` [PATCH V14 06/18] block: use bio_for_each_mp_bvec() to compute multi-page bvec count
` [PATCH V14 07/18] block: use bio_for_each_mp_bvec() to map sg
` [PATCH V14 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V14 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V14 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V14 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V14 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V14 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V14 14/18] block: enable multipage bvecs
` [PATCH V14 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V14 16/18] block: document usage of bio iterator helpers
` [PATCH V14 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V14 18/18] block: kill BLK_MQ_F_SG_MERGE

[PATCH] mm/slub: use WARN_ON() for some slab errors
 2019-01-21  9:38 UTC  (2+ messages)

[PATCH] Add kv_to_page()
 2019-01-21  9:37 UTC  (2+ messages)

[PATCH] mm, oom: remove 'prefer children over parent' heuristic
 2019-01-21  9:19 UTC  (5+ messages)

[RFC PATCH] mm, oom: fix use-after-free in oom_kill_process
 2019-01-21  9:19 UTC  (12+ messages)

[PATCH v2 00/21] Refine memblock API
 2019-01-21  8:39 UTC  (24+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 02/21] powerpc: use memblock functions "
` [PATCH v2 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
` [PATCH v2 04/21] memblock: drop memblock_alloc_base_nid()
` [PATCH v2 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 07/21] memblock: memblock_phys_alloc(): "
` [PATCH v2 08/21] memblock: drop __memblock_alloc_base()
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 10/21] memblock: refactor internal allocation functions
` [PATCH v2 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
` [PATCH v2 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH v2 13/21] arch: don't memset(0) memory returned by memblock_alloc()
` [PATCH v2 14/21] ia64: add checks for the return value of memblock_alloc*()
` [PATCH v2 15/21] sparc: "
` [PATCH v2 16/21] mm/percpu: "
` [PATCH v2 17/21] init/main: "
` [PATCH v2 18/21] swiotlb: "
` [PATCH v2 19/21] treewide: "
` [PATCH v2 20/21] memblock: memblock_alloc_try_nid: don't panic
` [PATCH v2 21/21] memblock: drop memblock_alloc_*_nopanic() variants

[PATCH] mm: Expose lazy vfree pages to control via sysctl
 2019-01-21  8:06 UTC  (5+ messages)

KASAN: use-after-free Read in oom_kill_process
 2019-01-21  6:45 UTC  (2+ messages)

[PATCH] mm: proc: smaps_rollup: Fix pss_locked calculation
 2019-01-21  1:10 UTC 

[PATCH 0/4] RFC: userfaultfd remap
 2019-01-20 21:07 UTC  (3+ messages)
` [PATCH 4/4] userfaultfd: change the direction for UFFDIO_REMAP to out

[PATCH 0/5] fix offline memcgroup still hold in memory
 2019-01-20 18:12 UTC  (8+ messages)
` [PATCH 1/5] Memcgroup: force empty after memcgroup offline
` [PATCH 2/5] Memcgroup: Add timer to trigger workqueue
` [PATCH 3/5] Memcgroup:add a global work
` [PATCH 4/5] Memcgroup:Implement force empty work function
` [PATCH 5/5] Memcgroup:add cgroup fs to show offline memcgroup status

[PATCH 0/2] mm/mmap.c: Remove some redundancy in arch_get_unmapped_area_topdown()
 2019-01-20 17:09 UTC  (4+ messages)
` [PATCH 1/2] mm/mmap.c: Remove redundant variable 'addr' "
` [PATCH 2/2] mm/mmap.c: Remove redundant const qualifier of the no-pointer parameters

INFO: rcu detected stall in ndisc_alloc_skb
 2019-01-20 14:24 UTC  (9+ messages)

[PATCH] mm: fix some typo scatter in mm directory
 2019-01-20 12:45 UTC  (3+ messages)

[PATCH 0/3] docs/core-api/mm: fix return value descriptions
 2019-01-20 12:01 UTC  (4+ messages)
` [PATCH 1/3] docs/mm: vmalloc: re-indent kernel-doc comemnts
` [PATCH 2/3] docs/core-api/mm: fix user memory accessors formatting
` [PATCH 3/3] docs/core-api/mm: fix return value descriptions in mm/

BUG: unable to handle kernel NULL pointer dereference at 0000000000000008
 2019-01-20 11:59 UTC 

[PATCH] mm/page_owner: move config option to mm/Kconfig.debug
 2019-01-20  2:42 UTC 

[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-01-19 23:57 UTC  (2+ messages)

[PATCH v6 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2019-01-19 23:57 UTC  (3+ messages)
` [PATCH v6 2/3] iommu/io-pgtable-arm-v7s: Request DMA32 memory, and improve debugging

[PATCH v11 00/26] Speculative page faults
 2019-01-19 17:05 UTC  (8+ messages)

use generic DMA mapping code in powerpc V4
 2019-01-19 14:04 UTC  (16+ messages)

INFO: rcu detected stall in sys_sendfile64 (2)
 2019-01-19 13:00 UTC  (5+ messages)

[PATCH] mm, page_alloc: cleanup usemap_size() when SPARSEMEM is not set
 2019-01-18 23:49 UTC 

[PATCH 0/4] Allow persistent memory to be used like normal RAM
 2019-01-18 20:26 UTC  (5+ messages)
` [PATCH 2/4] mm/memory-hotplug: allow memory resources to be children

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-01-18 18:58 UTC  (15+ messages)

[PATCH 00/21] Refine memblock API
 2019-01-18 18:02 UTC  (5+ messages)
` [PATCH 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH 19/21] treewide: add checks for the return value of memblock_alloc*()

[PATCH 00/22] Increase success rates and reduce latency of compaction v3
 2019-01-18 17:51 UTC  (22+ messages)
` [PATCH 01/22] mm, compaction: Shrink compact_control
` [PATCH 02/22] mm, compaction: Rearrange compact_control
` [PATCH 03/22] mm, compaction: Remove last_migrated_pfn from compact_control
` [PATCH 04/22] mm, compaction: Remove unnecessary zone parameter in some instances
` [PATCH 06/22] mm, migrate: Immediately fail migration of a page with no migration handler
` [PATCH 07/22] mm, compaction: Always finish scanning of a full pageblock
` [PATCH 08/22] mm, compaction: Ignore the fragmentation avoidance boost for isolation and compaction
` [PATCH 09/22] mm, compaction: Use free lists to quickly locate a migration source
` [PATCH 10/22] mm, compaction: Keep migration source private to a single compaction instance
` [PATCH 11/22] mm, compaction: Use free lists to quickly locate a migration target
` [PATCH 12/22] mm, compaction: Avoid rescanning the same pageblock multiple times
` [PATCH 13/22] mm, compaction: Finish pageblock scanning on contention
` [PATCH 14/22] mm, compaction: Check early for huge pages encountered by the migration scanner
` [PATCH 15/22] mm, compaction: Keep cached migration PFNs synced for unusable pageblocks
` [PATCH 16/22] mm, compaction: Rework compact_should_abort as compact_check_resched
` [PATCH 17/22] mm, compaction: Do not consider a need to reschedule as contention
` [PATCH 18/22] mm, compaction: Reduce premature advancement of the migration target scanner
` [PATCH 19/22] mm, compaction: Round-robin the order while searching the free lists for a target
` [PATCH 20/22] mm, compaction: Sample pageblocks for free pages
` [PATCH 21/22] mm, compaction: Be selective about what pageblocks to clear skip hints
` [PATCH 22/22] mm, compaction: Capture a page under direct compaction

page:  |  | latest

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