index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
18
-120
/
+169
2020-02-04
Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-36
/
+53
2020-02-04
gtp: use __GFP_NOWARN to avoid memalloc warning
Taehee Yoo
1
-2
/
+2
2020-02-04
r8152: Add MAC passthrough support to new device
Kai-Heng Feng
1
-3
/
+10
2020-02-04
Merge tag 'rproc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...
Linus Torvalds
12
-28
/
+1887
2020-02-04
Merge tag 'hwlock-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...
Linus Torvalds
4
-89
/
+21
2020-02-04
qed: Remove set but not used variable 'p_link'
YueHaibing
1
-3
/
+0
2020-02-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
53
-447
/
+411
2020-02-04
Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-7
/
+15
2020-02-04
Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
32
-53
/
+170
2020-02-04
Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
23
-540
/
+350
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
16
-24
/
+22
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
33
-389
/
+355
2020-02-04
arm64: mm: convert mm/dump.c to use walk_page_range()
Steven Price
1
-1
/
+1
2020-02-04
pinctrl: fix pxa2xx.c build warnings
Randy Dunlap
1
-0
/
+1
2020-02-04
drivers/block/null_blk_main.c: fix uninitialized var warnings
Andrew Morton
1
-1
/
+1
2020-02-04
drivers/block/null_blk_main.c: fix layout
Andrew Morton
1
-28
/
+28
2020-02-04
mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()
David Hildenbrand
1
-5
/
+4
2020-02-04
netdevsim: remove unused sdev code
Taehee Yoo
1
-69
/
+0
2020-02-04
netdevsim: use __GFP_NOWARN to avoid memalloc warning
Taehee Yoo
2
-2
/
+2
2020-02-04
netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfs
Taehee Yoo
3
-14
/
+16
2020-02-04
netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()
Taehee Yoo
1
-1
/
+1
2020-02-04
netdevsim: fix panic in nsim_dev_take_snapshot_write()
Taehee Yoo
2
-2
/
+12
2020-02-04
netdevsim: disable devlink reload when resources are being used
Taehee Yoo
2
-0
/
+21
2020-02-04
netdevsim: fix using uninitialized resources
Taehee Yoo
2
-3
/
+41
2020-02-04
bnxt_en: Fix TC queue mapping.
Michael Chan
1
-1
/
+1
2020-02-04
bnxt_en: Fix logic that disables Bus Master during firmware reset.
Vasundhara Volam
1
-4
/
+7
2020-02-04
bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.
Michael Chan
1
-2
/
+5
2020-02-04
bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.
Michael Chan
1
-7
/
+12
2020-02-04
net: stmmac: Delete txtimer in suspend()
Nicolin Chen
1
-0
/
+4
2020-02-04
Merge branch 'stable/for-linus-5.6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+5
2020-02-04
Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
4
-7
/
+9
2020-02-04
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
103
-1604
/
+12750
2020-02-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
9
-55
/
+380
2020-02-03
clk: ls1028a: Fix warning on clamp() usage
Stephen Boyd
1
-2
/
+2
2020-02-03
platform/chrome: cros_ec: Match implementation with headers
Enric Balletbo i Serra
7
-0
/
+30
2020-02-03
Merge tag 'char-misc-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-02-03
Merge tag 'backlight-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-11
/
+18
2020-02-03
Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
31
-335
/
+1452
2020-02-03
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-77
/
+479
2020-02-02
Merge tag 'leds-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...
Linus Torvalds
9
-92
/
+365
2020-02-02
Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2
-348
/
+311
2020-02-01
qed: Fix a error code in qed_hw_init()
Dan Carpenter
1
-0
/
+1
2020-02-01
octeontx2-pf: Fix an IS_ERR() vs NULL bug
Dan Carpenter
1
-2
/
+2
2020-02-01
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-263
/
+53
2020-02-01
Merge branch 'topic/user-access-begin' into next
Michael Ellerman
274
-1272
/
+2293
2020-02-01
Merge branch 'next' into for-linus
Dmitry Torokhov
5408
-120501
/
+287276
2020-02-01
Input: synaptics-rmi4 - switch to reduced reporting mode
Lucas Stach
1
-0
/
+14
2020-02-01
Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
28
-427
/
+2359
2020-02-01
Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
184
-2023
/
+14434
[next]