linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-14 02:58:18 to 2018-02-15 21:41:52 UTC [more...]

[PATCH 0/3] percpu: introduce no retry semantics and gfp passthrough
 2018-02-15 21:41 UTC  (7+ messages)
` [PATCH 1/3] percpu: match chunk allocator declarations with definitions
` [PATCH 2/3] percpu: add __GFP_NORETRY semantics to the percpu balancing path
` [PATCH 3/3] percpu: allow select gfp to be passed to underlying allocators

[RFC PATCH V2 00/22] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling
 2018-02-15 21:10 UTC  (5+ messages)

[patch 1/2] mm, page_alloc: extend kernelcore and movablecore for percent
 2018-02-15 20:48 UTC  (9+ messages)

[RFC PATCH 0/3] Interface for higher order contiguous allocations
 2018-02-15 20:22 UTC  (2+ messages)

freezing system for several second on high I/O [kernel 4.15]
 2018-02-15 19:02 UTC  (17+ messages)

[PATCH v3 0/4] optimize memory hotplug
 2018-02-15 19:00 UTC  (19+ messages)
` [PATCH v3 1/4] mm/memory_hotplug: enforce block size aligned range check
` [PATCH v3 2/4] x86/mm/memory_hotplug: determine block size based on the end of boot memory
` [PATCH v3 3/4] mm: uninitialized struct page poisoning sanity checking
` [PATCH v3 4/4] mm/memory_hotplug: optimize memory hotplug

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-02-15 18:56 UTC  (12+ messages)
` [PATCH 01/11] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH 03/11] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH 04/11] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH 05/11] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH 06/11] ACPI / APEI: Make the fixmap_idx per-ghes to allow multiple in_nmi() users
` [PATCH 07/11] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH 08/11] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH 09/11] ACPI / APEI: Add support for the SDEI GHES Notification type
` [PATCH 10/11] mm/memory-failure: increase queued recovery work's priority
` [PATCH 11/11] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[bug?] mallocstress poor performance with THP on arm64 system
 2018-02-15 18:40 UTC  (3+ messages)

[PATCH 0/3] Use global pages with PTI
 2018-02-15 18:13 UTC  (6+ messages)
` [PATCH 1/3] x86/mm: factor out conditional pageattr PTE bit setting code
` [PATCH 2/3] x86/mm: introduce __PAGE_KERNEL_GLOBAL
` [PATCH 3/3] x86/pti: enable global pages for shared areas

[PATCH v2 0/8] Add kvzalloc_struct to complement kvzalloc_array
 2018-02-15 17:36 UTC  (20+ messages)
` [PATCH v2 1/8] mm: Add kernel-doc for kvfree
` [PATCH v2 2/8] mm: Add kvmalloc_ab_c and kvzalloc_struct
` [PATCH v2 3/8] Convert virtio_console to kvzalloc_struct
` [PATCH v2 4/8] Convert dax device "
` [PATCH v2 5/8] Convert infiniband uverbs "
` [PATCH v2 6/8] Convert v4l2 event "
` [PATCH v2 7/8] Convert vhost "
` [PATCH v2 8/8] Convert jffs2 acl "

[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
 2018-02-15 17:06 UTC  (18+ messages)
` [PATCH 1/2] mm: Add kernel-doc for kvfree
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct

[v4 0/6] optimize memory hotplug
 2018-02-15 16:59 UTC  (7+ messages)
` [v4 1/6] mm/memory_hotplug: enforce block size aligned range check
` [v4 2/6] x86/mm/memory_hotplug: determine block size based on the end of boot memory
` [v4 3/6] mm: uninitialized struct page poisoning sanity checking
` [v4 4/6] mm/memory_hotplug: optimize probe routine
` [v4 5/6] mm/memory_hotplug: don't read nid from struct page during hotplug
` [v4 6/6] mm/memory_hotplug: optimize memory hotplug

[LSF/MM ATTEND] memory allocation scope
 2018-02-15 16:06 UTC  (7+ messages)
  ` [Lsf-pc] "

[PATCH 1/2] free_pcppages_bulk: do not hold lock when picking pages to free
 2018-02-15 14:55 UTC  (6+ messages)
  ` [PATCH v2 "

[PATCH v4 0/1] initialize pages on demand during boot
 2018-02-15 13:20 UTC  (4+ messages)
` [PATCH v4 1/1] mm: "

[RFC] kswapd aggressiveness with watermark_scale_factor
 2018-02-15 12:40 UTC  (2+ messages)

[PATCH] mm: Fix races between address_space dereference and free in page_evicatable
 2018-02-15  9:18 UTC  (2+ messages)

CGroup-v2: Memory: current impossibly high for empty cgroup
 2018-02-15  8:46 UTC  (2+ messages)

[PATCH 00/31 v2] PTI support for x86_32
 2018-02-15  3:44 UTC  (16+ messages)
` [PATCH 19/31] x86/mm/pae: Populate valid user PGD entries

[PATCH] x86/mm: Rename flush_tlb_single() and flush_tlb_one()
 2018-02-15  0:28 UTC  (2+ messages)
` [tip:x86/pti] x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]()

[RFC PATCH v11 0/6] mm: security: ro protection for dynamic data
 2018-02-14 22:27 UTC  (25+ messages)
` [PATCH 4/6] Protectable Memory
  ` [kernel-hardening] "
                                ` arm64 physmap (was Re: [kernel-hardening] [PATCH 4/6] Protectable Memory)

WARNING in kvmalloc_node
 2018-02-14 19:20 UTC  (12+ messages)

[RESEND][PATCH 0/3] exec: Pin stack limit during exec
 2018-02-14 20:06 UTC  (4+ messages)
` [PATCH 1/3] exec: Pass stack rlimit into mm layout functions
` [PATCH 2/3] exec: Introduce finalize_exec() before start_thread()
` [PATCH 3/3] exec: Pin stack limit during exec

[PATCH 0/9] x86: enable boot-time switching between paging modes
 2018-02-14 18:25 UTC  (10+ messages)
` [PATCH 1/9] x86/mm: Initialize pgtable_l5_enabled at boot-time
` [PATCH 2/9] x86/mm: Initialize pgdir_shift and ptrs_per_p4d "
` [PATCH 3/9] x86/mm: Initialize page_offset_base "
` [PATCH 4/9] x86/mm: Adjust vmalloc base and size "
` [PATCH 5/9] x86/mm: Initialize vmemmap_base "
` [PATCH 6/9] x86/mm: Make early boot code support boot-time switching of paging modes
` [PATCH 7/9] x86/mm: Fold p4d page table layer at runtime
` [PATCH 8/9] x86/mm: Replace compile-time checks for 5-level with runtime-time
` [PATCH 9/9] x86/mm: Allow to boot without la57 if CONFIG_X86_5LEVEL=y

[PATCH 0/9] x86/mm: Dynamic memory layout
 2018-02-14 18:02 UTC  (17+ messages)
` [PATCH 1/9] x86/mm/64: Make __PHYSICAL_MASK_SHIFT always 52
` [PATCH 2/9] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
` [PATCH 3/9] x86/mm: Make virtual memory layout movable for CONFIG_X86_5LEVEL
` [PATCH 4/9] x86: Introduce pgtable_l5_enabled
` [PATCH 5/9] x86/mm: Make LDT_BASE_ADDR dynamic
` [PATCH 6/9] x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
` [PATCH 7/9] x86/mm: Make MAX_PHYSADDR_BITS and MAX_PHYSMEM_BITS dynamic
` [PATCH 8/9] x86/mm: Make __VIRTUAL_MASK_SHIFT dynamic
` [PATCH 9/9] x86/mm: Adjust virtual address space layout in early boot

[PATCH v1] mm: Re-use DEFINE_SHOW_ATTRIBUTE() macro
 2018-02-14 17:18 UTC  (3+ messages)

ppc elf_map breakage with MAP_FIXED_NOREPLACE
 2018-02-14 16:30 UTC  (12+ messages)
                  ` [RFC PATCH] elf: enforce MAP_FIXED on overlaying elf segments (was: Re: ppc elf_map breakage with MAP_FIXED_NOREPLACE)

possible deadlock in lru_add_drain_all
 2018-02-14 15:57 UTC  (14+ messages)

INFO: task hung in blkdev_fsync
 2018-02-14 15:36 UTC  (2+ messages)

[PATCH v3 0/1] initialize pages on demand during boot
 2018-02-14 14:16 UTC  (4+ messages)
` [PATCH v3 1/1] mm: "

[RFC] Warn the user when they could overflow mapcount
 2018-02-14 14:05 UTC  (12+ messages)
              ` [RFC] Limit mappings to ten per page per process

Regression after commit 19809c2da28a ("mm, vmalloc: use __GFP_HIGHMEM implicitly")
 2018-02-14 14:04 UTC  (8+ messages)

[LSF/MM TOPIC] HMM status upstream user what's next, mmu_notifier
 2018-02-14  9:15 UTC  (3+ messages)

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2018-02-14  9:00 UTC  (23+ messages)

[RFC PATCH 0/3] Directed kmem charging
 2018-02-14  8:08 UTC  (4+ messages)
` [RFC PATCH 2/3] mm: memcg: plumbing memcg for kmalloc allocations
` [RFC PATCH 3/3] fs: fsnotify: account fsnotify metadata to kmemcg

[PATCH 1/2] zsmalloc: introduce zs_huge_object() function
 2018-02-14  5:57 UTC  (5+ messages)
` [PATCHv2 "
  ` [PATCHv3 "


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