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-06-13
octeontx2-vf: Add support for adaptive interrupt coalescing
Suman Ghosh
1
-1
/
+2
2022-06-13
net: smsc95xx: add support for Microchip EVB-LAN8670-USB
Parthiban Veerasooran
1
-0
/
+5
2022-06-13
nfp: support 48-bit DMA addressing for NFP3800
Yinjun Zhang
10
-33
/
+52
2022-06-13
spi: tegra210-quad: Multi-cs support
Krishna Yarlagadda
1
-2
/
+31
2022-06-13
regulator: rpi-panel-attiny: Use backlight helper
Stephen Kitt
1
-5
/
+1
2022-06-13
xilinx: Fix build on x86.
David S. Miller
1
-4
/
+4
2022-06-13
net: axienet: Use iowrite64 to write all 64b descriptor pointers
Andy Chiu
1
-3
/
+18
2022-06-13
net: axienet: make the 64b addresable DMA depends on 64b archectures
Andy Chiu
2
-24
/
+40
2022-06-13
net: ipa: derive channel from transaction
Alex Elder
3
-29
/
+13
2022-06-13
net: ipa: determine channel from event
Alex Elder
1
-5
/
+21
2022-06-13
net: ipa: simplify endpoint transaction completion
Alex Elder
1
-18
/
+5
2022-06-13
net: ipa: rename endpoint->trans_tre_max
Alex Elder
2
-4
/
+4
2022-06-13
net: ipa: rename channel->tlv_count
Alex Elder
5
-32
/
+11
2022-06-13
net: ipa: verify command channel TLV count
Alex Elder
1
-12
/
+27
2022-06-13
net: hns3: fix tm port shapping of fibre port is incorrect after driver initialization
Guangbin Huang
3
-4
/
+10
2022-06-13
net: hns3: fix PF rss size initialization bug
Jie Wang
1
-1
/
+3
2022-06-13
net: hns3: restore tm priority/qset to default settings when tc disabled
Guangbin Huang
2
-31
/
+65
2022-06-13
net: hns3: modify the ring param print info
Jie Wang
1
-1
/
+1
2022-06-13
net: hns3: don't push link state to VF if unalive
Jian Shen
1
-0
/
+6
2022-06-13
net: hns3: set port base vlan tbl_sta to false before removing old vlan
Guangbin Huang
1
-0
/
+1
2022-06-13
drm/i915/uc: remove accidental static from a local variable
Jani Nikula
1
-1
/
+1
2022-06-13
drm/i915: Individualize fences before adding to dma_resv obj
Nirmoy Das
2
-21
/
+30
2022-06-13
drm/i915/gt: Fix memory leaks in per-gt sysfs
Ashutosh Dixit
5
-22
/
+19
2022-06-13
drm/i915/reset: Fix error_state_read ptr + offset use
Alan Previn
1
-3
/
+12
2022-06-13
clk: renesas: rza1: Remove struct rz_cpg
Geert Uytterhoeven
1
-18
/
+15
2022-06-13
clk: renesas: r8a7779: Remove struct r8a7779_cpg
Geert Uytterhoeven
1
-18
/
+9
2022-06-13
clk: renesas: r8a7778: Remove struct r8a7778_cpg
Geert Uytterhoeven
1
-22
/
+9
2022-06-13
clk: renesas: sh73a0: Remove sh73a0_cpg.reg
Geert Uytterhoeven
1
-13
/
+13
2022-06-13
clk: renesas: r8a7740: Remove r8a7740_cpg.reg
Geert Uytterhoeven
1
-10
/
+10
2022-06-13
clk: renesas: r8a73a4: Remove r8a73a4_cpg.reg
Geert Uytterhoeven
1
-11
/
+11
2022-06-13
clk: renesas: r8a779f0: Add SDHI0 clock
Wolfram Sang
1
-0
/
+1
2022-06-13
soc: renesas: rcar-sysc: Optimize rcar_sysc_area struct sizes
Geert Uytterhoeven
2
-4
/
+4
2022-06-13
soc: renesas: r8a779a0-sysc: Fix A2DP1 and A2CV[2357] PDR values
Geert Uytterhoeven
1
-5
/
+5
2022-06-13
drm/probe-helper: abstract .get_modes() connector helper call
Jani Nikula
1
-10
/
+19
2022-06-13
drm/edid: add new interfaces around struct drm_edid
Jani Nikula
1
-24
/
+221
2022-06-13
drm/edid: keep track of alloc size in drm_do_get_edid()
Jani Nikula
1
-8
/
+19
2022-06-13
drm/edid: add block count and data helper functions for drm_edid
Jani Nikula
1
-7
/
+35
2022-06-13
drm/edid: abstract cea data block collection size
Jani Nikula
1
-3
/
+21
2022-06-13
drm/edid: fix CTA data block collection size for CTA version 3
Jani Nikula
1
-2
/
+0
2022-06-13
clk: renesas: r8a779f0: Add thermal clock
Wolfram Sang
1
-0
/
+1
2022-06-13
drm/syncobj: add missing error return code in drm_syncobj_transfer_to_timeline()
Yang Yingliang
1
-1
/
+3
2022-06-13
ata: libata-core: fix sloppy typing in ata_id_n_sectors()
Sergey Shtylyov
1
-4
/
+6
2022-06-13
ata: pata_hpt3x2n: pass base DPLL frequency to hpt3x2n_pci_clock()
Sergey Shtylyov
1
-8
/
+11
2022-06-13
ata: pata_hpt37x: merge hpt374_read_freq() to hpt37x_pci_clock()
Sergey Shtylyov
1
-24
/
+10
2022-06-13
ata: pata_hpt37x: factor out hpt37x_pci_clock()
Sergey Shtylyov
1
-43
/
+51
2022-06-13
ata: pata_hpt37x: move claculating PCI clock from hpt37x_clock_slot()
Sergey Shtylyov
1
-17
/
+28
2022-06-13
ata: libata: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-06-12
drm: vkms: Alloc the compose frame using vzalloc
Igor Torrente
1
-3
/
+3
2022-06-12
drm/vkms: check plane_composer->map[0] before using it
Tales Lelo da Aparecida
1
-1
/
+1
2022-06-12
drm/v3d: Add support for bcm2711
Peter Robinson
2
-2
/
+4
[prev]
[next]