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-09-23
ath: Use dev_get_drvdata where possible
Chuhong Yuan
3
-9
/
+5
2019-09-23
ath: fix various spelling mistakes
Colin Ian King
3
-4
/
+4
2019-09-23
ath10k: fix missing checks for bmi reads and writes
Kangjie Lu
1
-9
/
+32
2019-09-23
ath10k: Add support to provide higher range mem chunks in wmi init command
Surabhi Vishnoi
3
-2
/
+34
2019-09-23
ath10k: Add peer param map for tlv and non-tlv
Rakesh Pillai
7
-9
/
+84
2019-09-21
ath10k: Enable MSA region dump support for WCN3990
Govind Singh
5
-0
/
+93
2019-09-21
ath10k: Add xo calibration support for wifi rf clock
Govind Singh
3
-0
/
+25
2019-09-21
dt: bindings: ath10k: add dt entry for XO calibration support
Govind Singh
1
-1
/
+1
2019-09-17
ath10k: fix spelling mistake "eanble" -> "enable"
Colin Ian King
1
-1
/
+1
2019-09-17
ath10k: fix latency issue for QCA988x
Miaoqing Pan
1
-6
/
+9
2019-09-17
ath10k: add cleanup in ath10k_sta_state()
Wenwen Wang
1
-1
/
+5
2019-09-17
ath10k: revalidate the msa region coming from firmware
Govind Singh
1
-0
/
+15
2019-09-17
ath10k: use ath10k_pci_soc_ functions for all warm_reset instances
Tomislav Požega
1
-15
/
+11
2019-09-17
ath10k: Use ARRAY_SIZE
Vasyl Gomonovych
1
-2
/
+1
2019-09-17
ath10k: avoid leaving .bss_info_changed prematurely
Sven Eckelmann
1
-26
/
+36
2019-09-17
ath10k: Use standard bulk clock API in snoc
Bjorn Andersson
2
-115
/
+21
2019-09-17
ath10k: Use standard regulator bulk API in snoc
Bjorn Andersson
2
-170
/
+27
2019-09-17
ath10k: snoc: skip regulator operations
Bjorn Andersson
2
-23
/
+6
2019-09-17
ath10k: Fix HOST capability QMI incompatibility
Bjorn Andersson
6
-3
/
+51
2019-09-17
ath10k: Check if station exists before forwarding tx airtime report
Hauke Mehrtens
1
-1
/
+1
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
159
-1377
/
+1672
2019-09-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-4
/
+124
2019-09-14
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+2
2019-09-14
Merge tag 'riscv/for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
3
-14
/
+15
2019-09-14
Revert "vhost: block speculation of translated descriptors"
Michael S. Tsirkin
1
-4
/
+2
2019-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
67
-289
/
+443
2019-09-14
Merge tag 'mmc-v5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
7
-29
/
+17
2019-09-14
Merge tag 'drm-fixes-2019-09-13' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-8
/
+11
2019-09-14
Merge tag 'wireless-drivers-next-for-davem-2019-09-14' of git://git.kernel.or...
David S. Miller
76
-3570
/
+8505
2019-09-14
Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2
-1
/
+13
2019-09-14
KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslot
Sean Christopherson
2
-2
/
+101
2019-09-14
KVM: x86: work around leak of uninitialized stack contents
Fuqian Huang
1
-0
/
+7
2019-09-14
KVM: nVMX: handle page fault in vmread
Paolo Bonzini
1
-1
/
+3
2019-09-13
riscv: modify the Image header to improve compatibility with the ARM64 header
Paul Walmsley
3
-14
/
+15
2019-09-13
Merge branch 'devlink-move-reload-fail-indication-to-devlink-core-and-expose-...
David S. Miller
8
-31
/
+106
2019-09-13
net: devlink: move reload fail indication to devlink core and expose to user
Jiri Pirko
4
-11
/
+30
2019-09-13
net: devlink: split reload op into two
Jiri Pirko
5
-16
/
+56
2019-09-13
mlx4: Split restart_one into two functions
Jiri Pirko
3
-7
/
+23
2019-09-13
cdc_ether: fix rndis support for Mediatek based smartphones
Bjørn Mork
1
-1
/
+9
2019-09-13
Merge branch 'sctp_do_bind-leak'
David S. Miller
1
-10
/
+11
2019-09-13
sctp: destroy bucket if failed to bind addr
Mao Wenan
1
-4
/
+6
2019-09-13
sctp: remove redundant assignment when call sctp_get_port_local
Mao Wenan
1
-2
/
+1
2019-09-13
sctp: change return type of sctp_get_port_local
Mao Wenan
1
-4
/
+4
2019-09-13
ip: support SO_MARK cmsg
Willem de Bruijn
9
-8
/
+15
2019-09-13
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
33
-215
/
+1202
2019-09-13
rtw88: report RX power for each antenna
Yan-Hsuan Chuang
3
-3
/
+9
2019-09-13
rtw88: fix wrong rx power calculation
Tsang-Shian Lin
1
-2
/
+2
2019-09-13
rtlwifi: rtl8192de: replace _rtl92d_evm_db_to_percentage with generic version
Michael Straube
1
-16
/
+2
2019-09-13
rtlwifi: rtl8192cu: replace _rtl92c_evm_db_to_percentage with generic version
Michael Straube
1
-17
/
+1
2019-09-13
rtlwifi: rtl8192ce: replace _rtl92c_evm_db_to_percentage with generic version
Michael Straube
1
-22
/
+1
[next]