linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-06 02:07:42 to 2022-10-08 03:21:39 UTC [more...]

[PATCH v4 0/6] treewide cleanup of random integer usage
 2022-10-08  3:21 UTC  (16+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 3/6] treewide: use get_random_{u8,u16}() "
` [PATCH v4 4/6] treewide: use get_random_u32() "
` [PATCH v4 5/6] treewide: use get_random_bytes "
` [PATCH v4 6/6] prandom: remove unused functions

[PATCH] mm/page_alloc: Fix incorrect PGFREE and PGALLOC for high-order page
 2022-10-08  2:55 UTC  (3+ messages)

[PATCH v12 7/7] x86/crash: Add x86 crash hotplug support
 2022-10-08  2:35 UTC  (4+ messages)

[PATCH v3 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
 2022-10-08  2:33 UTC  (14+ messages)
` [PATCH v3 1/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
` [PATCH v3 4/4] mm/hwpoison: introduce per-memory_block hwpoison counter
  ` [PATCH v4 4/4] mm/hwpoison: introduce per-memory_block hwpoison counter counter
    ` [PATCH v5 "

[PATCH v2 0/9] hugetlb: Use new vma lock for huge pmd sharing synchronization
 2022-10-08  2:29 UTC  (5+ messages)
` [PATCH v2 8/9] hugetlb: use new vma_lock for "

[linux-next:master 12548/12775] mm/hugetlb.c:6835:6: sparse: sparse: symbol '__hugetlb_vma_unlock_write_put' was not declared. Should it be static?
 2022-10-08  2:24 UTC  (2+ messages)

[PATCHv2] mm: use stack_depot for recording kmemleak's backtrace
 2022-10-08  2:16 UTC 

[PATCH] mm: slab: comment __GFP_ZERO case for kmem_cache_alloc
 2022-10-08  2:03 UTC 

[PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
 2022-10-08  1:40 UTC 

[RFC v2 0/4] vmalloc_exec for modules and BPF programs
 2022-10-08  0:17 UTC  (6+ messages)
` [RFC v2 1/4] vmalloc: introduce vmalloc_exec and vfree_exec
` [RFC v2 2/4] bpf: use vmalloc_exec
` [RFC v2 3/4] modules, x86: use vmalloc_exec for module core
` [RFC v2 4/4] vmalloc_exec: share a huge page with kernel text

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-07 21:54 UTC  (14+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[linux-next:master 12512/12775] include/drm/drm_atomic.h:864:9: error: expected identifier or '(' before 'for'
 2022-10-07 20:49 UTC 

[linux-next:master] BUILD REGRESSION 082fce125e57cff60687181c97f3a8ee620c38f5
 2022-10-07 19:50 UTC 

[PATCH] mm: move PG_slab flag to page_type
 2022-10-07 18:02 UTC  (4+ messages)

[PATCH v3 0/5] treewide cleanup of random integer usage
 2022-10-07 17:56 UTC  (21+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions

Can Cgroup memory subsystem provide estimated available memory, just like /proc/meminfo: MemAvailable?
 2022-10-07 15:58 UTC 

[PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption
 2022-10-07 15:53 UTC  (3+ messages)
` [PATCH v9 2/9] mm/mmzone: Tag pg_data_t with crypto capabilities

[PATCH V2] highmem: Fix kmap_to_page() for kmap_local_page() addresses
 2022-10-07 15:45 UTC  (3+ messages)

KASAN-related VMAP allocation errors in debug kernels with many logical CPUS
 2022-10-07 15:34 UTC  (4+ messages)

[PATCH v3 0/3] kvm/mm: Allow GUP to respond to non fatal signals
 2022-10-07 15:03 UTC  (6+ messages)
` [PATCH v3 2/3] kvm: Add new pfn error KVM_PFN_ERR_SIGPENDING

[Resend PATCH] mm: add stackdepot information on page->private for tracking
 2022-10-07 15:00 UTC  (2+ messages)
` [mm] 795534bb6e: Kernel_panic-not_syncing:corrupted_stack_end_detected_inside_scheduler

[syzbot] KASAN: use-after-free Read in register_shrinker_prepared (2)
 2022-10-07 14:21 UTC  (2+ messages)

[RFC PATCH] mm: sort kmemleak object via backtrace
 2022-10-07 13:23 UTC  (2+ messages)
` [mm] 0662227fdf: WARNING:possible_recursive_locking_detected

[PATCH] Fix race condition when exec'ing setuid files
 2022-10-07 11:58 UTC  (8+ messages)

[PATCH] mm: fix typo in struct vm_operations_struct comments
 2022-10-07 11:37 UTC 

[PATCH v4 2/7] Enable balloon drivers to report inflated memory
 2022-10-07 10:58 UTC  (5+ messages)
        ` RFC "

[linux-next:pending-fixes] BUILD SUCCESS 1af0c6a154d32560fa68e344dcbce888a3aec1e0
 2022-10-07 10:56 UTC 

[RFC UKL 00/10] Unikernel Linux (UKL)
 2022-10-07 10:21 UTC  (21+ messages)
` [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs
` [RFC UKL 04/10] x86/entry: Create alternate entry path for system calls
` [RFC UKL 05/10] x86/uaccess: Make access_ok UKL aware
` [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame
` [RFC UKL 09/10] exec: Give userspace a method for starting UKL process
` [RFC UKL 10/10] Kconfig: Add config option for enabling and sample for testing UKL

[PATCH] mm: add stackdepot information on page->private for tracking
 2022-10-07 10:08 UTC  (2+ messages)

[PATCH] lib: check if stack_table valid in __stack_depot_save
 2022-10-07  9:53 UTC  (2+ messages)

[PATCH] mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()
 2022-10-07  8:50 UTC 

[mm] 763ecb0350: kernel_BUG_at_mm/mmap.c
 2022-10-07  8:34 UTC  (3+ messages)

[PATCH 0/4] Remove get_kernel_pages()
 2022-10-07  8:12 UTC  (8+ messages)
` [PATCH 2/4] tee: Remove vmalloc page support

[RFC 0/5] vmalloc_exec for modules and BPF programs
 2022-10-07  6:53 UTC  (10+ messages)
` [RFC 1/5] vmalloc: introduce vmalloc_exec and vfree_exec
` [RFC 3/5] modules, x86: use vmalloc_exec for module core
` [RFC 4/5] vmalloc_exec: share a huge page with kernel text

[PATCH V2 0/1] x86/sgx: Add code to inject hwpoison into SGX memory
 2022-10-07  6:33 UTC  (3+ messages)
` [PATCH V2 1/1] "

[PATCH v6 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
 2022-10-07  4:34 UTC  (6+ messages)
` [PATCH v6 1/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
` [PATCH v6 2/4] mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c
` [PATCH v6 3/4] mm/hwpoison: pass pfn to num_poisoned_pages_*()
` [PATCH v6 4/4] mm/hwpoison: introduce per-memory_block hwpoison counter

[akpm-mm:mm-unstable 39/67] mm/hugetlb.c:6835:6: warning: no previous prototype for function '__hugetlb_vma_unlock_write_put'
 2022-10-07  4:08 UTC 

[PATCH v2] mm/vmscan: check references from all memcgs for swapbacked memory
 2022-10-06 23:55 UTC  (13+ messages)

[syzbot] memory leak in __get_metapage
 2022-10-06 23:54 UTC  (4+ messages)

[linux-next:master 10793/12665] drivers/clk/clk-asm9260.c:258:17: warning: variable 'hw' set but not used
 2022-10-06 23:31 UTC 

[PATCH v8 3/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-10-06 21:34 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 7da9fed0474b4cd46055dd92d55c42faf32c19ac
 2022-10-06 20:07 UTC 

[PATCH v1 0/7] mm/ksm: break_ksm() cleanups and fixes
 2022-10-06 19:28 UTC  (12+ messages)
` [PATCH v1 4/7] mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHARE
` [PATCH v1 5/7] mm/pagewalk: add walk_page_range_vma()
` [PATCH v1 6/7] mm/ksm: convert break_ksm() to use walk_page_range_vma()

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-06 18:50 UTC  (14+ messages)
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace

[RFC PATCH 0/4] Introduce mempool pages bulk allocator the use it in dm-crypt
 2022-10-06 18:43 UTC  (4+ messages)
` [PATCH 2/4] mm: mempool: introduce page bulk allocator

[PATCHv9 00/14] Linear Address Masking enabling
 2022-10-06 16:41 UTC  (3+ messages)

[linux-next:master 7462/12665] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt
 2022-10-06 16:34 UTC 

[PATCH v2 0/5] treewide cleanup of random integer usage
 2022-10-06 16:25 UTC  (11+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions

ptep_get_lockless() on 32-bit x86/mips/sh looks wrong
 2022-10-06 16:15 UTC  (5+ messages)

Panic/lockup in z3fold_zpool_free
 2022-10-06 15:52 UTC  (4+ messages)

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2022-10-06 15:35 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] exec: Remove LSM_UNSAFE_SHARE

[linux-next:master 11283/12665] ERROR: modpost: "riscv_cbom_block_size" [arch/riscv/kvm/kvm.ko] undefined!
 2022-10-06 14:35 UTC  (2+ messages)

[linux-next:master 12148/12665] arch/powerpc/include/asm/hw_irq.h:494 mtmsr_isync_irqsafe() warn: inconsistent indenting
 2022-10-06 14:13 UTC 

[PATCH v1 3/5] treewide: use get_random_u32() when possible
 2022-10-06 13:20 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 7871897dadfa90816daf4963be075236587ada9d
 2022-10-06 11:19 UTC 

How to track the LRU pages access?
 2022-10-06 11:09 UTC 

[syzbot] memory leak in __get_metapage
 2022-10-06  9:43 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 67ae4f7434cee86ee318d46fb10b8a9840ad2e81
 2022-10-06  7:55 UTC  (2+ messages)

[PATCH] mm: slub: remove dead and buggy code from sysfs_slab_add()
 2022-10-06  6:20 UTC  (4+ messages)

[PATCH] mm: slub: make slab_sysfs_init() a late_initcall
 2022-10-06  6:06 UTC  (4+ messages)

[PATCH] ELF uapi: add spaces before '{'
 2022-10-06  3:33 UTC  (2+ messages)

[PATCH 0/3] hugetlb: fixes for new vma lock series
 2022-10-06  3:30 UTC  (3+ messages)
` [PATCH 2/3] hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointer

[RFC] memcg rstat flushing optimization
 2022-10-06  2:13 UTC  (8+ messages)

[PATCH v4 4/4] workqueue: Unbind workers before sending them to exit()
 2022-10-06  2:07 UTC  (4+ 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).