linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-05 19:07:04 to 2019-06-06 23:53:33 UTC [more...]

[RFC PATCH 00/11] mm/hmm: Various revisions from a locking/code review
 2019-06-06 23:54 UTC  (3+ messages)
` [RFC PATCH 01/11] mm/hmm: Fix use after free with struct hmm in the mmu notifiers

[PATCH] mm: Allow userland to request that the kernel clear memory on release
 2019-06-06 22:45 UTC  (4+ messages)
` [PATCH V4] "

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-06 22:28 UTC  (25+ messages)
` [PATCH RFC 01/10] fs/locks: Add trace_leases_conflict
` [PATCH RFC 02/10] fs/locks: Export F_LAYOUT lease to user space
` [PATCH RFC 03/10] mm/gup: Pass flags down to __gup_device_huge* calls
` [PATCH RFC 04/10] mm/gup: Ensure F_LAYOUT lease is held prior to GUP'ing pages
` [PATCH RFC 05/10] fs/ext4: Teach ext4 to break layout leases
` [PATCH RFC 06/10] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range
` [PATCH RFC 07/10] fs/ext4: Fail truncate if pages are GUP pinned
` [PATCH RFC 08/10] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [PATCH RFC 09/10] fs/xfs: Fail truncate if pages are GUP pinned
` [PATCH RFC 10/10] mm/gup: Remove FOLL_LONGTERM DAX exclusion

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-06 22:10 UTC  (32+ messages)
` [PATCH v7 01/27] Documentation/x86: Add CET description
` [PATCH v7 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v7 03/27] x86/fpu/xstate: Change names to separate XSAVES system and user states
` [PATCH v7 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v7 05/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [PATCH v7 06/27] x86/cet: Add control protection exception handler
` [PATCH v7 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [PATCH v7 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v7 09/27] mm/mmap: Prevent Shadow Stack VMA merges
` [PATCH v7 10/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v7 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH v7 12/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v7 13/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [PATCH v7 14/27] x86/mm: Shadow stack page fault error checking
` [PATCH v7 15/27] mm: Handle shadow stack page fault
` [PATCH v7 16/27] mm: Handle THP/HugeTLB "
` [PATCH v7 17/27] mm: Update can_follow_write_pte/pmd for shadow stack
` [PATCH v7 18/27] mm: Introduce do_mmap_locked()
` [PATCH v7 19/27] x86/cet/shstk: User-mode shadow stack support
` [PATCH v7 20/27] x86/cet/shstk: Introduce WRUSS instruction
` [PATCH v7 21/27] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file
` [PATCH v7 23/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [PATCH v7 24/27] x86/cet/shstk: Handle thread shadow stack
` [PATCH v7 25/27] mm/mmap: Add Shadow stack pages to memory accounting
` [PATCH v7 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [PATCH v7 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH 0/2] reapply: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2019-06-06 22:12 UTC  (11+ messages)
` [PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations"

[PATCH v9 00/12] mm: Sub-section memory hotplug support
 2019-06-06 22:06 UTC  (20+ messages)
` [PATCH v9 01/12] mm/sparsemem: Introduce struct mem_section_usage
` [PATCH v9 02/12] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v9 03/12] mm/hotplug: Prepare shrink_{zone, pgdat}_span for sub-section removal
` [PATCH v9 04/12] mm/sparsemem: Convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v9 05/12] mm/hotplug: Kill is_dev_zone() usage in __remove_pages()
` [PATCH v9 06/12] mm: Kill is_dev_zone() helper
` [PATCH v9 07/12] mm/sparsemem: Prepare for sub-section ranges
` [PATCH v9 08/12] mm/sparsemem: Support sub-section hotplug
` [PATCH v9 09/12] mm: Document ZONE_DEVICE memory-model implications
` [PATCH v9 10/12] mm/devm_memremap_pages: Enable sub-section remap
` [PATCH v9 11/12] libnvdimm/pfn: Fix fsdax-mode namespace info-block zero-fields
` [PATCH v9 12/12] libnvdimm/pfn: Stop padding pmem namespaces to section alignment

KASAN: slab-out-of-bounds Read in corrupted (2)
 2019-06-06 21:26 UTC  (3+ messages)

[PATCHv3 1/2] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-06-06 21:17 UTC  (4+ messages)

[PATCH 0/5] mm/hmm: HMM documentation updates and code fixes
 2019-06-06 21:08 UTC  (19+ messages)
` [PATCH 1/5] mm/hmm: Update HMM documentation
` [PATCH 2/5] mm/hmm: Clean up some coding style and comments
` [PATCH 4/5] mm/hmm: hmm_vma_fault() doesn't always call hmm_range_unregister()

[PATCH v7 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-06-06 20:28 UTC  (19+ messages)
` [PATCH v7 01/14] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v7 02/14] x86/cet/ibt: User-mode indirect branch tracking support
` [PATCH v7 03/14] x86/cet/ibt: Add IBT legacy code bitmap setup function
` [PATCH v7 04/14] x86/cet/ibt: Handle signals for IBT
` [PATCH v7 05/14] mm/mmap: Add IBT bitmap size to address space limit check
` [PATCH v7 06/14] x86/cet/ibt: ELF header parsing for IBT
` [PATCH v7 07/14] x86/cet/ibt: Add arch_prctl functions "
` [PATCH v7 08/14] x86/cet/ibt: Add ENDBR to op-code-map
` [PATCH v7 09/14] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v7 10/14] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v7 11/14] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
` [PATCH v7 12/14] x86/vsyscall/64: Fixup shadow stack and branch tracking for vsyscall
` [PATCH v7 13/14] x86/cet: Add PTRACE interface for CET
` [PATCH v7 14/14] x86: Discard .note.gnu.property sections

[RFC PATCH stable-4.4] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-06 19:55 UTC  (2+ messages)

[PATCH v4 0/1] Use HMM for ODP v4
 2019-06-06 19:53 UTC  (6+ messages)
            ` RFC: Run a dedicated hmm.git for 5.3

[PATCH 0/2] Two bug-fixes for HMM
 2019-06-06 19:20 UTC  (5+ messages)

[v2 PATCH] mm: thp: fix false negative of shmem vma's THP eligibility
 2019-06-06 18:59 UTC  (7+ messages)

[PATCH v2 hmm 00/11] Various revisions from a locking/code review
 2019-06-06 18:44 UTC  (12+ messages)
` [PATCH v2 hmm 01/11] mm/hmm: fix use after free with struct hmm in the mmu notifiers
` [PATCH v2 hmm 02/11] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
` [PATCH v2 hmm 03/11] mm/hmm: Hold a mmgrab from hmm to mm
` [PATCH v2 hmm 04/11] mm/hmm: Simplify hmm_get_or_create and make it reliable
` [PATCH v2 hmm 05/11] mm/hmm: Remove duplicate condition test before wait_event_timeout
` [PATCH v2 hmm 06/11] mm/hmm: Hold on to the mmget for the lifetime of the range
` [PATCH v2 hmm 07/11] mm/hmm: Use lockdep instead of comments
` [PATCH v2 hmm 08/11] mm/hmm: Remove racy protection against double-unregistration
` [PATCH v2 hmm 09/11] mm/hmm: Poison hmm_range during unregister
` [PATCH v2 hmm 10/11] mm/hmm: Do not use list*_rcu() for hmm->ranges
` [PATCH v2 hmm 11/11] mm/hmm: Remove confusing comment and logic from hmm_release

[PATCH v2] x86/fpu: Use fault_in_pages_writeable() for pre-faulting
 2019-06-06 17:25 UTC  (3+ messages)
` [PATCH] mm/gup: continue VM_FAULT_RETRY processing event for pre-faults
  ` [tip:x86/urgent] x86/fpu: Use fault_in_pages_writeable() for pre-faulting

"lib: rework bitmap_parse()" triggers invalid access errors
 2019-06-06 16:09 UTC  (4+ messages)
  ` [EXT] "

KASAN: use-after-free Read in unregister_shrinker
 2019-06-06 16:01 UTC  (9+ messages)

[PATCH v4 0/3] mm: improvements in shrink slab
 2019-06-06 15:33 UTC  (9+ messages)
` [PATCH v4 1/3] mm/vmstat: expose min_slab_pages in /proc/zoneinfo
` [PATCH v4 2/3] mm/vmscan: change return type of shrink_node() to void
` [PATCH v4 3/3] mm/vmscan: shrink slab in node reclaim

[Bug 203715] New: BUG: unable to handle kernel NULL pointer dereference under stress (possibly related to https://lkml.org/lkml/2019/5/24/292 ?)
 2019-06-06 14:44 UTC  (3+ messages)

[PATCH V3 1/2] mm/ioremap: Check virtual address alignment while creating huge mappings
 2019-06-06 13:51 UTC  (3+ messages)
` [PATCH V4] "

[PATCH v5 0/4] Some cleanups for the KVA/vmalloc
 2019-06-06 12:04 UTC  (5+ messages)
` [PATCH v5 1/4] mm/vmalloc.c: remove "node" argument
` [PATCH v5 2/4] mm/vmalloc.c: preload a CPU with one object for split purpose
` [PATCH v5 3/4] mm/vmalloc.c: get rid of one single unlink_va() when merge
` [PATCH v5 4/4] mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va()

[PATCH] mm: memcontrol: dump memory.stat during cgroup OOM
 2019-06-06 11:14 UTC  (4+ messages)

mmotm 2019-06-04-16-33 uploaded
 2019-06-06 10:41 UTC  (3+ messages)
` mmotm 2019-06-04-16-33 uploaded (drivers/crypto/atmel)

[PATCH V3 0/2] mm/ioremap: Check virtual address alignment
 2019-06-06  8:08 UTC  (6+ messages)
` [PATCH V3 2/2] arm64/mm: Change offset base address in [pud|pmd]_free_[pmd|pte]_page()

RFC: switch the remaining architectures to use generic GUP v2
 2019-06-06  7:44 UTC  (5+ messages)
` [PATCH 12/16] mm: consolidate the get_user_pages* implementations

[PATCH v12 00/31] Speculative page faults
 2019-06-06  6:51 UTC  (2+ messages)

[RFC v2 0/5] cgroup-aware unbound workqueues
 2019-06-06  6:15 UTC  (3+ messages)

[PATCH] mm: Remove VM_BUG_ON in __alloc_pages_node
 2019-06-06  5:29 UTC  (6+ messages)

[RFC V2] mm: Generalize notify_page_fault()
 2019-06-06  2:40 UTC  (7+ messages)

[PATCH 1/2] mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist
 2019-06-06  2:27 UTC  (3+ messages)

[PATCH v6 00/10] mm: reparent slab memory on cgroup removal
 2019-06-06  0:48 UTC  (11+ messages)
` [PATCH v6 01/10] mm: add missing smp read barrier on getting memcg kmem_cache pointer
` [PATCH v6 07/10] mm: synchronize access to kmem_cache dying flag using a spinlock

[PATCH V3 1/2] zpool: Add malloc_support_movable to zpool_driver
 2019-06-06  0:23 UTC  (6+ messages)
` [PATCH V3 2/2] zswap: Use movable memory if zpool support allocate movable memory

[PATCH v3 00/11] mm/memory_hotplug: Factor out memory block devicehandling
 2019-06-05 21:50 UTC  (11+ messages)
` [PATCH v3 07/11] mm/memory_hotplug: Create memory block devices after arch_add_memory()
` [PATCH v3 10/11] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
` [PATCH v3 11/11] mm/memory_hotplug: Remove "zone" parameter from sparse_remove_one_section

[PATCH v4] mm/swap: Fix release_pages() when releasing devmap pages
 2019-06-05 21:49 UTC 

[PATCH -next] arm64/mm: fix a bogus GFP flag in pgd_alloc()
 2019-06-05 21:33 UTC  (4+ messages)

[PATCH net-next 0/6] vhost: accelerate metadata access
 2019-06-05 20:27 UTC  (2+ messages)

kernel BUG at mm/swap_state.c:170!
 2019-06-05 20:07 UTC  (4+ messages)

KASAN: use-after-free Read in register_shrinker_prepared
 2019-06-05 19:08 UTC 

[PATCH v2 0/8] EFI Specific Purpose Memory Support
 2019-06-05 19:06 UTC  (4+ messages)
` [PATCH v2 4/8] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax


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