linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-12 16:04:26 to 2019-04-16 14:10:39 UTC [more...]

[patch V3 01/32] mm/slab: Fix broken stack trace storage
 2019-04-16 14:10 UTC  (14+ messages)
      ` [patch V4 "
                    ` [patch V5 01/32] mm/slab: Remove "

[PATCH v12 00/31] Speculative page faults
 2019-04-16 13:45 UTC  (32+ messages)
` [PATCH v12 01/31] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v12 02/31] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v12 03/31] powerpc/mm: set ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v12 04/31] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v12 05/31] mm: prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v12 06/31] mm: introduce pte_spinlock "
` [PATCH v12 07/31] mm: make pte_unmap_same compatible with SPF
` [PATCH v12 08/31] mm: introduce INIT_VMA()
` [PATCH v12 09/31] mm: VMA sequence count
` [PATCH v12 10/31] mm: protect VMA modifications using "
` [PATCH v12 11/31] mm: protect mremap() against SPF hanlder
` [PATCH v12 12/31] mm: protect SPF handler against anon_vma changes
` [PATCH v12 13/31] mm: cache some VMA fields in the vm_fault structure
` [PATCH v12 14/31] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v12 15/31] mm: introduce __lru_cache_add_active_or_unevictable
` [PATCH v12 16/31] mm: introduce __vm_normal_page()
` [PATCH v12 17/31] mm: introduce __page_add_new_anon_rmap()
` [PATCH v12 18/31] mm: protect against PTE changes done by dup_mmap()
` [PATCH v12 19/31] mm: protect the RB tree with a sequence lock
` [PATCH v12 20/31] mm: introduce vma reference counter
` [PATCH v12 21/31] mm: Introduce find_vma_rcu()
` [PATCH v12 22/31] mm: provide speculative fault infrastructure
` [PATCH v12 23/31] mm: don't do swap readahead during speculative page fault
` [PATCH v12 24/31] mm: adding speculative page fault failure trace events
` [PATCH v12 25/31] perf: add a speculative page fault sw event
` [PATCH v12 26/31] perf tools: add support for the SPF perf event
` [PATCH v12 27/31] mm: add speculative page fault vmstats
` [PATCH v12 28/31] x86/mm: add speculative pagefault handling
` [PATCH v12 29/31] powerpc/mm: add speculative page fault
` [PATCH v12 30/31] arm64/mm: "
` [PATCH v12 31/31] mm: Add a speculative page fault switch in sysctl

[PATCH] kmemleak: fix unused-function warning
 2019-04-16 13:24 UTC  (2+ messages)

[RESEND PATCH v5 0/4] support reserving crashkernel above 4G on arm64 kdump
 2019-04-16 13:15 UTC  (6+ messages)
` [RESEND PATCH v5 1/4] x86: kdump: move reserve_crashkernel_low() into kexec_core.c
` [RESEND PATCH v5 2/4] arm64: kdump: support reserving crashkernel above 4G
` [RESEND PATCH v5 3/4] memblock: extend memblock_cap_memory_range to multiple ranges
` [RESEND PATCH v5 4/4] kdump: update Documentation about crashkernel on arm64

[PATCH] hugetlbfs: move resv_map to hugetlbfs_inode_info
 2019-04-16 12:57 UTC  (10+ messages)

[PATCH] mm: security: introduce CONFIG_INIT_HEAP_ALL
 2019-04-16 12:21 UTC  (6+ messages)

[PATCH v2] fs/fs-writeback: wait isw_nr_in_flight to be zero when umount
 2019-04-16 12:09 UTC 

[RESEND PATCH v4 0/9] mm: Use vm_map_pages() and vm_map_pages_zero() API
 2019-04-16 11:49 UTC  (20+ messages)
` [RESEND PATCH v4 1/9] mm: Introduce new "
  ` [REBASE PATCH v5 "
` [RESEND PATCH v4 2/9] arm: mm: dma-mapping: Convert to use vm_map_pages()
  ` [REBASE PATCH v5 "
` [RESEND PATCH v4 3/9] drivers/firewire/core-iso.c: Convert to use vm_map_pages_zero()
  ` [REBASE PATCH v5 "
` [RESEND PATCH v4 4/9] drm/rockchip/rockchip_drm_gem.c: Convert to use vm_map_pages()
  ` [REBASE PATCH v5 "
` [RESEND PATCH v4 5/9] drm/xen/xen_drm_front_gem.c: "
  ` [REBASE PATCH v5 "
` [RESEND PATCH v4 6/9] iommu/dma-iommu.c: "
  ` [REBASE PATCH v5 "
` [RESEND PATCH v4 7/9] videobuf2/videobuf2-dma-sg.c: "
  ` [REBASE PATCH v5 "
` [RESEND PATCH v4 8/9] xen/gntdev.c: "
  ` [REBASE PATCH v5 "
` [RESEND PATCH v4 9/9] xen/privcmd-buf.c: Convert to use vm_map_pages_zero()
  ` [REBASE PATCH v5 "
` [REBASE PATCH v5 0/9] mm: Use vm_map_pages() and vm_map_pages_zero() API

[PATCH V2 0/2] arm64/mm: Enable memory hot remove
 2019-04-16 10:12 UTC  (8+ messages)
` [PATCH V2 1/2] mm/hotplug: Reorder arch_remove_memory() call in __remove_memory()
` [PATCH V2 2/2] arm64/mm: Enable memory hot remove

[v2 RFC PATCH 0/9] Another Approach to Use PMEM as NUMA Node
 2019-04-16  7:47 UTC  (14+ messages)
` [v2 PATCH 5/9] mm: vmscan: demote anon DRAM pages to PMEM node
` [v2 PATCH 7/9] mm: vmscan: check if the demote target node is contended or not

[PATCH v5 0/4] support reserving crashkernel above 4G on arm64 kdump
 2019-04-16  7:43 UTC  (5+ messages)
` [PATCH v5 1/4] x86: kdump: move reserve_crashkernel_low() into kexec_core.c
` [PATCH v5 2/4] arm64: kdump: support reserving crashkernel above 4G
` [PATCH v5 3/4] memblock: extend memblock_cap_memory_range to multiple ranges
` [PATCH v5 4/4] kdump: update Documentation about crashkernel on arm64

[PATCH 0/2] x86, numa: always initialize all possible nodes
 2019-04-16  6:54 UTC  (5+ messages)

[PATCH] crypto: testmgr - allocate buffers with __GFP_COMP
 2019-04-16  3:14 UTC  (4+ messages)

[PATCH v4 0/5] support reserving crashkernel above 4G on arm64 kdump
 2019-04-16  2:55 UTC  (8+ messages)
` [PATCH v4 1/5] x86: kdump: move reserve_crashkernel_low() into kexec_core.c
` [PATCH v4 2/5] arm64: kdump: support reserving crashkernel above 4G
` [PATCH v4 3/5] memblock: add memblock_cap_memory_ranges for multiple ranges
` [PATCH v4 4/5] arm64: kdump: support more than one crash kernel regions
` [PATCH v4 5/5] kdump: update Documentation about crashkernel on arm64

[PATCH] mm: fix inactive list balancing between NUMA nodes and cgroups
 2019-04-16  1:57 UTC  (2+ messages)

[PATCH v1 00/15] Keep track of GUPed pages in fs and block
 2019-04-16  0:22 UTC  (9+ messages)
` [PATCH v1 10/15] block: add gup flag to bio_add_page()/bio_add_pc_page()/__bio_add_page()
` [PATCH v1 15/15] ceph: use put_user_pages() instead of ceph_put_page_vector()

[linux-next:master 6345/7161] ipc/util.c:226:13: note: in expansion of macro 'max'
 2019-04-15 20:57 UTC  (3+ messages)

[PATCH] module: add stub for within_module
 2019-04-15 18:18 UTC  (4+ messages)
    ` [PATCH v2] module: add stubs for within_module functions

[PATCH 0/4 V3] ACPI: Support generic initiator proximity domains
 2019-04-15 17:49 UTC  (5+ messages)
` [PATCH 1/4 V3] ACPI: Support Generic Initiator only domains
` [PATCH 2/4 V3] arm64: "
` [PATCH 3/4 V3] x86: Support Generic Initiator only proximity domains
` [PATCH 4/4 V3] ACPI: Let ACPI know we support Generic Initiator Affinity Structures

[PATCHv2 0/2] HMAT memroy hotplug support
 2019-04-15 15:16 UTC  (3+ messages)
` [PATCHv2 1/2] hmat: Register memory-side cache after parsing
` [PATCHv2 2/2] hmat: Register attributes for memory hot add

[RFC PATCH 0/5] EFI Special Purpose Memory Support
 2019-04-15 11:43 UTC  (9+ messages)
` [RFC PATCH 1/5] efi: Detect UEFI 2.8 Special Purpose Memory

[PATCH 0/3] Device-memory-related cleanups
 2019-04-15 11:30 UTC  (14+ messages)
` [PATCH 1/3] mm/memremap: Rename and consolidate SECTION_SIZE
  ` [PATCH RESEND "
` [PATCH 2/3] mm: clean up is_device_*_page() definitions
  ` [PATCH RESEND "
` [PATCH 3/3] mm: introduce ARCH_HAS_PTE_DEVMAP
  ` [PATCH RESEND "
` [PATCH RESEND 0/3] Device-memory-related cleanups

[PATCH v2] hugetlbfs: fix protential null pointer dereference
 2019-04-15 10:26 UTC  (6+ messages)

[PATCH 1/2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-04-15 10:12 UTC  (5+ messages)
` [PATCH 2/2] include: linux: Remove unused macros and their defination

[PATCH v3 0/4] support reserving crashkernel above 4G on arm64 kdump
 2019-04-15  5:04 UTC  (11+ messages)
` [PATCH v3 3/4] arm64: kdump: support more than one crash kernel regions

[RFC patch 25/41] mm/kasan: Simplify stacktrace handling
 2019-04-14 17:00 UTC  (4+ messages)

INFO: task hung in do_exit
 2019-04-14  7:59 UTC  (2+ messages)

[PATCH] mm/hmm: kconfig split HMM address space mirroring from device memory
 2019-04-14  6:57 UTC  (2+ messages)

[PATCH 0/9] Emulated coherent graphics memory
 2019-04-13 15:11 UTC  (11+ messages)
` [PATCH 1/9] mm: Allow the [page|pfn]_mkwrite callbacks to drop the mmap_sem
` [PATCH 2/9] mm: Add an apply_to_pfn_range interface
` [PATCH 3/9] mm: Add write-protect and clean utilities for address space ranges

[PATCH v3] mm/hotplug: treat CMA pages as unmovable
 2019-04-13  0:26 UTC 

[PATCH 0/4] mm: memcontrol: memory.stat cost & correctness
 2019-04-12 22:04 UTC  (9+ messages)
` [PATCH 3/4] mm: memcontrol: fix recursive statistics correctness & scalabilty

[RFC 0/2] opportunistic memory reclaim of a killed process
 2019-04-12 21:03 UTC  (8+ messages)
` [RFC 2/2] signal: extend pidfd_send_signal() to allow expedited process killing

[PATCH v2] mm/hotplug: treat CMA pages as unmovable
 2019-04-12 20:26 UTC  (2+ messages)

[PATCH] mm: fix false-positive OVERCOMMIT_GUESS failures
 2019-04-12 20:06 UTC  (2+ messages)

1808d65b55 ("asm-generic/tlb: Remove arch_tlb*_mmu()"): BUG: KASAN: stack-out-of-bounds in __change_page_attr_set_clr
 2019-04-12 19:42 UTC  (16+ messages)

[PATCH v2 0/2] A couple hugetlbfs fixes
 2019-04-12 16:52 UTC  (4+ messages)
` [PATCH v2 2/2] hugetlb: use same fault hash key for shared and private mappings


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).