linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-09 09:34:50 to 2017-11-13 07:33:19 UTC [more...]

[PATCH 1/2] mm: drop migrate type checks from has_unmovable_pages
 2017-11-13  7:33 UTC 

[PATCH 00/30] [v2] KAISER: unmap most of the kernel from userspace page tables
 2017-11-13  3:52 UTC  (39+ messages)
` [PATCH 01/30] x86, mm: do not set _PAGE_USER for init_mm "
` [PATCH 02/30] x86, tlb: make CR4-based TLB flushes more robust
` [PATCH 03/30] x86, mm: document X86_CR4_PGE toggling behavior
` [PATCH 04/30] x86, kaiser: disable global pages by default with KAISER
` [PATCH 05/30] x86, kaiser: prepare assembly for entry/exit CR3 switching
` [PATCH 08/30] x86, kaiser: unmap kernel from userspace page tables (core patch)
` [PATCH 18/30] x86, kaiser: map virtually-addressed performance monitoring buffers
` [PATCH 20/30] x86, mm: remove hard-coded ASID limit checks
` [PATCH 22/30] x86, pcid, kaiser: allow flushing for future ASID switches
` [PATCH 24/30] x86, kaiser: disable native VSYSCALL
` [PATCH 30/30] x86, kaiser, xen: Dynamically disable KAISER when running under Xen PV

[PATCH v9 00/51] powerpc, mm: Memory Protection Keys
 2017-11-13  0:54 UTC  (12+ messages)
` [PATCH v9 23/51] powerpc: Enable pkey subsystem
` [PATCH v9 44/51] selftest/vm: powerpc implementation for generic abstraction

[RESEND PATCH] mm, oom_reaper: gather each vma to prevent leaking TLB entry
 2017-11-13  0:28 UTC  (5+ messages)
    ` [PATCH] arch, mm: introduce arch_tlb_gather_mmu_lazy (was: Re: [RESEND PATCH] mm, oom_reaper: gather each vma to prevent) "

[PATCH] arm64: mm: Set MAX_PHYSMEM_BITS based on ARM64_VA_BITS
 2017-11-12 17:55 UTC  (3+ messages)

[PATCH v3] virtio_balloon: include disk/file caches memory statistics
 2017-11-12 12:05 UTC 

[PATCH] slub: Fix sysfs duplicate filename creation when slub_debug=O
 2017-11-12  1:40 UTC  (9+ messages)

[mmotm:master 262/281] arch/x86/kernel/cpu/proc.c:81: undefined reference to `arch_freq_get_on_cpu'
 2017-11-11 21:15 UTC 

[PATCH v2 0/4] fix device-dax pud crash and fixup {pte, pmd, pud}_write
 2017-11-11 20:11 UTC  (5+ messages)
` [PATCH v2 1/4] mm: fix device-dax pud write-faults triggered by get_user_pages()
` [PATCH v2 2/4] mm: replace pud_write with pud_access_permitted in fault + gup paths
` [PATCH v2 3/4] mm: replace pmd_write with pmd_access_permitted "
` [PATCH v2 4/4] mm: replace pte_write with pte_access_permitted "

[PATCH v3 0/5] Revise crossrelease.txt
 2017-11-11 13:45 UTC  (8+ messages)
` [PATCH v3 1/5] locking/Documentation: Remove meaningless examples and a note
` [PATCH v3 2/5] locking/Documentation: Fix typos and clear grammar errors
` [PATCH v3 3/5] locking/Documentation: Fix weird expressions
` [PATCH v3 4/5] locking/Documentation: Add an example to help crossrelease.txt more readable
` [PATCH v3 5/5] locking/Documentation: Align crossrelease.txt with the width
` [PATCH] locking/Documentation: Revise Documentation/locking/crossrelease.txt

POWER: Unexpected fault when writing to brk-allocated memory
 2017-11-11 10:30 UTC  (16+ messages)

[mmotm:master 180/303] arch/tile/kernel/setup.c:222:2: warning: the address of 'isolnodes' will always evaluate as 'true'
 2017-11-11  7:49 UTC 

[mmotm:master 180/303] include/linux/nodemask.h:107:41: warning: the address of 'nodes' will always evaluate as 'true'
 2017-11-11  4:29 UTC 

[mmotm:master 225/303] lib/test_find_bit.c:54:2: note: in expansion of macro 'pr_err'
 2017-11-11  3:49 UTC 

[PATCHv2] slub: Fix sysfs duplicate filename creation when slub_debug=O
 2017-11-11  2:03 UTC 

mmotm 2017-11-10-15-56 uploaded
 2017-11-11  2:00 UTC  (2+ messages)
` mmotm 2017-11-10-15-56 uploaded (lib/test_find_bit.c)

[PATCH 0/4] fix device-dax pud crash and fixup {pte,pmd,pud}_write
 2017-11-11  0:44 UTC  (5+ messages)
` [PATCH 1/4] mm: fix device-dax pud write-faults triggered by get_user_pages()
` [PATCH 2/4] mm: replace pud_write with pud_access_permitted in fault + gup paths
` [PATCH 3/4] mm: replace pmd_write with pmd_access_permitted "
` [PATCH 4/4] mm: replace pte_write with pte_access_permitted "

[PATCH] x86, kaiser: fix 32-bit SYSENTER
 2017-11-11  0:11 UTC 

[PATCH 00/30] [v3] KAISER: unmap most of the kernel from userspace page tables
 2017-11-10 22:10 UTC  (34+ messages)
` [PATCH 01/30] x86, mm: do not set _PAGE_USER for init_mm "
` [PATCH 02/30] x86, tlb: Make CR4-based TLB flushes more robust
` [PATCH 03/30] x86/mm: Document X86_CR4_PGE toggling behavior
` [PATCH 04/30] x86, kaiser: disable global pages by default with KAISER
` [PATCH 05/30] x86, kaiser: prepare assembly for entry/exit CR3 switching
` [PATCH 06/30] x86, kaiser: introduce user-mapped per-cpu areas
` [PATCH 07/30] x86, kaiser: mark per-cpu data structures required for entry/exit
` [PATCH 08/30] x86, kaiser: unmap kernel from userspace page tables (core patch)
` [PATCH 09/30] x86, kaiser: only populate shadow page tables for userspace
` [PATCH 10/30] x86, kaiser: allow NX poison to be set in p4d/pgd
` [PATCH 11/30] x86, kaiser: make sure static PGDs are 8k in size
` [PATCH 12/30] x86, kaiser: map GDT into user page tables
` [PATCH 13/30] x86, kaiser: map dynamically-allocated LDTs
` [PATCH 14/30] x86, kaiser: map espfix structures
` [PATCH 15/30] x86, kaiser: map entry stack variables
` [PATCH 16/30] x86, kaiser: map trace interrupt entry
` [PATCH 17/30] x86, kaiser: map debug IDT tables
` [PATCH 18/30] x86, kaiser: map virtually-addressed performance monitoring buffers
` [PATCH 19/30] x86, mm: Move CR3 construction functions
` [PATCH 20/30] x86, mm: remove hard-coded ASID limit checks
` [PATCH 21/30] x86, mm: put mmu-to-h/w ASID translation in one place
` [PATCH 22/30] x86, pcid, kaiser: allow flushing for future ASID switches
` [PATCH 23/30] x86, kaiser: use PCID feature to make user and kernel switches faster
` [PATCH 24/30] x86, kaiser: disable native VSYSCALL
` [PATCH 25/30] x86, kaiser: add debugfs file to turn KAISER on/off at runtime
` [PATCH 26/30] x86, kaiser: add a function to check for KAISER being enabled
` [PATCH 27/30] x86, kaiser: un-poison PGDs at runtime
` [PATCH 28/30] x86, kaiser: allow KAISER to be enabled/disabled "
` [PATCH 29/30] x86, kaiser: add Kconfig
` [PATCH 30/30] x86, kaiser, xen: Dynamically disable KAISER when running under Xen PV

[PATCHv2 0/4] x86: 5-level related changes into decompression code
 2017-11-10 22:06 UTC  (5+ messages)
` [PATCHv2 1/4] x86/boot/compressed/64: Rename pagetable.c to kaslr_64.c
` [PATCHv2 2/4] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
` [PATCHv2 3/4] x86/boot/compressed/64: Introduce place_trampoline()
` [PATCHv2 4/4] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G

[PATCH v2] mm, shrinker: make shrinker_list lockless
 2017-11-10 18:16 UTC  (5+ messages)

[PATCH 1/6] remove mapping from balance_dirty_pages*()
 2017-11-10 17:11 UTC  (8+ messages)
` [PATCH 2/6] writeback: allow for dirty metadata accounting
` [PATCH 3/6] writeback: introduce super_operations->write_metadata
` [PATCH 4/6] export radix_tree_iter_tag_set
` [PATCH 5/6] Btrfs: kill the btree_inode
` [PATCH 6/6] btrfs: rework end io for extent buffer reads

[PATCH 0/4] x86: 5-level related changes into decompression code
 2017-11-10 12:46 UTC  (15+ messages)
` [PATCH 1/4] x86/boot/compressed/64: Compile pagetable.c unconditionally
` [PATCH 2/4] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
` [PATCH 3/4] x86/boot/compressed/64: Introduce place_trampoline()

[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
 2017-11-10  9:09 UTC  (9+ messages)
` [PATCH 12/15] mm, dax: enable filesystems to trigger page-idle callbacks
` [PATCH 13/15] mm, devmap: introduce CONFIG_DEVMAP_MANAGED_PAGES
` [PATCH 14/15] dax: associate mappings with inodes, and warn if dma collides with truncate
` [PATCH 15/15] wait_bit: introduce {wait_on,wake_up}_devmap_idle

[PATCH 0/3] introduce get_user_pages_longterm()
 2017-11-10  9:01 UTC  (5+ messages)
` [PATCH 1/3] mm: introduce get_user_pages_longterm
` [PATCH 2/3] IB/core: disable memory registration of fileystem-dax vmas

[PATCH v2] locking/lockdep: Revise Documentation/locking/crossrelease.txt
 2017-11-10  7:41 UTC  (3+ messages)

[RFC PATCH] mm: fix device-dax pud write-faults triggered by get_user_pages()
 2017-11-10  7:22 UTC 

[PATCH v6 00/11] Add support for eXclusive Page Frame Ownership
 2017-11-10  1:09 UTC  (8+ messages)
` [PATCH v6 03/11] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)

[PATCH] vmalloc: introduce vmap_pfn for persistent memory
 2017-11-09 18:58 UTC  (23+ messages)
        ` [dm-devel] "

[PATCH] x86/mm: Fix ELF_ET_DYN_BASE for 5-level paging
 2017-11-09 17:12 UTC  (4+ messages)

MPK: pkey_free and key reuse
 2017-11-09 16:59 UTC  (4+ messages)

[PATCH] mm/page_alloc: Avoid KERN_CONT uses in warn_alloc
 2017-11-09 16:27 UTC  (9+ messages)

[PATCH RFC v2 0/4] some fixes and clean up for mempolicy
 2017-11-09 15:46 UTC  (14+ messages)
` [PATCH RFC v2 4/4] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages

[PATCH 1/4] remove mapping from balance_dirty_pages*()
 2017-11-09 14:41 UTC  (9+ messages)
` [PATCH 2/4] writeback: allow for dirty metadata accounting
` [PATCH 3/4] writeback: introduce super_operations->write_metadata
` [PATCH 4/4] export radix_tree_iter_tag_set

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-11-09 13:54 UTC  (5+ messages)

[PATCH RFC] mm/memory_hotplug: make it possible to offline blocks with reserved pages
 2017-11-09 13:42 UTC  (8+ messages)

[PATCH] mm: Replace-simple_strtoul-with-kstrtoul
 2017-11-09 13:04 UTC  (2+ messages)

[PATCH 1/2] mm: add sysctl to control global OOM logging behaviour
 2017-11-09 12:56 UTC  (2+ messages)

[PATCH 1/5] mm,page_alloc: Update comment for last second allocation attempt
 2017-11-09 12:32 UTC  (11+ messages)
` [PATCH 5/5] nommu,oom: Set MMF_OOM_SKIP without waiting for termination

[PATCH v4] printk: Add console owner and waiter logic to load balance console writes
 2017-11-09 12:07 UTC  (7+ messages)
  ` [PATCH v4] printk: Add console owner and waiter logic to loadbalance "

[PATCH] mm: don't warn about allocations which stall for too long
 2017-11-09 10:19 UTC  (7+ messages)

[PATCH 00/11] KASan for arm
 2017-11-09 10:10 UTC  (5+ messages)
` [PATCH 01/11] Initialize the mapping of KASan shadow memory


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