messages from 2023-08-03 14:33:18 to 2023-08-04 22:30:18 UTC [more...]
[PATCH v26 0/8] crash: Kernel handling of CPU and memory hot un/plug
2023-08-04 21:03 UTC (9+ messages)
` [PATCH v26 1/8] crash: move a few code bits to setup support of crash hotplug
` [PATCH v26 2/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v26 3/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v26 4/8] crash: memory and CPU hotplug sysfs attributes
` [PATCH v26 5/8] x86/crash: add x86 crash hotplug support
` [PATCH v26 6/8] crash: hotplug support for kexec_load()
` [PATCH v26 7/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v26 8/8] x86/crash: optimize CPU changes
[PATCH v4 0/5] variable-order, large folios for anonymous memory
2023-08-04 21:58 UTC (22+ messages)
` [PATCH v4 2/5] mm: LARGE_ANON_FOLIO for improved performance
[PATCH v26 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-08-04 21:53 UTC (8+ messages)
` [PATCH v26 2/5] fs/proc/task_mmu: "
[RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
2023-08-04 21:53 UTC (17+ messages)
[PATCH v2 1/3] mm: lock a vma before stack expansion
2023-08-04 21:46 UTC (3+ messages)
` [PATCH v2 3/3] fork: lock VMAs of the parent process when forking
[PATCH v1 0/4] lib/vsprintf: Rework header inclusions
2023-08-04 20:34 UTC (12+ messages)
` [PATCH v1 1/4] lib/vsprintf: Declare no_hash_pointers in a local header
` [PATCH v1 2/4] lib/vsprintf: Sort headers alphabetically
` [PATCH v1 3/4] lib/vsprintf: Remove implied inclusions
` [PATCH v1 4/4] lib/vsprintf: Split out sprintf() and friends
[PATCH v4 0/6] make vma locking more obvious
2023-08-04 19:41 UTC (9+ messages)
` [PATCH v4 1/6] mm: enable page walking API to lock vmas during the walk
` [PATCH v4 2/6] mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for vma and mmap
` [PATCH v4 3/6] mm: replace mmap with vma write lock assertions when operating on a vma
` [PATCH v4 4/6] mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once
` [PATCH v4 5/6] mm: always lock new vma before inserting into vma tree
` [PATCH v4 6/6] mm: move vma locking out of vma_prepare and dup_anon_vma
[PATCH v3] selftests: cgroup: fix test_kmem_basic less than error
2023-08-04 19:35 UTC
[PATCH] selftests: cgroup: fix test_kmem_memcg_deletion false positives
2023-08-04 18:59 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION bdffb18b5dd8071cd25685b966f380a30b1fadaa
2023-08-04 18:14 UTC
[PATCH v3 0/7] smaps / mm/gup: fix gup_can_follow_protnone fallout
2023-08-04 18:00 UTC (7+ messages)
` [PATCH v3 6/7] selftest/mm: ksm_functional_tests: test in mmap_and_merge_range() if anything got merged
` [PATCH v3 7/7] selftest/mm: ksm_functional_tests: Add PROT_NONE test
[PATCH] powerpc/mm: Reinstate ARCH_FORCE_MAX_ORDER ranges
2023-08-04 17:32 UTC (2+ messages)
[RFC 0/2] Reduce TLB flushes under some specific conditions
2023-08-04 17:32 UTC (5+ messages)
` [RFC 1/2] mm/rmap: Recognize non-writable TLB entries during TLB batch flush
` [RFC 2/2] mm: Defer TLB flush by keeping both src and dst folios at migration
[PATCH v6 0/5] rcu: Dump memory object info if callback function is invalid
2023-08-04 17:31 UTC (7+ messages)
` [PATCH v6 1/5] hexdump: add a new dump prefix DUMP_PREFIX_ADDRESS_LOW16
` [PATCH v6 2/5] hexdump: minimize the output width of the offset
` [PATCH v6 3/5] mm: Remove kmem_valid_obj()
` [PATCH v6 4/5] mm: Dump the memory of slab object in kmem_dump_obj()
` [PATCH v6 5/5] rcu: Dump memory object info if callback function is invalid
[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-04 17:10 UTC (13+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()
[linux-next:master 1937/6910] drivers/mtd/nand/raw/qcom_nandc.c:2941 qcom_op_cmd_mapping() error: uninitialized symbol 'ret'
2023-08-04 17:07 UTC (4+ messages)
[PATCH 0/6] maple_tree: Change replacement strategy
2023-08-04 16:59 UTC (7+ messages)
` [PATCH 1/6] maple_tree: Add hex output to maple_arange64 dump
` [PATCH 2/6] maple_tree: Reorder replacement of nodes to avoid live lock
` [PATCH 3/6] maple_tree: introduce mas_put_in_tree()
` [PATCH 4/6] maple_tree: Introduce mas_tree_parent() definition
` [PATCH 5/6] maple_tree: Change mas_adopt_children() parent usage
` [PATCH 6/6] maple_tree: Replace data before marking dead in split and spanning store
[linux-next:pending-fixes] BUILD SUCCESS 514250232787bc4c20714949414b314a161120b4
2023-08-04 16:00 UTC
[RESEND PATCH V3] NUMA:Improve the efficiency of calculating pages loss
2023-08-04 15:32 UTC
[PATCH v3 0/6] make vma locking more obvious
2023-08-04 15:29 UTC (15+ messages)
` [PATCH v3 1/6] mm: enable page walking API to lock vmas during the walk
` [PATCH v3 2/6] mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for vma and mmap
` [PATCH v3 3/6] mm: replace mmap with vma write lock assertions when operating on a vma
` [PATCH v3 4/6] mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once
` [PATCH v3 5/6] mm: always lock new vma before inserting into vma tree
` [PATCH v3 6/6] mm: move vma locking out of vma_prepare and dup_anon_vma
[linux-next:master 6492/7272] kernel/watchdog.c:111:12: warning: 'hardlockup_all_cpu_backtrace_proc_handler' defined but not used
2023-08-04 14:09 UTC (2+ messages)
WARNING in try_grab_page
2023-08-04 13:35 UTC (6+ messages)
[PATCH v2 1/2] seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested()
2023-08-04 13:27 UTC (12+ messages)
[linux-next:master] BUILD REGRESSION fb4327106e5250ee360d0d8b056c1eef7eeb9a98
2023-08-04 10:22 UTC (4+ messages)
[PATCH vfs.tmpfs] shmem: move spinlock into shmem_recalc_inode() to fix quota support
2023-08-04 9:31 UTC (2+ messages)
[PATCH 0/3] support large folio for mlock
2023-08-04 9:05 UTC (8+ messages)
` [PATCH 1/3] mm: add functions folio_in_range() and folio_within_vma()
[PATCH] mm: no need to export mm_kobj
2023-08-04 8:22 UTC (3+ messages)
[PATCH 0/2] nodemask: Use nr_node_ids
2023-08-04 8:14 UTC (8+ messages)
` [PATCH 2/2] mm,nodemask: "
` [PATCH v2 "
[PATCH v5 00/10] ARM: remove set_fs callers and implementation
2023-08-04 8:13 UTC (4+ messages)
` [PATCH v5 04/10] ARM: syscall: always store thread_info->abi_syscall
[PATCH 0/2] don't use mapcount() to check large folio sharing
2023-08-04 8:11 UTC (17+ messages)
[RFC PATCH RESEND v2 2/2] zram: charge the compressed RAM to the page's memcgroup
2023-08-04 7:57 UTC
[RFC PATCH RESEND v2 1/2] memcg: Add support for zram object charge
2023-08-04 7:57 UTC
[RFC PATCH RESEND v2 0/2] zram: memcg accounting
2023-08-04 7:57 UTC
[PATCH] mm/memcg: fix wrong function name above obj_cgroup_charge_zswap()
2023-08-04 6:37 UTC (2+ messages)
[PATCH v3] selftests: cgroup: fix test_kmem_basic slab1 check
2023-08-04 6:36 UTC (2+ messages)
[PATCH 0/4] mm: migrate: more folio conversion
2023-08-04 5:54 UTC (8+ messages)
` [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()
[linux-next:master 4511/6910] drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.c:264 mlx5_devcom_send_event() warn: variable dereferenced before IS_ERR check 'devcom' (see line 259)
2023-08-04 5:20 UTC
[PATCH v6 00/38] New page table range API
2023-08-04 3:50 UTC (8+ messages)
` [PATCH v6 01/38] minmax: Add in_range() macro
` [PATCH v6 21/38] powerpc: Implement the new page table range API
[PATCH 0/7] cleanup with helper macro K()
2023-08-04 3:39 UTC (9+ messages)
` [PATCH 1/7] mm: remove redundant K() macro definition
` [PATCH 2/7] mm/swapfile.c: use helper macro K()
` [PATCH 3/7] mm/swap_state.c: "
` [PATCH 4/7] mm/shmem.c: "
` [PATCH 5/7] mm/nommu.c: "
` [PATCH 6/7] mm/mmap.c: "
` [PATCH 7/7] mm/hugetlb.c: "
[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
2023-08-04 3:12 UTC (15+ messages)
` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
[PATCH v3 0/8] Fixes and cleanups to compaction
2023-08-04 11:04 UTC (4+ messages)
` [PATCH v3 4/8] mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepages
` [PATCH v3 5/8] mm/compaction: correct comment of cached migrate pfn update
` [PATCH v3 6/8] mm/compaction: correct comment to complete migration failure
[PATCH -next v2] mm/z3fold: use helper function put_z3fold_locked() and put_z3fold_locked_list()
2023-08-04 2:24 UTC (2+ messages)
Fwd: crash/hang in mm/swapfile.c:718 add_to_avail_list when exercising stress-ng
2023-08-04 1:58 UTC (6+ messages)
[PATCH] mm/mm_init: use helper macro BITS_PER_LONG
2023-08-04 1:53 UTC (3+ messages)
[PATCH v2] mm: disable kernelcore=mirror when no mirror memory
2023-08-04 1:44 UTC (3+ messages)
[PATCH v5 0/3] rcu: Dump memory object info if callback function is invalid
2023-08-04 1:44 UTC (3+ messages)
` [PATCH v5 3/3] mm: Dump the memory of slab object in kmem_dump_obj()
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-08-04 1:01 UTC (3+ messages)
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-03 19:15 UTC (2+ messages)
[PATCH] mm: memcg: use rstat for non-hierarchical stats
2023-08-03 18:52 UTC (10+ messages)
` [PATCH v3] "
[PATCH v4] mm: memcg: use rstat for non-hierarchical stats
2023-08-03 18:50 UTC
[PATCH v25 00/10] crash: Kernel handling of CPU and memory hot un/plug
2023-08-03 18:36 UTC (7+ messages)
` [PATCH v25 01/10] drivers/base: refactor cpu.c to use .is_visible()
[PATCH v3] mm/filemap: change ->index to PAGE_SIZE for hugetlb pages
2023-08-03 17:48 UTC
[PATCH v2] dma-contiguous: define proper name for global cma region
2023-08-03 17:34 UTC (7+ messages)
[PATCH v2 0/6] make vma locking more obvious
2023-08-03 17:28 UTC (2+ messages)
[PATCH] selftests: cgroup: fix test_kmem_basic false positives
2023-08-03 17:19 UTC (4+ messages)
[PATCH] Documentation/page_tables: Add info about MMU/TLB and Page Faults
2023-08-03 17:08 UTC (2+ messages)
[PATCH] selftests/riscv: fix potential build failure during the "emit_tests" step
2023-08-03 16:48 UTC (4+ messages)
[PATCH v2] selftests: cgroup: fix test_kmem_basic slab1 check
2023-08-03 16:08 UTC (2+ messages)
[PATCHv2] x86/mm: Fix VDSO and VVAR placement on 5-level paging machines
2023-08-03 15:16 UTC
[linux-next:pending-fixes] BUILD SUCCESS 35245ef82c5b8206d97d0296017df658fd8ea3d2
2023-08-03 15:14 UTC
[RFC 0/2] An attempt to improve SLUB on NUMA / under memory pressure
2023-08-03 14:54 UTC (3+ messages)
` [RFC 2/2] mm/slub: prefer NUMA locality over slight memory saving on NUMA machines
[RFC PATCH 0/3] memfd: cleanups for vm.memfd_noexec
2023-08-03 14:40 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).