index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-22
cxl/mem: Clarify @host for devm_cxl_add_nvdimm()
Dan Williams
3
-8
/
+10
2026-01-22
PCI/AER: Update struct aer_err_info with kernel-doc formatting
Terry Bowman
1
-6
/
+25
2026-01-22
PCI/AER: Report CXL or PCIe bus type in AER trace logging
Terry Bowman
2
-8
/
+20
2026-01-22
PCI/AER: Use guard() in cxl_rch_handle_error_iter()
Terry Bowman
1
-4
/
+2
2026-01-22
PCI/AER: Move CXL RCH error handling to aer_cxl_rch.c
Terry Bowman
4
-101
/
+114
2026-01-22
PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()
Terry Bowman
2
-2
/
+11
2026-01-22
PCI/AER: Export pci_aer_unmask_internal_errors()
Terry Bowman
1
-3
/
+8
2026-01-22
cxl/pci: Move CXL driver's RCH error handling into core/ras_rch.c
Terry Bowman
4
-123
/
+125
2026-01-22
PCI/AER: Replace PCIEAER_CXL symbol with CXL_RAS
Dan Williams
2
-10
/
+1
2026-01-23
Merge tag 'drm-xe-fixes-2026-01-22' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Dave Airlie
19
-38
/
+158
2026-01-22
idpf: generalize mailbox API
Pavan Kumar Linga
4
-24
/
+29
2026-01-22
idpf: avoid calling get_rx_ptypes for each vport
Pavan Kumar Linga
5
-158
/
+177
2026-01-22
idpf: generalize send virtchnl message API
Pavan Kumar Linga
6
-164
/
+206
2026-01-22
idpf: remove vport pointer from queue sets
Joshua Hay
6
-67
/
+81
2026-01-22
idpf: add rss_data field to RSS function parameters
Pavan Kumar Linga
7
-49
/
+59
2026-01-22
idpf: reshuffle idpf_vport struct members to avoid holes
Pavan Kumar Linga
1
-17
/
+15
2026-01-22
idpf: move some iterator declarations inside for loops
Joshua Hay
3
-75
/
+57
2026-01-22
idpf: move queue resources to idpf_q_vec_rsrc structure
Pavan Kumar Linga
11
-428
/
+528
2026-01-22
idpf: introduce idpf_q_vec_rsrc struct and move vector resources to it
Pavan Kumar Linga
8
-160
/
+201
2026-01-22
idpf: introduce local idpf structure to store virtchnl queue chunks
Pavan Kumar Linga
4
-101
/
+161
2026-01-22
cxl/pci: Remove CXL VH handling in CONFIG_PCIEAER_CXL conditional blocks from core/pci.c
Dave Jiang
7
-194
/
+232
2026-01-22
PCI: Replace cxl_error_is_native() with pcie_aer_is_native()
Terry Bowman
1
-9
/
+2
2026-01-22
cxl/pci: Remove unnecessary CXL RCH handling helper functions
Terry Bowman
1
-14
/
+2
2026-01-22
cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
Terry Bowman
1
-18
/
+8
2026-01-22
PCI: Introduce pcie_is_cxl()
Terry Bowman
1
-0
/
+31
2026-01-22
PCI: Update CXL DVSEC definitions
Terry Bowman
3
-37
/
+37
2026-01-23
Merge tag 'drm-misc-fixes-2026-01-22' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
9
-74
/
+192
2026-01-22
PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
Terry Bowman
1
-53
/
+0
2026-01-22
drivers: iio: mpu3050: use dev_err_probe for regulator request
Svyatoslav Ryhel
1
-4
/
+2
2026-01-22
iio: accel: adxl380: Optimize reading of FIFO entries in interrupt handler
Francesco Lavra
1
-7
/
+5
2026-01-22
iio: accel: adxl380: Avoid reading more entries than present in FIFO
Francesco Lavra
1
-0
/
+1
2026-01-22
iio: pressure: mprls0025pa: remove error message
Petre Rodan
1
-2
/
+1
2026-01-22
iio: adc: ad7768-1: add support for ADAQ776x-1 ADC Family
Jonathan Santos
2
-4
/
+308
2026-01-22
iio: adc: ad7768-1: refactor ad7768_write_raw()
Jonathan Santos
1
-24
/
+26
2026-01-22
iio: adc: ad7768-1: introduce chip info for future multidevice support
Jonathan Santos
1
-23
/
+41
2026-01-22
iio: light: opt4060: Use IIO cleanup helpers
Kurt Borja
1
-35
/
+17
2026-01-22
iio: health: max30102: Use IIO cleanup helpers
Kurt Borja
1
-24
/
+9
2026-01-22
iio: light: vcnl4000: Use IIO cleanup helpers
Kurt Borja
1
-31
/
+18
2026-01-22
iio: core: Match iio_device_claim_*() semantics and implementation
Kurt Borja
6
-55
/
+6
2026-01-22
iio: core: Refactor iio_device_claim_direct() implementation
Kurt Borja
1
-44
/
+0
2026-01-22
iio: core: Add and export __iio_dev_mode_lock()
Kurt Borja
1
-0
/
+30
2026-01-22
Merge remote-tracking branch 'i3c/ib-i3c-iio-v6.20' into togreg
Jonathan Cameron
3
-13
/
+96
2026-01-22
iio: magn: mmc5633: Ensure REGMAP_I2C / I3C not build if I2C / I3C is not.
Jonathan Cameron
1
-2
/
+2
2026-01-22
iio: adc: ad4062: Switch from struct i3c_priv_xfer to struct i3c_xfer
Jonathan Cameron
1
-13
/
+13
2026-01-22
ACPI: PM: Adjust messages regarding postponed ACPI PM
Rafael J. Wysocki
1
-2
/
+2
2026-01-22
ACPI: x86: s2idle: Remove dead code in lps0_device_attach()
Gergo Koteles
1
-3
/
+0
2026-01-22
interconnect: qcom: msm8974: drop duplicated RPM_BUS_{MASTER,SLAVE}_REQ defines
Gabor Juhos
1
-3
/
+0
2026-01-22
interconnect: qcom: smd-rpm: drop duplicated QCOM_RPM_SMD_KEY_RATE define
Gabor Juhos
1
-1
/
+0
2026-01-22
PCI/PM: Prevent runtime suspend until devices are fully initialized
Brian Norris
2
-1
/
+15
2026-01-22
Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
Jia-Hong Su
1
-2
/
+2
[prev]
[next]