summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-21tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2Ben Hutchings1-11/+15
2019-09-21amd-xgbe: Fix error path in xgbe_mod_init()YueHaibing1-2/+8
2019-09-21perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips2-7/+18
2019-09-21perf/x86/intel: Restrict period on NehalemJosh Hunt1-0/+6
2019-09-21i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula1-0/+1
2019-09-21sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai1-0/+7
2019-09-21ibmvnic: Do not process reset during or after device removalThomas Falcon1-1/+5
2019-09-21ARM: 8901/1: add a criteria for pfn_valid of armzhaoyang1-0/+5
2019-09-21usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam1-0/+10
2019-09-21cifs: Use kzfree() to zero out the passwordDan Carpenter1-1/+1
2019-09-21cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg1-0/+22
2019-09-21kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier1-2/+4
2019-09-21NFSv2: Fix write regressionTrond Myklebust1-1/+3
2019-09-21NFSv2: Fix eof handlingTrond Myklebust1-1/+2
2019-09-21netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch1-1/+1
2019-09-21netfilter: xt_physdev: Fix spurious error message in physdev_mt_checkTodd Seidelmann1-4/+2
2019-09-21x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner1-1/+7
2019-09-21r8152: Set memory to all 0xFFs on failed reg readsPrashant Malani1-1/+4
2019-09-21bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich1-4/+4
2019-09-21batman-adv: Only read OGM2 tvlv_len after buffer len checkSven Eckelmann1-6/+12
2019-09-21ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger1-1/+2
2019-09-21qed: Add cleanup in qed_slowpath_start()Wenwen Wang1-1/+3
2019-09-21xdp: unpin xdp umem pages in error pathIvan Khoronzhuk1-1/+3
2019-09-21Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...Christophe JAILLET1-1/+1
2019-09-21NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust1-1/+1
2019-09-21NFSv4: Fix return value in nfs_finish_open()Trond Myklebust1-1/+1
2019-09-21NFSv4: Fix return values for nfs4_file_open()Trond Myklebust1-6/+6
2019-09-21netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro2-11/+30
2019-09-21netfilter: nft_flow_offload: missing netlink attribute policyPablo Neira Ayuso1-0/+6
2019-09-21netfilter: ebtables: Fix argument order to ADD_COUNTERTodd Seidelmann1-4/+4
2019-09-21fpga: altera-ps-spi: Fix getting of optional confd gpioPhil Reid1-4/+7
2019-09-21tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet1-1/+3
2019-09-21selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390Ilya Leoshkevich1-2/+5
2019-09-21s390/bpf: use 32-bit index for tail callsIlya Leoshkevich1-4/+6
2019-09-21bus: ti-sysc: Simplify cleanup upon failures in sysc_probe()Suman Anna1-7/+7
2019-09-21ARM: OMAP1: ams-delta-fiq: Fix missing irq_ackJanusz Krzysztofik2-4/+3
2019-09-21ARM: dts: dra74x: Fix iodelay configuration for mmc3Faiz Abbas1-25/+25
2019-09-21ARM: OMAP2+: Fix omap4 errata warning on other SoCsTony Lindgren1-0/+3
2019-09-21s390/bpf: fix lcgr instruction encodingIlya Leoshkevich1-1/+1
2019-09-21bus: ti-sysc: Fix using configured sysc mask valueTony Lindgren1-4/+1
2019-09-21ARM: OMAP2+: Fix missing SYSC_HAS_RESET_STATUS for dra7 epwmssTony Lindgren1-1/+2
2019-09-21ARM: dts: am57xx: Disable voltage switching for SD cardFaiz Abbas6-30/+6
2019-09-21ieee802154: hwsim: unregister hw while hwsim_subscribe_all_others failsYueHaibing1-1/+3
2019-09-21ieee802154: hwsim: Fix error handle path in hwsim_init_moduleYueHaibing1-2/+2
2019-09-21nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma1-1/+3
2019-09-21mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang2-1/+11
2019-09-21tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu1-1/+0
2019-09-21serial: sprd: correct the wrong sequence of argumentsChunyan Zhang1-1/+1
2019-09-21firmware: google: check if size is valid when decoding VPD dataHung-Te Lin3-28/+37
2019-09-21KVM: coalesced_mmio: add bounds checkingMatt Delco1-7/+10