The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-01-23 14:59:03 to 2026-01-23 16:31:34 UTC [more...]

[PATCH net-next v2 0/7] u64_stats: Introduce u64_stats_reads()
 2026-01-23 16:21 UTC  (8+ messages)
` [PATCH net-next v2 1/7] "
` [PATCH net-next v2 2/7] u64_stats: Doc incorrect usage with plain variables
` [PATCH net-next v2 3/7] net: bridge: mcast: fix memcpy with u64_stats
` [PATCH net-next v2 4/7] net: openvswitch: fix load tearing "
` [PATCH net-next v2 5/7] macsec: fix memcpy "
` [PATCH net-next v2 6/7] mpls: Fix load tearing "
` [PATCH net-next v2 7/7] vxlan: vnifilter: fix memcpy "

[PATCH bpf-next 0/2] selftests/bpf: signal-on-connect() vs sockmap update
 2026-01-23 16:15 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for connect() racing sockmap update and signal

[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-23 16:31 UTC  (11+ messages)
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete

[PATCH v5 00/10] perf sched: Introduce stats tool
 2026-01-23 16:31 UTC  (7+ messages)
` [PATCH v5 02/10] perf header: Support CPU DOMAIN relation info

[PATCH v3 00/12] perf annotate arch clean up
 2026-01-23 16:30 UTC  (3+ messages)

[PATCH v5 0/8] ADF41513/ADF41510 PLL frequency synthesizers
 2026-01-23 16:29 UTC  (11+ messages)
` [PATCH v5 1/8] dt-bindings: iio: frequency: add adf41513
` [PATCH v5 2/8] iio: core: add fixed point parsing with 64-bit parts
` [PATCH v5 3/8] iio: test: add kunit test for fixed-point parsing
` [PATCH v5 4/8] iio: frequency: adf41513: driver implementation
` [PATCH v5 5/8] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v5 6/8] iio: frequency: adf41513: features on frequency change
` [PATCH v5 7/8] docs: iio: add documentation for adf41513 driver
` [PATCH v5 8/8] Documentation: ABI: testing: add common ABI file for iio/frequency

[PATCH RESEND v3 00/10] mm: add and use vma_assert_stabilised() helper
 2026-01-23 16:28 UTC  (35+ messages)
` [PATCH RESEND v3 02/10] mm/vma: document possible vma->vm_refcnt values and reference comment
` [PATCH RESEND v3 03/10] mm/vma: rename is_vma_write_only(), separate out shared refcount put
` [PATCH RESEND v3 04/10] mm/vma: add+use vma lockdep acquire/release defines
` [PATCH RESEND v3 05/10] mm/vma: de-duplicate __vma_enter_locked() error path
` [PATCH v3 06/10] mm/vma: clean up __vma_enter/exit_locked()
` [PATCH RESEND v3 08/10] mm/vma: improve and document __is_vma_write_locked()

[PATCH] KVM: selftests: Add -U_FORTIFY_SOURCE to avoid some unpredictable test failures
 2026-01-23 16:28 UTC  (4+ messages)

[PATCH] tracing: Up the hist stacktrace size from 16 to 31
 2026-01-23 16:27 UTC  (2+ messages)

[PATCH] rust_binder: add additional alignment checks
 2026-01-23 16:23 UTC 

[PATCH v2] sched/deadline: Reset dl_server execution state on stop
 2026-01-23 16:22 UTC  (2+ messages)

[PATCH] selftests: ublk: add missing gitignore for metadata_size binary
 2026-01-23 16:21 UTC  (2+ messages)

[PATCH v3] i3c: master: Add sysfs option to rescan bus via entdaa
 2026-01-23 16:19 UTC  (2+ messages)

[PATCH v2] usb: typec: hd3ss3220: Enable VBUS based on role state
 2026-01-23 16:19 UTC  (2+ messages)

[PATCH 0/3] usb: gadget: Add a prefix to log messages
 2026-01-23 16:18 UTC  (5+ messages)
` [PATCH 2/3] usb: gadget: f_mass_storage: "

[PATCH] pidfs: implement ino allocation without the pidmap lock
 2026-01-23 16:17 UTC  (3+ messages)

[PATCH] dm: pass origin bio's bdev to bio_alloc_clone
 2026-01-23 16:16 UTC  (3+ messages)

[PATCH v2 0/3] Add Tenstorrent Atlantis Clock/Reset Controller
 2026-01-23 16:15 UTC  (4+ messages)
` [PATCH v2 2/3] reset: tenstorrent: Add reset controller for Atlantis

[PATCH v5 00/25] Clean and update tilcdc driver to support DRM_BRIDGE_ATTACH_NO_CONNECTOR
 2026-01-23 16:12 UTC  (26+ messages)
` [PATCH v5 01/25] dt-bindings: display: tilcdc: Convert to DT schema
` [PATCH v5 02/25] dt-bindings: display: tilcdc: Mark panel binding as deprecated
` [PATCH v5 03/25] drm/tilcdc: Remove simulate_vesa_sync flag
` [PATCH v5 04/25] drm/tilcdc: Add support for DRM bus flags and simplify panel config
` [PATCH v5 05/25] drm/tilcdc: Convert legacy panel binding via DT overlay at boot time
` [PATCH v5 06/25] drm/tilcdc: Remove tilcdc panel driver
` [PATCH v5 07/25] drm/tilcdc: Remove component framework support
` [PATCH v5 08/25] drm/tilcdc: Remove tilcdc_panel_info structure
` [PATCH v5 09/25] drm/tilcdc: Remove redundant #endif/#ifdef in debugfs code
` [PATCH v5 10/25] drm/tilcdc: Remove unused encoder and connector tracking arrays
` [PATCH v5 11/25] drm/tilcdc: Rename external_encoder and external_connector to encoder and connector
` [PATCH v5 12/25] drm/tilcdc: Rename tilcdc_external to tilcdc_encoder
` [PATCH v5 13/25] drm/tilcdc: Remove the useless module list support
` [PATCH v5 14/25] drm/tilcdc: Use drm_module_platform_driver() helper
` [PATCH v5 15/25] drm/tilcdc: Move tilcdc_init/fini closer to probe/remove
` [PATCH v5 16/25] drm/tilcdc: Modernize driver initialization and cleanup paths
` [PATCH v5 17/25] drm/tilcdc: Remove the use of drm_device private_data
` [PATCH v5 18/25] drm/tilcdc: Convert to DRM managed resources
` [PATCH v5 19/25] drm/tilcdc: Convert to drm_device-based logging helpers
` [PATCH v5 20/25] drm/tilcdc: Use devm_drm_of_get_bridge() helper
` [PATCH v5 21/25] drm/bridge: tda998x: Remove component support
` [PATCH v5 22/25] drm/bridge: tda998x: Move tda998x_create/destroy into probe and remove
` [PATCH v5 23/25] drm/bridge: tda998x: Remove useless tda998x_connector_destroy wrapper
` [PATCH v5 24/25] drm/bridge: tda998x: Add support for DRM_BRIDGE_ATTACH_NO_CONNECTOR
` [PATCH v5 25/25] drm/tilcdc: "

[PATCH 1/2] drm: introduce page_flip_timeout()
 2026-01-23 16:12 UTC  (4+ messages)

[PATCH net-next] net: phy: micrel: Add support for lan9645x internal phy
 2026-01-23 16:11 UTC  (4+ messages)

[PATCH v2 0/5] Add support for AAEON SRG-IMX8PL MCU
 2026-01-23 16:11 UTC  (3+ messages)
` [PATCH v2 5/5] watchdog: aaeon: Add watchdog driver for "

[PATCH v5 2/2] i2c: designware-platdrv: refactor error handling and simplify cleanup
 2026-01-23 16:09 UTC  (3+ messages)

[PATCH v2 0/2] i3c: dw-i3c-master: scoped spinlock guards and SIR reject fix
 2026-01-23 16:08 UTC  (5+ messages)
` [PATCH v2 1/2] i3c: dw-i3c-master: convert spinlock usage to scoped guards
` [PATCH v2 2/2] i3c: dw-i3c-master: fix SIR reject bit mapping for dynamic addresses

[PATCH 00/21] IRQF_ONESHOT clean up
 2026-01-23 16:07 UTC  (5+ messages)
` [PATCH 08/21] ARM: versatile: Remove IRQF_ONESHOT
` [PATCH 13/21] usb: typec: fusb302: "

[PATCH v4 00/25] Clean and update tilcdc driver to support DRM_BRIDGE_ATTACH_NO_CONNECTOR
 2026-01-23 16:06 UTC  (5+ messages)
` [PATCH v4 18/25] drm/tilcdc: Convert to DRM managed resources

[linux-next:master] [perf test subcmd help] ef92c4351e: kmsg.sanitizer.indirect_leak/malloc/___interceptor_backtrace/child_test_sig_handler/raise/abort
 2026-01-23 16:05 UTC  (4+ messages)

[PATCH] perf: arm_spe: Add barrier before enabling profiling buffer
 2026-01-23 16:03 UTC 

[PATCH v5 0/2] i2c: designware-platdrv: simplify reset control and error handling
 2026-01-23 16:03 UTC  (6+ messages)

[PATCH] wifi: ath10k: fix lock protection in ath10k_wmi_event_peer_sta_ps_state_chg()
 2026-01-23 16:02 UTC 

[PATCH kernel 0/2] crypto/ccp: Fixes for PCI IDE
 2026-01-23 16:01 UTC  (2+ messages)

[PATCH v5 00/10] drm/amdgpu: preparation patchs for the use all SDMA instances series
 2026-01-23 15:59 UTC  (5+ messages)
` [PATCH v5 08/10] drm/amdgpu: use larger gart window when possible
` [PATCH v5 10/10] drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_status

[PATCH v3] sched/clock: Avoid false sharing for sched_clock_irqtime
 2026-01-23 15:58 UTC  (9+ messages)

[GIT PULL] platform-drivers-x86 for v6.19-3
 2026-01-23 15:54 UTC 

[PATCH] loongarch: retrieve CPU package ID from PPTT when available
 2026-01-23 15:56 UTC 

[PATCH] arch: arm64: set __nocfi on swsusp_arch_resume
 2026-01-23 15:55 UTC  (2+ messages)

[PATCH v2 net-next 01/15] net: mdio-regmap: permit working with non-MMIO regmaps
 2026-01-23 15:54 UTC  (13+ messages)

[PATCH 00/22] Add support for DU and DSI on the Renesas RZ/G3E SoC
 2026-01-23 15:52 UTC  (6+ messages)
` [PATCH 01/22] clk: renesas: rzv2h: Add PLLDSI clk mux support

include/linux/compiler_types.h:597:38: error: call to '__compiletime_assert_495' declared with attribute error: FIELD_PREP: value too large for the field
 2026-01-23 15:52 UTC  (3+ messages)

[PATCH] gpio: omap: do not register driver in probe()
 2026-01-23 15:48 UTC  (6+ messages)

[PATCH 0/2] ALSA: hda/realtek: Fix headset mic for TongFang X6AR55xU
 2026-01-23 15:47 UTC  (3+ messages)

[PATCH next 00/14] bits: De-bloat expansion of GENMASK()
 2026-01-23 15:44 UTC  (3+ messages)
` [PATCH next 05/14] ixgbevf: Use C test for PAGE_SIZE > IXGBE_MAX_DATA_PER_TXD

[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
 2026-01-23 15:44 UTC  (6+ messages)
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control

[RFC PATCH 0/3] rtla: Synchronize sample collection methods
 2026-01-23 15:25 UTC  (4+ messages)
` [RFC PATCH 1/3] tracing/osnoise: Record timerlat instance counts
` [RFC PATCH 2/3] rtla/timerlat_bpf: Filter samples unseen by tracer
` [RFC PATCH 3/3] rtla/timerlat: Attach BPF program before tracers

[PATCH] sched/deadline: Reset dl_server execution state on stop
 2026-01-23 15:42 UTC  (3+ messages)

[PATCH v2] scripts: generate_rust_analyzer: fix resolution of #[pin_data] macros
 2026-01-23 15:42 UTC  (2+ messages)

[PATCH net-next v4 00/13] NPC HW block support for cn20k
 2026-01-23 15:39 UTC  (4+ messages)
` [PATCH net-next v4 07/13] octeontx2-af: npc: cn20k: Prepare for new SoC

[PATCH v4 0/3] dt-bindings: phy: Convert TI OMAP control and PIPE3 PHY to DT schema
 2026-01-23 15:39 UTC  (4+ messages)
` [PATCH v4 1/3] arm: dts: ti: omap: align node patterns with established convention
` [PATCH v4 2/3] dt-bindings: phy: ti,phy-usb3: convert to DT schema
` [PATCH v4 3/3] dt-bindings: phy: ti,control-phy-otghs: "

[PATCH] wireless: mwifiex: Fix memory leak in mwifiex_11n_aggregate_pkt()
 2026-01-23 15:38 UTC  (2+ messages)

[PATCH] sched/eevdf: Update se->vprot in reweight_entity()
 2026-01-23 15:38 UTC  (5+ messages)

[PATCH net-next] devlink: Implement devlink param multi attribute nested data values
 2026-01-23 15:38 UTC  (3+ messages)

[PATCH V3 0/5] mm/khugepaged: cleanups and scan limit fix
 2026-01-23 15:37 UTC  (7+ messages)
` [PATCH V3 2/5] mm/khugepaged: count small VMAs towards scan limit

[PATCH] drm/xcsi2rxss: use str_true_false() for boolean dev_info output
 2026-01-23 15:36 UTC  (2+ messages)

[PATCH v4 0/4] media: Fix CSI2 RGB vs BGR pixel order
 2026-01-23 15:34 UTC  (6+ messages)
` [PATCH v4 2/4] media: uapi: Introduce MEDIA_BUS_FMT_BGR565_1X16

linux-next: manual merge of the drm-xe tree with the drm-fixes tree
 2026-01-23 15:34 UTC 

[PATCH mm-new v5 0/5] Improve khugepaged scan logic
 2026-01-23 15:32 UTC  (12+ messages)
` [PATCH mm-new v5 2/5] mm: khugepaged: refine scan progress number
` [PATCH mm-new v5 4/5] mm: khugepaged: skip lazy-free folios
` [PATCH mm-new v5 5/5] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY

[PATCH] [v6] Documentation: Provide guidelines for tool-generated content
 2026-01-23 15:30 UTC  (2+ messages)

[PATCH v4 0/2] Add NXP FRDM-IMX91S board support
 2026-01-23 15:29 UTC  (3+ messages)
` [PATCH v4 2/2] arm64: dts: freescale: add "

[GIT PULL] SPI fixes for v6.19-rc6
 2026-01-23 15:29 UTC 

[GIT PULL] regulator fixes for v6.19-rc6
 2026-01-23 15:29 UTC 

[GIT PULL] regmap fixes for v6.19-rc6
 2026-01-23 15:28 UTC 

[PATCH net-next v2 08/12] dpll: Enhance and consolidate reference counting logic
 2026-01-23 15:27 UTC  (5+ messages)
` [net-next,v2,08/12] "

[PATCH v8 0/5] PCI: endpoint: BAR subrange mapping support
 2026-01-23 15:26 UTC  (11+ messages)

[PATCH v5 0/5] arm64: dts: freescale: add support for the GOcontroll Moduline IV/Mini
 2026-01-23 15:22 UTC  (7+ messages)
` [PATCH v5 2/5] arm64: dts: imx8mm: Add pinctrl config definitions
` [PATCH v5 3/5] arm64: dts: freescale: add Ka-Ro Electronics tx8m-1610 COM
` [PATCH v5 5/5] arm64: dts: freescale: Add the GOcontroll Moduline Mini

[PATCH v2] drm/rcar-du: dsi: Clean up VCLK divider calculation
 2026-01-23 15:22 UTC  (2+ messages)

[PATCH -next v4 0/3] rcu/nocb: Cleanup patches for next merge window
 2026-01-23 15:19 UTC  (4+ messages)
` [PATCH -next v4 1/3] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
` [PATCH -next v4 2/3] rcu/nocb: Remove dead callback overload handling
` [PATCH -next v4 3/3] rcu/nocb: Extract nocb_defer_wakeup_cancel() helper

[PATCH] dt-bindings: nvmem: nxp,lpc1850-otp: convert to DT schema
 2026-01-23 15:19 UTC 

linux-next: build warning after merge of the tip tree
 2026-01-23 15:18 UTC  (8+ messages)
    ` linux-next: [DOCS] "

[PATCH 2/2] drm/amdgpu: implement page_flip_timeout() support
 2026-01-23 15:16 UTC  (2+ messages)

[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
 2026-01-23 15:15 UTC  (3+ messages)
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE

[PATCH v3 0/4] Add support for CS42L43B codec to CS42L43 driver
 2026-01-23 15:09 UTC  (5+ messages)
` [PATCH v3 1/4] ASoC: sdw_utils: Add CS42L43B codec info
` [PATCH v3 2/4] ASoC: dt-bindings: cirrus,cs42l43: Add CS42L43B variant
` [PATCH v3 3/4] mfd: cs42l43: Add support for the B variant
` [PATCH v3 4/4] ASoC: "

[PATCH] media: drx39xyj: fix typos in comments
 2026-01-23 15:08 UTC 

[PATCH 0/4] clk: qcom: Add support for basic clocks providers on Eliza SoC
 2026-01-23 15:07 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: clock: qcom: document the Eliza Global Clock Controller

[PATCH] drm/panthor: Add src path to includes of panthor_gpu.o
 2026-01-23 15:05 UTC  (3+ messages)

[PATCH V2 0/2] Add i.MX93 Wireless EVK board support
 2026-01-23 15:06 UTC  (4+ messages)
` [PATCH V2 2/2] arch: arm64: imx93-wevk: "

[PATCH v2 0/2] wait/9p: Account 9P RPC waiting time as I/O wait
 2026-01-23 14:48 UTC  (3+ messages)
` [PATCH v2 1/2] wait: Introduce io_wait_event_killable()
` [PATCH v2 2/2] 9p: Track 9P RPC waiting time as IO

[PATCH v3] mm: optimize stat output for 11% sys time reduce
 2026-01-23 15:06 UTC  (5+ messages)
  ` [PATCH v4 0/1] mm: memcg: optimize stat output to reduce printf overhead
    ` [PATCH v4 1/1] mm: optimize stat output for 11% sys time reduce

[PATCH 1/2] dt-bindings: hwmon: tmp102: Add TMP110 and TMP113 devices
 2026-01-23 15:05 UTC  (3+ messages)

[PATCH v2] io_uring/rsrc: fix RLIMIT_MEMLOCK bypass by removing cross-buffer accounting
 2026-01-23 15:04 UTC  (15+ messages)

[PATCH] xfs: fix spacing style issues in xfs_alloc.c
 2026-01-23 15:04 UTC 

[PATCH] selftests: ublk: use tmpdir for scratch files and improve relative paths use
 2026-01-23 15:00 UTC  (5+ messages)

[PATCH v3 00/26] Runtime TDX Module update support
 2026-01-23 14:55 UTC  (27+ messages)
` [PATCH v3 01/26] x86/virt/tdx: Print SEAMCALL leaf numbers in decimal
` [PATCH v3 02/26] x86/virt/tdx: Use %# prefix for hex values in SEAMCALL error messages
` [PATCH v3 03/26] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v3 04/26] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v3 05/26] coco/tdx-host: Expose TDX Module version
` [PATCH v3 06/26] x86/virt/tdx: Prepare to support P-SEAMLDR SEAMCALLs
` [PATCH v3 07/26] x86/virt/seamldr: Introduce a wrapper for "
` [PATCH v3 08/26] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v3 09/26] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v3 10/26] coco/tdx-host: Implement FW_UPLOAD sysfs ABI for TDX Module updates
` [PATCH v3 11/26] x86/virt/seamldr: Block TDX Module updates if any CPU is offline
` [PATCH v3 12/26] x86/virt/seamldr: Verify availability of slots for TDX Module updates
` [PATCH v3 13/26] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v3 14/26] x86/virt/seamldr: Introduce skeleton for TDX Module updates
` [PATCH v3 15/26] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v3 16/26] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v3 17/26] x86/virt/tdx: Reset software states after TDX module shutdown
` [PATCH v3 18/26] x86/virt/seamldr: Log TDX Module update failures
` [PATCH v3 19/26] x86/virt/seamldr: Install a new TDX Module
` [PATCH v3 20/26] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v3 21/26] x86/virt/tdx: Establish contexts for the new TDX Module
` [PATCH v3 22/26] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v3 23/26] x86/virt/tdx: Enable TDX Module runtime updates
` [PATCH v3 24/26] x86/virt/seamldr: Extend sigstruct to 16KB
` [PATCH v3 25/26] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v3 26/26] coco/tdx-host: Set and document TDX Module update expectations

[PATCH bpf-next v7 0/3] bpf: Fix FIONREAD and copied_seq issues
 2026-01-23 14:59 UTC  (7+ messages)
` [PATCH bpf-next v7 2/3] bpf, sockmap: Fix FIONREAD for sockmap

[PATCH v4] pwm: tiehrpwm: Enable pwmchip's parent device before setting configuration
 2026-01-23 14:58 UTC  (4+ messages)


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