public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-29 08:52:36 to 2025-10-29 10:24:02 UTC [more...]

[patch V6 04/31] rseq: Remove the ksig argument from rseq_handle_notify_resume()
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 05/31] rseq: Simplify registration
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 06/31] rseq: Simplify the event notification
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 07/31] rseq, virt: Retrigger RSEQ after vcpu_run()
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 08/31] rseq: Avoid CPU/MM CID updates when no event pending
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 09/31] rseq: Introduce struct rseq_data
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 10/31] entry: Cleanup header
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[PATCH net-next v5 0/4] net: mdio: implement optional PHY reset before MDIO access
 2025-10-29 10:23 UTC  (5+ messages)
` [PATCH net-next v5 1/4] net: mdio: common handling of phy reset properties
` [PATCH net-next v5 2/4] net: mdio: change property read from fwnode_property_read_u32() to device_property_read_u32()
` [PATCH net-next v5 3/4] net: mdio: reset PHY before attempting to access registers in fwnode_mdiobus_register_phy
` [PATCH net-next v5 4/4] net: mdio: add message when resetting a PHY before registration

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-10-29 10:23 UTC  (6+ messages)
` [patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
      ` [patch V6 "

[patch V6 11/31] entry: Remove syscall_enter_from_user_mode_prepare()
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 12/31] entry: Inline irqentry_enter/exit_from/to_user_mode()
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 13/31] sched: Move MM CID related functions to sched.h
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 14/31] rseq: Cache CPU ID and MM CID values
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 15/31] rseq: Record interrupt from user space
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 16/31] rseq: Provide tracepoint wrappers for inline code
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 17/31] rseq: Expose lightweight statistics in debugfs
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 18/31] rseq: Provide static branch for runtime debugging
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 19/31] rseq: Provide and use rseq_update_user_cs()
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 20/31] rseq: Replace the original debug implementation
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 21/31] rseq: Make exit debugging static branch based
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 22/31] rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=y
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 23/31] rseq: Provide and use rseq_set_ids()
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 24/31] rseq: Separate the signal delivery path
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 25/31] rseq: Rework the TIF_NOTIFY handler
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 26/31] rseq: Optimize event setting
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 27/31] rseq: Implement fast path for exit to user
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 28/31] rseq: Switch to fast path processing on exit to user
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 29/31] entry: Split up exit_to_user_mode_prepare()
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 30/31] rseq: Split up rseq_exit_to_user_mode()
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 31/31] rseq: Switch to TIF_RSEQ if supported
 2025-10-29 10:23 UTC  (2+ messages)
` [tip: core/rseq] "

[PATCHv3 0/2] Fix SIGBUS semantics with large folios
 2025-10-29 10:23 UTC  (6+ messages)
` [PATCHv3 1/2] mm/memory: Do not populate page table entries beyond i_size

[PATCH v2 0/6] platform/x86: ayaneo-ec: Add Ayaneo Embedded Controller platform driver
 2025-10-29 10:22 UTC  (9+ messages)
` [PATCH v2 6/6] platform/x86: ayaneo-ec: Add suspend hook

[PATCH v4 0/6] lib/base64: add generic encoder/decoder, migrate users
 2025-10-29 10:22 UTC  (7+ messages)
` [PATCH v4 1/6] lib/base64: Add support for multiple variants
` [PATCH v4 2/6] lib/base64: Optimize base64_decode() with reverse lookup tables
` [PATCH v4 3/6] lib/base64: rework encode/decode for speed and stricter validation
` [PATCH v4 4/6] lib: add KUnit tests for base64 encoding/decoding
` [PATCH v4 5/6] fscrypt: replace local base64url helpers with lib/base64
` [PATCH v4 6/6] ceph: replace local base64 "

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-29 10:21 UTC  (11+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size
` [PATCHv2 2/2] mm/truncate: Unmap large folio on split failure

[PATCH v8 00/10] Add Type-C DP support for RK3399 EVB IND board
 2025-10-29 10:21 UTC  (4+ messages)
` [PATCH v8 10/10] arm64: dts: rockchip: rk3399-evb-ind: Add support for DisplayPort

linux-next: KVM/s390x regression
 2025-10-29 10:20 UTC  (5+ messages)
` [PATCH v1 0/1] KVM: s390: Fix missing present bit for gmap puds
  ` [PATCH v1 1/1] "

[PATCH net-next 0/2] dpll: Add support for phase adjustment granularity
 2025-10-29 10:20 UTC  (3+ messages)
` [PATCH net-next 1/2] dpll: add phase-adjust-gran pin attribute

[PATCH 5.15 000/123] 5.15.196-rc1 review
 2025-10-29 10:20 UTC  (3+ messages)

[syzbot] [ocfs2?] divide error in ocfs2_block_group_fill (3)
 2025-10-29 10:18 UTC 

[syzbot] [nilfs?] WARNING: ODEBUG bug in nilfs_detach_log_writer (2)
 2025-10-29 10:17 UTC  (3+ messages)
` [PATCH] nilfs2: Avoid having an active sc_timer before freeing sci

[PATCH] serial: ma35d1: Fix resource leaks on driver removal
 2025-10-29 10:17 UTC  (2+ messages)

[PATCH 0/3] slab: switch away from the legacy param parser
 2025-10-29 10:16 UTC  (5+ messages)
` [PATCH 1/3] slab: constify slab debug strings
` [PATCH 2/3] slab: convert setup_slub_debug() to use __core_param_cb()

[PATCH v2] staging: sm750fb: style fixes: align call and split chained assignment
 2025-10-29 10:16 UTC  (2+ messages)

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-10-29 10:16 UTC  (7+ messages)
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3

[PATCH] nvme: drop bogus nid quirk for multipath devices which passed id test
 2025-10-29 10:14 UTC  (5+ messages)

[RFT PATCH] xhci: sideband: Fix race condition in sideband unregister
 2025-10-29 10:14 UTC  (3+ messages)
` [RFT PATCH v2] "

[PATCH 1/2] perf/x86/intel: Add PMU support for WildcatLake
 2025-10-29 10:11 UTC  (3+ messages)

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-10-29 10:09 UTC  (13+ messages)
` [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v4 04/12] sparc/mm: "
` [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v4 09/12] powerpc/mm: replace batch->active "
` [PATCH v4 10/12] sparc/mm: "
` [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching
` [PATCH v4 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context

[PATCH net] ptp: Allow exposing cycles only for clocks with free-running counter
 2025-10-29 10:09 UTC  (2+ messages)

[PATCH v2 0/7] Add initial remoteproc support for Kaanapali and Glymur SoCs
 2025-10-29 10:09 UTC  (4+ messages)
` [PATCH v2 4/7] remoteproc: qcom: pas: Add late attach support for subsystems

[PATCH] hfs: Validate CNIDs in hfs_read_inode
 2025-10-29 10:06 UTC  (7+ messages)

[Linux Kernel Bug] KASAN: null-ptr-deref Read in generic_hwtstamp_ioctl_lower
 2025-10-29 10:06 UTC  (2+ messages)

[PATCH v3] mmc: pxamci: Simplify pxamci_probe() error handling using devm APIs
 2025-10-29 10:06 UTC  (2+ messages)

[PATCH v2 0/5] arm64: dts: freescale: add support for the GOcontroll Moduline IV/Mini
 2025-10-29 10:05 UTC  (11+ messages)
` [PATCH v2 3/5] arm64: dts: freescale: add Ka-Ro Electronics tx8m-1610 COM

odd objtool 'unreachable instruction' warning
 2025-10-29 10:05 UTC  (3+ messages)

[PATCH 1/5] nvme-fc: don't hold rport lock when putting ctrl
 2025-10-29 10:05 UTC  (2+ messages)

[PATCH 0/4] Introduce import_ns support for Rust
 2025-10-29 10:04 UTC  (2+ messages)

[PATCH v1] mm/mm_init: Fix hash table order logging in alloc_large_system_hash()
 2025-10-29 10:03 UTC  (2+ messages)

[PATCH 00/24] arm64: dts: qcom: Introduce Glymur SoC dtsi and Glymur CRD dts
 2025-10-29 10:00 UTC  (4+ messages)
` [PATCH 03/24] arm64: dts: qcom: Introduce Glymur base dtsi and "

[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
 2025-10-29 10:00 UTC  (2+ messages)

[PATCH v6 0/4] Add DisplayPort support to QCS615 devicetree
 2025-10-29  9:59 UTC  (4+ messages)
` [PATCH v6 2/4] dt-bindings: display: msm: sm6150-mdss: Fix example indentation and OPP values

[RFC PATCH] iommu/amd: Add control register in `struct iommu_hw_info_amd`
 2025-10-29  9:58 UTC 

[syzbot] [ocfs2?] kernel BUG in ocfs2_commit_truncate
 2025-10-29  9:59 UTC 

[PATCH v6 0/6] Introduce ASPEED AST2700 BMC SoC
 2025-10-29  9:52 UTC  (17+ messages)
` [PATCH v6 4/6] arm64: dts: aspeed: Add initial AST2700 SoC device tree

[syzbot] [ocfs2?] general protection fault in ocfs2_prepare_dir_for_insert (2)
 2025-10-29  9:58 UTC 

[PATCH v2] s390: fix HugeTLB vmemmap optimization crash
 2025-10-29  9:57 UTC  (2+ messages)

[PATCH] clk: qcom: gcc-x1e80100: Enable runtime PM
 2025-10-29  9:56 UTC  (2+ messages)

[PATCH 1/2] ARM/efi: Remove duplicate permission settings
 2025-10-29  9:54 UTC  (5+ messages)

[PATCH] arm64: tegra: Enable NVDEC and NVENC on Tegra210
 2025-10-29  9:55 UTC  (2+ messages)

[PATCH v5 0/2] Add support for MAX77675 device
 2025-10-29  9:55 UTC  (3+ messages)
` [PATCH v5 2/2] regulator: max77675: Add MAX77675 regulator driver

[PATCH] cxl/region: Support multi-level interleaving with smaller granularities for lower levels
 2025-10-29  9:53 UTC  (3+ messages)

[PATCH 00/19] Cache Aware Scheduling
 2025-10-29  9:51 UTC  (5+ messages)
` [PATCH 10/19] sched/fair: Prioritize tasks preferring destination LLC during balancing

[PATCH net-next 0/4] net: stmmac: socfpga: Add Agilex5 platform support and enhancements
 2025-10-29  9:50 UTC  (3+ messages)
` [PATCH net-next 4/4] net: stmmac: socfpga: Add hardware supported cross-timestamp

[PATCH v2 0/6] arm64: dts: qcom: r0q: enable more peripherals
 2025-10-29  9:50 UTC  (13+ messages)
` [PATCH v2 3/6] arm64: dts: qcom: r0q: add touchscreen support

[syzbot] Monthly xfs report (Oct 2025)
 2025-10-29  9:50 UTC 

[syzbot] Monthly fuse report (Oct 2025)
 2025-10-29  9:50 UTC 

[PATCH] drm/tiny: pixpaper: add explicit dependency on MMU
 2025-10-29  9:49 UTC  (2+ messages)

[PATCH 0/2] use TPM device with CRB over FF-A when kernel boot with pkvm
 2025-10-29  9:49 UTC  (5+ messages)
` [PATCH 2/2] KVM: arm64: support optional calls of FF-A v1.2

[RFC PATCH 0/3] Enforce DRM scheduler reclaim rules
 2025-10-29  9:48 UTC  (5+ messages)
` [RFC PATCH 1/3] workqueue: Add an interface to taint workqueue lockdep with reclaim

[PATCH 00/12] drm/msm: Add support for Kaanapali
 2025-10-29  9:48 UTC  (10+ messages)
` [PATCH 01/12] drm/msm/dsi/phy: "

drivers/phy/ti/phy-omap-usb2.c:442:4-11: WARNING: Consider using %pe to print PTR_ERR() (fwd)
 2025-10-29  9:48 UTC  (2+ messages)

[PATCH v3] clk: qcom: gcc-qcs615: Update the SDCC clock to use shared_floor_ops
 2025-10-29  9:47 UTC  (2+ messages)

[PATCH 1/2] ext4: fix up copying of mount_opts in superblock tuning ioctls
 2025-10-29  9:47 UTC  (3+ messages)

[tip:locking/core] BUILD REGRESSION b94d45b6bbb42571ec225d3be0e7457c8765a5b4
 2025-10-29  9:46 UTC 

[PATCH 1/2] riscv: Build loader.bin exclusively for Canaan K210
 2025-10-29  9:44 UTC  (2+ messages)
` [PATCH 2/2] riscv: Remove redundant judgment for the default build target

[PATCH v2 0/2] Fix deadlock during RSCI FIFO overrun error
 2025-10-29  9:44 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: serial: rsci: Drop "uart-has-rtscts: false"

[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-10-29  9:41 UTC  (3+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV
` [PATCH v5 2/2] PCI: s390: Handle ARI on bus without associated struct pci_dev

[PATCH v2 0/3] Add Crypto support for Kaanapali SoC
 2025-10-29  9:41 UTC  (3+ messages)
` [PATCH v2 3/3] crypto: qce: fix version check

[PATCH] f2fs: fix to access i_size w/ i_size_read()
 2025-10-29  9:41 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v2] drm/msm/dpu: Filter modes based on adjusted mode clock
 2025-10-29  9:40 UTC  (4+ messages)

[PATCH 00/12] coresight: Add CPU cluster funnel/replicator/tmc support
 2025-10-29  9:39 UTC  (4+ messages)
` [PATCH 01/12] dt-bindings: arm: coresight: Add cpu cluster tmc/funnel/replicator support

[PATCH v2 0/4] Add support for an external Master Clock in the Cirrus CS4271 codec
 2025-10-29  9:39 UTC  (5+ messages)
` [PATCH v2 1/4] ASoC: cs4271: Fix cs4271 I2C and SPI drivers automatic module loading
` [PATCH v2 2/4] ASoC: cs4271: Disable regulators in component_probe() error path
` [PATCH v2 3/4] ASoC: dt-bindings: cirrus,cs4271: Document mclk clock
` [PATCH v2 4/4] ASoC: cs4271: Add support for the external mclk

[PATCH 5.15 000/117] 5.15.196-rc2 review
 2025-10-29  9:37 UTC  (2+ messages)

[syzbot] [ocfs2?] kernel BUG in ocfs2_truncate_log_needs_flush (2)
 2025-10-29  9:38 UTC 

[RFC PATCH 00/56] Dynamic mitigations
 2025-10-29  9:37 UTC  (7+ messages)
` [RFC PATCH 34/56] x86/alternative: Save old bytes for alternatives

[PATCH] sched/core: Remove double update_rq_clock() in __set_cpus_allowed_ptr_locked()
 2025-10-29  9:36 UTC 

[PATCH 0/7] arm64: dts: qcom: cleanup GPU's zap-shader node
 2025-10-29  9:36 UTC  (4+ messages)

[Patch v2] perf/x86/intel: Fix KASAN global-out-of-bounds warning
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/urgent] "

[PATCH RESEND 1/3] perf/x86/intel/cstate: Add Clearwater Forest support
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH RESEND 2/3] perf/x86/intel/cstate: Remove PC3 support from LunarLake
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH RESEND 3/3] perf/x86/intel/cstate: Add Pantherlake support
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 01/12] task_work: Fix NMI race condition
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 02/12] unwind: Shorten lines
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 03/12] unwind: Add required include files
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v2 0/7] Camera I2C (CCI) enablement on MSM8953 and Fairphone 3
 2025-10-29  9:36 UTC  (3+ messages)
` [PATCH v2 1/7] dt-bindings: i2c: qcom-cci: Document msm8953 compatible

[PATCH 04/12] unwind: Simplify unwind_reset_info()
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 05/12] unwind: Add comment to unwind_deferred_task_exit()
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 06/12] unwind: Fix unwind_deferred_request() vs NMI
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 07/12] unwind: Clarify calling context
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 08/12] unwind: Simplify unwind_user_faultable()
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 09/12] unwind: Make unwind_task_info::unwind_mask consistent
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 10/12] unwind: Simplify unwind_user_next_fp() alignment check
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 11/12] unwind: Implement compat fp unwind
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v2 1/2] unwind_user/x86: Enable frame pointer unwinding on x86
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v16 0/4] perf: Support the deferred unwinding infrastructure
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] unwind_user/x86: Teach FP unwind about start of function

[PATCH v16 0/4] perf: Support the deferred unwinding infrastructure
 2025-10-29  9:36 UTC  (2+ messages)
` [tip: perf/core] perf: Support deferred user unwind

[PATCH] staging: most: remove broken i2c driver
 2025-10-29  9:34 UTC 

[PATCH 0/4] remoteproc: imx_rproc: Support i.MX95
 2025-10-29  9:34 UTC  (3+ messages)
` [PATCH 2/4] remoteproc: imx_rproc: Add runtime ops copy to support dynamic behavior

[PATCH] most: usb: fix double free on late probe failure
 2025-10-29  9:30 UTC 

[PATCH] pinctrl: stm32: fix hwspinlock resource leak in probe function
 2025-10-29  9:30 UTC  (2+ messages)

[PATCH v2 00/15] SHA-3 library
 2025-10-29  9:30 UTC  (2+ messages)

[PATCH v21 0/4] Add ASPEED AST2600 I2C controller driver
 2025-10-29  9:25 UTC  (4+ messages)
` [PATCH v21 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and transfer-mode properties

[Question] Detecting Sleep-in-Atomic Context in PREEMPT_RT via RV (Runtime Verification) monitor rtapp:sleep
 2025-10-29  9:24 UTC  (4+ messages)

[PATCH v2 0/8] Guaranteed CMA
 2025-10-29  9:23 UTC  (4+ messages)

[PATCH 00/10] arm64: dts: add description for solidrun imx8mp hummingboard-iiot
 2025-10-29  9:23 UTC  (4+ messages)
` [PATCH 08/10] "

[PATCH v2 0/5] rtc: Fix problems with missing UIE irqs
 2025-10-29  9:20 UTC  (3+ messages)
` [PATCH v2 4/5] rtc: tps6586x: Fix initial enable_irq/disable_irq balance

[syzbot] [ocfs2?] kernel BUG in __ocfs2_move_extent
 2025-10-29  9:19 UTC 

[PATCH] wifi: mt76: mmio_(read|write)_copy byte swap when on Big Endian
 2025-10-29  9:15 UTC  (4+ messages)

[PATCH v2] remoteproc: mtk_scp: Construct FW path if firmware-name not present
 2025-10-29  9:14 UTC  (2+ messages)

[PATCH v3] sched: reorder some fields in struct rq
 2025-10-29  9:14 UTC  (3+ messages)

[PATCH] soc: qcom: smem: fix hwspinlock resource leak in probe error paths
 2025-10-29  9:14 UTC  (2+ messages)

[PATCH] gpio: mm-lantiq: update kernel docs
 2025-10-29  9:11 UTC 

[PATCH v1] drm/sched: fix deadlock in drm_sched_entity_kill_jobs_cb
 2025-10-29  9:11 UTC 

[PATCH net-next v2] rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATS
 2025-10-29  9:10 UTC  (3+ messages)

[PATCH] perf/x86: Add cond_resched() when allocate/release DS buffers
 2025-10-29  9:07 UTC  (7+ messages)

[PATCH net-next 0/3] Unify platform suspend/resume routines for PCI DWMAC glue
 2025-10-29  9:07 UTC  (6+ messages)
` [PATCH net-next 1/3] net: stmmac: Add generic suspend/resume helper for PCI-based controllers

[PATCH 1/2] dt-bindings: arm: qcom: Add Xiaomi Redmi K20 Pro (Raphael)
 2025-10-29  9:06 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8150: Add support for Xiaomi Redmi K20 Pro

[syzbot] Monthly ext4 report (Oct 2025)
 2025-10-29  9:02 UTC 

[PATCH RFC] PM: EM: Add to em_pd_list only when no failure
 2025-10-29  9:00 UTC  (2+ messages)

[syzbot] [ocfs2?] KASAN: use-after-free Read in ocfs2_dx_dir_lookup_rec
 2025-10-29  8:59 UTC 

[PATCH v5 0/2] Tiny bug fix and move dma map benchmark to /tools/dma
 2025-10-29  8:56 UTC  (3+ messages)
  ` [PATCH v5 2/2] tools/dma: move dma_map_benchmark from selftests to tools/dma

[syzbot] [ocfs2?] kernel BUG in ocfs2_set_new_buffer_uptodate (2)
 2025-10-29  8:56 UTC 

[PATCH v3 7/7] drm/bridge: prevent encoder chain changes in pre_enable/post_disable
 2025-10-29  8:55 UTC  (2+ messages)

[PATCH v3 3/7] drm/bridge: drm_bridge_attach: lock the encoder chain mutex during insertion
 2025-10-29  8:54 UTC  (2+ messages)

[PATCH v2 00/26] vfio/xe: Add driver variant for Xe VF migration
 2025-10-29  8:54 UTC  (4+ messages)
` [PATCH v2 22/26] drm/xe/pf: Handle VRAM migration data as part of PF control

[RFC PATCH V4] sched: psi: Add psi events trace point
 2025-10-29  8:53 UTC  (3+ messages)

[PATCH 0/5] nvme-fc: misc small improvents
 2025-10-29  8:52 UTC  (5+ messages)
` [PATCH 4/5] nvmet-fcloop: remove unused lsdir member
` [PATCH 5/5] nvmet-fc: use pr_* print macros instead of dev_*


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox