linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-14 22:36:12 to 2017-09-19 11:02:40 UTC [more...]

Detecting page cache trashing state
 2017-09-19 11:02 UTC  (13+ messages)
      ` [PATCH 1/3] sched/loadavg: consolidate LOAD_INT, LOAD_FRAC macros

[PATCH] bdi: fix cleanup when fail to percpu_counter_init
 2017-09-19 10:31 UTC  (5+ messages)

[PATCH] mm, memory_hotplug: do not back off draining pcp free pages from kworker context
 2017-09-19  9:45 UTC  (7+ messages)

[PATCH v2] mm: introduce validity check on vm dirtiness settings
 2017-09-19  8:35 UTC  (2+ messages)

[PATCH] mm: memcontrol: use vmalloc fallback for large kmem memcg arrays
 2017-09-19  8:25 UTC  (3+ messages)

Page allocator bottleneck
 2017-09-19  7:23 UTC  (11+ messages)

[PATCH v2 0/4] skip swapcache for super fast device
 2017-09-19  7:10 UTC  (5+ messages)
` [PATCH v2 1/4] zram: set BDI_CAP_STABLE_WRITES once
` [PATCH v2 2/4] bdi: introduce BDI_CAP_SYNCHRONOUS_IO
` [PATCH v2 3/4] mm:swap: introduce SWP_SYNCHRONOUS_IO
` [PATCH v2 4/4] mm:swap: skip swapcache for swapin of synchronous device

[PATCH V5 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN in non-coherent DMA mode
 2017-09-19  2:23 UTC  (7+ messages)
  ` [PATCH V5 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN innon-coherent "
` [V5, 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN in non-coherent "
    ` [V5, 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN innon-coherent "

[PATCH v6 00/11] Add support for eXclusive Page Frame Ownership
 2017-09-18 21:29 UTC  (10+ messages)
` [PATCH v6 05/11] arm64/mm: Add support for XPFO
  ` [kernel-hardening] "
` [PATCH v6 07/11] arm64/mm, xpfo: temporarily map dcache regions
` [PATCH v6 10/11] mm: add a user_virt_to_phys symbol
  ` [kernel-hardening] "

[RFC v2] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-18 18:26 UTC  (3+ messages)
` [PATCH 1/2] tools: slabinfo: add "-U" option to show unreclaimable slabs only
` [PATCH 2/2] mm: oom: show unreclaimable slab info when kernel panic

[PATCH 1/2] tools: slabinfo: add "-U" option to show unreclaimable slabs only
 2017-09-18 18:23 UTC  (2+ messages)
` [PATCH 2/2] mm: oom: show unreclaimable slab info when kernel panic

include/linux/string.h:209: error: '______f' is static but declared in inline function 'strcpy' which is not static
 2017-09-18 17:50 UTC 

[patch] mremap.2: Add description of old_size == 0 functionality
 2017-09-18 17:19 UTC  (5+ messages)

[PATCH] idr: fix comment for idr_replace()
 2017-09-18 16:26 UTC 

[PATCH v4 0/3] MAP_DIRECT and block-map sealed files
 2017-09-18 15:47 UTC  (8+ messages)
` [PATCH v4 2/3] mm: introduce MAP_VALIDATE a mechanism for adding new mmap flags

[v8 0/4] cgroup-aware OOM killer
 2017-09-18 15:02 UTC  (14+ messages)

[PATCH] mm: Fix typo in VM_MPX definition
 2017-09-18 14:36 UTC  (2+ messages)

[PATCH 0/3] mm, memory_hotplug: fix few soft lockups in memory hotadd
 2017-09-18 12:17 UTC  (7+ messages)
` [PATCH 1/3] mm, memory_hotplug: add scheduling point to __add_pages
` [PATCH 2/3] mm, page_alloc: add scheduling point to memmap_init_zone
` [PATCH 3/3] memremap: add scheduling point to devm_memremap_pages

[PATCH] mm: introduce sanity check on dirty ratio sysctl value
 2017-09-18 11:36 UTC  (3+ messages)

[PATCHv7 00/19] Boot-time switching between 4- and 5-level paging for 4.15
 2017-09-18 10:55 UTC  (20+ messages)
` [PATCHv7 01/19] mm/sparsemem: Allocate mem_section at runtime for SPARSEMEM_EXTREME
` [PATCHv7 02/19] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
` [PATCHv7 03/19] x86/kasan: Use the same shadow offset for 4- and 5-level paging
` [PATCHv7 04/19] x86/xen: Provide pre-built page tables only for XEN_PV and XEN_PVH
` [PATCHv7 05/19] x86/xen: Drop 5-level paging support code from XEN_PV code
` [PATCHv7 06/19] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
` [PATCHv7 07/19] x86/mm: Make virtual memory layout movable for CONFIG_X86_5LEVEL
` [PATCHv7 08/19] x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
` [PATCHv7 09/19] x86/mm: Make MAX_PHYSADDR_BITS and MAX_PHYSMEM_BITS dynamic
` [PATCHv7 10/19] x86/mm: Make __PHYSICAL_MASK_SHIFT and __VIRTUAL_MASK_SHIFT dynamic
` [PATCHv7 11/19] x86/mm: Make STACK_TOP_MAX dynamic
` [PATCHv7 12/19] x86/mm: Adjust virtual address space layout in early boot
` [PATCHv7 13/19] x86/mm: Make early boot code support boot-time switching of paging modes
` [PATCHv7 14/19] x86/mm: Fold p4d page table layer at runtime
` [PATCHv7 15/19] x86/mm: Replace compile-time checks for 5-level with runtime-time
` [PATCHv7 16/19] x86/mm: Allow to boot without la57 if CONFIG_X86_5LEVEL=y
` [PATCHv7 17/19] x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVEL
` [PATCHv7 18/19] x86/mm: Redefine some of page table helpers as macros
` [PATCHv7 19/19] x86/mm: Offset boot-time paging mode switching cost

[PATCH 4.13 20/52] x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
 2017-09-18  9:09 UTC 

[PATCH 0/15 v1] Ranged pagevec tagged lookup
 2017-09-18  7:53 UTC  (11+ messages)
` [PATCH 05/15] f2fs: Use pagevec_lookup_range_tag()
  ` [f2fs-dev] "
` [PATCH 06/15] f2fs: Simplify page iteration loops
  ` [f2fs-dev] "
` [PATCH 07/15] f2fs: Use find_get_pages_tag() for looking up single page
  ` [f2fs-dev] "
` [PATCH 13/15] ceph: Use pagevec_lookup_range_nr_tag()

[PATCH v3 00/20] Speculative page faults
 2017-09-18  7:15 UTC  (13+ messages)
` [PATCH v3 04/20] mm: VMA sequence count

[PATCH v2 0/2] mm, memory_hotplug: redefine memory offline retry logic
 2017-09-18  7:08 UTC  (3+ messages)
` [PATCH 1/2] mm, memory_hotplug: do not fail offlining too early
` [PATCH 2/2] mm, memory_hotplug: remove timeout from __offline_memory

[PATCH] mm,page_alloc: softlockup on warn_alloc on
 2017-09-18  6:43 UTC  (17+ messages)

[PATCH 1/2] mm/memory_hotplug: Change pfn_to_section_nr/section_nr_to_pfn macro to inline function
 2017-09-18  6:37 UTC  (4+ messages)
` [PATCH 2/2] mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned long

[PATCH] mm/memcg: avoid page count check for zone device
 2017-09-18  6:31 UTC  (4+ messages)

+ include-linux-sched-mmh-uninline-mmdrop_async-etc.patch added to -mm tree
 2017-09-18  6:08 UTC  (4+ messages)

[PATCH 0/3] Handle zone statistics distinctively based-on
 2017-09-18  5:50 UTC  (16+ messages)
` [PATCH 1/3] mm, sysctl: make VM stats configurable
` [PATCH 2/3] mm: Handle numa statistics distinctively based-on different VM stats modes
` [PATCH 3/3] sysctl/vm.txt: Update document

Get long lasting desire for sure! Buy medications at our shop
 2017-09-17 14:13 UTC 

WARNING: CPU: 0 PID: 0 at arch/x86/mm/tlb.c:245 initialize_tlbstate_and_flush+0x84/0x120
 2017-09-16 13:22 UTC 

[PATCH] mm: meminit: mark init_reserved_page as __meminit
 2017-09-16  9:34 UTC  (2+ messages)

[PATCH 0/6] mm, x86, powerpc: Memory Protection Keys enhancement
 2017-09-16  1:21 UTC  (7+ messages)
` [PATCH 1/6] mm: introduce an additional vma bit for powerpc pkey
` [PATCH 2/6] mm, x86 : introduce arch_pkeys_enabled()
` [PATCH 3/6] mm: display pkey in smaps if arch_pkeys_enabled() is true
` [PATCH 4/6] mm/mprotect, powerpc/mm/pkeys, x86/mm/pkeys: Add sysfs interface
` [PATCH 5/6] Documentation/x86: Move protecton key documentation to arch neutral directory
` [PATCH 6/6] Documentation/vm: PowerPC specific updates to memory protection keys

[PATCH v7 00/11] complete deferred page initialization
 2017-09-15 21:51 UTC  (17+ messages)
` [PATCH v8 01/11] x86/mm: setting fields in deferred pages
` [PATCH v8 02/11] sparc64/mm: "
` [PATCH v8 03/11] mm: deferred_init_memmap improvements
` [PATCH v8 05/11] mm: defining memblock_virt_alloc_try_nid_raw
` [PATCH v8 06/11] mm: zero struct pages during initialization
` [PATCH v8 07/11] sparc64: optimized struct page zeroing
` [PATCH v8 08/11] mm: zero reserved and unavailable struct pages
` [PATCH v8 09/11] x86/kasan: explicitly zero kasan shadow memory
` [PATCH v8 10/11] arm64/kasan: "
` [PATCH v8 11/11] mm: stop zeroing memory during allocation in vmemmap
` [PATCH v8 00/11] complete deferred page initialization

[patch] memfd_create.2: Add description of MFD_HUGETLB (hugetlbfs) support
 2017-09-15 21:54 UTC 

[RFC] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-15 17:40 UTC  (4+ messages)
` [PATCH 3/3] mm: oom: show unreclaimable slab info "

RFC: replace jhash2 with xxhash
 2017-09-15 11:46 UTC 

[PATCH] mm/memory_hotplug: fix wrong casting for __remove_section()
 2017-09-15  9:36 UTC  (6+ messages)

[PATCH] z3fold: fix stale list handling
 2017-09-15  8:34 UTC  (3+ messages)

[PATCH -mm -v4 0/5] mm, swap: VMA based swap readahead
 2017-09-15  4:46 UTC  (10+ messages)
` [PATCH -mm -v4 3/5] "

[PATCH V4 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN in non-coherent DMA mode
 2017-09-15  3:00 UTC 


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