linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-22 10:57:10 to 2021-07-24 18:45:54 UTC [more...]

[PATCH v14 000/138] Memory folios
 2021-07-24 18:45 UTC  (11+ messages)
` [PATCH v14 062/138] mm/migrate: Add folio_migrate_copy()
` Folios give an 80% performance win

[PATCH 0/2] Close a hole where IOCB_NOWAIT reads could sleep
 2021-07-24 18:22 UTC  (3+ messages)

Let's talk about the elephant in the room - the Linux kernel's inability to gracefully handle low memory pressure
 2021-07-24 17:32 UTC  (2+ messages)

incoming
 2021-07-24 16:23 UTC  (19+ messages)
` [patch 01/15] userfaultfd: do not untag user pointers
` [patch 02/15] selftest: use mmap instead of posix_memalign to allocate memory
` [patch 03/15] kfence: defer kfence_test_init to ensure that kunit debugfs is created
` [patch 04/15] kfence: move the size check to the beginning of __kfence_alloc()
` [patch 05/15] kfence: skip all GFP_ZONEMASK allocations
` [patch 06/15] mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()
` [patch 07/15] mm: use kmap_local_page in memzero_page
` [patch 08/15] mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction
` [patch 09/15] memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions
` [patch 10/15] writeback, cgroup: remove wb from offline list before releasing refcnt
` [patch 11/15] writeback, cgroup: do not reparent dax inodes
` [patch 12/15] mm/secretmem: wire up ->set_page_dirty
` [patch 13/15] mm: mmap_lock: fix disabling preemption directly
` [patch 14/15] mm: fix the deadlock in finish_fault()
` [patch 15/15] hugetlbfs: fix mount mode command line processing

[linux-next:pending-fixes] BUILD SUCCESS 86d652a288466c60554be0ba67069213b4d689c7
 2021-07-24 16:20 UTC 

[syzbot] net-next test error: possible deadlock in fs_reclaim_acquire
 2021-07-24 11:47 UTC 

[PATCH v3] mm/sparse: clarify pgdat_to_phys
 2021-07-24  7:47 UTC  (3+ messages)

5.13-rt1 + KVM = WARNING: at fs/eventfd.c:74 eventfd_signal()
 2021-07-24  4:33 UTC  (9+ messages)

[linux-next:master] BUILD REGRESSION 90d856e71443a2fcacca8e7539bac44d9cb3f7ab
 2021-07-24  0:03 UTC 

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-23 22:46 UTC  (7+ messages)

mmotm 2021-07-23-15-03 uploaded
 2021-07-23 22:04 UTC 

[PATCH] mm,shmem: Fix a typo in shmem_swapin_page()
 2021-07-23 21:53 UTC  (4+ messages)

[PATCH] mm/doc: Include highmem.h in kernel-doc
 2021-07-23 20:32 UTC  (2+ messages)

[PATCH] mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code
 2021-07-23 20:19 UTC  (11+ messages)

might_sleep() warning in do_swap_page()
 2021-07-23 19:14 UTC  (2+ messages)

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-07-23 18:01 UTC  (39+ 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

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

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

Runtime Memory Validation in Intel-TDX and AMD-SNP
 2021-07-23 16:29 UTC  (13+ messages)

[linux-next:master 1594/3296] arch/m68k/coldfire/device.c:586:10: fatal error: linux/can/platform/flexcan.h: No such file or directory
 2021-07-23 16:26 UTC 

[PATCH 0/5] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-23 16:18 UTC  (7+ messages)
` [PATCH 1/5] KVM: arm64: Walk userspace page tables to compute the THP mapping size
` [PATCH 2/5] KVM: arm64: Avoid mapping size adjustment on permission fault

[PATCH v4 06/10] riscv: Remove non-standard linux,elfcorehdr handling
 2021-07-23 15:17 UTC  (3+ messages)

[PATCH v2 0/9] mm/memory_hotplug: "auto-movable" online policy and memory groups
 2021-07-23 12:52 UTC  (10+ messages)
` [PATCH v2 1/9] mm: track present early pages per zone
` [PATCH v2 2/9] mm/memory_hotplug: introduce "auto-movable" online policy
` [PATCH v2 3/9] drivers/base/memory: introduce "memory groups" to logically group memory blocks
` [PATCH v2 4/9] mm/memory_hotplug: track present pages in memory groups
` [PATCH v2 5/9] ACPI: memhotplug: use a single static memory group for a single memory device
` [PATCH v2 6/9] dax/kmem: use a single static memory group for a single probed unit
` [PATCH v2 7/9] virtio-mem: use a single dynamic memory group for a single virtio-mem device
` [PATCH v2 8/9] mm/memory_hotplug: memory group aware "auto-movable" online policy
` [PATCH v2 9/9] mm/memory_hotplug: improved dynamic "

[PATCH 0/2] Protect vmstats on PREEMPT_RT
 2021-07-23 10:00 UTC  (3+ messages)
` [PATCH 1/2] preempt: Provide preempt_*_(no)rt variants
` [PATCH 2/2] mm/vmstat: Protect per cpu variables with preempt disable on RT

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

[RESEND PATCH v2] mm/sparse: clarify pgdat_to_phys
 2021-07-23  8:40 UTC  (3+ messages)

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

[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  (19+ 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 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()

[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  (10+ messages)

[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

[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  (6+ messages)
` [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  (5+ 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 v5 24/26] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
 2021-07-22 16:08 UTC  (11+ 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  (2+ messages)

[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  (6+ messages)
` [PATCH v3 04/14] mm/memremap: add ZONE_DEVICE support for compound pages


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