index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2026-03-01
firmware: cs_dsp: Add API to hibernate the DSP
Stefan Binding
-4
/
+45
2026-03-01
regulator: mt6363: Fix incorrect and redundant IRQ disposal in probe
Felix Gu
-3
/
+1
2026-03-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-1
/
+1
2026-03-01
Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-21
/
+45
2026-03-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-50
/
+96
2026-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc2
Alexei Starovoitov
-556
/
+1170
2026-03-01
gpu: nova-core: Kconfig: Sort select statements alphabetically
Joel Fernandes
-1
/
+1
2026-03-01
iio: imu: bno055: fix BNO055_SCAN_CH_COUNT off by one
David Lechner
-1
/
+1
2026-03-01
iio: hid-sensors: Use software trigger
Srinivas Pandruvada
-18
/
+30
2026-03-01
iio: hid-sensor-gyro-3d: fix typo in array name
Bhargav Joshi
-3
/
+3
2026-03-01
iio: adc: ad7768-1: add support for SPI offload
Jonathan Santos
-3
/
+185
2026-03-01
iio: adc: ad7768-1: disable IRQ autoenable
Jonathan Santos
-1
/
+17
2026-03-01
iio: adc: ad7768-1: remove switch to one-shot mode
Jonathan Santos
-17
/
+4
2026-03-01
iio: adc: ad7768-1: fix one-shot mode data acquisition
Jonathan Santos
-2
/
+7
2026-03-01
iio: adc: ad4030: Add support for ADAQ4216 and ADAQ4224
Marcelo Schmitt
-3
/
+198
2026-03-01
iio: adc: ad4030: Add SPI offload support
Marcelo Schmitt
-18
/
+396
2026-03-01
iio: adc: fix typos found by codespell
Giorgi Tchankvetadze
-29
/
+29
2026-03-01
iio: accel: adxl345: Implement event scaling for ABI compliance
Taha Ed-Dafili
-7
/
+21
2026-03-01
iio: accel: adxl345: Expose IIO_EV_INFO_VALUE for double tap
Taha Ed-Dafili
-1
/
+3
2026-03-01
iio: core: Add IIO_EV_INFO_SCALE to event info
Taha Ed-Dafili
-0
/
+1
2026-03-01
iio: adc: ad4062: Replace IRQF_ONESHOT with IRQF_NO_THREAD
Felix Gu
-5
/
+3
2026-03-01
iio: gyro: mpu3050: Fix out-of-sequence free_irq()
Ethan Tidmore
-1
/
+1
2026-03-01
iio: gyro: mpu3050: Move iio_device_register() to correct location
Ethan Tidmore
-8
/
+13
2026-03-01
iio: gyro: mpu3050: Fix irq resource leak
Ethan Tidmore
-1
/
+6
2026-03-01
iio: gyro: mpu3050: Fix incorrect free_irq() variable
Ethan Tidmore
-1
/
+1
2026-03-01
iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer only
Francesco Lavra
-1
/
+10
2026-03-01
iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and gyroscope only
Francesco Lavra
-0
/
+4
2026-03-01
iio: dac: mcp47feb02: Fix mutex used before initialization
Felix Gu
-2
/
+0
2026-03-01
iio: adc: ade9000: fix wrong return type in streaming push
Giorgi Tchankvetadze
-1
/
+1
2026-03-01
iio: adc: ade9000: fix wrong register in CALIBBIAS case for active power
Giorgi Tchankvetadze
-1
/
+1
2026-03-01
iio: accel: adxl380: fix FIFO watermark bit 8 always written as 0
Antoniu Miclaus
-1
/
+1
2026-03-01
iio: adc: ade9000: move mutex init before IRQ registration
Antoniu Miclaus
-4
/
+4
2026-03-01
iio: pressure: abp2030pa: Remove IRQF_ONESHOT from devm_request_irq()
Felix Gu
-1
/
+1
2026-03-01
iio: adc: ti-ads1119: Fix unbalanced pm reference count in ds1119_single_conv...
Felix Gu
-1
/
+1
2026-02-28
Merge tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-16
/
+49
2026-02-28
Input: atkbd - fix various formatting issues
Dmitry Torokhov
-53
/
+32
2026-02-28
Input: atkbd - switch to using explicitly sized types
Dmitry Torokhov
-15
/
+15
2026-02-28
Input: atkbd - use dev_warn_ratelimited()
Dmitry Torokhov
-5
/
+3
2026-02-28
Input: atkbd - use __free() cleanup facility in when parsing FW keymap
Dmitry Torokhov
-5
/
+1
2026-02-28
Input: atkbd - validate scancode in firmware keymap entries
Ariel Silver
-0
/
+6
2026-02-28
Merge patch series "scsi: target: Add support for completing commands from ba...
Martin K. Petersen
-11
/
+110
2026-02-28
scsi: vhost-scsi: Report direction completion support
Mike Christie
-0
/
+1
2026-02-28
scsi: target: Allow userspace to set the completion type
Mike Christie
-0
/
+46
2026-02-28
scsi: target: Use driver completion preference by default
Mike Christie
-1
/
+14
2026-02-28
scsi: target: Add support for completing commands from backend context
Mike Christie
-11
/
+50
2026-02-28
scsi: sd: Enable sector size > PAGE_SIZE in SCSI sd driver
Swarna Prabhu
-12
/
+68
2026-02-28
scsi: target: Fix recursive locking in __configfs_open_file()
Prithvi Tambewagh
-9
/
+6
2026-02-28
scsi: sg: Remove deprecated sg-big-buff
Yang Erkun
-48
/
+11
2026-02-28
scsi: sg: Resolve soft lockup issue when opening /dev/sgX
Yang Erkun
-2
/
+27
2026-02-28
scsi: sg: Fix sysctl sg-big-buff register during sg_init()
Yang Erkun
-1
/
+1
[prev]
[next]