linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-06 17:10:50 to 2019-06-07 19:33:35 UTC [more...]

[RFC PATCH 00/11] mm/hmm: Various revisions from a locking/code review
 2019-06-07 19:38 UTC  (8+ messages)
` [RFC PATCH 01/11] mm/hmm: Fix use after free with struct hmm in the mmu notifiers
` [RFC PATCH 08/11] mm/hmm: Use lockdep instead of comments
` [RFC PATCH 09/11] mm/hmm: Remove racy protection against double-unregistration

[PATCH v7 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-06-07 19:23 UTC  (32+ 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

[PATCH 1/1] coredump: fix race condition between collapse_huge_page() and core dumping
 2019-06-07 19:13 UTC  (2+ messages)

[PATCH v2 hmm 00/11] Various revisions from a locking/code review
 2019-06-07 19:13 UTC  (39+ 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 v3 "
` [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 12/11] mm/hmm: Fix error flows in hmm_invalidate_range_start

[PATCH v3 16/20] docs: fix broken documentation links
 2019-06-07 18:54 UTC 

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

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-07 18:50 UTC  (17+ messages)

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-07 18:01 UTC  (43+ 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 v2 0/8] EFI Specific Purpose Memory Support
 2019-06-07 17:34 UTC  (9+ messages)
` [PATCH v2 4/8] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax

[PATCH v6 1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
 2019-06-07 15:42 UTC  (6+ messages)
` [PATCH v6 2/3] mm: init: report memory auto-initialization features at boot time
` [PATCH v6 3/3] lib: introduce test_meminit module

[PATCH v9 00/12] mm: Sub-section memory hotplug support
 2019-06-07 15:38 UTC  (14+ messages)
` [PATCH v9 01/12] mm/sparsemem: Introduce struct mem_section_usage
` [PATCH v9 07/12] mm/sparsemem: Prepare for sub-section ranges
` [PATCH v9 08/12] mm/sparsemem: Support sub-section hotplug
` [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

[RFC V3] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-07 15:31 UTC  (4+ messages)

[PATCH] block: fix a crash in do_task_dead()
 2019-06-07 14:23 UTC  (7+ messages)

[PATCH v2] kasan: add memory corruption identification for software tag-based mode
 2019-06-07 13:18 UTC  (2+ messages)

[PATCH trivial] mm/balloon_compaction: Grammar s/the its/its/
 2019-06-07 11:35 UTC 

[PATCH trivial] mm/vmalloc: Spelling s/configuraion/configuration/
 2019-06-07 11:35 UTC 

[RFC] NUMA Description Under ACPI 6.3 White Paper (v0.93)
 2019-06-07  9:52 UTC 

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

[PATCH V5 0/3] arm64/mm: Enable memory hot remove
 2019-06-07  7:43 UTC  (5+ messages)
` [PATCH V5 1/3] mm/hotplug: Reorder arch_remove_memory() call in __remove_memory()

[PATCH 1/1] mm/page_owner: store page_owner's gfp_mask in stackdepot itself
 2019-06-07  5:53 UTC 

[PATCH] mm/nvdimm: Fix endian conversion issues
 2019-06-07  6:47 UTC 

[Bug 203715] BUG: unable to handle kernel NULL pointer dereference under stress (possibly related to https://lkml.org/lkml/2019/5/24/292 ?)
 2019-06-07  6:22 UTC 

[PATCHv3 1/2] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-06-07  6:10 UTC  (5+ messages)

[v2 PATCH 0/4] Make deferred split shrinker memcg aware
 2019-06-07  6:07 UTC  (5+ messages)
` [PATCH 1/4] mm: thp: extract split_queue_* into a struct
` [PATCH 2/4] mm: thp: make deferred split shrinker memcg aware
` [PATCH 3/4] mm: thp: remove THP destructor
` [PATCH 4/4] mm: shrinker: make shrinker not depend on memcg kmem

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-07  5:33 UTC  (3+ messages)
` [PATCH v16 14/16] tee, arm64: untag user pointers in tee_shm_register

[PATCH] mm/vmscan: shrink slab in node reclaim
 2019-06-07  2:35 UTC 

"lib: rework bitmap_parse()" triggers invalid access errors
 2019-06-07  1:57 UTC  (5+ messages)
  ` [EXT] "

[PATCH 0/5] mm/hmm: HMM documentation updates and code fixes
 2019-06-07  0:44 UTC  (18+ 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()

mmotm 2019-05-29-20-52 uploaded
 2019-06-07  0:24 UTC  (4+ messages)
` mmotm 2019-05-29-20-52 uploaded (mpls)
  ` mmotm 2019-05-29-20-52 uploaded (mpls) +linux-next

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

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

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

[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


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