some likely bugs in IOMMUv2 (in tlb_finish_mmu() nested flush and mremap())
2022-09-30 12:01 UTC (8+ messages)
[PATCH -next] mm/slub: fix a slab missed to be freed problem
2022-09-30 11:51 UTC (3+ messages)
amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
2022-09-30 11:02 UTC (13+ messages)
[PATCH] mm: slub: make slab_sysfs_init() a late_initcall
2022-09-30 10:27 UTC
[PATCH] mm/mmap: undo ->mmap() when arch_validate_flags() fails
2022-09-30 9:59 UTC (2+ messages)
[PATCH 0/3] ksm: fix incorrect count of merged pages when enabling use_zero_pages
2022-09-30 9:41 UTC (17+ messages)
` [PATCH 1/3] ksm: abstract the function try_to_get_old_rmap_item
` [PATCH 2/3] ksm: add the accounting of zero pages merged by use_zero_pages
` [PATCH 3/3] ksm: add zero_pages_sharing in Documentation
` Reply:[PATCH 0/3] ksm: fix incorrect count of merged pages when enabling use_zero_pages
[PATCH] lib: check stack_table in __stack_depot_save
2022-09-30 9:38 UTC
[PATCH] mm: use stack_depot for recording kmemleak's backtrace
2022-09-30 9:32 UTC (3+ messages)
` [mm] a65edf711f: BUG:kernel_NULL_pointer_dereference
` 答复: "
[PATCH 0/2] arm64, kdump: enforce to take 4G as the crashkernel low memory end
2022-09-30 9:24 UTC (12+ messages)
` [PATCH 1/2] "
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-09-30 8:59 UTC (7+ messages)
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
[PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
2022-09-30 8:56 UTC (2+ messages)
[RFC] proc: Add a new isolated /proc/pid/mempolicy type
2022-09-30 8:54 UTC (10+ messages)
` [External] "
[PATCH] mm: slub: remove dead and buggy code from sysfs_slab_add()
2022-09-30 8:47 UTC
[PATCH v3 0/2] use update_mmu_tlb() on the second thread
2022-09-30 8:46 UTC (9+ messages)
` [PATCH v3 1/2] mm: "
` [PATCH v3 2/2] LoongArch: update local TLB if PTE entry exists
[PATCH -next v5 0/4] Optimize and bugfix for memory-hotplug
2022-09-30 8:35 UTC (8+ messages)
` [PATCH -next v5 1/4] selftests/memory-hotplug: Add checking after online or offline
` [PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
` [PATCH -next v5 3/4] selftests/memory-hotplug: Adjust log info for maintainability
` [PATCH -next v5 4/4] docs: notifier-error-inject: Correct test's name
[PATCH 0/2] Configurable order free page reporting in hyper-v
2022-09-30 6:01 UTC (5+ messages)
` [PATCH 1/2] mm/page_reporting: Add checks for page_reporting_order param value
` [PATCH v2 0/2] Configurable order free page reporting in hyper-v
` [PATCH v2 1/2] mm/page_reporting: Add checks for page_reporting_order param
` [PATCH v2 2/2] hv_balloon: Add support for configurable order free page reporting
[syzbot] WARNING in change_pte_range
2022-09-30 5:56 UTC
[syzbot] WARNING in change_protection
2022-09-30 5:56 UTC
[linux-next:master] BUILD REGRESSION 1c6c4f42b3de4f18ea96d62950d0e266ca35a055
2022-09-30 5:51 UTC
[linux-next:master 11630/11634] check.c:4121:73: error: expected expression before '||' token
2022-09-30 3:50 UTC
[PATCH v1] mm/damon: add DAMON_OBJ macro
2022-09-30 3:46 UTC (2+ messages)
[PATCH v2 00/39] Shadowstacks for userspace
2022-09-30 3:41 UTC (41+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v2 18/39] mm: Add guard pages around a shadow stack
` [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v2 20/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v2 21/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v2 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace
` [PATCH v2 30/39] x86: Expose thread features status in /proc/$PID/arch_status
` [PATCH v2 31/39] x86/cet/shstk: Wire in CET interface
` [PATCH v2 32/39] selftests/x86: Add shadow stack test
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
` [OPTIONAL/CLEANUP v2 34/39] x86: Separate out x86_regset for 32 and 64 bit
` [OPTIONAL/CLEANUP v2 35/39] x86: Improve formatting of user_regset arrays
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
` [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET
` [OPTIONAL/RFC v2 38/39] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support
[PATCH v9 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-09-30 3:28 UTC (2+ messages)
[Bug report] BUG: Kernel NULL pointer dereference at 0x00000069, filemap_release_folio+0x88/0xb0
2022-09-30 2:01 UTC (3+ messages)
[cpumask] b9a7ecc71f: WARNING:at_include/linux/cpumask.h:#__is_kernel_percpu_address
2022-09-30 1:52 UTC
[PATCH 0/7] Fix several device private page reference counting issues
2022-09-30 1:49 UTC (11+ messages)
` [PATCH 1/7] mm/memory.c: Fix race when faulting a device private page
` [PATCH 2/7] mm: Free device private pages have zero refcount
[syzbot] general protection fault in PageHeadHuge
2022-09-30 1:35 UTC (12+ messages)
[linux-next:master 4484/11634] apparmorfs.c:undefined reference to `zstd_min_clevel'
2022-09-30 0:31 UTC
[PATCH] binfmt: remove taso from linux_binprm struct
2022-09-29 23:42 UTC (5+ messages)
[PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path
2022-09-29 23:33 UTC (6+ messages)
[PATCH v2 00/18] Fix the DAX-gup mistake
2022-09-29 22:38 UTC (4+ messages)
` [PATCH v2 12/18] devdax: Move address_space helpers to the DAX core
[linux-next:master 4483/11634] lsm.c:undefined reference to `zstd_min_clevel'
2022-09-29 22:15 UTC
[PATCH v2 0/2] coding-style.rst: document BUG() and WARN() rules
2022-09-29 19:21 UTC (2+ messages)
[PATCH v2 0/8] Fix several device private page reference counting issues
2022-09-29 19:21 UTC (8+ messages)
` [PATCH v2 1/8] mm/memory.c: Fix race when faulting a device private page
` [PATCH v2 2/8] mm: Free device private pages have zero refcount
` [PATCH v2 8/8] hmm-tests: Add test for migrate_device_range()
[RFC PATCH] xfs: drop experimental warning for fsdax
2022-09-29 19:05 UTC (8+ messages)
[RFC PATCH v2 0/9] Introduce Copy-On-Write to Page Table
2022-09-29 19:02 UTC (14+ messages)
` [RFC PATCH v2 9/9] mm: Introduce Copy-On-Write PTE table
[PATCH v5] mm: add zblock - new allocator for use via zpool API
2022-09-29 18:28 UTC (10+ messages)
[syzbot] inconsistent lock state in kmem_cache_alloc
2022-09-29 16:54 UTC (5+ messages)
[linux-next:master 8145/11162] arch/arm/kernel/traps.c:198:37: sparse: sparse: incorrect type in assignment (different base types)
2022-09-29 15:07 UTC
BUG in binder_vma_close() at mmap_assert_locked() in stable v5.15
2022-09-29 14:39 UTC (9+ messages)
[linux-next:master 11152/11162] ld.lld: error: undefined symbol: rust_fmt_argument
2022-09-29 13:59 UTC
[PATCH v8 0/5] Ensure quiet_vmstat() is called when the idle tick was stopped too
2022-09-29 12:49 UTC (5+ messages)
` [PATCH v8 4/5] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped
[PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
2022-09-29 12:08 UTC
[RFC PATCH RESEND 00/28] per-VMA locks proposal
2022-09-29 11:18 UTC (6+ messages)
[PATCH -next] compiler.h: fix compile error with gcc-8 or lower version
2022-09-29 9:17 UTC (2+ messages)
[PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
2022-09-29 9:04 UTC (2+ messages)
[PATCH 00/21] mm: introduce Designated Movable Blocks
2022-09-29 9:00 UTC (4+ messages)
[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
2022-09-29 9:00 UTC (6+ messages)
` [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions
[PATCH v2] mm: use update_mmu_tlb() on the second thread
2022-09-29 8:42 UTC (8+ messages)
` "
[linux-next:master] BUILD REGRESSION de90d455a35e474a184c898e66a6a108c3a99434
2022-09-29 8:36 UTC
[linux-next:master 4486/11162] security/apparmor/apparmorfs.c:1210: undefined reference to `zstd_max_clevel'
2022-09-29 8:19 UTC
[powerpc] Build failure include/linux/compiler_types.h __alloc_size__ (next-20220928)
2022-09-29 8:17 UTC (2+ messages)
[PATCH v2 0/9] mm: introduce Designated Movable Blocks
2022-09-29 8:15 UTC (3+ messages)
` [PATCH v2 2/9] mm/vmstat: show start_pfn when zone spans pages
[PATCH V2] LoongArch: Support access filter to /dev/mem interface
2022-09-29 7:22 UTC
[PATCH v2 0/9] hugetlb: Use new vma lock for huge pmd sharing synchronization
2022-09-29 6:25 UTC (5+ messages)
` [PATCH v2 8/9] hugetlb: use new vma_lock for "
` [PATCH v2 9/9] hugetlb: clean up code checking for fault/truncation races
linux-next: Tree for Sep 28 (mm/memory-failure.c)
2022-09-29 5:21 UTC
[PATCH v2] kasan: also display registers for reports from HW exceptions
2022-09-29 5:09 UTC (3+ messages)
[PATCH] LoongArch: Support access filter to /dev/mem interface
2022-09-29 4:41 UTC (2+ messages)
[PATCH 3/3] mm: THP low utilization shrinker
2022-09-29 4:20 UTC (2+ messages)
[linux-next:master 4485/11162] security/apparmor/lsm.c:1545: undefined reference to `zstd_min_clevel'
2022-09-29 4:10 UTC
[RFC PATCH v1] mm: oom: introduce cpuset oom
2022-09-29 3:15 UTC (4+ messages)
` "
[linux-next:pending-fixes] BUILD SUCCESS 12baea2877f9b45a444342495144f94612bef8b6
2022-09-29 2:54 UTC
[linux-next:master 11161/11162] drivers/gpu/drm/msm/msm_gem_shrinker.c:29:28: error: '__GFP_ATOMIC' undeclared; did you mean 'GFP_ATOMIC'?
2022-09-29 1:03 UTC
[PATCH 2/3] mm: changes to split_huge_page() to free zero filled tail pages
2022-09-28 19:13 UTC (3+ messages)
[linux-next:master 9684/10852] drivers/thermal/thermal_sysfs.c:92:18: error: implicit declaration of function 'thermal_zone_get_trip'; did you mean 'thermal_zone_set_trips'?
2022-09-28 11:04 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox