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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-20
net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_dev
Huazhong Tan
3
-13
/
+0
2019-12-20
net: hns3: check FE bit before calling hns3_add_frag()
Yunsheng Lin
1
-33
/
+13
2019-12-20
llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)
Chan Shu Tak, Alex
1
-2
/
+2
2019-12-20
tipc: make legacy address flag readable over netlink
John Rutherford
4
-0
/
+65
2019-12-20
net: hisilicon: Fix a BUG trigered by wrong bytes_compl
Jiangfeng Xiao
1
-1
/
+1
2019-12-20
Merge branch 'VSOCK-add-vsock_test-test-suite'
David S. Miller
10
-154
/
+882
2019-12-20
vsock_test: add SOCK_STREAM MSG_PEEK test
Stefano Garzarella
1
-0
/
+34
2019-12-20
testing/vsock: print list of options and description
Stefano Garzarella
2
-2
/
+24
2019-12-20
testing/vsock: add parameters to list and skip tests
Stefano Garzarella
6
-20
/
+116
2019-12-20
vsock_test: wait for the remote to close the connection
Stefano Garzarella
3
-4
/
+48
2019-12-20
VSOCK: add AF_VSOCK test cases
Stefan Hajnoczi
4
-2
/
+317
2019-12-20
VSOCK: add send_byte()/recv_byte() test utilities
Stefan Hajnoczi
2
-0
/
+105
2019-12-20
VSOCK: add full barrier between test cases
Stefan Hajnoczi
1
-2
/
+16
2019-12-20
VSOCK: extract connect/accept functions from vsock_diag_test.c
Stefan Hajnoczi
3
-76
/
+119
2019-12-20
VSOCK: extract utility functions from vsock_diag_test.c
Stefan Hajnoczi
4
-71
/
+125
2019-12-20
VSOCK: add SPDX identifiers to vsock tests
Stefan Hajnoczi
2
-0
/
+2
2019-12-20
VSOCK: fix header include in vsock_diag_test
Stefan Hajnoczi
3
-5
/
+4
2019-12-20
net: dsa: ksz: use common define for tag len
Michael Grzeschik
1
-5
/
+3
2019-12-20
Merge branch 's390-fixes'
David S. Miller
6
-9
/
+17
2019-12-20
s390/qeth: don't return -ENOTSUPP to userspace
Julian Wiedmann
1
-1
/
+1
2019-12-20
s390/qeth: fix promiscuous mode after reset
Julian Wiedmann
3
-1
/
+4
2019-12-20
s390/qeth: handle error due to unsupported transport mode
Julian Wiedmann
2
-7
/
+12
2019-12-20
Merge branch 'add-dsa-switch-support-for-ar9331'
David S. Miller
12
-1
/
+1253
2019-12-20
net: dsa: add support for Atheros AR9331 built-in switch
Oleksij Rempel
5
-0
/
+869
2019-12-20
net: dsa: add support for Atheros AR9331 TAG format
Oleksij Rempel
4
-0
/
+105
2019-12-20
MIPS: ath79: ar9331: add ar9331-switch node
Oleksij Rempel
2
-1
/
+131
2019-12-20
dt-bindings: net: dsa: qca, ar9331 switch documentation
Oleksij Rempel
1
-0
/
+148
2019-12-20
sbitmap: only queue kyber's wait callback if not already active
David Jeffery
1
-1
/
+1
2019-12-20
cxgb4: fix refcount init for TC-MQPRIO offload
Rahul Lakkireddy
1
-4
/
+8
2019-12-20
Merge tag 'devicetree-fixes-for-5.5-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2019-12-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-3
/
+2
2019-12-20
Merge tag 'drm-fixes-2019-12-21' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
15
-45
/
+366
2019-12-20
Merge tag 'io_uring-5.5-20191220' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-229
/
+493
2019-12-21
Merge tag 'drm-intel-fixes-2019-12-19' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
14
-45
/
+365
2019-12-21
Merge tag 'exynos-drm-fixes-for-v5.5-rc3' of git://git.kernel.org/pub/scm/lin...
Dave Airlie
1
-0
/
+1
2019-12-20
parisc: Fix compiler warnings in debug_core.c
Helge Deller
1
-2
/
+8
2019-12-20
block: fix memleak when __blk_rq_map_user_iov() is failed
Yang Yingliang
1
-1
/
+1
2019-12-20
s390/dasd: fix typo in copyright statement
Stefan Haberland
2
-2
/
+2
2019-12-20
s390/dasd: fix memleak in path handling error case
Stefan Haberland
1
-17
/
+2
2019-12-20
s390/dasd/cio: Interpret ccw_device_get_mdc return value correctly
Jan Höppner
2
-5
/
+6
2019-12-20
block: Fix a lockdep complaint triggered by request queue flushing
Bart Van Assche
2
-0
/
+6
2019-12-20
block: Fix the type of 'sts' in bsg_queue_rq()
Bart Van Assche
1
-1
/
+1
2019-12-20
parisc: soft_offline_page() now takes the pfn
Helge Deller
1
-2
/
+1
2019-12-20
Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-30
/
+17
2019-12-20
Merge tag 'platform-drivers-x86-v5.5-2' of git://git.infradead.org/linux-plat...
Linus Torvalds
5
-25
/
+60
2019-12-20
Merge tag 'mmc-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
6
-20
/
+50
2019-12-20
Merge tag 'char-misc-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-19
/
+37
2019-12-20
Merge tag 'staging-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-16
/
+46
2019-12-20
arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe list
Wei Li
1
-0
/
+1
2019-12-20
Merge tag 'tty-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
5
-24
/
+39
[prev]
[next]