[PATCH v18 00/42] DEPT(DEPendency Tracker)
2025-12-05 7:18 UTC (6+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
[PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
2025-12-05 7:14 UTC (11+ messages)
` [PATCH v4 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
` [PATCH v4 02/12] mm/kasan: move kasan= code to common place
` [PATCH v4 03/12] mm/kasan/sw_tags: don't initialize kasan if it's disabled
` [PATCH v4 12/12] mm/kasan: make kasan=on|off take effect for all three modes
[PATCH] Revert "mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb"
2025-12-05 7:05 UTC (14+ messages)
[PATCH 0/3] cgroup/misc: Add hwcap masks to the misc controller
2025-12-05 6:39 UTC (8+ messages)
` [PATCH 1/3] cgroup, binfmt_elf: "
` [PATCH 2/3] selftests/cgroup: Add a test for the misc.mask cgroup interface
` [PATCH 3/3] Documentation: cgroup-v2: Document misc.mask interface
Removal of CONFIG_READ_ONLY_THP_FOR_FS
2025-12-05 4:35 UTC
[PATCH v2 0/4] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
2025-12-05 4:33 UTC (8+ messages)
` [PATCH v2 1/4] mm/thp: Allow thp_get_unmapped_area_vmflags() to take alignment
` [PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
` [PATCH v2 3/4] vfio: Introduce vfio_device_ops.get_mapping_order hook
` [PATCH v2 4/4] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
2025-12-05 3:54 UTC (17+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory
[PATCH v3 0/3] kasan: vmalloc: Fixes for the percpu allocator and vrealloc
2025-12-05 3:38 UTC (10+ messages)
` [PATCH v3 1/3] mm/kasan: Fix incorrect unpoisoning in vrealloc for KASAN
` [PATCH v3 2/3] kasan: Refactor pcpu kasan vmalloc unpoison
` [PATCH v3 3/3] kasan: Unpoison vms[area] addresses with a common tag
[PATCH v5 0/7] iomap: zero range folio batch support
2025-12-05 3:01 UTC (3+ messages)
` [PATCH v5 5/7] xfs: fill dirty folios on zero range of unwritten mappings
[RFC PATCH -next 0/2] mm/mglru: remove memcg lru
2025-12-05 2:57 UTC (7+ messages)
` [RFC PATCH -next 1/2] mm/mglru: use mem_cgroup_iter for global reclaim
` [RFC PATCH -next 2/2] mm/mglru: remove memcg lru
[PATCH] cgroup: rstat: use LOCK CMPXCHG in css_rstat_updated
2025-12-05 2:24 UTC
[PATCH V2] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
2025-12-05 1:13 UTC (3+ messages)
[RFC PATCH 0/4] Extend xas_split* to support splitting arbitrarily large entries
2025-12-05 0:38 UTC (4+ messages)
Linux 6.18 amdgpu build error
2025-12-04 23:28 UTC (8+ messages)
[PATCH v24 00/28] riscv control-flow integrity for usermode
2025-12-04 22:17 UTC (31+ messages)
` [PATCH v24 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v24 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v24 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v24 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v24 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v24 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v24 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v24 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v24 09/28] riscv/mm: write protect and shadow stack
` [PATCH v24 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v24 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v24 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v24 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v24 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v24 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v24 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v24 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v24 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v24 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v24 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v24 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v24 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v24 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v24 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v24 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v24 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v24 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v24 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH 1/1] alloc_tag: skip rcu barrier on module unload if profiling was not enabled
2025-12-04 22:09 UTC
[PATCH v3 00/10] KFuzzTest: a new kernel fuzzing framework
2025-12-04 21:38 UTC (21+ messages)
` [PATCH 01/10] mm/kasan: implement kasan_poison_range
` [PATCH 02/10] kfuzztest: add user-facing API and data structures
` [PATCH 03/10] kfuzztest: introduce the FUZZ_TEST_SIMPLE macro
` [PATCH 05/10] tools: add kfuzztest-bridge utility
` [PATCH 06/10] kfuzztest: add ReST documentation
` [PATCH 07/10] kfuzztest: add KFuzzTest sample fuzz targets
` [PATCH 08/10] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
` [PATCH 09/10] drivers/auxdisplay: add a KFuzzTest for parse_xy()
` [PATCH 10/10] MAINTAINERS: add maintainer information for KFuzzTest
[PATCH v2] mm: khugepaged: fix memory leak in collapse_file xas retry loop
2025-12-04 21:15 UTC (5+ messages)
` [PATCH v3] lib: xarray: free unused spare node in xas_create_range()
[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
2025-12-04 21:07 UTC (3+ messages)
` [PATCH 23/46] rust: maple_tree: add __rust_helper to helpers
[PATCH] cgroup: rstat: force flush on css exit
2025-12-04 21:06 UTC
[PATCH v3] mm, hugetlb: implement movable_gigantic_pages sysctl
2025-12-04 20:58 UTC (4+ messages)
[PATCH RFC] mm: ghost swapfile support for zswap
2025-12-04 20:55 UTC (6+ messages)
[PATCH v6 0/5] asdf
2025-12-04 20:25 UTC (4+ messages)
` [PATCH v6 3/5] compiler_types: Introduce __flex_counter() and family
[PATCH v4 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
2025-12-04 19:29 UTC (20+ messages)
` [PATCH v4 01/19] mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH v4 02/19] mm, swap: split swap cache preparation loop into a standalone helper
` [PATCH v4 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH v4 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH v4 05/19] mm, swap: simplify the code and reduce indention
` [PATCH v4 06/19] mm, swap: free the swap cache after folio is mapped
` [PATCH v4 07/19] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
` [PATCH v4 08/19] mm/shmem, swap: remove SWAP_MAP_SHMEM
` [PATCH v4 09/19] mm, swap: swap entry of a bad slot should not be considered as swapped out
` [PATCH v4 10/19] mm, swap: consolidate cluster reclaim and usability check
` [PATCH v4 11/19] mm, swap: split locked entry duplicating into a standalone helper
` [PATCH v4 12/19] mm, swap: use swap cache as the swap in synchronize layer
` [PATCH v4 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
` [PATCH v4 14/19] mm, swap: cleanup swap entry management workflow
` [PATCH v4 15/19] mm, swap: add folio to swap cache directly on allocation
` [PATCH v4 16/19] mm, swap: check swap table directly for checking cache
` [PATCH v4 17/19] mm, swap: clean up and improve swap entries freeing
` [PATCH v4 18/19] mm, swap: drop the SWAP_HAS_CACHE flag
` [PATCH v4 19/19] mm, swap: remove no longer needed _swap_info_get
[PATCH 0/4] Inline helpers into Rust without full LTO
2025-12-04 19:29 UTC (10+ messages)
` [PATCH 4/4] build: rust: provide an option to inline C helpers into Rust
[PATCH v3 0/2] mm: only mark/clear KHO scratch memory when needed
2025-12-04 19:27 UTC (7+ messages)
` [PATCH v3 2/2] mm/memblock: "
[PATCH v1 0/2] mm: skip wait in wait_sb_inodes() for hangable-writeback mappings
2025-12-04 18:06 UTC (10+ messages)
` [PATCH v1 2/2] fs/writeback: skip inodes with potential writeback hang in wait_sb_inodes()
[PATCH v3 0/5] mm, kvm: add guest_memfd support for uffd minor faults
2025-12-04 17:27 UTC (12+ messages)
` [PATCH v3 4/5] guest_memfd: add support for userfaultfd minor mode
[PATCH v23 00/28] riscv control-flow integrity for usermode
2025-12-04 17:18 UTC (5+ messages)
` [PATCH v23 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2025-12-04 15:43 UTC (11+ messages)
` [PATCH v14] "
` [PATCH v16] "
` [PATCH v17] "
` [PATCH v18] "
` [RFC][PATCH] exec: Move cred computation under exec_update_lock
` Are setuid shell scripts safe? (Implied by security_bprm_creds_for_exec)
[PATCH v1] mm/kasan: Fix incorrect unpoisoning in vrealloc for KASAN
2025-12-04 15:35 UTC (5+ messages)
[PATCH] mm/huge_memory: consolidate order-related checks into folio_split_supported()
2025-12-04 15:13 UTC (5+ messages)
[PATCH v3 00/22] riscv: Memory type control for platforms with physical memory aliases
2025-12-04 15:12 UTC (3+ messages)
` [PATCH v3 19/22] dt-bindings: riscv: Describe physical memory regions
[PATCH v3] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
2025-12-04 15:07 UTC (5+ messages)
[PATCH v5 0/3] selftests: cgroup: Enhance robustness with polling helpers
2025-12-04 15:04 UTC (7+ messages)
` [PATCH v5 1/3] selftests: cgroup: Add cg_read_key_long_poll() to poll a cgroup key with retries
` [PATCH v5 2/3] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
` [PATCH v5 3/3] selftests: cgroup: Replace sleep with cg_read_key_long_poll() for waiting on nr_dying_descendants
[PATCH v23 25/28] riscv: create a config for shadow stack and landing pad instr support
2025-12-04 15:04 UTC (2+ messages)
[PATCH v23 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
2025-12-04 15:02 UTC (2+ messages)
[PATCH v23 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
2025-12-04 15:02 UTC (2+ messages)
[PATCH] mm/damon/tests/core-kunit: avoid damos_test_commit stack warning
2025-12-04 15:01 UTC (2+ messages)
[PATCH v23 18/28] riscv/kernel: update __show_regs to print shadow stack register
2025-12-04 15:00 UTC (2+ messages)
` [PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext[PATCH "
[PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext
2025-12-04 14:56 UTC (2+ messages)
[PATCH v23 15/28] riscv/traps: Introduce software check exception and uprobe handling
2025-12-04 14:53 UTC (2+ messages)
[PATCH v23 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
2025-12-04 14:48 UTC (2+ messages)
[PATCH v23 13/28] prctl: arch-agnostic prctl for indirect branch tracking
2025-12-04 14:48 UTC (2+ messages)
[PATCH v23 12/28] riscv: Implements arch agnostic shadow stack prctls
2025-12-04 14:47 UTC (2+ messages)
[PATCH v23 10/28] riscv/mm: Implement map_shadow_stack() syscall
2025-12-04 14:46 UTC (2+ messages)
[PATCH v23 09/28] riscv/mm: write protect and shadow stack
2025-12-04 14:45 UTC (2+ messages)
[PATCH v23 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
2025-12-04 14:43 UTC (2+ messages)
[PATCH v23 07/28] riscv/mm: manufacture shadow stack pte
2025-12-04 14:41 UTC (2+ messages)
[PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
2025-12-04 14:41 UTC (2+ messages)
[PATCH v23 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
2025-12-04 14:37 UTC (2+ messages)
[PATCH v23 03/28] riscv: zicfiss / zicfilp enumeration
2025-12-04 14:36 UTC (2+ messages)
[PATCH v2 0/2] further damage-control lack of clone scalability
2025-12-04 14:31 UTC (3+ messages)
` [PATCH v2 2/2] pid: only take pidmap_lock once on alloc
[PATCH v4] lib: xarray: free unused spare node in xas_create_range()
2025-12-04 14:26 UTC
[PATCH v23 01/28] mm: VM_SHADOW_STACK definition for riscv
2025-12-04 14:14 UTC (2+ messages)
[linux-next:master 9966/13055] kernel/watchdog.c:74:22: warning: unused variable 'hardlockup_si_mask'
2025-12-04 14:12 UTC (5+ messages)
[PATCH] [v2] mm: shmem: avoid build warning for CONFIG_SHMEM=n
2025-12-04 14:10 UTC (7+ messages)
[PATCH] mm: shmem: avoid build warning for CONFIG_SHMEM=n
2025-12-04 14:07 UTC (2+ messages)
[PATCH -next v2] mm: vmscan: correct nr_requested tracing in scan_folios
2025-12-04 13:35 UTC (2+ messages)
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