linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-28 23:10:36 to 2018-08-30 20:17:37 UTC [more...]

[PATCH v1 0/5] mm/memory_hotplug: online/offline_pages refactorings
 2018-08-30 20:17 UTC  (3+ messages)
` [PATCH v1 1/5] mm/memory_hotplug: drop intermediate __offline_pages

[PATCH] mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal
 2018-08-30 20:15 UTC  (2+ messages)

[PATCH] mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal
 2018-08-30 20:12 UTC  (2+ messages)

[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
 2018-08-30 19:59 UTC  (42+ messages)
` [RFC PATCH v3 01/24] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [RFC PATCH v3 02/24] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v3 03/24] x86/fpu/xstate: Enable XSAVES system states
` [RFC PATCH v3 04/24] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v3 05/24] Documentation/x86: Add CET description
` [RFC PATCH v3 06/24] x86/cet: Control protection exception handler
` [RFC PATCH v3 07/24] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v3 08/24] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v3 09/24] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v3 10/24] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v3 11/24] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v3 13/24] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v3 14/24] mm: Handle shadow stack page fault
` [RFC PATCH v3 15/24] mm: Handle THP/HugeTLB "
` [RFC PATCH v3 16/24] mm: Update can_follow_write_pte/pmd for shadow stack
` [RFC PATCH v3 17/24] mm: Introduce do_mmap_locked()
` [RFC PATCH v3 18/24] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v3 19/24] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v3 20/24] x86/cet/shstk: Signal handling for shadow stack
` [RFC PATCH v3 21/24] x86/cet/shstk: ELF header parsing of Shadow Stack
` [RFC PATCH v3 22/24] x86/cet/shstk: Handle thread shadow stack
` [RFC PATCH v3 23/24] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [RFC PATCH v3 24/24] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-08-30 19:38 UTC  (15+ messages)
` [PATCH RFCv2 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH RFCv2 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH RFCv2 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH RFCv2 5/6] powerpc/powernv: hold device_hotplug_lock in memtrace_offline_pages()
` [PATCH RFCv2 6/6] memory-hotplug.txt: Add some details about locking internals

[RFC PATCH v3 0/8] Control Flow Enforcement: Branch Tracking, PTRACE
 2018-08-30 19:38 UTC  (10+ messages)
` [RFC PATCH v3 1/8] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v3 2/8] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v3 3/8] x86/cet/ibt: ELF header parsing for IBT
` [RFC PATCH v3 4/8] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v3 5/8] x86/cet/ibt: Add ENDBR to op-code-map
` [RFC PATCH v3 6/8] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v3 7/8] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v3 8/8] x86/cet: Add PTRACE interface for CET

[PATCH V4 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-08-30 19:23 UTC  (5+ messages)
` [PATCH V4 4/4] kvm: add a check if pfn is from NVDIMM pmem

[PATCH v6 0/2] huge_pmd_unshare migration and flushing
 2018-08-30 18:39 UTC  (17+ messages)
` [PATCH v6 1/2] mm: migration: fix migration of huge PMD shared pages

[PATCH v4 0/3] KASLR feature to randomize each loadable module
 2018-08-30 18:24 UTC  (6+ messages)
` [PATCH v4 1/3] vmalloc: Add __vmalloc_node_try_addr function
` [PATCH v4 2/3] x86/modules: Increase randomization for modules
` [PATCH v4 3/3] vmalloc: Add debugfs modfraginfo

[PATCH] arm64: mm: always enable CONFIG_HOLES_IN_ZONE
 2018-08-30 18:23 UTC  (3+ messages)

32-bit PTI with THP = userspace corruption
 2018-08-30 18:09 UTC 

[PATCH 0/2] fix for "pathological THP behavior"
 2018-08-30 16:40 UTC  (26+ messages)
` [PATCH 2/2] mm: thp: fix transparent_hugepage/defrag = madvise || always
                              ` [PATCH] mm, thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings

A crash on ARM64 in move_freepages_block due to uninitialized pages in reserved memory
 2018-08-30 16:25 UTC  (10+ messages)

[PATCH v1] mm: relax deferred struct page requirements
 2018-08-30 15:45 UTC  (9+ messages)

[PATCH v1] mm/slub.c: Switch to bitmap_zalloc()
 2018-08-30 15:33 UTC  (2+ messages)

[PATCH 0/7] HMM updates, improvements and fixes
 2018-08-30 14:41 UTC  (7+ messages)
` [PATCH 2/7] mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
  ` [PATCH 3/7] mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly v2
` [PATCH 3/7] mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback

v4.18.0+ WARNING: at mm/vmscan.c:1756 isolate_lru_page + bad page state
 2018-08-30 13:31 UTC 

[RFC PATCH] mm: Streamline deferred_init_pages and deferred_free_pages
 2018-08-30 13:27 UTC  (2+ messages)

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-08-30 11:48 UTC  (13+ messages)
` [PATCH v6 01/11] arm64: add type casts to untagged_addr macro
` [PATCH v6 02/11] uaccess: add untagged_addr definition for other arches
` [PATCH v6 03/11] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v6 04/11] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v6 05/11] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v6 06/11] arm64: untag user address in __do_user_fault
` [PATCH v6 07/11] fs, arm64: untag user address in copy_mount_options
` [PATCH v6 08/11] usb, arm64: untag user addresses in devio
` [PATCH v6 09/11] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v6 10/11] selftests, arm64: add a selftest for passing tagged pointers to kernel
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

[PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
 2018-08-30 10:23 UTC  (13+ messages)

mmotm 2018-08-23-17-26 uploaded
 2018-08-30  9:22 UTC  (6+ messages)

[PATCHv2] kmemleak: Add option to print warnings to dmesg
 2018-08-30  7:43 UTC  (5+ messages)

[PATCH 1/2] kmemleak: dump all objects for slab usage analysis
 2018-08-30  7:29 UTC  (4+ messages)
` [PATCH 2/2] scripts: add kmemleak2pprof.py "

[PATCH 0/2] fs/dcache: Track # of negative dentries
 2018-08-30  7:20 UTC  (22+ messages)
` [PATCH 1/2] fs/dcache: Track & report number "
` [PATCH 2/2] fs/dcache: Make negative dentries easier to be reclaimed

[PATCH] mm/page_alloc: Clean up check_for_memory
 2018-08-30  1:55 UTC  (4+ messages)

[PATCH 0/3] mm: dirty/accessed pte optimisations
 2018-08-29 23:57 UTC  (6+ messages)
` [PATCH 2/3] mm/cow: optimise pte dirty/accessed bits handling in fork

[RFC v2 0/2] Do not touch pages in remove_memory path
 2018-08-29 23:09 UTC  (5+ messages)
` [RFC v2 2/2] mm/memory_hotplug: Shrink spanned pages when offlining memory

[PATCH v3 1/3] mm: rework memcg kernel stack accounting
 2018-08-29 21:33 UTC  (4+ messages)
` [PATCH v3 3/3] mm: don't miss the last page because of round-off error

[PATCH v2 1/3] mm: rework memcg kernel stack accounting
 2018-08-29 21:30 UTC  (4+ messages)

[PATCH v4 0/4] Refactoring for remove_memory_section/unregister_mem_sect_under_nodes
 2018-08-29 20:50 UTC  (4+ messages)

[PATCH 4/7] mm/hmm: properly handle migration pmd
 2018-08-29 17:17 UTC  (2+ messages)
` [PATCH 4/7] mm/hmm: properly handle migration pmd v2

Caching/buffers become useless after some time
 2018-08-29 16:44 UTC  (20+ messages)

Tagged pointers in the XArray
 2018-08-29 16:17 UTC  (4+ messages)

[PATCH 1/2] Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
 2018-08-29 15:16 UTC  (4+ messages)
` [PATCH 2/2] mm: zero remaining unavailable struct pages

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-08-29 11:35 UTC  (19+ messages)
` [PATCH v6 01/18] khwasan, mm: change kasan hooks signatures
` [PATCH v6 02/18] khwasan: move common kasan and khwasan code to common.c
` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v6 05/18] khwasan: initialize shadow to 0xff
` [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v6 07/18] khwasan: add tag related helper functions
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v6 09/18] khwasan, arm64: fix up fault handling logic
` [PATCH v6 10/18] khwasan, arm64: enable top byte ignore for the kernel
` [PATCH v6 11/18] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v6 12/18] khwasan: split out kasan_report.c from report.c
` [PATCH v6 13/18] khwasan: add bug reporting routines
` [PATCH v6 14/18] khwasan: add hooks implementation
` [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v6 17/18] khwasan: update kasan documentation
` [PATCH v6 18/18] kasan: add SPDX-License-Identifier mark to source files

[PATCH RESEND 0/7] switch several architectures NO_BOOTMEM
 2018-08-29  7:20 UTC  (2+ messages)

[PATCH 00/10] Push the vm_fault_t conversion further
 2018-08-28 23:52 UTC  (5+ messages)
` [PATCH 01/10] cramfs: Convert to use vmf_insert_mixed


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