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
Age
Commit message (
Expand
)
Author
Lines
2024-07-04
eeprom: ee1004: Instantiate jc42 devices for DIMMS implementing Rev.1 SPD
Guenter Roeck
-3
/
+20
2024-07-04
eeprom: ee1004: Call i2c_new_scanned_device to instantiate thermal sensor
Guenter Roeck
-3
/
+3
2024-07-04
eeprom: ee1004: Add nvmem support
Armin Wolf
-20
/
+40
2024-07-04
eeprom: ee1004: Use devres for bus data cleanup
Armin Wolf
-21
/
+21
2024-07-04
Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
-1494
/
+4447
2024-07-03
parport: Remove parport_driver.devmodel
Dr. David Alan Gilbert
-27
/
+0
2024-07-03
parport: Remove attach function pointer
Dr. David Alan Gilbert
-1
/
+0
2024-07-03
parport: Remove 'drivers' list
Dr. David Alan Gilbert
-10
/
+0
2024-07-03
mcb: remove unused struct 'mcb_parse_priv'
Dr. David Alan Gilbert
-5
/
+0
2024-07-03
misc: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
-10
/
+10
2024-07-03
bsr: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-07-03
platform/goldfish: goldfish_pipe: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-07-03
dca: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-07-03
greybus: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+2
2024-07-03
intel_th: msu-sink: add missing MODULE_DESCRIPTION()
Jeff Johnson
-0
/
+1
2024-07-03
dsp56k: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-07-03
dtlk: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-07-03
misc: ti-st: st_kim: use 'time_left' variable with wait_for_completion_interr...
Wolfram Sang
-4
/
+4
2024-07-03
misc: tifm: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
-3
/
+3
2024-07-03
misc: bh1770glc: use 'time_left' variable with wait_event_interruptible_timeo...
Wolfram Sang
-5
/
+5
2024-07-03
misc: apds990x: use 'time_left' variable with wait_event_interruptible_timeout()
Wolfram Sang
-5
/
+5
2024-07-03
binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issues
Lei Liu
-5
/
+5
2024-07-03
binder: use bitmap for faster descriptor lookup
Carlos Llamas
-14
/
+279
2024-07-03
Merge tag 'coresight-next-v6.11' of ssh://gitolite.kernel.org/pub/scm/linux/k...
Greg Kroah-Hartman
-6
/
+7
2024-07-03
Merge tag 'counter-updates-for-6.11' of ssh://gitolite.kernel.org/pub/scm/lin...
Greg Kroah-Hartman
-22
/
+139
2024-07-03
Merge tag 'w1-drv-6.11' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...
Greg Kroah-Hartman
-9
/
+6
2024-07-03
Merge tag 'fpga-for-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
-8
/
+2
2024-07-02
iio: adc: ad7173: Fix uninitialized symbol is_current_chan
Jonathan Cameron
-1
/
+3
2024-07-01
iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADC
AngeloGioacchino Del Regno
-0
/
+619
2024-07-01
math.h: Add unsigned 8 bits fractional numbers type
AngeloGioacchino Del Regno
-0
/
+2
2024-07-01
dt-bindings: iio: adc: Add MediaTek MT6359 PMIC AUXADC
AngeloGioacchino Del Regno
-0
/
+98
2024-07-01
Merge 6.10-rc6 into char-misc-next
Greg Kroah-Hartman
-4099
/
+7807
2024-07-01
counter: ti-eqep: Allow eQEP driver to be built for K3 devices
Judith Mendez
-1
/
+1
2024-07-01
hwtracing: use for_each_endpoint_of_node()
Kuninori Morimoto
-2
/
+2
2024-07-01
counter/ti-eqep: Add new ti-am62-eqep compatible
Judith Mendez
-0
/
+1
2024-07-01
dt-bindings: counter: Add new ti,am62-eqep compatible
Judith Mendez
-5
/
+22
2024-07-01
counter: ti-eqep: remove counter_priv() wrapper
David Lechner
-14
/
+9
2024-07-01
counter: ti-eqep: remove unused struct member
David Lechner
-1
/
+0
2024-07-01
counter: ti-eqep: implement over/underflow events
David Lechner
-1
/
+105
2024-07-01
counter: ftm-quaddec: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-30
Linux 6.10-rc6
v6.10-rc6
Linus Torvalds
-1
/
+1
2024-06-30
Merge tag 'ata-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
-22
/
+36
2024-06-30
ata: ahci: Clean up sysfs file on error
Niklas Cassel
-5
/
+12
2024-06-30
ata: libata-core: Fix double free on error
Niklas Cassel
-4
/
+4
2024-06-30
ata,scsi: libata-core: Do not leak memory for ata_port struct members
Niklas Cassel
-14
/
+19
2024-06-30
ata: libata-core: Fix null pointer dereference on error
Niklas Cassel
-0
/
+3
2024-06-30
Merge tag 'kbuild-fixes-v6.10-3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-13
/
+11
2024-06-30
x86-32: fix cmpxchg8b_emu build error with clang
Linus Torvalds
-7
/
+5
2024-06-30
Merge tag 'char-misc-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-87
/
+322
2024-06-30
Merge tag 'staging-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+14
[next]