linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-22 00:03:31 to 2017-06-23 16:51:29 UTC [more...]

[RFC PATCH 0/4] Support for metadata specific accounting
 2017-06-23 16:14 UTC  (7+ messages)
` [PATCH 1/4] remove mapping from balance_dirty_pages*()
` [PATCH 2/4] writeback: convert WB_WRITTEN/WB_DIRITED counters to bytes
` [PATCH 3/4] writeback: add counters for metadata usage
` [PATCH 4/4] writeback: introduce super_operations->write_metadata

[PATCH v3 00/11] PCID and improved laziness
 2017-06-23 15:46 UTC  (47+ messages)
` [PATCH v3 01/11] x86/mm: Don't reenter flush_tlb_func_common()
` [PATCH v3 04/11] x86/mm: Give each mm TLB flush generation a unique ID
` [PATCH v3 05/11] x86/mm: Track the TLB's tlb_gen and update the flushing algorithm
` [PATCH v3 06/11] x86/mm: Rework lazy TLB mode and TLB freshness tracking
` [PATCH v3 07/11] x86/mm: Stop calling leave_mm() in idle code
` [PATCH v3 08/11] x86/mm: Disable PCID on 32-bit kernels
` [PATCH v3 09/11] x86/mm: Add nopcid to turn off PCID
` [PATCH v3 10/11] x86/mm: Enable CR4.PCIDE on supported systems
` [PATCH v3 11/11] x86/mm: Try to preserve old TLB entries using PCID

[HMM 00/15] HMM (Heterogeneous Memory Management) v23
 2017-06-23 15:28 UTC  (3+ messages)

Sleeping BUG in khugepaged for i586
 2017-06-23 15:28 UTC  (11+ messages)

[PATCH v2 0/3] DAX common 4k zero page
 2017-06-23 15:25 UTC  (5+ messages)
` [PATCH v2 1/3] mm: add vm_insert_mixed_mkwrite()

[PATCH 0/5] Last bits for initial 5-level paging enabling
 2017-06-23 14:49 UTC  (8+ messages)
` [PATCH 1/5] x86: Enable 5-level paging support
` [PATCH 2/5] x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit
` [PATCH 3/5] x86/mpx: Do not allow MPX if we have mappings above 47-bit
` [PATCH 4/5] x86/mm: Prepare to expose larger address space to userspace
` [PATCH 5/5] x86/mm: Allow userspace have mapping above 47-bit

[PATCH] exec: Account for argv/envp pointers
 2017-06-23 14:18 UTC  (5+ messages)
` [kernel-hardening] "

[PATCH v2] mm: Allow slab_nomerge to be set at build time
 2017-06-23 14:06 UTC  (2+ messages)

[RFC PATCH v2 0/7] cgroup-aware OOM killer
 2017-06-23 13:43 UTC  (4+ messages)

[patch for-4.12] mm, thp: remove cond_resched from __collapse_huge_page_copy
 2017-06-23 13:24 UTC  (2+ messages)

[PATCH] mm: remove a redundant condition in the for loop
 2017-06-23 13:10 UTC  (4+ messages)
` [PATCH] mm/page_alloc.c: eliminate unsigned confusion in __rmqueue_fallback

[PATCH 0/2] fix premature OOM killer
 2017-06-23 12:50 UTC  (7+ messages)
` [RFC PATCH 2/2] mm, oom: do not trigger out_of_memory from the #PF

Re: [PATCH] mm,oom_kill: Close race window of needlessly selecting new victims
 2017-06-23 12:45 UTC  (4+ messages)
  `  "

[RFC] virtio-mem: paravirtualized memory
 2017-06-23 12:45 UTC  (6+ messages)

Re: [patch] mm, oom: prevent additional oom kills before memory is freed
 2017-06-23 12:38 UTC  (7+ messages)
    ` Re: [patch] mm, oom: prevent additional oom kills before memoryis freed

[PATCH] mm: Remove ancient/ambiguous comment
 2017-06-23 12:22 UTC  (5+ messages)
  ` [PATCH v2] "
` [PATCHi v3] "

[RFC PATCH] mm, swap: don't disable preemption while taking the per-CPU cache
 2017-06-23 12:13 UTC  (6+ messages)
  ` [PATCH] "

[PATCH v7 00/36] x86: Secure Memory Encryption (AMD)
 2017-06-23 11:57 UTC  (24+ messages)
` [PATCH v7 16/36] efi: Add an EFI table address match function
` [PATCH v7 17/36] efi: Update efi_mem_type() to return an error rather than 0
` [PATCH v7 18/36] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v7 19/36] x86/mm: Add support to access boot related data in the clear
` [PATCH v7 26/36] x86/CPU/AMD: Make the microcode level available earlier in the boot
` [PATCH v7 27/36] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v7 31/36] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v7 32/36] xen/x86: Remove SME feature in PV guests
` [PATCH v7 33/36] x86/mm: Use proper encryption attributes with /dev/mem
` [PATCH v7 34/36] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v7 35/36] x86/boot: Add early cmdline parsing for options with arguments

[PATCH] mm: Refactor conversion of pages to bytes macro definitions
 2017-06-23 11:48 UTC  (4+ messages)

[Bug 196157] New: 100+ times slower disk writes on 4.x+/i386/16+RAM, compared to 3.x
 2017-06-23 11:38 UTC  (5+ messages)

[PATCH 0/6] mm: give __GFP_REPEAT a better semantic
 2017-06-23 10:27 UTC  (8+ messages)
` [PATCH 1/6] MIPS: do not use __GFP_REPEAT for order-0 request
` [PATCH 2/6] mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
` [PATCH 3/6] xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL
` [PATCH 4/6] mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizes
` [PATCH 5/6] drm/i915: use __GFP_RETRY_MAYFAIL
` [PATCH 6/6] mm, migration: do not trigger OOM killer when migrating memory

[PATCH v5 1/4] x86: switch atomic.h to use atomic-instrumented.h
 2017-06-23  8:54 UTC  (7+ messages)
  ` [PATCH v5 2/4] kasan: allow kasan_check_read/write() to accept pointers to volatiles
  ` [PATCH v5 3/4] asm-generic: add KASAN instrumentation to atomic operations
  ` [PATCH v5 4/4] asm-generic, x86: add comments for atomic instrumentation

[RFC PATCH] mmap, aslr: do not enforce legacy mmap on unlimited stacks
 2017-06-23  8:46 UTC  (2+ messages)

[PATCH v3 1/6] mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig
 2017-06-23  8:31 UTC 

[PATCH -mm -v2 00/12] mm, THP, swap: Delay splitting THP after swapped out
 2017-06-23  7:13 UTC  (13+ messages)
` [PATCH -mm -v2 01/12] mm, THP, swap: Support to clear swap cache flag for THP "
` [PATCH -mm -v2 02/12] mm, THP, swap: Support to reclaim swap space "
` [PATCH -mm -v2 03/12] mm, THP, swap: Make reuse_swap_page() works "
` [PATCH -mm -v2 04/12] mm, THP, swap: Don't allocate huge cluster for file backed swap device
` [PATCH -mm -v2 05/12] block, THP: Make block_device_operations.rw_page support THP
` [PATCH -mm -v2 06/12] Test code to write THP to swap device as a whole
` [PATCH -mm -v2 07/12] mm, THP, swap: Support to split THP for THP swapped out
` [PATCH -mm -v2 08/12] memcg, THP, swap: Support move mem cgroup charge "
` [PATCH -mm -v2 09/12] memcg, THP, swap: Avoid to duplicated charge THP in swap cache
` [PATCH -mm -v2 10/12] memcg, THP, swap: Make mem_cgroup_swapout() support THP
` [PATCH -mm -v2 11/12] mm, THP, swap: Delay splitting THP after swapped out
` [PATCH -mm -v2 12/12] mm, THP, swap: Add THP swapping out fallback counting

linux-next: BUG: Bad page state in process ip6tables-save pfn:1499f4
 2017-06-23  6:21 UTC 

next-20170620 BUG in do_page_fault / do_huge_pmd_wp_page
 2017-06-23  5:48 UTC  (2+ messages)

[PATCH] mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
 2017-06-23  5:07 UTC  (9+ messages)

[RFC PATCH 2/2] mm, fs: daxfile, an interface for byte-addressable updates to pmem
 2017-06-23  3:07 UTC  (14+ messages)

[PATCH v2] mm: Add SLUB free list pointer obfuscation
 2017-06-23  1:50 UTC 

[PATCH] docs/memory-hotplug: adjust the explanation of valid_zones sysfs
 2017-06-23  1:41 UTC  (3+ messages)

[PATCH 0/2] memory hotplug follow up fixes
 2017-06-23  1:37 UTC  (5+ messages)
` [PATCH 2/2] mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone

[PATCH v7 00/16] lockdep: Implement crossrelease feature
 2017-06-22 23:27 UTC  (4+ messages)
` [PATCH v7 05/16] "

[PATCH] mm,page_alloc: Serialize warn_alloc() if schedulable
 2017-06-22 22:53 UTC  (7+ messages)

[v3 0/6] cgroup-aware OOM killer
 2017-06-22 21:52 UTC  (5+ messages)
` [v3 1/6] mm, oom: use oom_victims counter to synchronize oom victim selection

[PATCH 0/3] mm, hugetlb: allow proper node fallback dequeue
 2017-06-22 19:30 UTC  (4+ messages)
` [PATCH 1/3] mm, hugetlb: unclutter hugetlb allocation layers
` [PATCH 2/3] hugetlb: add support for preferred node to alloc_huge_page_nodemask
` [PATCH 3/3] mm, hugetlb, soft_offline: use new_page_nodemask for soft offline migration

[RFC v3 00/23] powerpc: Memory Protection Keys
 2017-06-22 18:50 UTC  (26+ messages)
` [RFC v3 01/23] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [RFC v3 02/23] powerpc: introduce set_hidx_slot helper
` [RFC v3 03/23] powerpc: introduce get_hidx_gslot helper
` [RFC v3 04/23] powerpc: Free up four 64K PTE bits in 64K backed HPTE pages
` [RFC v3 05/23] powerpc: capture the PTE format changes in the dump pte report
` [RFC v3 06/23] powerpc: use helper functions in __hash_page_4K() for 64K PTE
` [RFC v3 07/23] powerpc: use helper functions in __hash_page_4K() for 4K PTE
` [RFC v3 08/23] powerpc: use helper functions in flush_hash_page()
` [RFC v3 09/23] mm: introduce an additional vma bit for powerpc pkey
` [RFC v3 10/23] mm: provide the ability to disable execute on a key at creation
` [RFC v3 11/23] x86: key creation with PKEY_DISABLE_EXECUTE is disallowed
` [RFC v3 12/23] powerpc: Implement sys_pkey_alloc and sys_pkey_free system call
` [RFC v3 13/23] powerpc: store and restore the pkey state across context switches
` [RFC v3 14/23] powerpc: Implementation for sys_mprotect_pkey() system call
` [RFC v3 15/23] powerpc: Program HPTE key protection bits
` [RFC v3 16/23] powerpc: Macro the mask used for checking DSI exception
` [RFC v3 17/23] powerpc: Handle exceptions caused by violation of pkey protection
` [RFC v3 18/23] powerpc: Deliver SEGV signal on pkey violation
` [RFC v3 19/23] selftest: Move protecton key selftest to arch neutral directory
` [RFC v3 20/23] selftest: PowerPC specific test updates to memory protection keys
` [RFC v3 21/23] Documentation: Move protecton key documentation to arch neutral directory
` [RFC v3 22/23] Documentation: PowerPC specific updates to memory protection keys
` [RFC v3 23/23] procfs: display the protection-key number associated with a vma

[PATCH] mm/list_lru.c: use cond_resched_lock() for nlru->lock
 2017-06-22 17:49 UTC  (5+ messages)
` [PATCH v2] fs/dcache.c: fix spin lockup issue on nlru->lock

Bad page state freeing hugepages
 2017-06-22 16:53 UTC  (3+ messages)

[PATCH v4 5/7] kasan: allow kasan_check_read/write() to accept pointers to volatiles
 2017-06-22 14:15 UTC  (5+ messages)

[PATCH] kasan: make function get_wild_bug_type static
 2017-06-22  9:28 UTC  (2+ messages)

[PATCHv7 00/14] x86: 5-level paging enabling for v4.13, Part 4
 2017-06-22  9:24 UTC  (7+ messages)
` [PATCHv7 13/14] x86: Enable 5-level paging support

[PATCH v11 0/6] Virtio-balloon Enhancement
 2017-06-22  8:40 UTC  (6+ messages)
` [PATCH v11 6/6] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ
    ` [virtio-dev] "

[RFC PATCH 0/2] daxfile: enable byte-addressable updates to pmem
 2017-06-22  7:23 UTC  (7+ messages)
` [RFC PATCH 2/2] mm, fs: daxfile, an interface for "

[PATCH 1/2] mmzone: simplify zone_intersects()
 2017-06-22  6:50 UTC  (4+ messages)
` [PATCH 2/2] mm/memory_hotplug: remove duplicate call for set_page_links


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