index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-22
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-16
/
+29
2018-03-22
Merge tag 'drm-fixes-for-v4.16-rc7' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
28
-84
/
+175
2018-03-23
drm/ast: Fixed 1280x800 Display Issue
Y.C. Chen
1
-2
/
+2
2018-03-22
Merge tag 'acpi-4.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
3
-48
/
+6
2018-03-22
Merge branch 'acpi-wdat'
Rafael J. Wysocki
2
-3
/
+3
2018-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
111
-805
/
+1186
2018-03-22
Merge tag 'mmc-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
6
-7
/
+44
2018-03-23
Merge tag 'drm-misc-fixes-2018-03-22' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
5
-8
/
+22
2018-03-23
Merge tag 'drm-intel-fixes-2018-03-21' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2
-7
/
+4
2018-03-23
Merge branch 'vmwgfx-fixes-4.16' of git://people.freedesktop.org/~thomash/lin...
Dave Airlie
6
-17
/
+59
2018-03-23
Merge tag 'imx-drm-fixes-2018-03-22' of git://git.pengutronix.de/git/pza/linu...
Dave Airlie
3
-7
/
+20
2018-03-22
macsec: missing dev_put() on error in macsec_newlink()
Dan Carpenter
1
-2
/
+3
2018-03-22
Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2
-0
/
+2
2018-03-22
net: dsa: Fix functional dsa-loop dependency on FIXED_PHY
Florian Fainelli
1
-1
/
+4
2018-03-22
hv_netvsc: common detach logic
Stephen Hemminger
4
-143
/
+173
2018-03-22
hv_netvsc: change GPAD teardown order on older versions
Stephen Hemminger
1
-1
/
+6
2018-03-22
hv_netvsc: use RCU to fix concurrent rx and queue changes
Stephen Hemminger
2
-35
/
+21
2018-03-22
hv_netvsc: disable NAPI before channel close
Stephen Hemminger
1
-4
/
+4
2018-03-22
ppp: avoid loop in xmit recursion detection code
Guillaume Nault
1
-12
/
+14
2018-03-22
net: aquantia: driver version bump
Igor Russkikh
1
-1
/
+1
2018-03-22
net: aquantia: Implement pci shutdown callback
Igor Russkikh
3
-0
/
+36
2018-03-22
net: aquantia: Allow live mac address changes
Igor Russkikh
1
-0
/
+2
2018-03-22
net: aquantia: Add tx clean budget and valid budget handling logic
Igor Russkikh
4
-9
/
+13
2018-03-22
net: aquantia: Change inefficient wait loop on fw data reads
Igor Russkikh
2
-15
/
+28
2018-03-22
net: aquantia: Fix a regression with reset on old firmware
Igor Russkikh
1
-0
/
+4
2018-03-22
net: aquantia: Fix hardware reset when SPI may rarely hangup
Igor Russkikh
1
-5
/
+15
2018-03-22
s390/qeth: on channel error, reject further cmd requests
Julian Wiedmann
1
-0
/
+1
2018-03-22
s390/qeth: lock read device while queueing next buffer
Julian Wiedmann
1
-3
/
+13
2018-03-22
s390/qeth: when thread completes, wake up all waiters
Julian Wiedmann
1
-1
/
+1
2018-03-22
s390/qeth: free netdevice when removing a card
Julian Wiedmann
3
-4
/
+2
2018-03-22
net: phy: micrel: Use the general dummy stubs for MMD register access
Kevin Hao
1
-21
/
+2
2018-03-22
net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211b
Kevin Hao
1
-0
/
+2
2018-03-22
net: phy: Add general dummy stubs for MMD register access
Kevin Hao
1
-0
/
+17
2018-03-22
drm: udl: Properly check framebuffer mmap offsets
Greg Kroah-Hartman
1
-2
/
+7
2018-03-22
Merge branch 'drm-fixes-4.16' of git://people.freedesktop.org/~agd5f/linux in...
Dave Airlie
7
-36
/
+48
2018-03-21
libnvdimm, nfit: fix persistence domain reporting
Dan Williams
2
-7
/
+13
2018-03-21
qede: fix spelling mistake: "registeration" -> "registration"
Colin Ian King
2
-3
/
+3
2018-03-21
bnx2x: fix spelling mistake: "registeration" -> "registration"
Colin Ian King
1
-1
/
+1
2018-03-21
libnvdimm, region: hide persistence_domain when unknown
Dan Williams
1
-0
/
+7
2018-03-21
drm/i915: Specify which engines to reset following semaphore/event lockups
Chris Wilson
1
-2
/
+2
2018-03-21
ath9k_htc: use non-QoS NDP for AP probing
Johannes Berg
1
-0
/
+1
2018-03-21
mac80211_hwsim: Set wmediumd for new radios
Andrew Zaborowski
1
-0
/
+1
2018-03-21
mmc: sdhci-acpi: Fix IRQ 0
Adrian Hunter
1
-1
/
+1
2018-03-21
drm/vmwgfx: Fix a destoy-while-held mutex problem.
Thomas Hellstrom
4
-16
/
+34
2018-03-21
drm/vmwgfx: Fix black screen and device errors when running without fbdev
Thomas Hellstrom
4
-1
/
+25
2018-03-21
drm: Reject getfb for multi-plane framebuffers
Daniel Stone
1
-0
/
+7
2018-03-21
drm/amd/display: Add one to EDID's audio channel count when passing to DC
Harry Wentland
1
-1
/
+1
2018-03-21
drm/amd/display: We shouldn't set format_default on plane as atomic driver
Harry Wentland
1
-2
/
+0
2018-03-21
drm/amd/display: Fix FMT truncation programming
Mikita Lipski
1
-2
/
+2
2018-03-21
drm/amd/display: Allow truncation to 10 bits
Mikita Lipski
1
-3
/
+2
[next]