linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-08 15:36:47 to 2020-10-09 19:43:32 UTC [more...]

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-09 19:42 UTC  (9+ messages)
` [PATCH RFC V3 1/9] x86/pkeys: Create pkeys_common.h
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 3/9] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 6/9] x86/entry: Pass irqentry_state_t by reference
` [PATCH RFC V3 7/9] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH RFC V3 8/9] x86/fault: Report the PKRS state on fault

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-09 19:31 UTC  (38+ messages)
` [PATCH v2 01/17] drm/exynos: Stop using frame_vector helpers
` [PATCH v2 02/17] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v2 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v2 04/17] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v2 05/17] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v2 06/17] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v2 07/17] mm: Close race in generic_access_phys
` [PATCH v2 08/17] s390/pci: Remove races against pte updates
` [PATCH v2 09/17] mm: Add unsafe_follow_pfn
` [PATCH v2 10/17] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v2 11/17] vfio/type1: Mark follow_pfn "
` [PATCH v2 12/17] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v2 13/17] /dev/mem: Only set filp->f_mapping
` [PATCH v2 14/17] resource: Move devmem revoke code to resource framework
` [PATCH v2 15/17] sysfs: Support zapping of binary attr mmaps
` [PATCH v2 16/17] PCI: Revoke mappings like devmem
` [PATCH v2 17/17] drm/i915: Properly request PCI BARs

[PATCH FIX v0] mm: memcg/slab: Uncharge during kmem_cache_free_bulk()
 2020-10-09 18:45 UTC  (2+ messages)

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

[PATCH v3 0/8] clean-up the migration target allocation functions
 2020-10-09 17:42 UTC  (6+ messages)
` [PATCH v3 7/8] mm/mempolicy: use a standard migration target allocation callback

[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
 2020-10-09 17:42 UTC  (15+ messages)

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-09 17:40 UTC  (7+ messages)
` [PATCH v4 02/11] x86, kfence: enable KFENCE for x86

[PATCH] mm: make device private reference counts zero based
 2020-10-09 17:23 UTC  (3+ messages)

[PATCH 0/4] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-09 17:10 UTC  (19+ messages)
` [PATCH 1/4] of/fdt: Update zone_dma_bits when running in bcm2711

[tip: core/rcu] mm/pagemap: Cleanup PREEMPT_COUNT leftovers
 2020-10-09 17:01 UTC 

[PATCH 1/6] mm: mmap: fix fput in error path
 2020-10-09 16:27 UTC  (10+ messages)
` [PATCH 2/6] mm: introduce vma_set_file function v3
` [PATCH 3/6] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays
` [PATCH 4/6] drm/amdgpu: "
` [PATCH 5/6] drm/nouveau: "
` [PATCH 6/6] drm/prime: document that use the page array is deprecated v2

[PATCH] mm/hugetable.c: align some prints
 2020-10-09 16:23 UTC 

[PATCH v8 0/2] avoid xfs transaction reservation recursion
 2020-10-09 16:00 UTC  (6+ messages)
` [PATCH v8 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 2/2] xfs: avoid transaction reservation recursion

[PATCH] mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
 2020-10-09 15:12 UTC  (2+ messages)

[PATCH 0/2] mm,swap: skip swap readahead for instant IO (like zswap)
 2020-10-09 14:38 UTC  (4+ messages)

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-09 14:31 UTC  (17+ messages)
` [PATCH v2 01/16] mm: Add AOP_UPDATED_PAGE return value
` [PATCH v2 02/16] mm: Inline wait_on_page_read into its one caller
` [PATCH v2 03/16] 9p: Tell the VFS that readpage was synchronous
` [PATCH v2 04/16] afs: "
` [PATCH v2 05/16] ceph: "
` [PATCH v2 06/16] cifs: "
` [PATCH v2 07/16] cramfs: "
` [PATCH v2 08/16] ecryptfs: "
` [PATCH v2 09/16] fuse: "
` [PATCH v2 10/16] hostfs: "
` [PATCH v2 11/16] jffs2: "
` [PATCH v2 12/16] ubifs: "
` [PATCH v2 13/16] udf: "
` [PATCH v2 14/16] vboxsf: "
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate into its one caller
` [PATCH v2 16/16] iomap: Make readpage synchronous

[PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate
 2020-10-09 14:16 UTC  (3+ messages)

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-10-09 14:01 UTC  (3+ messages)

[PATCH] mm/swapfile.c: Use helper function swap_count() in add_swap_count_continuation()
 2020-10-09 13:43 UTC 

[PATCH] mm/swap_state: Skip meaningless swap cache readahead when ra_info.win == 0
 2020-10-09 13:30 UTC 

[PATCH] mm: Fix a race during split THP
 2020-10-09 13:27 UTC  (4+ messages)

Performance regressions in "boot_time" tests in Linux 5.8 Kernel
 2020-10-09 13:15 UTC 

[PATCH] mm/swapfile.c: remove unnecessary out label in __swap_duplicate()
 2020-10-09 13:03 UTC 

[PATCH 1/4] mm: introduce vma_set_file function v2
 2020-10-09 12:15 UTC  (16+ messages)
` [PATCH 2/4] drm/prime: document that use the page array is deprecated

[PATCH] slub: Actually fix freelist pointer vs redzoning
 2020-10-09 12:12 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 65849916deb5276c8d3989df0070aa65ba223a25
 2020-10-09 10:22 UTC 

[PATCH v4 00/39] kasan: add hardware tag-based mode for arm64
 2020-10-09 10:21 UTC  (8+ messages)
` [PATCH v4 29/39] arm64: mte: Switch GCR_EL1 in kernel entry and exit

[PATCH] mm, oom: enable rate-limiting controls for oom dumps
 2020-10-09  9:30 UTC 

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-10-09  9:24 UTC  (3+ messages)
` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable

[PATCH v39 11/24] x86/sgx: Add SGX enclave driver
 2020-10-09  8:21 UTC  (11+ messages)

incoming
 2020-10-09  8:14 UTC  (7+ messages)
` [patch 04/15] shmem: shmem_writepage() split unlikely i915 THP

[PATCH] mm: mmap: Fix general protection fault in unlink_file_vma()
 2020-10-09  6:39 UTC 

[hnaz-linux-mm:master 286/421] Inconsistent kallsyms data
 2020-10-09  6:59 UTC  (2+ messages)

[PATCH] mm: mmap: Fix general protection fault in unlink_file_vma()
 2020-10-09  4:23 UTC  (2+ messages)

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-10-09  4:13 UTC  (4+ messages)
    ` [External] "

[PATCH v2 00/10] change the implementation of the PageHighMem()
 2020-10-09  1:35 UTC  (9+ messages)
` [PATCH v2 03/10] kexec: separate PageHighMem() and PageHighMemZone() use case
        ` [RFC][PATCH] kexec: Teach indirect pages how to live in high memory

[PATCH] mm: swapfile: avoid split_swap_cluster() NULL pointer dereference
 2020-10-09  0:18 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION e4fb79c771fbe2e6fcb3cffa87d5823a9bbf3f10
 2020-10-08 23:20 UTC 

Odd-sized kmem_cache_alloc and slub_debug=Z
 2020-10-08 23:10 UTC  (6+ messages)

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-10-08 21:09 UTC  (10+ messages)

[PATCH v6 00/11] device-dax: support sub-dividing soft-reserved ranges
 2020-10-08 19:52 UTC  (3+ messages)
` [PATCH v6 09/11] mm/memremap_pages: convert to 'struct range'

[RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2020-10-08 16:45 UTC  (4+ messages)
` [RFC PATCH v3 2/2] "

[PATCH 0/4] Remove nrexceptional tracking
 2020-10-08 19:33 UTC  (4+ messages)

[PATCH 00/14] Small step toward KSM for file back page
 2020-10-08 18:48 UTC  (9+ messages)

[PATCH RESEND v2] mm: Optional full ASLR for mmap() and mremap()
 2020-10-08 18:24 UTC  (9+ messages)

[PATCH v2 0/2] Add tracepoints around mmap_lock acquisition
 2020-10-08 18:04 UTC  (4+ messages)
` [PATCH v2 2/2] mmap_lock: add tracepoints around lock acquisition

[PATCH v2 0/7] disable pcplists during memory offline
 2020-10-08 17:55 UTC  (7+ messages)
` [PATCH v2 5/7] mm, page_alloc: cache pageset high and batch in struct zone
` [PATCH v2 7/7] mm, page_alloc: disable pcplists during memory offline

[linux-stable-rc:linux-4.19.y 1441/1453] drivers/base/node.c:429:5: warning: no previous prototype for 'register_mem_block_under_node_early'
 2020-10-08 17:40 UTC 

[RFC PATCH] mm: Fetch the dirty bit before we reset the pte
 2020-10-08 17:32 UTC  (5+ messages)

[PATCH 00/13] follow_pfn and other iomap races
 2020-10-08 17:16 UTC  (4+ messages)
` [PATCH 08/13] s390/pci: Remove races against pte updates

[PATCH] mm: Avoid using set_pte_at when updating a present pte
 2020-10-08 17:09 UTC  (2+ 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).