linux-kernel
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/05/15
[PATCH v3 18/41] x86/paravirt: Pass sched_clock save/restore helpers during registration
Sean Christopherson
2026/05/15
[PATCH v3 17/41] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
Sean Christopherson
2026/05/15
[PATCH v3 16/41] x86/vmware: Nullify save/restore hooks when using VMware's sched_clock
Sean Christopherson
2026/05/15
[PATCH v3 10/41] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
Sean Christopherson
2026/05/15
[PATCH v3 15/41] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
Sean Christopherson
2026/05/15
[PATCH v3 09/41] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
Sean Christopherson
2026/05/15
[PATCH v3 14/41] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
Sean Christopherson
2026/05/15
[PATCH v3 11/41] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
Sean Christopherson
2026/05/15
[PATCH v3 06/41] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
Sean Christopherson
2026/05/15
[PATCH v3 08/41] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
Sean Christopherson
2026/05/15
[PATCH v3 04/41] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
Sean Christopherson
2026/05/15
[PATCH v3 07/41] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
Sean Christopherson
2026/05/15
[PATCH v3 02/41] x86/tsc: Add helper to register CPU and TSC freq calibration routines
Sean Christopherson
2026/05/15
[PATCH v3 05/41] x86/tdx: Override PV calibration routines with CPUID-based calibration
Sean Christopherson
2026/05/15
[PATCH v3 03/41] x86/sev: Mark TSC as reliable when configuring Secure TSC
Sean Christopherson
2026/05/15
[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
Sean Christopherson
2026/05/15
[PATCH v3 01/41] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
Sean Christopherson
2026/05/15
Re: [PATCH 0/3] f2fs: support encrypted inline data
Eric Biggers
2026/05/15
Re: [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations
Ackerley Tng
2026/05/15
Re: [PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
Eduard Zingerman
2026/05/15
Re: [PATCH V3 09/11] x86/hyperv: Implement Hyper-V virtual IOMMU
Jason Gunthorpe
2026/05/15
RE: [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support
Michael Kelley
2026/05/15
[PATCH] treewide: replace /usr/bin/python3 shebangs with env python3
Oli R
2026/05/15
[PATCH 2/2] module: restrict autoload to CAP_SYS_ADMIN if CONFIG_MODULE_RESTRICT_AUTOLOAD
Michal Gorlas
2026/05/15
[PATCH 1/2] module: add CONFIG_MODULE_RESTRICT_AUTOLOAD
Michal Gorlas
2026/05/15
[PATCH 0/2] module: restrict module auto-loading to privileged users
Michal Gorlas
2026/05/15
Re: [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
T.J. Mercier
2026/05/15
RE: [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
Michael Kelley
2026/05/15
Re: [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
Yu Zhang
2026/05/15
Re: [PATCH] dm: fix dm-inlinecrypt docs warnings
Randy Dunlap
2026/05/15
Re: [PATCH net] vsock/virtio: fix zerocopy completion for multi-skb sends
Arseniy Krasnov
2026/05/15
Re: [PATCH v5 00/13] ima: Introduce staging mechanism
Lakshmi Ramasubramanian
2026/05/15
Re: [PATCH v2 1/2] dt-bindings: hwlock: Add StarFive JHB100 HW lock
Conor Dooley
2026/05/15
Re: [PATCH] [RFC] ubsan: turn off UBSAN_ALIGNMENT on s390
Heiko Carstens
2026/05/15
[REGRESSION] block: virtio-blk + LVM raid1 spurious sector-0 read failures on libaio/threads submit since 5ff3f74e145a ("block: simplify direct io validity check")
Vjaceslavs Klimovs
2026/05/15
Re: [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support
Yu Zhang
2026/05/15
Re: [PATCH] selftests/bpf: fix tunnel option size in ip6geneve_set_tunnel()
bot+bpf-ci
2026/05/15
Re: [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
Gregory Price
2026/05/15
Re: [PATCH RFC v4 10/10] docs: iio: add documentation for ad9910 driver
Rodrigo Alencar
2026/05/15
Re: [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
Michael S. Tsirkin
2026/05/15
[PATCH net 2/2] selftests: net: add kTLS async split record regression
Christopher Lusk
2026/05/15
[PATCH] selftests/bpf: fix tunnel option size in ip6geneve_set_tunnel()
Faisal Bukhari
2026/05/15
[PATCH net 1/2] net: tls: preserve split open record on async encrypt
Christopher Lusk
2026/05/15
[PATCH net 0/2] net: tls: fix async BPF split record loss
Christopher Lusk
2026/05/15
Re: [PATCH] string: use min in sized_strscpy
Thorsten Blum
2026/05/15
Re: [PATCH 2/4] drm/panel: Add driver for Novatek NT37705 panel
Thomas Zimmermann
2026/05/15
RE: [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
Michael Kelley
2026/05/15
Re: [PATCH 2/4] drm/panel: Add driver for Novatek NT37705 panel
Thomas Zimmermann
2026/05/15
[PATCH v4 2/2] selftests/mm: add tests for process_vm_readv flags
Alban Crequy
2026/05/15
Re: [PATCH 2/4] drm/panel: Add driver for Novatek NT37705 panel
Luca Weiss
2026/05/15
Re: [PATCH 2/4] drm/panel: Add driver for Novatek NT37705 panel
Luca Weiss
2026/05/15
[PATCH v4 1/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
Alban Crequy
2026/05/15
[PATCH v4 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
Alban Crequy
2026/05/15
Re: [PATCH v4 1/3] slab: support for compiler-assisted type-based slab cache partitioning
Pedro Falcato
2026/05/15
Re: [PATCH v13 0/4] kunit: Add support for suppressing warning backtraces
Albert Esteve
2026/05/15
[PATCH v3 2/2] lib/string_kunit: extend benchmarks and unit test to memcmp()
Milan Tripkovic
2026/05/15
[PATCH v3 0/2] riscv: lib: add optimized memcmp() and extend KUnit tests
Milan Tripkovic
2026/05/15
Re: [PATCH] docs: kernel-doc: python: strip __counted_by_ptr macro
Jonathan Corbet
2026/05/15
Re: [PATCH v13 2/4] kunit: Add backtrace suppression self-tests
Albert Esteve
2026/05/15
[PATCH v3 1/2] riscv: lib: add memcmp() implementation
Milan Tripkovic
2026/05/15
Re: [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
Yu Zhang
2026/05/15
Re: [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
Yu Zhang
2026/05/15
Re: [PATCH] dm: fix dm-inlinecrypt docs warnings
Jonathan Corbet
2026/05/15
Re: [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
Christian Brauner
2026/05/15
[PATCH v2 net-next 2/2] ipvs: Replace use of system_unbound_wq with system_dfl_long_wq
Marco Crivellari
2026/05/15
Re: [PATCH 1/3] KVM: selftests: Add unit to dirty_log_test
Sean Christopherson
2026/05/15
Re: [PATCH v13 0/4] kunit: Add support for suppressing warning backtraces
Guenter Roeck
2026/05/15
Re: [PATCH v13 1/4] bug/kunit: Core support for suppressing warning backtraces
Albert Esteve
2026/05/15
[PATCH RESEND] ALSA: virtio: Add missing 384 kHz PCM rate mapping
Cássio Gabriel
2026/05/15
Re: [PATCH v4 1/3] slab: support for compiler-assisted type-based slab cache partitioning
Marco Elver
2026/05/15
Re: [PATCH bpf-next v11 00/11] selftests/bpf: Tolerate partial builds across kernel configs
Ricardo B . Marlière
2026/05/15
[PATCH] selftests/mm: add pkey_sighandler_tests to .gitignore
Sarthak Sharma
2026/05/15
Re: [PATCH v2 10/14] dt-bindings: media: qcom: Add CAMSS Offline Processing Engine (OPE)
Konrad Dybcio
2026/05/15
Re: [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
Yu Zhang
2026/05/15
[PATCH v13 0/4] kunit: Add support for suppressing warning backtraces
Albert Esteve
2026/05/15
[PATCH v13 2/4] kunit: Add backtrace suppression self-tests
Albert Esteve
2026/05/15
[PATCH v13 4/4] kunit: Add documentation for warning backtrace suppression API
Albert Esteve
2026/05/15
[PATCH v13 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
Albert Esteve
2026/05/15
[PATCH v13 1/4] bug/kunit: Core support for suppressing warning backtraces
Albert Esteve
2026/05/15
Re: [PATCH v12 0/4] kunit: Add support for suppressing warning backtraces
Albert Esteve
2026/05/15
Re: [PATCH v5 0/8] unwind, arm64: add sframe unwinder for kernel
Mostafa Saleh
2026/05/15
Re: [PATCH v4 0/3] Add CAMSS support for SM6350
Konrad Dybcio
2026/05/15
Re: [PATCH] lib/uuid_kunit: add tests for the four random UUID/GUID generators
Andy Shevchenko
2026/05/15
Re: [PATCH] arm64: dts: qcom: sdm845-xiaomi-beryllium: Correct IPA FW path
Konrad Dybcio
2026/05/15
Re: [PATCH v2 7/7] arm64: dts: qcom: milos-fairphone-fp6: Enable WiFi
Konrad Dybcio
2026/05/15
[PATCH 0/2] fs/pipe: reduce pipe->mutex contention by bulk-allocating outside the lock
Breno Leitao
2026/05/15
[PATCH v2 2/2] hwspinlock: Add StarFive hwspinlock device
Xingyu Wu
2026/05/15
Re: [PATCH 1/5] io_uring/zcrx: notify user when out of buffers
Pavel Begunkov
2026/05/15
Re: [PATCH v7 7/8] media: qcom: venus: add codec blacklist mechanism
Bryan O'Donoghue
2026/05/15
[PATCH v2 1/2] dt-bindings: hwlock: Add StarFive JHB100 HW lock
Xingyu Wu
2026/05/15
Re: [PATCH] talitos: allocate channels with main struct
Herbert Xu
2026/05/15
[PATCH v2 0/2] Add hwspinlock driver for StarFive JHB100 SoC
Xingyu Wu
2026/05/15
[PATCH 2/2] selftests/pipe: add pipe_bench microbenchmark
Breno Leitao
2026/05/15
[PATCH 1/2] fs/pipe: bulk pre-allocate pages outside pipe->mutex in anon_pipe_write
Breno Leitao
2026/05/15
Re: [PATCH v7 0/8] media: qcom: venus: add MSM8939 support
Bryan O'Donoghue
2026/05/15
Re: [PATCH v7 6/8] media: qcom: venus: add power domain enable logic for Venus cores
Bryan O'Donoghue
2026/05/15
Re: [PATCH v7 5/8] clk: qcom: gcc-msm8939: mark Venus core GDSCs as hardware controlled
Bryan O'Donoghue
2026/05/15
Re: [PATCH v3] crypto: af_alg - Remove zero-copy support from skcipher and aead
Herbert Xu
2026/05/15
Re: [PATCH v7 1/8] media: dt-bindings: venus: Add qcom,msm8939 schema
Bryan O'Donoghue
2026/05/15
Re: [PATCH v2 8/8] ARM: dts: qcom: Add Samsung Galaxy S4
Konrad Dybcio
2026/05/15
Re: [PATCH v2 3/3] drivers: add deprecated remarks to strlcat()
Geert Uytterhoeven
2026/05/15
Re: [PATCH v2] vhost/vsock: Refuse the connection immediately when guest isn't ready
Stefano Garzarella
2026/05/15
Re: [PATCH] ALSA: virtio: Validate control metadata from the device
Takashi Iwai
2026/05/15
Re: [PATCH v2 3/3] drivers: add deprecated remarks to strlcat()
David Laight
2026/05/15
[PATCH v3 3/5] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
Jim Cromie
2026/05/15
[PATCH] [RFC] ubsan: turn off UBSAN_ALIGNMENT on s390
Arnd Bergmann
2026/05/15
Re: [PATCH] selftests/mm: check file initialization writes in split_huge_page_test
Wei Yang
2026/05/15
Re: [PATCH net v3 1/2] vsock/virtio: reset connection on receiving queue overflow
Michael S. Tsirkin
2026/05/15
Re: [PATCH net v3 1/2] vsock/virtio: reset connection on receiving queue overflow
Stefano Garzarella
2026/05/15
Re: [PATCH v3 03/10] firmware: samsung: acpm: Drop redundant _ops suffix in acpm_ops members
Tudor Ambarus
2026/05/15
Re: [PATCH v5 3/8] arm64: entry: add unwind info for various kernel entries
Mark Rutland
2026/05/15
[PATCH v3 4/5] vmlinux.lds.h: remove redundant ALIGN(8) directives
Jim Cromie
2026/05/15
Re: [PATCH net v3 1/2] vsock/virtio: reset connection on receiving queue overflow
Michael S. Tsirkin
2026/05/15
Re: [PATCH v2 00/13] libmultipath: a generic multipath lib for block drivers
John Garry
2026/05/15
[PATCH 2/2] selftests/mm: rewrite gup_test as a standalone harness-based selftest
Sarthak Sharma
2026/05/15
[PATCH v12 4/4] kunit: Add documentation for warning backtrace suppression API
Albert Esteve
2026/05/15
[PATCH v12 1/4] bug/kunit: Core support for suppressing warning backtraces
Albert Esteve
2026/05/15
[PATCH v3 5/5] dyndbg.lds.S: fix lost dyndbg sections in modules
Jim Cromie
2026/05/15
[PATCH v12 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
Albert Esteve
2026/05/15
[PATCH v3 2/5] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
Jim Cromie
2026/05/15
[PATCH v3 1/5] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
Jim Cromie
2026/05/15
[PATCH v3 0/5] dyndbg: fix i386 alignment and KEEP module sections
Jim Cromie
2026/05/15
[PATCH v12 2/4] kunit: Add backtrace suppression self-tests
Albert Esteve
2026/05/15
[PATCH v12 0/4] kunit: Add support for suppressing warning backtraces
Albert Esteve
2026/05/15
[PATCH v3] drm/virtio: use uninterruptible resv lock for plane updates
Deepanshu Kartikey
2026/05/15
[PATCH 1/2] tools/mm: add a standalone GUP microbenchmark
Sarthak Sharma
2026/05/15
[PATCH 0/2] selftests/mm: separate GUP benchmarking from functional testing
Sarthak Sharma
2026/05/15
Re: [PATCH net-next 0/5] selftests: openvswitch: pylint cleanup for ovs-dpctl.py
侯敏熙
2026/05/15
Re: [PATCH v2] drm/virtio: move cursor resv lock acquisition to prepare_fb
Deepanshu Kartikey
2026/05/15
Re: [PATCH v11 2/4] kunit: Add backtrace suppression self-tests
Albert Esteve
2026/05/15
Re: [PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
James Clark
2026/05/15
Re: [PATCH net v3 1/2] vsock/virtio: reset connection on receiving queue overflow
Stefano Garzarella
2026/05/15
Re: [PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
bot+bpf-ci
2026/05/15
Re: [PATCH v11 1/4] bug/kunit: Core support for suppressing warning backtraces
Albert Esteve
2026/05/15
Re: [PATCH v2 3/3] drivers: add deprecated remarks to strlcat()
Geert Uytterhoeven
2026/05/15
Re: [PATCH] dt-bindings: usb: ci-hdrc-usb2: allow up to 3 clocks for qcom,ci-hdrc
Krzysztof Kozlowski
2026/05/15
Re: [PATCH v2 3/3] drivers: add deprecated remarks to strlcat()
Andy Shevchenko
2026/05/15
Re: [PATCH v2 3/3] drivers: add deprecated remarks to strlcat()
Andy Shevchenko
2026/05/15
Re: [PATCH v2 3/3] drivers: add deprecated remarks to strlcat()
Geert Uytterhoeven
2026/05/15
[PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
Yuyang Huang
2026/05/15
[PATCH bpf-next 0/2] bpf: Align syscall writeback behavior with user-declared size
Yuyang Huang
2026/05/15
[PATCH bpf-next 2/2] selftests/bpf: Add verification for BPF_PROG_QUERY attr size boundaries
Yuyang Huang
2026/05/15
Re: [PATCH] ALSA: asihpi: Use flexible array for control cache
Takashi Iwai
2026/05/15
Re: [PATCH v2 02/10] dt-bindings: mfd: syscon: add qcom,msm8960-sps-sic
Krzysztof Kozlowski
2026/05/15
Re: [PATCH v2 3/3] drivers: add deprecated remarks to strlcat()
Andy Shevchenko
2026/05/14
Re: [PATCH v2 01/10] dt-bindings: clock: qcom,rpmcc: add msm8960 compatible
Krzysztof Kozlowski
2026/05/14
Re: [PATCH net-next 0/5] selftests: openvswitch: pylint cleanup for ovs-dpctl.py
Aaron Conole
2026/05/14
Re: [PATCH] ALSA: seq: Use flexible array for MIDI channels
Takashi Iwai
2026/05/14
Re: [PATCH] string: use min in sized_strscpy
Andy Shevchenko
2026/05/14
Re: [PATCH v2 2/2] lib/string_kunit: extend benchmarks and unit test to memcmp()
Andy Shevchenko
2026/05/14
Re: [PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
Kaitao Cheng
2026/05/14
[PATCH net v2 6/6] selftests: mptcp: drop nanoseconds width specifier
Matthieu Baerts (NGI0)
2026/05/14
[PATCH net v2 5/6] mptcp: update window_clamp on subflows when SO_RCVBUF is set
Matthieu Baerts (NGI0)
2026/05/14
[PATCH net v2 3/6] selftests: mptcp: join: cover ADD_ADDR tx drop and list progress
Matthieu Baerts (NGI0)
2026/05/14
[PATCH net v2 2/6] mptcp: pm: fix ADD_ADDR timer infinite retry on option space insufficient
Matthieu Baerts (NGI0)
2026/05/14
[PATCH net v2 4/6] mptcp: reset rcv wnd on disconnect
Matthieu Baerts (NGI0)
2026/05/14
[PATCH net v2 1/6] mptcp: do not drop partial packets
Matthieu Baerts (NGI0)
2026/05/14
[PATCH net v2 0/6] mptcp: misc fixes for v7.1-rc4
Matthieu Baerts (NGI0)
2026/05/14
[PATCH net-next v10 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs
Long Li
2026/05/14
[PATCH net-next v10 4/6] net: mana: Use GIC functions to allocate global EQs
Long Li
2026/05/14
[PATCH net-next v10 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
Long Li
2026/05/14
[PATCH net-next v10 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
Long Li
2026/05/14
[PATCH net-next v10 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
Long Li
2026/05/14
[PATCH net-next v10 1/6] net: mana: Create separate EQs for each vPort
Long Li
2026/05/14
[PATCH net-next v10 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
Long Li
2026/05/14
Re: [PATCH] killswitch: add per-function short-circuit mitigation primitive
Paul Moore
2026/05/14
Re: [PATCH v5 3/8] arm64: entry: add unwind info for various kernel entries
Dylan Hatch
2026/05/14
[PATCH v2] accel: ethosu: Add performance counter support
Rob Herring (Arm)
2026/05/14
Re: [PATCH v3 21/21] klp-build: Add arm64 syscall patching macro
sashiko-bot
2026/05/14
Re: [PATCH v3 19/21] objtool/klp: Introduce objtool for arm64
sashiko-bot
2026/05/14
[PATCH] Enable stage 2 translation in L2
Itaru Kitayama
2026/05/14
Re: [PATCH v2] scsi: storvsc: Replace symbolic permissions with octal
Martin K. Petersen
2026/05/14
Re: [PATCH net] selftests: net: Fix checksums in xdp_native
Jakub Kicinski
2026/05/14
Re: [PATCH v3 17/21] objtool/klp: Don't correlate arm64 mapping symbols
sashiko-bot
2026/05/14
[RFC PATCH v2.2 19/28] selftests/damon/sysfs.sh: test probes dir
SeongJae Park
2026/05/14
Re: [PATCH v2 04/14] mm: add VM_UFFD_RWP VMA flag
SeongJae Park
2026/05/14
Re: [PATCH v2 00/13] libmultipath: a generic multipath lib for block drivers
Mike Snitzer
2026/05/14
Re: [PATCH net-next v10 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
patchwork-bot+netdevbpf
2026/05/14
Re: [PATCH v3 14/21] objtool: Prevent kCFI hashes from being decoded as instructions
sashiko-bot
2026/05/14
Re: [PATCH v4 0/2] Support BPF traversal of wakeup sources
patchwork-bot+netdevbpf
2026/05/14
[PATCH] ASoC: pcm6240: Use flexible array for config blocks
Rosen Penev
2026/05/14
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
Josh Hilke
2026/05/14
Re: [PATCH v3 12/21] objtool: Refactor elf_add_data() to use a growable data buffer
sashiko-bot
2026/05/14
Re: [PATCH v4 2/3] slab: improve KMALLOC_PARTITION_RANDOM randomness
Marco Elver
2026/05/14
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
David Matlack
2026/05/14
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
Alex Williamson
2026/05/14
Re: [PATCH v3 10/21] objtool: Ignore jumps to the end of the function for checksum runs
sashiko-bot
2026/05/14
[PATCH v2 07/10] liveupdate: Remove limit on the number of files per session
Pasha Tatashin
2026/05/14
[PATCH v2 05/10] liveupdate: defer session block allocation and PA setting
Pasha Tatashin
2026/05/14
[PATCH v2 06/10] liveupdate: Remove limit on the number of sessions
Pasha Tatashin
2026/05/14
[PATCH v2 02/10] liveupdate: Extract luo_file_deserialize_one helper
Pasha Tatashin
2026/05/14
Re: [PATCH v3 09/21] kbuild: Only run objtool if there is at least one command
sashiko-bot
2026/05/14
Re: [PATCH] vfio: selftests: Add driver for IGB QEMU device
Josh Hilke
2026/05/14
RE: [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support
Michael Kelley
2026/05/14
Re: [PATCH RFC 4/5] selinux: Restrict cross-cgroup dma-heap charging
Paul Moore
2026/05/14
Re: [PATCH v2 8/8] ARM: dts: qcom: Add Samsung Galaxy S4
MINETTE Alexandre
2026/05/14
[PATCH net] net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA buffer
Erni Sri Satya Vennela
2026/05/14
Re: [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
Michael S. Tsirkin
2026/05/14
Re: [PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
Colton Lewis
2026/05/14
Re: [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
Colton Lewis
Earlier messages
Later messages