linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-08 19:00:13 to 2020-12-09 22:28:14 UTC [more...]

[PATCH v16 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-12-09 22:27 UTC 

[PATCH v16 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-09 22:23 UTC  (27+ messages)
` [PATCH v16 01/26] Documentation/x86: Add CET description
` [PATCH v16 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v16 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v16 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v16 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v16 06/26] x86/cet: Add control-protection fault handler
` [PATCH v16 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v16 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v16 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v16 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v16 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v16 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v16 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v16 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v16 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v16 16/26] mm: Add guard pages around a shadow stack
` [PATCH v16 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v16 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v16 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v16 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v16 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v16 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v16 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v16 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v16 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v16 26/26] mm: Introduce PROT_SHSTK "

[PATCH] kcov: don't instrument with UBSAN
 2020-12-09 21:49 UTC  (5+ messages)

[PATCH v2 0/2] mm: fix initialization of struct page for holes in memory layout
 2020-12-09 21:43 UTC  (3+ messages)
` [PATCH v2 1/2] mm: memblock: enforce overlap of memory.memblock and memory.reserved
` [PATCH v2 2/2] mm: fix initialization of struct page for holes in memory layout

[linux-next:master 10750/12085] ERROR: modpost: "__mod_lruvec_page_state" undefined!
 2020-12-09 21:07 UTC 

[PATCH 0/2] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2020-12-09 21:04 UTC  (10+ messages)
` [PATCH 1/2] mm: Allow architectures to request 'old' entries when prefaulting
` [PATCH 2/2] arm64: mm: Implement arch_wants_old_faultaround_pte()

[PATCH] mm/up: combine put_compound_head() and unpin_user_page()
 2020-12-09 21:03 UTC  (3+ messages)

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-12-09 20:59 UTC  (15+ messages)

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-12-09 20:38 UTC  (8+ messages)
` [PATCH v10 10/13] iommu/arm-smmu-v3: Check for SVA features

[PATCH v2 sl-b 1/5] mm: Add mem_dump_obj() to print source of memory block
 2020-12-09 20:04 UTC  (15+ messages)
` [PATCH v2 sl-b 2/5] mm: Make mem_dump_obj() handle NULL and zero-sized pointers
` [PATCH v2 sl-b 3/5] mm: Make mem_dump_obj() handle vmalloc() memory
` [PATCH v2 sl-b 4/5] rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback

[PATCH v12 0/4] xfs: avoid transaction reservation recursion
 2020-12-09 19:52 UTC  (6+ messages)
` [PATCH v12 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v12 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v12 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v12 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

[PATCH] mm/vmalloc: randomize vmalloc() allocations
 2020-12-09 19:08 UTC  (4+ messages)

[PATCH RFC 0/9] mm, sparse-vmemmap: Introduce compound pagemaps
 2020-12-09 19:08 UTC  (35+ messages)
` [PATCH RFC 1/9] memremap: add ZONE_DEVICE support for compound pages
` [PATCH RFC 2/9] sparse-vmemmap: Consolidate arguments in vmemmap section populate
` [PATCH RFC 6/9] mm/gup: Grab head page refcount once for group of subpages
` [PATCH RFC 7/9] mm/gup: Decrement head page "
` [PATCH RFC 8/9] RDMA/umem: batch page unpin in __ib_mem_release()
` [PATCH RFC 9/9] mm: Add follow_devmap_page() for devdax vmas
` [External] [PATCH RFC 0/9] mm, sparse-vmemmap: Introduce compound pagemaps

[PATCH mm 0/2] kasan: a few HW_TAGS fixes
 2020-12-09 19:00 UTC  (7+ messages)
` [PATCH mm 1/2] kasan: don't use read-only static keys
` [PATCH mm 2/2] Revert "kasan, arm64: don't allow SW_TAGS with ARM64_MTE"

[PATCH] mm/page_alloc: simplify kmem cgroup charge/uncharge code
 2020-12-09 18:15 UTC  (5+ messages)

[RFC PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-09 17:32 UTC  (6+ messages)
` [PATCH 6/9] mm: vmscan: use per memcg nr_deferred of shrinker

[PATCH v2] mm/page_owner: Record timestamp and pid
 2020-12-09 16:38 UTC  (2+ messages)

[linux-next:master 10358/12085] drivers/net/wireless/mediatek/mt76/tx.c:499:21: warning: variable 'q' set but not used
 2020-12-09 16:35 UTC 

[PATCH v7 00/15] Free some vmemmap pages of hugetlb page
 2020-12-09 15:50 UTC  (23+ messages)
` [PATCH v7 04/15] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v7 05/15] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
    ` [External] "
` [PATCH v7 06/15] mm/hugetlb: Disable freeing vmemmap if struct page size is not power of two
    ` [External] "

[PATCH V2 0/2] mm/debug_vm_pgtable: Some minor updates
 2020-12-09 15:25 UTC  (3+ messages)

[PATCH 0/3] mm/hotplug: Pre-validate the address range with platform
 2020-12-09 14:57 UTC  (5+ messages)
` [PATCH 3/3] s390/mm: Define arch_get_mappable_range()

[PATCH 0/3] z3fold: stability / rt fixes
 2020-12-09 14:51 UTC  (4+ messages)
` [PATCH 1/3] z3fold: simplify freeing slots
` [PATCH 2/3] z3fold: Remove preempt disabled sections for RT
` [PATCH 3/3] z3fold: stricter locking and more careful reclaim

[btrfs] 5951248cb0: fio.write_iops 97.3% improvement
 2020-12-09 14:25 UTC 

[PATCH 0/2] hv_balloon: hide ballooned out memory in stats
 2020-12-09 13:17 UTC  (2+ messages)

[linux-next:pending-fixes 81/200] drivers/media/common/videobuf2/videobuf2-core.c:391:12: warning: stack frame size of 1040 bytes in function '__vb2_queue_alloc'
 2020-12-09 12:51 UTC 

[linux-next:pending-fixes] BUILD SUCCESS c9b6935dc4f4d4ea5d48b6ea96220632c1a5eadf
 2020-12-09 11:53 UTC 

[RFC PATCH v3 0/4] Allocate memmap from hotadded memory (per device)
 2020-12-09 11:51 UTC  (17+ messages)
` [RFC PATCH v3 1/4] mm,memory_hotplug: Add mhp_supports_memmap_on_memory
` [RFC PATCH v3 2/4] mm,memory_hotplug: Allocate memmap from the added memory range
` [RFC PATCH v3 3/4] mm,memory_hotplug: Enable MHP_MEMMAP_ON_MEMORY when supported
` [RFC PATCH v3 4/4] mm,memory_hotplug: Add mhp_memmap_on_memory boot option

[PATCH v11 0/4] xfs: avoid transaction reservation recursion
 2020-12-09 10:43 UTC  (10+ messages)
` [PATCH v11 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v11 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v11 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

[PATCH] mm,hwpoison: Return -EBUSY when migration fails
 2020-12-09 10:38 UTC  (6+ messages)

[PATCH] mm: don't SetPageWorkingset unconditionally during swapin
 2020-12-09  9:18 UTC  (2+ messages)

KASAN: null-ptr-deref Write in bdi_put
 2020-12-09  9:03 UTC 

[linux-next:master 11402/11633] drivers/usb/cdns3/host-export.h:27:51: warning: 'struct usb_hcd' declared inside parameter list will not be visible outside of this definition or declaration
 2020-12-09  7:31 UTC 

[PATCH v2] mm: memcontrol: optimize per-lruvec stats counter memory usage
 2020-12-09  7:05 UTC  (6+ messages)
  ` [External] "

scheduling while atomic in z3fold
 2020-12-09  6:31 UTC  (19+ messages)

[PATCH] mm/madvise: remove racy mm ownership check
 2020-12-09  4:58 UTC  (2+ messages)

[PATCH v3 0/7] Convert all THP vmstat counters to pages
 2020-12-09  1:58 UTC  (3+ messages)
` [PATCH v3 1/7] mm: memcontrol: fix NR_ANON_THPS account

[linux-next:master] BUILD REGRESSION a9e26cb5f2615cd638f911ea96d4fff5b4d93690
 2020-12-09  1:50 UTC 

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-12-08 23:59 UTC  (4+ messages)
` [PATCH 2/2] mm/madvise: add process_madvise MADV_DONTNEER support

[RFC PATCH 00/11] Page folios
 2020-12-08 19:46 UTC  (12+ messages)
` [RFC PATCH 01/11] mm: Introduce struct folio
` [RFC PATCH 02/11] mm: Add put_folio
` [RFC PATCH 03/11] mm: Add get_folio
` [RFC PATCH 04/11] mm: Create FolioFlags
` [RFC PATCH 05/11] mm: Add unlock_folio
` [RFC PATCH 06/11] mm: Add lock_folio
` [RFC PATCH 07/11] mm: Add lock_folio_killable
` [RFC PATCH 08/11] mm/filemap: Convert end_page_writeback to use a folio
` [RFC PATCH 09/11] mm/filemap: Convert mapping_get_entry and pagecache_get_page to folio
` [RFC PATCH 10/11] mm/filemap: Add folio_add_to_page_cache
` [RFC PATCH 11/11] mm/swap: Convert rotate_reclaimable_page to folio

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-08 19:24 UTC  (5+ messages)
` [PATCH v15 08/26] x86/mm: Introduce _PAGE_COW


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