summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-11net: mvneta: move rx_dropped and rx_errors in per-cpu statsLorenzo Bianconi1-6/+21
2020-02-11net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP portFlorian Fainelli1-1/+3
2020-02-11bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet2-17/+32
2020-02-11mfd: rn5t618: Mark ADC control register volatileAndreas Kemnade1-0/+1
2020-02-11mfd: da9062: Fix watchdog compatible stringMarco Felsch1-1/+1
2020-02-11ubi: Fix an error pointer dereference in error handling codeDan Carpenter1-9/+12
2020-02-11ubi: fastmap: Fix inverted logic in seen selfcheckSascha Hauer1-1/+1
2020-02-11nfsd: Return the correct number of bytes written to the fileTrond Myklebust1-0/+1
2020-02-11nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2-2/+2
2020-02-11nfsd: fix delay timer on 32-bit architecturesArnd Bergmann1-1/+1
2020-02-11IB/core: Fix ODP get user pages flowYishai Hadas1-1/+1
2020-02-11IB/mlx5: Fix outstanding_pi index for GSI qpsPrabhath Sajeepa1-2/+1
2020-02-11net: tulip: Adjust indentation in {dmfe, uli526x}_init_moduleNathan Chancellor2-5/+6
2020-02-11net: smc911x: Adjust indentation in smc911x_phy_configureNathan Chancellor1-1/+1
2020-02-11ppp: Adjust indentation into ppp_async_inputNathan Chancellor1-9/+9
2020-02-11NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor1-1/+1
2020-02-11drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enableNathan Chancellor1-1/+1
2020-02-11powerpc/44x: Adjust indentation in ibm4xx_denali_fixup_memsizeNathan Chancellor1-1/+1
2020-02-11ext2: Adjust indentation in ext2_fill_superNathan Chancellor1-3/+3
2020-02-11phy: qualcomm: Adjust indentation in read_poll_timeoutNathan Chancellor1-1/+1
2020-02-11scsi: ufs: Recheck bkops level if bkops is disabledAsutosh Das1-0/+3
2020-02-11scsi: qla4xxx: Adjust indentation in qla4xxx_mem_freeNathan Chancellor1-1/+1
2020-02-11scsi: csiostor: Adjust indentation in csio_device_resetNathan Chancellor1-1/+1
2020-02-11scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return typeBart Van Assche1-4/+3
2020-02-11percpu: Separate decrypted varaibles anytime encryption can be enabledErdem Aktas1-2/+1
2020-02-11drm/amd/dm/mst: Ignore payload update failuresLyude Paul1-9/+4
2020-02-11clk: tegra: Mark fuse clock as criticalStephen Warren1-1/+5
2020-02-11KVM: s390: do not clobber registers during guest reset/store statusChristian Borntraeger1-4/+2
2020-02-11KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson1-1/+1
2020-02-11KVM: x86: Don't let userspace set host-reserved cr4 bitsSean Christopherson1-1/+34
2020-02-11x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky1-0/+3
2020-02-11KVM: PPC: Book3S PR: Free shared page if mmu initialization failsSean Christopherson1-1/+3
2020-02-11KVM: PPC: Book3S HV: Uninit vCPU if vcore creation failsSean Christopherson1-1/+3
2020-02-11KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platformSean Christopherson1-0/+4
2020-02-11KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() fro...Marios Pomonis1-2/+6
2020-02-11KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis1-3/+8
2020-02-11KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis1-2/+8
2020-02-11KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-6/+8
2020-02-11KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF ...Marios Pomonis1-4/+14
2020-02-11KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-0/+1
2020-02-11KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacksMarios Pomonis1-4/+6
2020-02-11KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacksMarios Pomonis1-4/+9
2020-02-11KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis1-2/+6
2020-02-11KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacksMarios Pomonis1-8/+16
2020-02-11KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis1-2/+14
2020-02-11KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacksMarios Pomonis1-1/+5
2020-02-11aio: prevent potential eventfd recursion on pollJens Axboe1-2/+18
2020-02-11eventfd: track eventfd_signal() recursion depthJens Axboe2-0/+29
2020-02-11bcache: add readahead cache policy options via sysfs interfaceColy Li3-5/+37
2020-02-11watchdog: fix UAF in reboot notifier handling in watchdog core codeVladis Dronov2-35/+36