aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-28iommu/hyper-v: Add Hyper-V stub IOMMU driverLan Tianyu5-0/+210
2019-02-28x86/Hyper-V: Set x2apic destination mode to physical when x2apic is availableLan Tianyu1-0/+12
2019-02-28PCI/ATS: Add inline to pci_prg_resp_pasid_required()Kuppuswamy Sathyanarayanan1-1/+1
2019-02-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo29-264/+790
2019-02-28dt-bindings: imx6q-pcie: Add "pcie_aux" clock for imx8mqAndrey Smirnov1-0/+4
2019-02-28PCI: qcom: Don't deassert reset GPIO during probeBjorn Andersson1-1/+1
2019-02-28wil6210: check null pointer in _wil_cfg80211_merge_extra_iesAlexei Avshalom Lazar1-3/+11
2019-02-28wil6210: ignore HALP ICR if already handledMaya Erez3-4/+12
2019-02-28wil6210: fix invalid sta statistics updateDedy Lansky1-3/+2
2019-02-28wil6210: accessing 802.3 addresses via utility functionsAhmad Masri2-21/+33
2019-02-28wil6210: support up to 20 stations in AP modeAhmad Masri10-75/+226
2019-02-28wil6210: add option to drop Tx packets when Tx ring is fullDedy Lansky3-2/+13
2019-02-28wil6210: remove rtap_include_phy_info module paramMaya Erez3-79/+16
2019-02-28tee: optee: add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-02-28ath10k: Fill rx duration for each peer in fw_stats for WCN3990Surabhi Vishnoi6-6/+60
2019-02-28i3c: master: dw-i3c-master: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-02-28MAINTAINERS: Add an IRC channel for the I3C subsystemBoris Brezillon1-0/+1
2019-02-28ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_statsSurabhi Vishnoi1-3/+3
2019-02-28ath10k: Fix the wrong updation of SGI in tx_stats debugfsSurabhi Vishnoi2-1/+4
2019-02-28ath10k: Fix the wrong updation of BW in tx_stats debugfs entrySurabhi Vishnoi2-4/+5
2019-02-28ath10k: Fix the incorrect updation of NSS data in tx statsSurabhi Vishnoi1-8/+8
2019-02-28rtlwifi: rtl8192se: Remove set but not used variable 'seg_ptr'YueHaibing1-4/+2
2019-02-28rtlwifi: rtl8723ae: Remove set but not used variable 'bt_retry_cnt'YueHaibing1-2/+0
2019-02-28rtlwifi: rtl8723be: Remove set but not used variable 'b_last_is_cur_rdlstate'YueHaibing1-3/+0
2019-02-28mt76: fix a leaked reference by adding a missing of_node_putWen Yang1-8/+16
2019-02-28rtlwifi: rtl8192com: Fix blank line problemsLarry Finger4-8/+5
2019-02-28rtlwifi: rtl8192cu: Fix problems with blank linesLarry Finger6-11/+22
2019-02-28rtlwifi: rtl8192ce: Fix missing blank linesLarry Finger4-2/+15
2019-02-28rtlwifi: Fix all blank line irregularities in main code filesLarry Finger7-6/+24
2019-02-28rtlwifi: Fix blank line errors in main header filesLarry Finger2-7/+2
2019-02-28rtlwifi: Fix alignment errors in wifi.hLarry Finger1-42/+42
2019-02-28rtlwifi: Fix problems with block comments in wifi.hLarry Finger1-43/+50
2019-02-28rtlwifi: Fix errors in spacing in wifi.hLarry Finger1-85/+85
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells3-109/+80
2019-02-28afs: Add fs_context supportDavid Howells4-214/+259
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells2-2/+4
2019-02-28vfs: Implement logging through fs_contextDavid Howells2-4/+44
2019-02-28vfs: Provide documentation for new mount APIDavid Howells1-0/+709
2019-02-28vfs: Remove kern_mount_data()David Howells2-5/+4
2019-02-28hugetlbfs: Convert to fs_contextDavid Howells1-157/+199
2019-02-28cpuset: Use fs_contextDavid Howells1-13/+41
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells8-176/+262
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro3-12/+17
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro1-41/+46
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro3-36/+29
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro3-4/+10
2019-02-28cgroup2: switch to option-by-option parsingAl Viro1-29/+33
2019-02-28cgroup1: switch to option-by-option parsingAl Viro3-97/+116
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro3-116/+104
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro3-31/+18