messages from 2022-12-19 01:40:46 to 2022-12-21 00:04:30 UTC [more...]
[PATCH v4 00/39] Shadow stacks for userspace
2022-12-21 0:03 UTC (13+ messages)
` [PATCH v4 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v4 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v4 07/39] x86: Add user control-protection fault handler
` [PATCH v4 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v4 10/39] x86/mm: Introduce _PAGE_COW
[PATCH RFC] ipc/mqueue: introduce msg cache
2022-12-20 23:56 UTC (5+ messages)
[RFC v3 0/4] move PG_slab flag to page_type
2022-12-20 23:53 UTC (8+ messages)
` [RFC v3 1/4] mm/hwpoison: remove MF_MSG_SLAB from action_page_types
` [RFC v3 3/4] mm, printk: introduce new format %pGt for page_type
[PATCH mm-unstable v1 0/8] mm: multi-gen LRU: memcg LRU
2022-12-20 21:49 UTC (2+ messages)
` JavaScript / Ampere Altra benchmark with MGLRU
[PATCH RFC 0/2] mm: kmem: optimize obj_cgroup pointer retrieval
2022-12-20 21:15 UTC (6+ messages)
` [PATCH RFC 1/2] mm: kmem: optimize get_obj_cgroup_from_current()
` [PATCH RFC 2/2] mm: kmem: add direct objcg pointer to task_struct
[linus:master] [mm] 0ba09b1733: will-it-scale.per_thread_ops -21.1% regression in mmap1 benchmark
2022-12-20 20:48 UTC (3+ messages)
[PATCH v4 0/3] mm/mprotect: Fix soft-dirty checks
2022-12-20 19:02 UTC (10+ messages)
` [PATCH v4 1/3] mm/mprotect: Fix soft-dirty check in can_change_pte_writable()
[PATCH 1/2] mm: vmalloc: Avoid a double lookup of freed VA in a tree
2022-12-20 18:56 UTC (7+ messages)
` [PATCH 2/2] mm: vmalloc: Replace BUG_ON() by WARN_ON_ONCE()
[PATCH] mm: remove unused alloc_pages_bulk_list()
2022-12-20 17:56 UTC (5+ messages)
[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
2022-12-20 17:38 UTC (4+ messages)
[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
2022-12-20 16:55 UTC (13+ messages)
` [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
` [PATCH v2 5/7] mm/vmalloc: skip the uninitilized vmalloc areas
[PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
2022-12-20 16:55 UTC (11+ messages)
[PATCH RFC] mm: implement granular soft-dirty vma support
2022-12-20 16:26 UTC
[PATCH 0/8] Clean up and refinement for maple tree
2022-12-20 15:19 UTC (2+ messages)
[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
2022-12-20 15:09 UTC (26+ messages)
` [RFC][PATCH 01/12] crypto: Remove u128 usage
` [RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128
` [RFC][PATCH 03/12] cyrpto/b128ops: Remove struct u128
` [RFC][PATCH 04/12] types: Introduce [us]128
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 06/12] instrumentation: Wire up cmpxchg128()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
` [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
` [RFC][PATCH 10/12] x86,intel_iommu: "
` [RFC][PATCH 11/12] slub: "
` [RFC][PATCH 12/12] arch: Remove cmpxchg_double
[PATCH 1/8] maple_tree: remove extra space and blank line
2022-12-20 15:05 UTC (10+ messages)
` [PATCH 2/8] maple_tree: remove extra return statement
` [PATCH 3/8] maple_tree: use mt_node_max() instead of direct operations mt_max[]
` [PATCH 4/8] maple_tree: use macro MA_ROOT_PARENT instead of number
` [PATCH 5/8] maple_tree: remove the redundant code
` [PATCH 6/8] maple_tree: change return type of mas_commit_b_node()
` [PATCH 7/8] maple_tree: refine ma_state init from mas_start()
` [PATCH 8/8] maple_tree: refine mab_calc_split function
[PATCH v4 0/4] cachestat: a new syscall for page cache state of files
2022-12-20 14:37 UTC (3+ messages)
` [PATCH v4 3/4] cachestat: implement cachestat syscall
[linux-stable-rc:linux-4.9.y 1768/2884] include/linux/nodemask.h:370:13: error: comparison of unsigned expression >= 0 is always true
2022-12-20 14:33 UTC
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2022-12-20 14:25 UTC (5+ messages)
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
[PATCH v3 00/14] Introduce Copy-On-Write to Page Table
2022-12-20 14:23 UTC (20+ messages)
` [PATCH v3 01/14] mm: Allow user to control COW PTE via prctl
` [PATCH v3 02/14] mm: Add Copy-On-Write PTE to fork()
` [PATCH v3 03/14] mm: Add break COW PTE fault and helper functions
` [PATCH v3 04/14] mm/rmap: Break COW PTE in rmap walking
` [PATCH v3 05/14] mm/khugepaged: Break COW PTE before scanning pte
` [PATCH v3 06/14] mm/ksm: Break COW PTE before modify shared PTE
` [PATCH v3 07/14] mm/madvise: Handle COW-ed PTE with madvise()
` [PATCH v3 08/14] mm/gup: Break COW PTE in follow_pfn_pte()
` [PATCH v3 09/14] mm/mprotect: Break COW PTE before changing protection
` [PATCH v3 10/14] mm/userfaultfd: Support COW PTE
` [PATCH v3 11/14] mm/migrate_device: "
` [PATCH v3 12/14] fs/proc: Support COW PTE with clear_refs_write
` [PATCH v3 13/14] events/uprobes: Break COW PTE before replacing page
` [PATCH v3 14/14] mm: fork: Enable COW PTE to fork system call
[linux-next:pending-fixes] BUILD SUCCESS c28c7d2a33a85439d90c17712b71ec6907033d5f
2022-12-20 14:09 UTC
[linux-next:master] BUILD REGRESSION e45fb347b630ee76482fe938ba76cf8eab811290
2022-12-20 13:49 UTC
[linux-next:master 15350/15568] drivers/block/virtio_blk.c:326:36: sparse: sparse: incorrect type in initializer (different base types)
2022-12-20 12:32 UTC
[linux-next:master 15177/15568] mm/memfd.c:274:31: warning: unused variable 'ns'
2022-12-20 10:59 UTC
[PATCH 0/3] crypto: x86/ghash cleanups
2022-12-20 10:09 UTC (6+ messages)
` [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey()
` [PATCH 2/3] crypto: x86/ghash - use le128 instead of u128
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-20 9:55 UTC (23+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
[linux-stable-rc:linux-4.19.y 2814/4647] include/linux/nodemask.h:380:20: error: comparison of unsigned expression in '>= 0' is always true
2022-12-20 5:12 UTC
[PATCH AUTOSEL 5.4 1/5] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
2022-12-20 1:22 UTC
[PATCH AUTOSEL 5.10 1/5] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
2022-12-20 1:22 UTC
[PATCH AUTOSEL 5.15 5/9] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
2022-12-20 1:21 UTC
[PATCH AUTOSEL 6.0 07/16] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
2022-12-20 1:21 UTC
[PATCH AUTOSEL 6.1 07/16] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
2022-12-20 1:20 UTC
[PATCH v3] mm: Add nodes= arg to memory.reclaim
2022-12-19 22:42 UTC (6+ messages)
` [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-12-19 20:08 UTC (5+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
[PATCH v2 0/4] Clean up and fixes for swap
2022-12-19 18:58 UTC (5+ messages)
` [PATCH v2 1/4] swapfile: get rid of volatile and avoid redundant read
` [PATCH v2 2/4] swap: avoid a redundant pte map if ra window is 1
` [PATCH v2 3/4] swap: fold swap_ra_clamp_pfn into swap_ra_info
` [PATCH v2 4/4] swap: avoid holding swap reference in swap_cache_get_folio
[linus:master] will-it-scale.per_thread_ops -40.2% regression in mmap1 benchmark
2022-12-19 18:09 UTC (2+ messages)
[PATCH v4] kasan: allow sampling page_alloc allocations for HW_TAGS
2022-12-19 18:09 UTC
[PATCH v3] kasan: allow sampling page_alloc allocations for HW_TAGS
2022-12-19 18:08 UTC (3+ messages)
[PATCH mm-unstable 0/2] two fixups for DAMON sysfs' scheme filters support
2022-12-19 17:18 UTC (3+ messages)
` [PATCH mm-unstable 1/2] mm/damon/sysfs-schemes: Fix leaking a filter for wrong cgroup path
` [PATCH mm-unstable 2/2] mm/damon/sysfs-schemes: Return an error for filter memcg path id lookup failure
[PATCH mm-stable RFC 0/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
2022-12-19 16:30 UTC (3+ messages)
` [PATCH mm-stable RFC 1/2] mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()
` [PATCH mm-stable RFC 2/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
[PATCH v2 0/2] maple_tree: Fix mas_spanning_rebalance() on
2022-12-19 16:20 UTC (3+ messages)
` [PATCH v2 2/2] test_maple_tree: Add test for mas_spanning_rebalance() on insufficient data
` [PATCH v2 1/2] maple_tree: Fix "
[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
2022-12-19 15:44 UTC (9+ messages)
` [PATCH 11/13] x86_64: Remove pointless set_64bit() usage
[linux-next:master] BUILD REGRESSION d650871875b2ccc670f1044be7f3cc90f276745d
2022-12-19 14:34 UTC
[GIT PULL] final non-MM updates for 6.2-rc1
2022-12-19 14:30 UTC (2+ messages)
[GIT PULL] Final MM updates for 6.2-rc1
2022-12-19 14:30 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 16cba743aec05780e9edd932a07c26ea473c9205
2022-12-19 13:46 UTC
[PATCH v2] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
2022-12-19 13:45 UTC (2+ messages)
[PATCH] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
2022-12-19 12:25 UTC (3+ messages)
[PATCH v2] mm: memcontrol: protect the memory in cgroup from being oom killed
2022-12-19 12:06 UTC (3+ messages)
[PATCH -next v8 0/4]arm64: add machine check safe support
2022-12-19 12:00 UTC (5+ messages)
` [PATCH -next v8 1/4] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH -next v8 2/4] arm64: add support for machine check error safe
` [PATCH -next v8 3/4] arm64: add uaccess to machine check safe
` [PATCH -next v8 4/4] arm64: add cow "
[syzbot] [vfs?] [ntfs3?] [tmpfs?] WARNING in lookup_slow
2022-12-19 10:37 UTC
[linux-next:master 15348/15487] lib/dhry_run.c:61:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
2022-12-19 9:50 UTC
[PATCH] mm: new primitive kvmemdup()
2022-12-19 6:29 UTC (3+ messages)
[PATCH 00/10] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc
2022-12-19 4:22 UTC (11+ messages)
` [PATCH 01/10] docs: cgroup-v1: extend underline of section 8
` [PATCH 02/10] docs: cgroup-v1: replace custom note constructs with appropriate admonition blocks
` [PATCH 03/10] docs: cgroup-v1: wrap remaining admonitions in "
` [PATCH 04/10] docs: cgroup-v1: use code block for locking order schema
` [PATCH 05/10] docs: cgroup-v1: fix footnotes
` [PATCH 06/10] docs: cgroup-v1: move hierarchy of accounting caption
` [PATCH 07/10] docs: cgroup-v1: use bullet lists for list of stat file tables
` [PATCH 08/10] docs: cgroup-v1: use make swap extension subsections subsections
` [PATCH 09/10] docs: cgroup-v1: add internal cross-references
` [PATCH 10/10] docs: cgroup-v1: use numbered lists for user interface setup
[syzbot] BUG: unable to handle kernel NULL pointer dereference in unlock_page (2)
2022-12-19 3:18 UTC
[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
2022-12-19 1:40 UTC (4+ 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 NNTP newsgroup(s).