index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
Revert "dm raid: remove unnecessary discard limits for raid10"
Song Liu
1
-0
/
+11
2020-12-09
drm/amd/pm: typo fix (CUSTOM -> COMPUTE)
Evan Quan
1
-1
/
+1
2020-12-09
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
5
-34
/
+90
2020-12-09
Input: cros_ec_keyb - send 'scancodes' in addition to key events
Dmitry Torokhov
1
-0
/
+1
2020-12-09
net/mlx4_en: Handle TX error CQE
Moshe Shemesh
3
-7
/
+39
2020-12-09
net/mlx4_en: Avoid scheduling restart task if it is already running
Moshe Shemesh
2
-8
/
+19
2020-12-09
e1000e: fix S0ix flow to allow S0i3.2 subset entry
Vitaly Lifshits
1
-4
/
+4
2020-12-09
ice: avoid premature Rx buffer reuse
Björn Töpel
1
-9
/
+22
2020-12-09
ixgbe: avoid premature Rx buffer reuse
Björn Töpel
1
-7
/
+17
2020-12-09
i40e: avoid premature Rx buffer reuse
Björn Töpel
1
-7
/
+20
2020-12-09
igb: avoid transmit queue timeout in xdp path
Sven Auhagen
1
-0
/
+5
2020-12-09
igb: use xdp_do_flush
Sven Auhagen
1
-1
/
+1
2020-12-09
igb: skb add metasize for xdp
Sven Auhagen
1
-0
/
+4
2020-12-09
igb: XDP extack message on error
Sven Auhagen
1
-5
/
+12
2020-12-09
igb: take VLAN double header into account
Sven Auhagen
2
-4
/
+8
2020-12-09
igb: XDP xmit back fix error code
Sven Auhagen
1
-1
/
+1
2020-12-09
Merge tag 'arm-soc-fixes-v5.10-4b' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2020-12-09
Revert "geneve: pull IP header before ECN decapsulation"
Jakub Kicinski
1
-16
/
+4
2020-12-09
firmware: xilinx: Mark pm_api_features_map with static keyword
Zou Wei
1
-1
/
+1
2020-12-09
RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait
Leon Romanovsky
1
-0
/
+2
2020-12-09
Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2020-12-09
netdevsim: Add debugfs toggle to reject BPF programs in verifier
Toke Høiland-Jørgensen
2
-2
/
+11
2020-12-09
xdp: Remove the xdp_attachment_flags_ok() callback
Toke Høiland-Jørgensen
3
-12
/
+0
2020-12-09
drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs
Andrey Grodzovsky
2
-20
/
+29
2020-12-09
drm/amdgpu: fix size calculation with stolen vga memory
Alex Deucher
1
-0
/
+3
2020-12-09
drm/amd/pm: update smu10.h WORKLOAD_PPLIB setting for raven
Changfeng
2
-14
/
+9
2020-12-09
drm/amdkfd: Fix leak in dmabuf import
Felix Kuehling
1
-0
/
+2
2020-12-09
drm/amdgpu: fix sdma instance fw version and feature version init
Stanley.Yang
1
-1
/
+1
2020-12-09
drm/amd/display: Add wm table for Renoir
Sung Lee
1
-4
/
+89
2020-12-09
drm/amd/display: Prevent bandwidth overflow
Chris Park
1
-2
/
+5
2020-12-09
drm/amdgpu: fix debugfs creation/removal, again
Arnd Bergmann
2
-14
/
+5
2020-12-09
drm/amdgpu/disply: set num_crtc earlier
Alex Deucher
1
-5
/
+4
2020-12-09
xen: don't use page->lru for ZONE_DEVICE memory
Juergen Gross
2
-16
/
+69
2020-12-09
xen: add helpers for caching grant mapping pages
Juergen Gross
5
-128
/
+103
2020-12-09
gpio: eic-sprd: break loop when getting NULL device resource
Chunyan Zhang
1
-1
/
+1
2020-12-09
pinctrl: intel: Actually disable Tx and Rx buffers on GPIO request
Andy Shevchenko
1
-2
/
+2
2020-12-08
drm/amdgpu/powerplay: parse fan table for CI asics
Alex Deucher
1
-1
/
+102
2020-12-08
net: ll_temac: Fix potential NULL dereference in temac_probe()
Zhang Changzhong
1
-6
/
+3
2020-12-08
Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug"
Linus Torvalds
2
-55
/
+13
2020-12-08
net: stmmac: overwrite the dma_cap.addr64 according to HW design
Fugang Duan
2
-8
/
+9
2020-12-08
net: stmmac: delete the eee_ctrl_timer after napi disabled
Fugang Duan
1
-3
/
+10
2020-12-08
net: stmmac: free tx skb buffer in stmmac_resume()
Fugang Duan
1
-0
/
+14
2020-12-08
net: stmmac: start phylink instance before stmmac_hw_setup()
Fugang Duan
1
-8
/
+8
2020-12-08
net: stmmac: increase the timeout for dma reset
Fugang Duan
1
-1
/
+1
2020-12-08
bonding: fix feature flag setting at init time
Jarod Wilson
1
-7
/
+15
2020-12-08
drm/i915/gt: Declare gen9 has 64 mocs entries!
Chris Wilson
1
-4
/
+3
2020-12-08
drm/i915/display/dp: Compute the correct slice count for VDSC on DP
Manasi Navare
1
-1
/
+1
2020-12-08
drm/i915: fix size_t greater or equal to zero comparison
Colin Ian King
1
-1
/
+1
2020-12-08
drm/i915/gt: Cancel the preemption timeout on responding to it
Chris Wilson
1
-1
/
+3
2020-12-08
drm/i915/gt: Ignore repeated attempts to suspend request flow across reset
Chris Wilson
1
-0
/
+3
[prev]
[next]