index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
Vlastimil Babka
2022-01-22
4
-0
/
+17
*
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
18
-83
/
+83
*
scsi/sg: move sg-big-buff sysctl to scsi/sg.c
Xiaoming Ni
2022-01-22
1
-1
/
+34
*
random: move the random sysctl declarations to its own file
Xiaoming Ni
2022-01-22
1
-2
/
+12
*
firmware_loader: move firmware sysctl to its own files
Xiaoming Ni
2022-01-22
3
-3
/
+40
*
cdrom: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
2022-01-22
1
-22
/
+1
*
macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
2022-01-22
1
-23
/
+1
*
i915: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
2022-01-22
1
-21
/
+1
*
hpet: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
2022-01-22
1
-21
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
2022-01-21
5
-27
/
+105
|
\
|
*
HID: wacom: Avoid using stale array indicies to read contact count
Jason Gerecke
2022-01-21
1
-0
/
+4
|
*
HID: wacom: Ignore the confidence flag when a touch is removed
Jason Gerecke
2022-01-21
1
-3
/
+26
|
*
HID: wacom: Reset expected and received contact counts at the same time
Jason Gerecke
2022-01-21
1
-1
/
+5
|
*
HID: uhid: Use READ_ONCE()/WRITE_ONCE() for ->running
Jann Horn
2022-01-19
1
-10
/
+10
|
*
HID: uhid: Fix worker destroying device without any protection
Jann Horn
2022-01-19
1
-4
/
+25
|
*
HID: vivaldi: Minor cleanups
Stephen Boyd
2022-01-14
1
-3
/
+4
|
*
HID: vivaldi: fix handling devices not using numbered reports
Dmitry Torokhov
2022-01-14
1
-6
/
+28
|
*
HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100
Karl Kurbjun
2022-01-12
2
-0
/
+3
*
|
Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-01-21
3
-45
/
+32
|
\
\
|
*
|
brd: remove brd_devices_mutex mutex
Tetsuo Handa
2022-01-17
1
-43
/
+30
|
*
|
aoe: remove redundant assignment on variable n
Colin Ian King
2022-01-13
1
-1
/
+1
|
*
|
loop: remove redundant initialization of pointer node
Colin Ian King
2022-01-13
1
-1
/
+1
*
|
|
Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
2022-01-21
15
-184
/
+1294
|
\
\
\
|
*
|
|
rtc: sunplus: fix return value in sp_rtc_probe()
Yang Yingliang
2022-01-16
1
-1
/
+1
|
*
|
|
rtc: cmos: Evaluate century appropriate
Riwen Lu
2022-01-16
1
-1
/
+1
|
*
|
|
rtc: gamecube: Fix an IS_ERR() vs NULL check
Dan Carpenter
2022-01-16
1
-2
/
+2
|
*
|
|
rtc: mc146818-lib: fix signedness bug in mc146818_get_time()
Dan Carpenter
2022-01-16
1
-1
/
+1
|
*
|
|
rtc: pxa: fix null pointer dereference
Laurence de Bruxelles
2022-01-05
1
-0
/
+4
|
*
|
|
rtc: ftrtc010: Use platform_get_irq() to get the interrupt
Lad Prabhakar
2022-01-05
1
-5
/
+3
|
*
|
|
rtc: Move variable into switch case statement
Kees Cook
2022-01-05
1
-3
/
+3
|
*
|
|
rtc: pcf2127: Fix typo in comment
Hugo Villeneuve
2022-01-05
1
-1
/
+1
|
*
|
|
rtc: Add driver for RTC in Sunplus SP7021
Vincent Shih
2022-01-05
3
-0
/
+376
|
*
|
|
rtc: rs5c372: fix incorrect oscillation value on r2221tl
Camel Guo
2022-01-05
1
-3
/
+7
|
*
|
|
rtc: rs5c372: add offset correction support
Camel Guo
2022-01-04
1
-0
/
+120
|
*
|
|
rtc: cmos: avoid UIP when writing alarm time
Mateusz Jończyk
2021-12-16
1
-41
/
+66
|
*
|
|
rtc: cmos: avoid UIP when reading alarm time
Mateusz Jończyk
2021-12-16
1
-23
/
+49
|
*
|
|
rtc: mc146818-lib: refactor mc146818_does_rtc_work
Mateusz Jończyk
2021-12-16
1
-16
/
+1
|
*
|
|
rtc: mc146818-lib: refactor mc146818_get_time
Mateusz Jończyk
2021-12-16
1
-67
/
+42
|
*
|
|
rtc: mc146818-lib: extract mc146818_avoid_UIP
Mateusz Jończyk
2021-12-16
1
-0
/
+70
|
*
|
|
rtc: mc146818-lib: fix RTC presence check
Mateusz Jończyk
2021-12-16
2
-10
/
+34
|
*
|
|
rtc: Check return value from mc146818_get_time()
Mateusz Jończyk
2021-12-16
3
-3
/
+14
|
*
|
|
rtc: mc146818-lib: change return values of mc146818_get_time()
Mateusz Jończyk
2021-12-16
1
-2
/
+2
|
*
|
|
rtc: cmos: take rtc_lock while reading from CMOS
Mateusz Jończyk
2021-12-16
1
-0
/
+3
|
*
|
|
rtc: gamecube: Report low battery as invalid data
Emmanuel Gil Peyrot
2021-12-16
1
-0
/
+30
|
*
|
|
rtc: gamecube: Add a RTC driver for the GameCube, Wii and Wii U
Emmanuel Gil Peyrot
2021-12-16
3
-0
/
+359
|
*
|
|
rtc: rv8803: Add support for the Epson RX8804 RTC
Fabio Estevam
2021-12-02
1
-0
/
+6
|
*
|
|
rtc: da9063: add as wakeup source
Nikita Shubin
2021-12-02
1
-0
/
+2
|
*
|
|
rtc: da9063: switch to RTC_FEATURE_UPDATE_INTERRUPT
Alexandre Belloni
2021-12-01
1
-6
/
+8
|
*
|
|
rtc: pcf85063: add i2c_device_id name matching support
Marc Ferland
2021-12-01
1
-31
/
+66
|
*
|
|
rtc: rs5c372: Add RTC_VL_READ, RTC_VL_CLR ioctls
Camel Guo
2021-12-01
1
-0
/
+55
[next]