All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-26 06:23:09 to 2026-01-26 07:48:03 UTC [more...]

[PATCH RESEND] thermal: sprd: Fix raw temperature clamping in sprd_thm_rawdata_to_temp
 2026-01-26  7:47 UTC 

[PATCH V4 00/22] Enhancements to pcie-tegra194 driver
 2026-01-26  7:45 UTC  (19+ messages)
` [PATCH V4 01/22] PCI: tegra194: Use devm_gpiod_get_optional() to parse "nvidia,refclk-select"
` [PATCH V4 02/22] PCI: tegra194: Drive CLKREQ signal low explicitly
` [PATCH V4 03/22] PCI: tegra194: Fix polling delay for L2 state
` [PATCH V4 04/22] PCI: tegra194: Apply pinctrl settings for both PCIe RP and EP
` [PATCH V4 05/22] PCI: tegra194: Refactor LTSSM state polling on surprise down
` [PATCH V4 06/22] PCI: tegra194: Disable direct speed change for EP
` [PATCH V4 07/22] PCI: tegra194: Calibrate P2U for endpoint mode
` [PATCH V4 08/22] PCI: tegra194: Free resources during controller deinitialization
` [PATCH V4 09/22] PCI: tegra194: Remove IRQF_ONESHOT flag during Endpoint interrupt registration
` [PATCH V4 10/22] PCI: tegra194: Enable DMA interrupt
` [PATCH V4 11/22] PCI: tegra194: Enable hardware hot reset mode in Endpoint
` [PATCH V4 12/22] PCI: tegra194: Allow system suspend when the Endpoint link is not up
` [PATCH V4 13/22] PCI: tegra194: Disable L1.2 capability of Tegra234 EP
` [PATCH V4 14/22] PCI: tegra194: Set LTR message request before PCIe link up
` [PATCH V4 15/22] PCI: tegra194: Don't force the device into the D0 state before L2
` [PATCH V4 16/22] PCI: tegra194: Free up EP resources during remove()
` [PATCH V4 17/22] dt-bindings: PCI: tegra194: Add monitor clock support
` [PATCH V4 18/22] PCI: tegra194: Add core "

[PATCH v2 00/14] IDE SDK Improvements
 2026-01-26  7:47 UTC  (5+ messages)
` [OE-core] "

[PATCH bpf-next v8 0/3] Pass external callchain entry to get_perf_callchain
 2026-01-26  7:43 UTC  (4+ messages)
` [PATCH bpf-next v8 1/3] perf: Add rctx in perf_callchain_entry
` [PATCH bpf-next v8 2/3] perf: Refactor get_perf_callchain
` [PATCH bpf-next v8 3/3] bpf: Hold ther perf callchain entry until used completely

CVE report - kirkstone - 2026-01-26
 2026-01-26  7:45 UTC 

CVE report - master - 2026-01-26
 2026-01-26  7:45 UTC 

CVE report - scarthgap - 2026-01-26
 2026-01-26  7:45 UTC 

CVE report - whinlatter - 2026-01-26
 2026-01-26  7:45 UTC 

[PATCH v2 0/5] rust: add `register!` macro
 2026-01-26  7:45 UTC  (6+ messages)
` [PATCH v2 4/5] rust: io: "

[PATCH v4 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
 2026-01-26  7:40 UTC  (4+ messages)
    ` [v4 "

[PATCH v3 00/13] IDE SDK Improvements
 2026-01-26  7:37 UTC  (14+ messages)
` [PATCH v3 01/13] useradd_base.bbclass: do not use awk
` [PATCH v3 02/13] devtool: ide-sdk find bitbake-setup init-build-env
` [PATCH v3 03/13] oe-selftest: devtool: DevtoolIdeSdkTests debug logging
` [PATCH v3 04/13] cpp-example: run as a service
` [PATCH v3 05/13] oe-selftest: devtool: check example services are running
` [PATCH v3 06/13] devtool: ide-sdk: add gdbserver attach mode support
` [PATCH v3 07/13] devtool: ide-sdk: move code to ide_none
` [PATCH v3 08/13] devtool: ide-sdk: make install_and_deploy script pass target arg
` [PATCH v3 09/13] devtool: ide-sdk: vscode replace scripts
` [PATCH v3 10/13] oe-selftest: devtool ide-sdk cover vscode remote debugging
` [PATCH v3 11/13] devtool: ide-sdk: evaluate DEBUG_PREFIX_MAP
` [PATCH v3 12/13] cpp-example: Add std::vector example
` [PATCH v3 13/13] devtool: ide-sdk: Support GDB pretty-printing for C++ STL types

[PATCH v4 00/33] wasm: Add Wasm TCG backend based on wasm64
 2026-01-26  7:03 UTC  (34+ messages)
` [PATCH v4 01/33] tcg/wasm64: Add tcg-target.h
` [PATCH v4 02/33] tcg/wasm64: Add register-related definitions
` [PATCH v4 03/33] tcg/wasm64: Add constraint definitions
` [PATCH v4 04/33] tcg/wasm64: Add relocation callbacks
` [PATCH v4 05/33] tcg/wasm64: Add and/or/xor instructions
` [PATCH v4 06/33] tcg/wasm64: Add add/sub/mul instructions
` [PATCH v4 07/33] tcg/wasm64: Add shl/shr/sar instructions
` [PATCH v4 08/33] tcg/wasm64: Add setcond/negsetcond/movcond instructions
` [PATCH v4 09/33] tcg/wasm64: Add sextract instruction
` [PATCH v4 10/33] tcg/wasm64: Add load and store instructions
` [PATCH v4 11/33] tcg/wasm64: Add mov/movi instructions
` [PATCH v4 12/33] tcg/wasm64: Add ext instructions
` [PATCH v4 13/33] tcg/wasm64: Add div/rem instructions
` [PATCH v4 14/33] tcg/wasm64: Add neg/ctpop instructions
` [PATCH v4 15/33] tcg/wasm64: Add rot/clz/ctz instructions
` [PATCH v4 16/33] tcg/wasm64: Add br/brcond instructions
` [PATCH v4 17/33] tcg/wasm64: Add exit_tb/goto_tb/goto_ptr instructions
` [PATCH v4 18/33] tcg/wasm64: Add call instruction
` [PATCH v4 19/33] tcg/wasm64: Add qemu_ld/qemu_st instructions
` [PATCH v4 20/33] tcg/wasm64: Add mb instruction
` [PATCH v4 21/33] tcg/wasm64: Mark unimplemented instructions
` [PATCH v4 22/33] tcg/wasm64: Add initialization of fundamental registers
` [PATCH v4 23/33] tcg/wasm64: Write wasm binary to TB
` [PATCH v4 24/33] tcg/wasm64: Implement instantiation of Wasm binary
` [PATCH v4 25/33] tcg/wasm64: Allow switching coroutine from a helper
` [PATCH v4 26/33] tcg/wasm64: Enable instantiation of TBs executed many times
` [PATCH v4 27/33] tcg/wasm64: Enable TLB lookup
` [PATCH v4 28/33] tcg/wasm64: Add tcg_target_init function
` [PATCH v4 29/33] meson.build: enable to build Wasm backend
` [PATCH v4 30/33] meson.build: Propagate optimization flag for linking on Emscripten
` [PATCH v4 31/33] .gitlab-ci.d: build wasm backend in CI
` [PATCH v4 32/33] scripts: Add a script to run the wasm-compiled QEMU on node.js
` [PATCH v4 33/33] emsdk-wasm-cross.docker: Bump up emsdk to 4.0.23

[PATCH 0/5] dmaengine: dw-edma: Add helpers for remote eDMA use scenarios
 2026-01-26  7:36 UTC  (6+ messages)
` [PATCH 1/5] dmaengine: Add hw_id to dma_slave_caps
` [PATCH 2/5] dmaengine: dw-edma: Report channel hw_id in dma_slave_caps
` [PATCH 3/5] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH 4/5] dmaengine: dw-edma: Poll completion when local IRQ handling is disabled
` [PATCH 5/5] dmaengine: dw-edma: Add notify-only channels support

[tip:locking/core] [cleanup] 3931d4b980: ktools.maple.make.fail
 2026-01-26  7:37 UTC 

[PATCH 0/5] Fix use-after-free and make format overflow more difficult
 2026-01-26  7:24 UTC  (5+ messages)
` [PATCH 2/5] vfio/pci: Grow buffer in vfio_pci_host_match()

[PATCH 2/2] ALSA: hda/realtek: Add quirk for Inspur S14-G1
 2026-01-26  7:36 UTC 

[PATCH] ASoC: codecs: wm8731: Remove unnecessary NULL check before clk_prepare_enable/clk_disable_unprepare
 2026-01-26  7:35 UTC 

[PATCH] mm/slab: avoid allocating slabobj_ext array from its own slab
 2026-01-26  7:36 UTC  (2+ messages)

[PATCH 1/2] ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine
 2026-01-26  7:35 UTC  (2+ messages)
` [PATCH 2/2] ALSA: hda/realtek: Add quirk for Inspur S14-G1

[PATCH] drm/tyr: depend on `COMMON_CLK` to fix build error
 2026-01-26  7:34 UTC  (3+ messages)

[PATCH master 0/3] elf: restructure to fix sandbox allyesconfig breakage
 2026-01-26  7:33 UTC  (2+ messages)

[PATCH rc] iommupt: Only cache flush memory changed by unmap
 2026-01-26  7:33 UTC  (2+ messages)

[net-next PATCH] octeontx2-pf: cn10k/cn20k: Update count_eot in NPA_LF_AURA_BATCH_FREE0
 2026-01-26  7:30 UTC 

[PATCH v2] Introduce the end_syncfs option
 2026-01-26  7:29 UTC  (2+ messages)

[Intel-wired-lan] [iwl-net PATCH] idpf: change IRQ naming to match netdev and ethtool queue numbering
 2026-01-26  7:27 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net-next v1 1/1] i40e: Add missing header
 2026-01-26  7:25 UTC  (3+ messages)

[PATCH 0/5] cpufreq: driver data
 2026-01-26  7:24 UTC  (7+ messages)
` [PATCH 3/5] cpufreq/amd-cppc: move driver data into policy
` [PATCH 4/5] cpufreq/amd-cppc: move epp_init into driver data
` [PATCH 5/5] cpufreq/amd-cppc: move pxfreq_mhz "

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

[GIT PULL 4/4] xfs: syzbot fixes for online fsck
 2026-01-26  7:22 UTC 

[GIT PULL 3/4] xfs: improve shortform attr performance
 2026-01-26  7:22 UTC 

[GIT PULL 2/4] xfs: fix problems in the attr leaf freemap code
 2026-01-26  7:21 UTC 

[GIT PULL 1/4] xfs: autonomous self healing of filesystems
 2026-01-26  7:21 UTC 

[PATCH i-g-t 0/1] xe_eudebug_online: Fix test_interrupt_other wait logic
 2026-01-26  7:19 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
` ✗ Xe.CI.Full: "

[RFC PATCH v1] perf sample: Add evsel to sample and avoid passing as a pair
 2026-01-26  7:18 UTC 

[PATCH] rust: dma: add missing __rust_helper annotations
 2026-01-26  7:17 UTC 

[PATCH 0/2] gpiolib: introduce devm_fwnode_gpiod_get_optional
 2026-01-26  7:18 UTC  (5+ messages)
` [PATCH 1/2] gpiolib: introduce devm_fwnode_gpiod_get_optional() wrapper
` [PATCH 2/2] regulator: bd71815: switch to devm_fwnode_gpiod_get_optional

[oe][meta-networking][PATCH] openl2tp: Fix do_package_qa Issue
 2026-01-26  7:16 UTC 

[PATCH 06/12] mm, swap: implement helpers for reserving data in the swap table
 2026-01-26  7:15 UTC  (2+ messages)

[PATCH 0/2] PCI: dwc: Expose integrated DesignWare eDMA windows
 2026-01-26  7:15 UTC  (3+ messages)
` [PATCH 1/2] PCI: dwc: Add helper to query integrated dw-edma register window
` [PATCH 2/2] PCI: dwc: Add helper to query integrated dw-edma linked-list region

[PATCH] Revert "wifi: iwlwifi: trans: remove STATUS_SUSPENDED"
 2026-01-26  7:15 UTC  (2+ messages)

[PATCH net 0/3] mlx5 misc fixes 2026-01-26
 2026-01-26  7:14 UTC  (4+ messages)
` [PATCH net 1/3] net/mlx5: Fix Unbinding uplink-netdev in switchdev mode
` [PATCH net 2/3] net/mlx5e: TC, delete flows only for existing peers
` [PATCH net 3/3] net/mlx5e: Account for netdev stats in ndo_get_stats64

[PATCH] md/raid1: fix memory leak in raid1_run()
 2026-01-26  7:15 UTC 

[PATCH 2/2] chrome: lightbar: Add support for large sequence
 2026-01-26  7:14 UTC  (2+ messages)

[PATCH v1 net] nfc: nci: Fix race between rfkill and nci_unregister_device()
 2026-01-26  7:13 UTC 

[PATCH 1/2] chrome: lightbar: Report number of segments
 2026-01-26  7:13 UTC  (2+ messages)

[PATCH v2] PCI: imx6: Fix device node reference leak in imx_pcie_probe()
 2026-01-26  7:13 UTC  (2+ messages)

[RFC PATCH 0/2] Adding string_list_sort_u to replace combined calls of string_list_sort and string_list_remove_duplicates calls
 2026-01-26  7:12 UTC  (3+ messages)
` [PATCH 1/2] u-string-list: add unit tests for string-list methods

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-01-26  7:12 UTC  (5+ messages)
` [PATCH v4 06/22] slab: add sheaves to most caches
` [PATCH v4 10/22] slab: add optimized sheaf refill from partial list

[syzbot] Monthly hams report (Jan 2026)
 2026-01-26  7:12 UTC 

[syzbot] Monthly kernfs report (Jan 2026)
 2026-01-26  7:12 UTC 

[syzbot] Monthly wpan report (Jan 2026)
 2026-01-26  7:12 UTC 

[syzbot] Monthly jfs report (Jan 2026)
 2026-01-26  7:12 UTC 

[PATCH] xen/xenbus: better handle backend crash
 2026-01-26  7:08 UTC  (3+ messages)

[RFC PATCH v2 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-01-26  6:52 UTC  (6+ messages)
` [RFC PATCH v2 v2 1/5] mm: swap: introduce swap tier infrastructure
` [RFC PATCH v2 v2 2/5] mm: swap: associate swap devices with tiers
` [RFC PATCH v2 v2 3/5] mm: memcontrol: add interface for swap tier selection
` [RFC PATCH v2 v2 4/5] mm, swap: change back to use each swap device's percpu cluster
` [RFC PATCH v2 v2 5/5] mm, swap: introduce percpu swap device cache to avoid fragmentation

[PATCH net-next] net: usb: int51x1: remove unused includes
 2026-01-26  7:06 UTC 

[PATCH v2] ACPI: scan: Use async schedule function for acpi_scan_clear_dep_fn
 2026-01-26  7:04 UTC  (2+ messages)

[PATCH] comedi: dt2815: add hardware detection to prevent crash
 2026-01-26  7:04 UTC 

[syzbot] [comedi?] BUG: unable to handle kernel paging request in dt2815_attach
 2026-01-26  7:04 UTC 

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

[PATCH net-next v3 0/3] Airoha AN8811HB 2.5 Gbps phy support
 2026-01-26  6:57 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: phy: air_en8811h: factor out shareable code
` [PATCH net-next v3 2/3] net: phy: air_en8811h: add Airoha AN8811HB support
` [PATCH net-next v3 3/3] net: phy: air_en8811h: Add clk provider for an8811hb

[PATCH 00/12] zbd: fix problems of random write with unaligned block size
 2026-01-26  6:50 UTC  (2+ messages)

[PATCH 0/5] wifi: ath12k: Fix 5 GHz Wi-Fi regression on WCN7850
 2026-01-26  6:51 UTC  (4+ messages)
` [PATCH] wifi: ath12k: Remove broken frequency range filtering

[PATCH 0/2] memory: tegra: Fix DLL setting in EMC sequences
 2026-01-26  6:50 UTC  (3+ messages)
` [PATCH 1/2] memory: tegra124-emc: Fix dll_change check
` [PATCH 2/2] memory: tegra30-emc: "

[PATCH net-next 0/3] net: ethtool: Track TX pause storm
 2026-01-26  6:51 UTC  (7+ messages)

[PATCH] ata: libata-core: Quirk INTEL SSDSC2KG480G8 max_sectors
 2026-01-26  6:43 UTC  (2+ messages)

[PATCH v2 00/14] Add SPDX SBOM generation tool
 2026-01-26  6:46 UTC  (5+ messages)

[PATCH stable 6.12 6.6 6.1 1/1] bpf: Do not let BPF test infra emit invalid GSO types to stack
 2026-01-26  6:45 UTC 

[PATCH 1/2] LoongArch: dts: loongson-2k0500: Add nand controller support
 2026-01-26  6:42 UTC  (2+ messages)
` [PATCH 2/2] LoongArch: dts: loongson-2k1000: "

[PATCH v3] nvmet-tcp: reject H2CData before ICReq
 2026-01-26  6:41 UTC 

[syzbot] [comedi?] BUG: unable to handle kernel paging request in dt2815_attach
 2026-01-26  6:42 UTC  (2+ messages)
` Forwarded: [PATCH] comedi: dt2815: add hardware detection to prevent crash

[PATCH v3 0/2] Add Agilex eMMC daughter card support
 2026-01-26  6:42 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: intel: Add Agilex eMMC support
` [PATCH v3 2/2] arm64: dts: socfpga: agilex: add emmc support

ASoC: soc-pcm2.c ?
 2026-01-26  6:41 UTC 

[PATCH RFC 0/4] leds: extend disk trigger
 2026-01-26  6:34 UTC  (3+ messages)
` [PATCH RFC 4/4] leds: add disk trigger for each ata port

[PATCH v7 1/2] dt-bindings: hwmon: add STEF48H28
 2026-01-26  6:37 UTC  (2+ messages)
` [PATCH v7 2/2] hwmon: pmbus: add support for STEF48H28

[PATCH 00/18] Scarthgap pull request
 2026-01-26  6:36 UTC 

[PATCH] clk: vf610: Add support for the Ethernet switch clocks
 2026-01-26  6:34 UTC  (2+ messages)

[PATCH] fscrypt: Fix uninit-value in ovl_fill_real
 2026-01-26  6:33 UTC  (2+ messages)

[PATCH RESEND] stm class: Remove unnecessary local variable in stm_write
 2026-01-26  6:33 UTC  (2+ messages)

[syzbot] [comedi?] BUG: unable to handle kernel paging request in dt2815_attach
 2026-01-26  6:33 UTC 

[PATCH v2 1/2] selftests: ptp: use KSFT_SKIP exit code for skip scenarios
 2026-01-26  6:32 UTC  (2+ messages)

[f2fs-dev] [PATCH v3 1/2] f2fs: check skipped write in f2fs_enable_checkpoint()
 2026-01-26  6:32 UTC  (2+ messages)
`  "

[Bug 221008] New: amdgpu: Crash with KDE Plasma built from master
 2026-01-26  6:32 UTC  (2+ messages)
` [Bug 221008] amdgpu: Crash with KDE Plasma built from master - use-after-free

bounce buffer direct I/O when stable pages are required v3
 2026-01-26  6:27 UTC  (7+ messages)
` [PATCH 01/15] block: add a BIO_MAX_SIZE constant and use it
` [PATCH 04/15] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
` [PATCH 11/15] iomap: free the bio before completing the dio

[PATCH v5] PM / devfreq: use _visible attribute to replace create/remove_sysfs_files()
 2026-01-26  6:30 UTC  (2+ messages)

[PATCH] arm: spl: Fix DTB offset after binman symbol table
 2026-01-26  6:28 UTC  (4+ messages)

[PATCH] sunrpc/xs_read_stream: fix dead loop when xs_read_discard
 2026-01-26  6:25 UTC 

[PATCH v5 0/2] Add Support for LTC3219 18 Channel LED Driver
 2026-01-26  6:25 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: leds: Add LTC3220 18 channel "
` [PATCH v5 2/2] leds: ltc3220: Add Support for "

[PATCH stable v2 6.12 6.6 1/1] selftests/bpf: Check for timeout in perf_link test
 2026-01-26  6:25 UTC 

[nft PATCH] datatype: fix ether address parsing of integer values
 2026-01-26  6:17 UTC 

[net-next v8 0/8] net: wwan: add NMEA port type support
 2026-01-26  6:21 UTC  (4+ messages)
` [net-next v8 5/8] net: wwan: add NMEA port support
` [net-next v8 6/8] net: wwan: hwsim: refactor to support more port types
` [net-next v8 7/8] net: wwan: hwsim: support NMEA port emulation

[PATCH 5.15.y] fs/ntfs3: Initialize allocated memory before use
 2026-01-26  6:19 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.