summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-224-0/+17
* proc: remove PDE_DATA() completelyMuchun Song2022-01-2218-83/+83
* scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-221-1/+34
* random: move the random sysctl declarations to its own fileXiaoming Ni2022-01-221-2/+12
* firmware_loader: move firmware sysctl to its own filesXiaoming Ni2022-01-223-3/+40
* cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-22/+1
* macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-23/+1
* i915: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
* hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2022-01-215-27/+105
|\
| * HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke2022-01-211-0/+4
| * HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke2022-01-211-3/+26
| * HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke2022-01-211-1/+5
| * HID: uhid: Use READ_ONCE()/WRITE_ONCE() for ->runningJann Horn2022-01-191-10/+10
| * HID: uhid: Fix worker destroying device without any protectionJann Horn2022-01-191-4/+25
| * HID: vivaldi: Minor cleanupsStephen Boyd2022-01-141-3/+4
| * HID: vivaldi: fix handling devices not using numbered reportsDmitry Torokhov2022-01-141-6/+28
| * HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100Karl Kurbjun2022-01-122-0/+3
* | Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-213-45/+32
|\ \
| * | brd: remove brd_devices_mutex mutexTetsuo Handa2022-01-171-43/+30
| * | aoe: remove redundant assignment on variable nColin Ian King2022-01-131-1/+1
| * | loop: remove redundant initialization of pointer nodeColin Ian King2022-01-131-1/+1
* | | Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-01-2115-184/+1294
|\ \ \
| * | | rtc: sunplus: fix return value in sp_rtc_probe()Yang Yingliang2022-01-161-1/+1
| * | | rtc: cmos: Evaluate century appropriateRiwen Lu2022-01-161-1/+1
| * | | rtc: gamecube: Fix an IS_ERR() vs NULL checkDan Carpenter2022-01-161-2/+2
| * | | rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter2022-01-161-1/+1
| * | | rtc: pxa: fix null pointer dereferenceLaurence de Bruxelles2022-01-051-0/+4
| * | | rtc: ftrtc010: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-5/+3
| * | | rtc: Move variable into switch case statementKees Cook2022-01-051-3/+3
| * | | rtc: pcf2127: Fix typo in commentHugo Villeneuve2022-01-051-1/+1
| * | | rtc: Add driver for RTC in Sunplus SP7021Vincent Shih2022-01-053-0/+376
| * | | rtc: rs5c372: fix incorrect oscillation value on r2221tlCamel Guo2022-01-051-3/+7
| * | | rtc: rs5c372: add offset correction supportCamel Guo2022-01-041-0/+120
| * | | rtc: cmos: avoid UIP when writing alarm timeMateusz Jończyk2021-12-161-41/+66
| * | | rtc: cmos: avoid UIP when reading alarm timeMateusz Jończyk2021-12-161-23/+49
| * | | rtc: mc146818-lib: refactor mc146818_does_rtc_workMateusz Jończyk2021-12-161-16/+1
| * | | rtc: mc146818-lib: refactor mc146818_get_timeMateusz Jończyk2021-12-161-67/+42
| * | | rtc: mc146818-lib: extract mc146818_avoid_UIPMateusz Jończyk2021-12-161-0/+70
| * | | rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk2021-12-162-10/+34
| * | | rtc: Check return value from mc146818_get_time()Mateusz Jończyk2021-12-163-3/+14
| * | | rtc: mc146818-lib: change return values of mc146818_get_time()Mateusz Jończyk2021-12-161-2/+2
| * | | rtc: cmos: take rtc_lock while reading from CMOSMateusz Jończyk2021-12-161-0/+3
| * | | rtc: gamecube: Report low battery as invalid dataEmmanuel Gil Peyrot2021-12-161-0/+30
| * | | rtc: gamecube: Add a RTC driver for the GameCube, Wii and Wii UEmmanuel Gil Peyrot2021-12-163-0/+359
| * | | rtc: rv8803: Add support for the Epson RX8804 RTCFabio Estevam2021-12-021-0/+6
| * | | rtc: da9063: add as wakeup sourceNikita Shubin2021-12-021-0/+2
| * | | rtc: da9063: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2021-12-011-6/+8
| * | | rtc: pcf85063: add i2c_device_id name matching supportMarc Ferland2021-12-011-31/+66
| * | | rtc: rs5c372: Add RTC_VL_READ, RTC_VL_CLR ioctlsCamel Guo2021-12-011-0/+55