index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-28
iommu/hyper-v: Add Hyper-V stub IOMMU driver
Lan Tianyu
5
-0
/
+210
2019-02-28
x86/Hyper-V: Set x2apic destination mode to physical when x2apic is available
Lan Tianyu
1
-0
/
+12
2019-02-28
PCI/ATS: Add inline to pci_prg_resp_pasid_required()
Kuppuswamy Sathyanarayanan
1
-1
/
+1
2019-02-28
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
29
-264
/
+790
2019-02-28
dt-bindings: imx6q-pcie: Add "pcie_aux" clock for imx8mq
Andrey Smirnov
1
-0
/
+4
2019-02-28
PCI: qcom: Don't deassert reset GPIO during probe
Bjorn Andersson
1
-1
/
+1
2019-02-28
wil6210: check null pointer in _wil_cfg80211_merge_extra_ies
Alexei Avshalom Lazar
1
-3
/
+11
2019-02-28
wil6210: ignore HALP ICR if already handled
Maya Erez
3
-4
/
+12
2019-02-28
wil6210: fix invalid sta statistics update
Dedy Lansky
1
-3
/
+2
2019-02-28
wil6210: accessing 802.3 addresses via utility functions
Ahmad Masri
2
-21
/
+33
2019-02-28
wil6210: support up to 20 stations in AP mode
Ahmad Masri
10
-75
/
+226
2019-02-28
wil6210: add option to drop Tx packets when Tx ring is full
Dedy Lansky
3
-2
/
+13
2019-02-28
wil6210: remove rtap_include_phy_info module param
Maya Erez
3
-79
/
+16
2019-02-28
tee: optee: add missing of_node_put after of_device_is_available
Julia Lawall
1
-1
/
+3
2019-02-28
ath10k: Fill rx duration for each peer in fw_stats for WCN3990
Surabhi Vishnoi
6
-6
/
+60
2019-02-28
i3c: master: dw-i3c-master: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-02-28
MAINTAINERS: Add an IRC channel for the I3C subsystem
Boris Brezillon
1
-0
/
+1
2019-02-28
ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_stats
Surabhi Vishnoi
1
-3
/
+3
2019-02-28
ath10k: Fix the wrong updation of SGI in tx_stats debugfs
Surabhi Vishnoi
2
-1
/
+4
2019-02-28
ath10k: Fix the wrong updation of BW in tx_stats debugfs entry
Surabhi Vishnoi
2
-4
/
+5
2019-02-28
ath10k: Fix the incorrect updation of NSS data in tx stats
Surabhi Vishnoi
1
-8
/
+8
2019-02-28
rtlwifi: rtl8192se: Remove set but not used variable 'seg_ptr'
YueHaibing
1
-4
/
+2
2019-02-28
rtlwifi: rtl8723ae: Remove set but not used variable 'bt_retry_cnt'
YueHaibing
1
-2
/
+0
2019-02-28
rtlwifi: rtl8723be: Remove set but not used variable 'b_last_is_cur_rdlstate'
YueHaibing
1
-3
/
+0
2019-02-28
mt76: fix a leaked reference by adding a missing of_node_put
Wen Yang
1
-8
/
+16
2019-02-28
rtlwifi: rtl8192com: Fix blank line problems
Larry Finger
4
-8
/
+5
2019-02-28
rtlwifi: rtl8192cu: Fix problems with blank lines
Larry Finger
6
-11
/
+22
2019-02-28
rtlwifi: rtl8192ce: Fix missing blank lines
Larry Finger
4
-2
/
+15
2019-02-28
rtlwifi: Fix all blank line irregularities in main code files
Larry Finger
7
-6
/
+24
2019-02-28
rtlwifi: Fix blank line errors in main header files
Larry Finger
2
-7
/
+2
2019-02-28
rtlwifi: Fix alignment errors in wifi.h
Larry Finger
1
-42
/
+42
2019-02-28
rtlwifi: Fix problems with block comments in wifi.h
Larry Finger
1
-43
/
+50
2019-02-28
rtlwifi: Fix errors in spacing in wifi.h
Larry Finger
1
-85
/
+85
2019-02-28
afs: Use fs_context to pass parameters over automount
David Howells
3
-109
/
+80
2019-02-28
afs: Add fs_context support
David Howells
4
-214
/
+259
2019-02-28
vfs: Add some logging to the core users of the fs_context log
David Howells
2
-2
/
+4
2019-02-28
vfs: Implement logging through fs_context
David Howells
2
-4
/
+44
2019-02-28
vfs: Provide documentation for new mount API
David Howells
1
-0
/
+709
2019-02-28
vfs: Remove kern_mount_data()
David Howells
2
-5
/
+4
2019-02-28
hugetlbfs: Convert to fs_context
David Howells
1
-157
/
+199
2019-02-28
cpuset: Use fs_context
David Howells
1
-13
/
+41
2019-02-28
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
8
-176
/
+262
2019-02-28
cgroup: store a reference to cgroup_ns into cgroup_fs_context
Al Viro
3
-12
/
+17
2019-02-28
cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper
Al Viro
1
-41
/
+46
2019-02-28
cgroup_do_mount(): massage calling conventions
Al Viro
3
-36
/
+29
2019-02-28
cgroup: stash cgroup_root reference into cgroup_fs_context
Al Viro
3
-4
/
+10
2019-02-28
cgroup2: switch to option-by-option parsing
Al Viro
1
-29
/
+33
2019-02-28
cgroup1: switch to option-by-option parsing
Al Viro
3
-97
/
+116
2019-02-28
cgroup: take options parsing into ->parse_monolithic()
Al Viro
3
-116
/
+104
2019-02-28
cgroup: fold cgroup1_mount() into cgroup1_get_tree()
Al Viro
3
-31
/
+18
[prev]
[next]