linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-21 08:04:33 to 2019-01-22 15:21:13 UTC [more...]

[PATCH] mm: no need to check return value of debugfs_create functions
 2019-01-22 15:21 UTC 

[PATCH] mm, page_alloc: cleanup usemap_size() when SPARSEMEM is not set
 2019-01-22 15:16 UTC  (4+ messages)

[PATCH 7/9] videobuf2/videobuf2-dma-sg.c: Convert to use vm_insert_range_buggy
 2019-01-22 15:06 UTC  (2+ messages)

possible deadlock in shmem_fallocate (2)
 2019-01-22 14:46 UTC  (6+ messages)

[PATCH v4 0/3] KASAN for powerpc/32
 2019-01-22 14:28 UTC  (8+ messages)
` [PATCH v4 1/3] powerpc/mm: prepare kernel for KAsan on PPC32
` [PATCH v4 2/3] powerpc/32: Move early_init() in a separate file
` [PATCH v4 3/3] powerpc/32: Add KASAN support

possible deadlock in __do_page_fault
 2019-01-22 14:08 UTC  (12+ messages)

[PATCH v4] mm/hotplug: invalid PFNs from pfn_to_online_page()
 2019-01-22 13:29 UTC 

[PATCH v25 0/6] Add io{read|write}64 to io-64-atomic headers
 2019-01-22 12:40 UTC  (2+ messages)

[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
 2019-01-22 10:51 UTC  (16+ messages)
` [PATCH v7 11/25] ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI
` [PATCH v7 17/25] ACPI / APEI: Pass ghes and estatus separately to avoid a later copy
` [PATCH v7 18/25] ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length
` [PATCH v7 19/25] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v7 20/25] ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications
` [PATCH v7 22/25] ACPI / APEI: Kick the memory_failure() queue for synchronous errors

[PATCH v3] mm/hotplug: invalid PFNs from pfn_to_online_page()
 2019-01-22 10:46 UTC  (3+ messages)

[RFC PATCH v2 0/4] mm, memory_hotplug: allocate memmap from hotadded memory
 2019-01-22 10:37 UTC  (5+ messages)
` [RFC PATCH v2 1/4] mm, memory_hotplug: cleanup memory offline path
` [RFC PATCH v2 2/4] mm, memory_hotplug: provide a more generic restrictions for memory hotplug
` [RFC PATCH v2 3/4] mm, memory_hotplug: allocate memmap from the added memory range for sparse-vmemmap
` [RFC PATCH v2 4/4] mm, sparse: rename kmalloc_section_memmap, __kfree_section_memmap

[PATCH v2 -next 0/6] mm: make pinned_vm atomic and simplify users
 2019-01-22  9:56 UTC  (14+ messages)
` [PATCH 1/6] mm: make mm->pinned_vm an atomic64 counter
` [PATCH 2/6] mic/scif: do not use mmap_sem
` [PATCH 3/6] drivers/IB,qib: "
` [PATCH 4/6] drivers/IB,hfi1: do not se mmap_sem
` [PATCH 5/6] drivers/IB,usnic: reduce scope of mmap_sem
` [PATCH 6/6] drivers/IB,core: "

[PATCH RFC 00/24] userfaultfd: write protection support
 2019-01-22  9:39 UTC  (30+ 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 10/24] userfaultfd: wp: add WP pagetable tracking to x86
` [PATCH RFC 13/24] mm: merge parameters for change_protection()
` [PATCH RFC 20/24] userfaultfd: wp: don't wake up when doing write protect

[Xen-devel] [PATCH 2/2] x86/xen: dont add memory above max allowed allocation
 2019-01-22  9:09 UTC 

[PATCH v3 1/2] mm, oom: fix use-after-free in oom_kill_process
 2019-01-22  8:52 UTC  (6+ messages)
` [PATCH v3 2/2] mm, oom: remove 'prefer children over parent' heuristic

[PATCH 0/2] x86: respect memory size limits
 2019-01-22  8:52 UTC  (5+ messages)
` [PATCH 1/2] x86: respect memory size limiting via mem= parameter
` [PATCH 2/2] x86/xen: dont add memory above max allowed allocation
  ` [Xen-devel] "

[PATCH 1/9] mm: Introduce new vm_insert_range and vm_insert_range_buggy API
 2019-01-22  7:00 UTC  (3+ messages)

[PATCH] mm/slub: use WARN_ON() for some slab errors
 2019-01-22  4:14 UTC  (6+ messages)

[PATCH V14 00/18] block: support multi-page bvec
 2019-01-22  2:01 UTC  (25+ 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 3/5] Memcgroup:add a global work
 2019-01-21 22:35 UTC  (5+ messages)

BUG: unable to handle kernel NULL pointer dereference at 0000000000000008
 2019-01-21 21:48 UTC  (4+ messages)

[PATCH v2 1/2] mm, oom: fix use-after-free in oom_kill_process
 2019-01-21 21:10 UTC  (4+ messages)
` [PATCH v2 2/2] mm, oom: remove 'prefer children over parent' heuristic

[PATCH v2] mm/hotplug: invalid PFNs from pfn_to_online_page()
 2019-01-21 21:01 UTC  (2+ messages)

[PATCH 1/5] Memcgroup: force empty after memcgroup offline
 2019-01-21 19:09 UTC  (5+ messages)

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

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

[PATCH] mm, oom: remove 'prefer children over parent' heuristic
 2019-01-21 18:16 UTC  (7+ messages)

[PATCH v2 00/21] Refine memblock API
 2019-01-21 17:18 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 15/21] sparc: add checks for the return value of memblock_alloc*()
` [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

[-next 20190118] "kernel BUG at mm/page_alloc.c:3112!"
 2019-01-21 16:37 UTC  (3+ messages)

[PATCH] Add kv_to_page()
 2019-01-21 15:02 UTC  (3+ messages)

use generic DMA mapping code in powerpc V4
 2019-01-21 14:38 UTC  (12+ messages)

[Bug 202149] New: NULL Pointer Dereference in __split_huge_pmd on PPC64LE
 2019-01-21 12:35 UTC  (7+ messages)

Need help: how to locate failure from irq_chip subsystem
 2019-01-21 12:35 UTC  (8+ messages)

[PATCH v3 0/3] KASAN for powerpc/32
 2019-01-21 12:33 UTC  (13+ messages)
` [PATCH v3 3/3] powerpc/32: Add KASAN support

[PATCH v2 0/9] mm: PG_reserved cleanups and documentation
 2019-01-21 11:36 UTC  (2+ messages)

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

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

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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).