index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
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
2022-07-27
net: dsa: microchip: add common gigabit set and get function
Arun Ramadoss
6
-48
/
+82
2022-07-27
fbdev: Make registered_fb[] private to fbmem.c
Daniel Vetter
1
-3
/
+3
2022-07-27
drm/panel/panel-sitronix-st7701: Add Densitron DMT028VGHMCMI-1A TFT
Marek Vasut
1
-5
/
+182
2022-07-27
drm: Fix typo 'the the' in comment
Slark Xiao
2
-2
/
+2
2022-07-27
staging: r8188eu: convert rtw_pwr_wakeup to correct error code semantics
Phillip Potter
3
-23
/
+15
2022-07-27
staging: r8188eu: make dump_chip_info() static
Michael Straube
3
-42
/
+39
2022-07-27
staging: r8188eu: remove DoReserved prototype
Martin Kaiser
1
-2
/
+0
2022-07-27
staging: r8188eu: remove OnAtim prototype
Martin Kaiser
1
-2
/
+0
2022-07-27
staging: r8188eu: remove SetHwReg8188EU()
Michael Straube
3
-52
/
+33
2022-07-27
staging: r8188eu: make update_TSF() and correct_TSF() static
Michael Straube
3
-23
/
+20
2022-07-27
staging: r8188eu: remove unused parameter from update_TSF()
Michael Straube
3
-4
/
+4
2022-07-27
staging: r8188eu: remove unused parameter from correct_TSF()
Michael Straube
3
-4
/
+4
2022-07-27
staging: r8188eu: remove HW_VAR_SET_OPMODE from SetHwReg8188EU()
Michael Straube
4
-110
/
+107
2022-07-27
staging: pi433: remove duplicated comments
Sidong Yang
1
-1
/
+1
2022-07-27
staging: qlge: refine variable name
Binyi Han
1
-7
/
+7
2022-07-27
drm/i915/hdmi: Prune modes that require HDMI2.1 FRL
Ankit Nautiyal
1
-0
/
+9
2022-07-26
hwmon: (nct6775) add ASUS TUF GAMING B550-PLUS WIFI II
Robert Schmidt
1
-0
/
+1
2022-07-26
scsi: target: Remove XDWRITEREAD emulated support
Mike Christie
1
-99
/
+0
2022-07-26
scsi: megaraid: Remove the static variable initialisation
Jason Wang
1
-1
/
+1
2022-07-26
scsi: ch: Do not initialise statics to 0
Xin Gao
1
-1
/
+1
2022-07-26
scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot"
Colin Ian King
1
-1
/
+1
2022-07-26
scsi: target: iscsi: Do not require target authentication
Dmitry Bogdanov
2
-6
/
+12
2022-07-26
scsi: target: iscsi: Allow AuthMethod=None
Dmitry Bogdanov
3
-2
/
+15
2022-07-26
scsi: target: iscsi: Support base64 in CHAP
Dmitry Bogdanov
3
-24
/
+94
2022-07-26
scsi: target: iscsi: Add support for extended CDB AHS
Dmitry Bogdanov
1
-3
/
+52
2022-07-26
scsi: ufs: core: Fix a race condition related to device management
Bart Van Assche
1
-18
/
+40
2022-07-26
scsi: core: Fix warning in scsi_alloc_sgtables()
Jason Yan
1
-1
/
+1
2022-07-26
scsi: ufs: host: Hold reference returned by of_parse_phandle()
Liang He
1
-2
/
+13
2022-07-26
scsi: mpt3sas: Stop fw fault watchdog work item during system shutdown
David Jeffery
1
-0
/
+1
2022-07-27
Merge tag 'topic/nouveau-misc-2022-07-27' of git://anongit.freedesktop.org/drm/drm into drm-next
Dave Airlie
158
-8836
/
+6377
2022-07-27
Merge tag 'amd-drm-next-5.20-2022-07-26' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
165
-6886
/
+9475
2022-07-27
drm/nouveau/disp: move DAC load detection method
Ben Skeggs
7
-44
/
+57
2022-07-27
drm/nouveau/disp: add output class
Ben Skeggs
17
-6
/
+221
2022-07-27
drm/nouveau/disp: add supervisor mutex
Ben Skeggs
5
-4
/
+21
2022-07-27
drm/nouveau/disp: add conn method to query HPD pin status
Ben Skeggs
6
-3
/
+88
2022-07-27
drm/nouveau/disp: add connector class
Ben Skeggs
15
-4
/
+189
2022-07-27
drm/nouveau/disp: add common channel class handling
Ben Skeggs
42
-828
/
+457
2022-07-27
drm/nouveau/disp: split sor hda funcs out to their own struct
Ben Skeggs
12
-63
/
+44
2022-07-27
drm/nouveau/disp: split sor dp funcs out to their own struct
Ben Skeggs
16
-154
/
+157
2022-07-27
drm/nouveau/disp: replace hda func pointer check with flag
Ben Skeggs
17
-168
/
+31
2022-07-27
drm/nouveau/disp: merge nv50_disp_new_() and nvkm_disp_new()
Ben Skeggs
19
-90
/
+45
2022-07-27
drm/nouveau/disp: group supervisor-related struct members
Ben Skeggs
4
-32
/
+34
2022-07-27
drm/nouveau/disp: merge head/outp/ior code into chipset files
Ben Skeggs
92
-6818
/
+5147
2022-07-27
drm/nouveau/disp: add common class handling between <nv50 and >=nv50
Ben Skeggs
48
-1072
/
+396
2022-07-27
drm/nouveau/disp: collapse nv50_disp into nvkm_disp
Ben Skeggs
65
-562
/
+472
2022-07-27
drm/nouveau/disp: collapse nv50_disp_func into nvkm_disp_func
Ben Skeggs
21
-127
/
+192
2022-07-27
drm/nouveau/disp: clean up nvkm_outp constructors
Ben Skeggs
3
-32
/
+19
2022-07-27
drm/nouveau/disp: collapse nvkm_dp into nvkm_outp
Ben Skeggs
4
-261
/
+239
2022-07-26
i2c: mux-gpmux: Add of_node_put() when breaking out of loop
Liang He
1
-0
/
+1
2022-07-26
mlxsw: core_linecards: Implement line card device flashing
Jiri Pirko
4
-10
/
+323
[prev]
[next]