[PATCH] mm: add cond_resched() in swapin_walk_pmd_entry()
2022-12-05 14:03 UTC
[PATCH] kmsan: fix memcpy tests
2022-12-05 13:25 UTC
[PATCH v1 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
2022-12-05 12:56 UTC (10+ messages)
` [PATCH v1 1/7] mm/vmalloc.c: add used_map into vmap_block to track space of vmap_block
` [PATCH v1 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
` [PATCH v1 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
` [PATCH v1 4/7] mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
` [PATCH v1 5/7] mm/vmalloc: skip the uninitilized vmalloc areas
` [PATCH v1 6/7] powerpc: mm: add VM_IOREMAP flag to the vmalloc area
` [PATCH v1 7/7] sh: mm: set "
[PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
2022-12-05 12:25 UTC (3+ messages)
[RFC 0/2] ACPI: APEI: Make synchronization errors call and
2022-12-05 11:51 UTC (3+ messages)
` [RFC 1/2] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context
` [RFC 2/2] ACPI: APEI: fix reboot caused by synchronous error loop because of memory_failure() failed
[PATCH] mm: memcontrol: speedup memory cgroup resize
2022-12-05 11:49 UTC
[syzbot] KASAN: slab-out-of-bounds Read in mas_leaf_max_gap
2022-12-05 10:54 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS b04468dba0c6cf7624da95d7bdc62b54c1461bfb
2022-12-05 10:36 UTC
[RFC PATCH 0/6] Discard __GFP_ATOMIC
2022-12-05 10:27 UTC (4+ messages)
` [PATCH 3/6] mm/page_alloc: Explicitly record high-order atomic allocations in alloc_flags
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-05 9:23 UTC (5+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
[linux-next:master 7191/13214] drivers/regulator/tps65219-regulator.c:370:26: sparse: sparse: incompatible types for operation (<):
2022-12-05 9:21 UTC
[linux-next:master] [mm] 5df397dec7: will-it-scale.per_thread_ops -53.3% regression
2022-12-05 8:59 UTC
[PATCH] kcov: fix spelling typos in comments
2022-12-05 8:07 UTC
[linux-next:master] [mm] f1a7941243: unixbench.score -5.1% regression
2022-12-05 5:54 UTC
[PATCH] mm: memcg: fix swapcached stat accounting
2022-12-05 5:03 UTC (2+ messages)
[PATCH v4 1/3] kunit: Provide a static key to check if KUnit is actively running tests
2022-12-05 4:27 UTC (3+ messages)
` [PATCH v4 2/3] kunit: Use the static key when retrieving the current test
[linux-next:master 10545/12617] htmldocs: Documentation/output/frontend.h.rst:6: WARNING: undefined label: fec-1-3 (if the link has no caption the label must precede a section header)
2022-12-05 4:18 UTC (2+ messages)
[PATCH] swapfile: fix uncorrect statistical count about free swap
2022-12-05 4:13 UTC (2+ messages)
[PATCH 0/4] return EINVAL for illegal user memory range
2022-12-05 3:41 UTC (5+ messages)
` [PATCH 1/4] mm/mlock: return EINVAL for illegal user memory range in mlock
` [PATCH 2/4] mm/mempolicy: return EINVAL for illegal user memory range for set_mempolicy_home_node
` [PATCH 3/4] mm/mempolicy: return EINVAL for illegal user memory range for mbind
` [PATCH 4/4] mm/msync: return EINVAL for illegal user memory range for msync
[PATCH v1] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
2022-12-05 2:57 UTC (5+ messages)
[PATCH -next 1/1] percpu: cleanup invalid assignment to err in pcpu_alloc
2022-12-05 2:24 UTC (5+ messages)
[PATCH] mm,thp,rmap: fix races between updates of subpages_mapcount
2022-12-05 1:57 UTC
[RFC PATCH v2] mm: Add nodes= arg to memory.reclaim
2022-12-05 1:45 UTC (4+ messages)
[PATCH 0/3] mm,huge,rmap: unify and speed up compound mapcounts
2022-12-05 1:38 UTC (5+ messages)
` [PATCH 0/3] mm,thp,rmap: rework the use of subpages_mapcount
` [PATCH v2 "
` [PATCH v2 3/3] mm,thp,rmap: clean up the end of __split_huge_pmd_locked()
[RFC PATCH] mm/shmem: Fix undo range for failed fallocate
2022-12-05 0:51 UTC (6+ messages)
` [PATCH] tmpfs: fix data loss from "
[PATCH] mm/mempolicy: failed to disable numa balancing
2022-12-04 22:58 UTC (3+ messages)
[PATCH v4 00/39] Shadow stacks for userspace
2022-12-04 20:51 UTC (73+ messages)
` [PATCH v4 01/39] Documentation/x86: Add CET shadow stack description
` [PATCH v4 02/39] x86/shstk: Add Kconfig option for Shadow Stack
` [PATCH v4 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v4 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [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 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v4 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v4 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v4 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v4 13/39] x86/mm: Start actually marking _PAGE_COW
` [PATCH v4 14/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v4 15/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v4 16/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v4 17/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v4 18/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v4 19/39] mm: Add guard pages around a shadow stack
` [PATCH v4 20/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v4 21/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v4 22/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v4 23/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v4 24/39] mm: Warn on shadow stack memory in wrong vma
` [PATCH v4 25/39] x86: Introduce userspace API for shadow stack
` [PATCH v4 26/39] x86/shstk: Add user-mode shadow stack support
` [PATCH v4 27/39] x86/shstk: Handle thread shadow stack
` [PATCH v4 28/39] x86/shstk: Introduce routines modifying shstk
` [PATCH v4 29/39] x86/shstk: Handle signals for shadow stack
` [PATCH v4 30/39] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v4 31/39] x86/shstk: Support wrss for userspace
` [PATCH v4 32/39] x86: Expose thread features in /proc/$PID/status
` [PATCH v4 33/39] x86: Prevent 32 bit operations for 64 bit shstk tasks
` [PATCH v4 34/39] x86/shstk: Wire in shadow stack interface
` [PATCH v4 35/39] selftests/x86: Add shadow stack test
` [PATCH v4 36/39] x86/fpu: Add helper for initing features
` [PATCH v4 37/39] x86: Add PTRACE interface for shadow stack
` [PATCH v4 38/39] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v4 39/39] x86/shstk: Add ARCH_SHSTK_STATUS
[PATCH 0/3] mm: replace atomic_t with percpu_ref in mempolicy
2022-12-04 18:25 UTC (5+ messages)
` [PATCH 1/3] mm: replace mpol_put() with mpol_kill() initiated the destruction of mpol
` [PATCH 2/3] mm: fix the reference of mempolicy in some functions
` [PATCH 3/3] mm: add __rcu symbol for task->mempolicy
[linux-next:master 10545/12617] htmldocs: Documentation/output/frontend.h.rst:6: WARNING: undefined label: fec-1-3 (if the link has no caption the label must precede a section header)
2022-12-04 11:52 UTC
[PATCH v2] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
2022-12-04 11:21 UTC (4+ messages)
[PATCH 0/10] crypto: Driver conversions for DMA alignment
2022-12-04 9:32 UTC (2+ messages)
[linus:master] [selftests/vm] c07c343cda: kernel-selftests.vm.split_huge_page_test.fail
2022-12-04 9:02 UTC
[linux-next:master 9975/12617] kernel/trace/trace_osnoise.c:62:15: sparse: sparse: symbol 'osnoise_options' was not declared. Should it be static?
2022-12-04 8:30 UTC
[linux-next:master 3478/12617] include/asm-generic/unaligned.h:119:16: sparse: sparse: cast truncates bits from constant value (aa01a0 becomes a0)
2022-12-04 7:39 UTC
[PATCH v8 0/2] Memory poison recovery in khugepaged collapsing
2022-12-04 2:57 UTC (6+ messages)
` [PATCH v8 1/2] mm/khugepaged: recover from poisoned anonymous memory
[syzbot] WARNING in do_mkdirat
2022-12-04 1:04 UTC
[linux-next:master 6175/12617] drivers/nvmem/u-boot-env.c:146:16: sparse: sparse: cast to restricted __le32
2022-12-03 23:55 UTC
[GIT PULL] DAX and HMAT fixes for v6.1-rc8
2022-12-03 22:56 UTC (2+ messages)
[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
2022-12-03 20:58 UTC (10+ messages)
[linux-next:master 2937/12617] drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c:1087:1: warning: stack frame size (1072) exceeds limit (1024) in 'dr_rule_create_rule_nic'
2022-12-03 16:30 UTC
[linux-next:master 11223/12617] traps.c:undefined reference to `queued_spin_lock_slowpath'
2022-12-03 15:49 UTC
[linux-next:master 9245/12617] fs/btrfs/btrfs.o: warning: objtool: __btrfs_map_block+0x1cd1: unreachable instruction
2022-12-03 14:08 UTC
[PATCH mm-unstable v1 0/8] mm: multi-gen LRU: memcg LRU
2022-12-03 4:20 UTC (3+ messages)
` [PATCH mm-unstable v1 6/8] mm: multi-gen LRU: per-node lru_gen_folio lists
[PATCH v3] mm: Add nodes= arg to memory.reclaim
2022-12-03 3:17 UTC (3+ messages)
[PATCH v3] mm/memfd: MFD_NOEXEC_SEAL and MFD_EXEC
2022-12-03 2:29 UTC (9+ messages)
` [PATCH v3] mm/memfd: add F_SEAL_EXEC
` [PATCH v3] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v3] mm/memfd: security hook for memfd_create
` [PATCH v3] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
[RFC] Improving userfaultfd scalability for live migration
2022-12-03 1:03 UTC (2+ messages)
[PATCH v3 0/3] mm: memcg: fix protection of reclaim target memcg
2022-12-03 0:56 UTC (9+ messages)
` [PATCH v3 1/3] mm: memcg: fix stale "
` [PATCH v3 2/3] selftests: cgroup: refactor proactive reclaim code to reclaim_until()
[Bug 216646] having TRANSPARENT_HUGEPAGE enabled hangs some applications (supervisor read access in kernel mode)
2022-12-02 22:44 UTC (6+ messages)
[PATCH] binfmt_misc: fix shift-out-of-bounds in check_special_flags
2022-12-02 21:58 UTC (4+ messages)
[PATCH v7 00/20] TDX host kernel support
2022-12-02 21:57 UTC (12+ messages)
` [PATCH v7 09/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
[PATCH v1] mm: disable top-tier fallback to reclaim on proactive reclaim
2022-12-02 21:52 UTC (3+ messages)
[GIT PULL] hotfixes for 6.1-rc8
2022-12-02 21:47 UTC (2+ messages)
[PATCH 00/24] Split page pools from struct page
2022-12-02 21:25 UTC (3+ messages)
` [PATCH 11/24] page_pool: Convert page_pool_empty_ring() to use netmem
[linux-next:master 2415/12617] ERROR: modpost: "__ld_r13_to_r21_ret" [lib/zstd/zstd_decompress.ko] undefined!
2022-12-02 21:03 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 5be860bfc73408bc1a8af9167955e480ecebba84
2022-12-02 20:51 UTC
[PATCH v4] mm/khugepaged: add tracepoint to collapse_file()
2022-12-02 20:18 UTC
brk() in v6.1-rc1 can expand file mappings, seemingly without taking file locks
2022-12-02 19:42 UTC (2+ messages)
[mm] f35b5d7d67: will-it-scale.per_process_ops -95.5% regression
2022-12-02 19:37 UTC (13+ messages)
[PATCH] mm/huge_memory: add TRANSPARENT_HUGEPAGE_NEVER for THP
2022-12-02 19:27 UTC (4+ messages)
[PATCH v3 0/2] mm/migrate: Fix writable pte for read migration entry
2022-12-02 17:18 UTC (8+ messages)
` [PATCH v3 1/2] mm/migrate: Fix read-only page got writable when recover pte
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