linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-25 21:07:51 to 2020-02-27 00:08:11 UTC [more...]

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-02-27  0:08 UTC  (42+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description
` [RFC PATCH v9 04/27] x86/cet: Add control-protection fault handler
` [RFC PATCH v9 05/27] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack protection
` [RFC PATCH v9 06/27] mm: Introduce VM_SHSTK for Shadow Stack memory
` [RFC PATCH v9 07/27] Add guard pages around a Shadow Stack
` [RFC PATCH v9 08/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v9 09/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v9 10/27] x86/mm: Update pte_modify, pmd_modify, and _PAGE_CHG_MASK for _PAGE_DIRTY_SW
` [RFC PATCH v9 11/27] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v9 12/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v9 13/27] x86/mm: Shadow Stack page fault error checking
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault
` [RFC PATCH v9 17/27] x86/cet/shstk: User-mode Shadow Stack support
` [RFC PATCH v9 18/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v9 19/27] x86/cet/shstk: Handle signals for Shadow Stack
` [RFC PATCH v9 21/27] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND
` [RFC PATCH v9 22/27] ELF: Add ELF program property parsing support
` [RFC PATCH v9 24/27] x86/cet/shstk: ELF header parsing for Shadow Stack
` [RFC PATCH v9 25/27] x86/cet/shstk: Handle thread "

[PATCH 0/3] mm/vma: some more minor changes
 2020-02-27  0:08 UTC  (9+ messages)
` [PATCH 1/3] mm/vma: Move VM_NO_KHUGEPAGED into generic header
` [PATCH 2/3] mm/vma: Make vma_is_foreign() available for general use
` [PATCH 3/3] mm/vma: Make is_vma_temporary_stack() "

[PATCH] mm: memcontrol: asynchronous reclaim for memory.high
 2020-02-26 23:59 UTC  (6+ messages)

[PATCH mm] mm: Bring sparc pte_index() semantics inline with other platforms
 2020-02-26 23:50 UTC  (3+ messages)

[PATCH v2 0/3] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-02-26 23:48 UTC  (2+ messages)

[Bug 206569] BUG at mm/filemap.c:2529: VM_BUG_ON_PAGE(page_to_pgoff(page) != offset)
 2020-02-26 22:44 UTC  (6+ messages)

[PATCH v2 00/19] arm64: Memory Tagging Extension user-space support
 2020-02-26 22:33 UTC  (23+ messages)
` [PATCH v2 01/19] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH v2 02/19] arm64: mte: system register definitions
` [PATCH v2 03/19] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v2 04/19] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v2 05/19] arm64: mte: Assembler macros and default architecture for .S files
` [PATCH v2 06/19] arm64: mte: Tags-aware clear_page() implementation
` [PATCH v2 07/19] arm64: mte: Tags-aware copy_page() implementation
` [PATCH v2 08/19] arm64: Tags-aware memcmp_pages() implementation
` [PATCH v2 09/19] arm64: mte: Add specific SIGSEGV codes
` [PATCH v2 10/19] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v2 11/19] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v2 12/19] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v2 13/19] mm: Introduce arch_validate_flags()
` [PATCH v2 14/19] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v2 15/19] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v2 16/19] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v2 17/19] arm64: mte: Allow user control of the generated random tags "
` [PATCH v2 18/19] arm64: mte: Kconfig entry
` [PATCH v2 19/19] arm64: mte: Add Memory Tagging Extension documentation

[RFC PATCH v3 0/7] Kernel Address Space Isolation
 2020-02-26 22:02 UTC  (9+ messages)
` [RFC PATCH v3 1/7] mm/x86: Introduce kernel Address Space Isolation (ASI)
` [RFC PATCH v3 2/7] mm/asi: ASI entry/exit interface
` [RFC PATCH v3 3/7] mm/asi: Improve TLB flushing when switching to an ASI pagetable
` [RFC PATCH v3 4/7] mm/asi: Interrupt ASI on interrupt/exception/NMI
` [RFC PATCH v3 5/7] mm/asi: Switch ASI on task switch
` [RFC PATCH v3 6/7] mm/asi: ASI fault handler
` [RFC PATCH v3 7/7] mm/asi: Implement PTI with ASI

[PATCH 0/5] Annotate allocation functions with alloc_size attribute
 2020-02-26 21:56 UTC  (6+ messages)
` [PATCH 5/5] [RFC] mm: annotate memory allocation functions with their sizes

[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
 2020-02-26 21:11 UTC  (12+ messages)

[PATCH v3] cgroup: memcg: net: do not associate sock with unrelated cgroup
 2020-02-26 20:02 UTC  (2+ messages)

[fuse-devel] Writing to FUSE via mmap extremely slow (sometimes) on some machines?
 2020-02-26 19:59 UTC 

[PATCH v2 0/3] mm: memcontrol: recursive memory protection
 2020-02-26 19:40 UTC  (13+ messages)
` [PATCH v2 2/3] mm: memcontrol: clean up and document effective low/min calculations
` [PATCH v2 3/3] mm: memcontrol: recursive memory.low protection

[PATCH v4 00/26] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-02-26 19:39 UTC  (13+ messages)
` [PATCH v4 02/26] iommu/sva: Manage process address spaces
` [PATCH v4 03/26] iommu: Add a page fault handler
` [PATCH v4 06/26] iommu/sva: Register "
` [PATCH v4 23/26] iommu/arm-smmu-v3: Add stall support for platform devices

[PATCH] mm/slub: improve count_partial() for CONFIG_SLUB_CPU_PARTIAL
 2020-02-26 18:31 UTC  (4+ messages)

[PATCH] mm/slub.c: replace cpu_slab->partial with wrapped APIs
 2020-02-26 18:26 UTC  (3+ messages)

[PATCH v2] mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIs
 2020-02-26 18:13 UTC  (3+ messages)

[PATCH v2 0/7] mm/hotplug: Only use subsection map in VMEMMAP case
 2020-02-26 18:09 UTC  (18+ messages)
` [PATCH v2 1/7] mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case
` [PATCH v2 4/7] mm/sparse.c: only use subsection map in VMEMMAP case

[v2 PATCH] mm: shmem: allow split THP when truncating THP partially
 2020-02-26 18:00 UTC  (11+ messages)

[PATCH v2 3/3] mm: memcontrol: recursive memory.low protection
 2020-02-26 17:56 UTC  (11+ messages)

[PATCH 0/2] fix THP migration for CMA allocations
 2020-02-26 17:53 UTC  (6+ messages)
` [PATCH 2/2] mm,thp,compaction,cma: allow "

[PATCH V2 0/4] mm/vma: Use all available wrappers when possible
 2020-02-26 17:42 UTC  (9+ messages)
` [PATCH V2 1/4] mm/vma: Add missing VMA flag readable name for VM_SYNC
` [PATCH V2 2/4] mm/vma: Make vma_is_accessible() available for general use
` [PATCH V2 3/4] mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()
` [PATCH V2 4/4] mm/vma: Replace all remaining open encodings with vma_is_anonymous()

[PATCH] mm: Stop kswapd early when nothing's waiting for it to free pages
 2020-02-26 17:41 UTC  (18+ messages)

[PATCH v8 00/25] Change readahead API
 2020-02-26 17:13 UTC  (34+ messages)
` [PATCH v8 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v8 02/25] mm: Return void from various readahead functions
` [PATCH v8 03/25] mm: Ignore return value of ->readpages
` [PATCH v8 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v8 05/25] mm: Add new readahead_control API
` [PATCH v8 06/25] mm: Use readahead_control to pass arguments
` [PATCH v8 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v8 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v8 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v8 10/25] mm: Put readahead pages in cache earlier
` [PATCH v8 11/25] mm: Add readahead address space operation
` [PATCH v8 12/25] mm: Move end_index check out of readahead loop
` [PATCH v8 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v8 14/25] mm: Document why we don't set PageReadahead
` [PATCH v8 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v8 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v8 17/25] btrfs: Convert from readpages to readahead
` [PATCH v8 18/25] erofs: Convert uncompressed files "
` [PATCH v8 19/25] erofs: Convert compressed "
` [PATCH v8 20/25] ext4: Convert "
` [PATCH v8 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v8 22/25] f2fs: Convert from readpages to readahead
` [PATCH v8 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v8 24/25] fuse: Convert from readpages to readahead
` [PATCH v8 25/25] iomap: "

[PATCH v3 0/3] Charge loop device i/o to issuing cgroup
 2020-02-26 17:02 UTC  (3+ messages)
` [PATCH v3 1/3] loop: Use worker per cgroup instead of kworker

[bug report] mm, compaction: capture a page under direct compaction
 2020-02-26 17:04 UTC  (2+ messages)

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2020-02-26 16:27 UTC  (7+ messages)
` [PATCH RFC v4 06/13] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE

[PATCH V14] mm/debug: Add tests validating architecture page table helpers
 2020-02-26 15:51 UTC  (6+ messages)

[PATCH v3 00/27] Add support for OpenCAPI Persistent Memory devices
 2020-02-26 14:54 UTC  (25+ messages)
` [PATCH v3 03/27] powerpc: Map & release OpenCAPI LPC memory
` [PATCH v3 04/27] ocxl: Remove unnecessary externs
` [PATCH v3 06/27] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH v3 10/27] powerpc: Add driver for OpenCAPI Persistent Memory

[PATCH] psi: move PF_MEMSTALL into psi specific psi_flags
 2020-02-26 14:23 UTC  (3+ messages)

[PATCH v4 0/3] protect page cache from freeing inode
 2020-02-26 14:16 UTC  (3+ messages)

[PATCH v2] mm/vmscan: fix data races at kswapd_classzone_idx
 2020-02-26 13:49 UTC  (4+ messages)

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-26 11:20 UTC  (8+ messages)
` [PATCH v2 07/13] powerpc: add support for folded p4d page tables

mm/gup/writeback: add callbacks for inaccessible pages: fixup for linux-next
 2020-02-26 11:12 UTC 

[PATCH 3/3] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
 2020-02-26  9:53 UTC  (3+ messages)

[PATCH v4 00/36] KVM: s390: Add support for protected VMs
 2020-02-26  9:35 UTC  (2+ messages)

[PATCH 0/3] Limit runaway reclaim due to watermark boosting
 2020-02-26  8:07 UTC  (6+ messages)
` [PATCH 2/3] mm, page_alloc: Disable watermark boosting if THP is disabled at boot

[PATCH] mm/vmscan: fix data races at kswapd_classzone_idx
 2020-02-26  2:26 UTC  (5+ messages)

[PATCH v5 2/2] tmpfs: Support 64-bit inums per-sb
 2020-02-25 23:14 UTC  (12+ messages)


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