linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-21 19:46:53 to 2021-07-23 07:08:24 UTC [more...]

[RESEND PATCH v2] mm/sparse: clarify pgdat_to_phys
 2021-07-23  7:01 UTC 

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-07-23  7:08 UTC  (2+ messages)

linux-5.13.2: warning from kernel/rcu/tree_plugin.h:359
 2021-07-23  7:02 UTC  (14+ messages)

[PATCH v3] mm: Enable suspend-only swap spaces
 2021-07-23  6:58 UTC  (6+ messages)

[PATCH v3 1/2] mm: introduce process_mrelease system call
 2021-07-23  6:20 UTC  (5+ messages)
` [PATCH v3 2/2] mm: wire up syscall process_mrelease

[PATCH] percpu: remove export of pcpu_base_addr
 2021-07-23  5:38 UTC  (2+ messages)

[PATCH v3 00/12] mm/debug_vm_pgtable: Enhancements
 2021-07-23  4:23 UTC  (33+ messages)
` [PATCH v3 01/12] mm/debug_vm_pgtable: Introduce struct pgtable_debug_args
` [PATCH v3 07/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PTE modifying tests
` [PATCH v3 08/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PMD "
` [PATCH v3 09/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PUD "
` [PATCH v3 10/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PGD and P4D "
` [PATCH v3 11/12] mm/debug_vm_pgtable: Remove unused code
` [PATCH v3 12/12] mm/debug_vm_pgtable: Fix corrupted page flag

[PATCH v15 00/17] Folio support in block + iomap layers
 2021-07-23  2:40 UTC  (7+ messages)
` [PATCH v15 01/17] block: Add bio_add_folio()
` [PATCH v15 02/17] block: Add bio_for_each_folio_all()

5.13-rt1 + KVM = WARNING: at fs/eventfd.c:74 eventfd_signal()
 2021-07-23  2:23 UTC  (6+ messages)

[PATCH v2 1/3] mm, oom: move task_will_free_mem up in the file to be used in process_mrelease
 2021-07-23  1:15 UTC  (15+ messages)
` [PATCH v2 2/3] mm: introduce process_mrelease system call

[PATCH] mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code
 2021-07-23  0:03 UTC  (10+ messages)

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-07-22 21:15 UTC  (36+ messages)
` [PATCH v28 01/32] Documentation/x86: Add CET description
` [PATCH v28 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v28 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v28 06/32] x86/cet: Add control-protection fault handler
` [PATCH v28 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v28 11/32] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 15/32] x86/mm: Shadow Stack page fault error checking
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v28 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v28 18/32] mm: Add guard pages around a shadow stack
` [PATCH v28 19/32] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v28 20/32] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v28 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v28 22/32] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v28 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v28 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v28 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v28 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v28 27/32] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v28 28/32] ELF: Introduce arch_setup_elf_property()
` [PATCH v28 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v28 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v28 31/32] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v28 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack

[linux-next:master] BUILD REGRESSION 7468cbf5c917ec48c66b0dd157b306f36345cab8
 2021-07-22 21:07 UTC 

[PATCH v28 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-07-22 20:57 UTC  (11+ messages)
` [PATCH v28 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v28 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v28 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v28 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v28 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v28 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v28 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v28 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v28 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

Runtime Memory Validation in Intel-TDX and AMD-SNP
 2021-07-22 19:51 UTC  (9+ messages)

[PATCH] mm/migrate: fix page state accounting type conversion underflow
 2021-07-22 19:20 UTC  (3+ messages)

[PATCH v5 00/26] userfaultfd-wp: Support shmem and hugetlbfs
 2021-07-22 18:30 UTC  (20+ messages)
` [PATCH v5 24/26] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
` [PATCH v5 05/26] mm/swap: Introduce the idea of special swap ptes

[PATCH] writeback: memcg: simplify cgroup_writeback_by_id
 2021-07-22 18:26 UTC 

[PATCH v2 0/9] ARM: remove set_fs callers and implementation
 2021-07-22 17:27 UTC  (5+ messages)

[PATCH v4 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-22 17:26 UTC  (5+ messages)
` [PATCH v4 10/13] lib: test_hmm add module param for zone device type

[PATCH v6 0/6] Introduce multi-preference mempolicy
 2021-07-22 16:21 UTC  (6+ messages)
` [PATCH v6 4/6] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY

[linux-next:master 1517/2389] sound/pci/als4000.c:930 snd_card_als4000_probe() warn: 'pci' not released on lines: 852,872
 2021-07-22 16:19 UTC  (2+ messages)

[PATCH v4.19.y,v5.4.y] mm: slab: fix kmem_cache_create failed when sysfs node not destroyed
 2021-07-22 14:52 UTC  (4+ messages)
` Patch "mm: slab: fix kmem_cache_create failed when sysfs node not destroyed" has been added to the 4.19-stable tree
` Patch "mm: slab: fix kmem_cache_create failed when sysfs node not destroyed" has been added to the 5.4-stable tree

[PATCH] mm: Make kvmalloc refuse to allocate more than 2GB
 2021-07-22 14:43 UTC  (4+ messages)

[PATCH v14 000/138] Memory folios
 2021-07-22 14:34 UTC  (6+ messages)
` [PATCH v14 062/138] mm/migrate: Add folio_migrate_copy()

[linux-next:pending-fixes] BUILD SUCCESS 94c1e8a53b0c020ad0597afd2345f52f76c39f55
 2021-07-22 14:21 UTC 

kernel BUG at include/linux/swapops.h:204!
 2021-07-22 14:05 UTC  (7+ messages)
` [PATCH stable 5.13.y/5.12.y 0/2] mm/thp: Fix uffd-wp with fork(); crash on pmd migration entry on fork
` [PATCH stable 5.10.y "

[syzbot] WARNING in __set_page_dirty
 2021-07-22 13:52 UTC  (5+ messages)
    ` [Cluster-devel] "

[linux-next:master 1888/2932] drivers/net/ethernet/marvell/octeontx2/af/rvu_switch.c:220:35: warning: variable 'hwvf' is uninitialized when used here
 2021-07-22 13:27 UTC 

[PATCH v2 0/3] arm64: support page mapping percpu first chunk allocator
 2021-07-22 12:14 UTC  (4+ messages)
` [PATCH v2 3/3] kasan: arm64: Fix pcpu_page_first_chunk crash with KASAN_VMALLOC

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-07-22 10:56 UTC  (9+ messages)
` [PATCH v3 04/14] mm/memremap: add ZONE_DEVICE support for compound pages

[linux-next:master 1134/2932] drivers/gpu/drm/tegra/uapi.c:278:5: warning: no previous prototype for 'tegra_drm_ioctl_gem_create'
 2021-07-22  9:55 UTC 

[linux-next:master] BUILD REGRESSION b1347210b01daa977ea980268927aa99198ceccc
 2021-07-22  3:06 UTC 

[linux-next:master 1957/2389] drivers/md/dm-ima.c:184:6: warning: variable 'tfm' is used uninitialized whenever 'if' condition is true
 2021-07-22  2:04 UTC 

[RFC -V7 0/6] NUMA balancing: optimize memory placement for memory tiering system
 2021-07-22  3:18 UTC  (7+ messages)
` [PATCH -V7 1/6] NUMA balancing: optimize page "
` [PATCH -V7 2/6] memory tiering: add page promotion counter
` [PATCH -V7 3/6] memory tiering: skip to scan fast memory
` [PATCH -V7 4/6] memory tiering: hot page selection with hint page fault latency
` [PATCH -V7 5/6] memory tiering: rate limit NUMA migration throughput
` [PATCH -V7 6/6] memory tiering: adjust hot threshold automatically

[PATCH] mm/doc: Include highmem.h in kernel-doc
 2021-07-22  2:18 UTC 

[linux-next:master 412/2389] fs/ksmbd/ndr.c:70:2: warning: 'strncpy' destination unchanged after copying no bytes
 2021-07-22  2:16 UTC 

[PATCH 0/8] hugetlb: add demote/split page functionality
 2021-07-21 23:05 UTC  (9+ messages)
` [PATCH 1/8] hugetlb: add demote hugetlb page sysfs interfaces
` [PATCH 2/8] hugetlb: add HPageCma flag and code to free non-gigantic pages in CMA
` [PATCH 3/8] hugetlb: add demote bool to gigantic page routines
` [PATCH 4/8] hugetlb: add hugetlb demote page support
` [PATCH 5/8] hugetlb: document the demote sysfs interfaces
` [PATCH 6/8] hugetlb: vmemmap optimizations when demoting hugetlb pages
` [PATCH 7/8] hugetlb: prepare destroy and prep routines for vmemmap optimized pages
` [PATCH 8/8] hugetlb: Optimized demote vmemmap optimizatized pages

[PATCH resend] mm: compaction: optimize proactive compaction deferrals
 2021-07-21 22:35 UTC  (4+ messages)

[PATCH -V11 1/9] mm/numa: automatically generate node migration order
 2021-07-21 22:03 UTC  (14+ messages)
` [PATCH -V11 4/9] mm/migrate: demote pages during reclaim
` [PATCH -V11 5/9] mm/vmscan: add page demotion counter
` [PATCH -V11 6/9] mm/vmscan: add helper for querying ability to age anonymous pages
` [PATCH -V11 7/9] mm/vmscan: Consider anonymous pages without swap
` [PATCH -V11 8/9] mm/vmscan: never demote for memcg reclaim

[PATCH v5 17/26] hugetlb/userfaultfd: Hook page faults for uffd write protection
 2021-07-21 21:50 UTC  (3+ messages)

[PATCH v4 0/4] compat: remove compat_alloc_user_space callers
 2021-07-21 21:22 UTC  (4+ messages)
` [PATCH v4 1/4] kexec: avoid compat_alloc_user_space

[linux-next:pending-fixes] BUILD SUCCESS a4a809c838cbaa977b1411520a2a8a78ee93c159
 2021-07-21 21:16 UTC 

[PATCH v2 0/4] bitmap: unify for_each_bit() macros
 2021-07-21 21:12 UTC  (5+ messages)
` [PATCH 1/4] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 2/4] bitmap: unify find_bit operations

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-21 20:15 UTC  (11+ messages)
` [PATCH Part2 RFC v4 37/40] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 RFC v4 40/40] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-07-21 20:14 UTC  (4+ messages)
` [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack

[patch] x86/pat: pass correct address to sanitize_phys
 2021-07-21 19:48 UTC 


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