summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-30perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips2-7/+18
2019-08-30perf/x86/intel: Restrict period on NehalemJosh Hunt1-0/+6
2019-08-30Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature"Mario Limonciello1-5/+0
2019-08-30mmc: sdhci-cadence: enable v4_mode to fix ADMA 64-bit addressingMasahiro Yamada1-0/+1
2019-08-30mmc: sdhci-sprd: clear the UHS-I modes read from registersChunyan Zhang1-1/+12
2019-08-30mms: sdhci-sprd: add SDHCI_QUIRK_BROKEN_CARD_DETECTIONChunyan Zhang1-1/+2
2019-08-30mmc: sdhci-sprd: add SDHCI_QUIRK2_PRESET_VALUE_BROKENChunyan Zhang1-1/+2
2019-08-30mmc: sdhci-sprd: add get_ro hook functionChunyan Zhang1-0/+6
2019-08-30mmc: sdhci-sprd: fixed incorrect clock dividerChunyan Zhang1-3/+4
2019-08-30mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson1-0/+6
2019-08-30Merge tag 'drm-intel-fixes-2019-08-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie4-2/+19
2019-08-30Merge tag 'drm-fixes-5.3-2019-08-28' of git://people.freedesktop.org/~agd5f/l...Dave Airlie5-27/+92
2019-08-29Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-147/+135
2019-08-30netfilter: nft_meta_bridge: Fix get NFT_META_BRI_IIFVPROTO in network byteorderwenxu1-1/+1
2019-08-30Merge tag 'drm-misc-fixes-2019-08-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-18/+50
2019-08-29Merge tag 'mac80211-for-davem-2019-08-29' of git://git.kernel.org/pub/scm/lin...David S. Miller5-9/+34
2019-08-29i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks1-7/+5
2019-08-29x86/mm/cpa: Prevent large page split when ftrace flips RW on kernel textThomas Gleixner1-8/+18
2019-08-29i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula1-0/+1
2019-08-29i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()Andy Shevchenko1-3/+12
2019-08-29i2c: make i2c_unregister_device() ERR_PTR safeWolfram Sang1-1/+1
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-0/+8
2019-08-29Merge tag 'mtd/fixes-for-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2019-08-29nds32: Mark expected switch fall-throughsGustavo A. R. Silva2-0/+7
2019-08-29ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-29soc: ixp4xx: Protect IXP4xx SoC drivers by ARCH_IXP4XX || COMPILE_TESTGeert Uytterhoeven1-0/+4
2019-08-29Merge tag 'sunxi-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-5/+7
2019-08-29Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into ...Arnd Bergmann3-25/+96
2019-08-29mac80211: Correctly set noencrypt for PAE framesDenis Kenzior1-1/+1
2019-08-29mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior1-2/+2
2019-08-29iwlwifi: pcie: handle switching killer Qu B0 NICs to C0Luca Coelho4-6/+31
2019-08-29netfilter: nf_flow_table: clear skb tstamp before xmitFlorian Westphal1-1/+2
2019-08-29mtd: hyperbus: fix dependency and build errorRandy Dunlap1-0/+1
2019-08-28sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai1-0/+7
2019-08-28Merge branch 'nfp-flower-fix-bugs-in-merge-tunnel-encap-code'David S. Miller2-7/+8
2019-08-28nfp: flower: handle neighbour events on internal portsJohn Hurley1-4/+4
2019-08-28nfp: flower: prevent ingress block binds on internal portsJohn Hurley1-3/+4
2019-08-28Merge branch 'r8152-fix-side-effect'David S. Miller1-4/+1
2019-08-28r8152: remove calling netif_napi_delHayes Wang1-2/+0
2019-08-28Revert "r8152: napi hangup fix after disconnect"Hayes Wang1-2/+1
2019-08-28net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti1-2/+6
2019-08-28tcp: inherit timestamp on mtu probeWillem de Bruijn1-1/+2
2019-08-28net: sched: act_sample: fix psample group handling on overwriteVlad Buslov3-2/+7
2019-08-28ibmvnic: Do not process reset during or after device removalThomas Falcon1-1/+5
2019-08-28ARM: 8901/1: add a criteria for pfn_valid of armzhaoyang1-0/+5
2019-08-28RISC-V: Fix FIXMAP area corruption on RV32 systemsAnup Patel2-6/+10
2019-08-28openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit1-1/+4
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose3-66/+95
2019-08-28mld: fix memory leak in mld_del_delrec()Eric Dumazet1-2/+3
2019-08-28net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti1-4/+7