summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-11xen/balloon: Support xend-based toolstack take twoJuergen Gross1-1/+1
2020-02-11tools/kvm_stat: Fix kvm_exit filter nameGavin Shan1-2/+6
2020-02-11media: rc: ensure lirc is initialized before registering input deviceSean Young1-11/+16
2020-02-11media: iguanair: fix endpoint sanity checkJohan Hovold1-1/+1
2020-02-11drm/rect: Avoid division by zeroVille Syrjälä1-1/+6
2020-02-11drm: atmel-hlcdc: prefer a lower pixel-clock than requestedPeter Rosin1-2/+2
2020-02-11drm: atmel-hlcdc: enable clock before configuring timing engineClaudiu Beznea1-1/+7
2020-02-11drm: atmel-hlcdc: use double rate for pixel clock only if supportedClaudiu Beznea1-3/+3
2020-02-11gfs2: fix O_SYNC write handlingAndreas Gruenbacher1-30/+21
2020-02-11gfs2: move setting current->backing_dev_infoChristoph Hellwig1-11/+10
2020-02-11gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das1-1/+1
2020-02-11sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-02-11mwifiex: fix unbalanced locking in mwifiex_process_country_ie()Brian Norris1-0/+1
2020-02-11iwlwifi: don't throw error when trying to remove IGTKLuca Coelho1-3/+7
2020-02-11ARM: tegra: Enable PLLP bypass during Tegra124 LP1Stephen Warren1-0/+11
2020-02-11btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2-14/+27
2020-02-11btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-1/+10
2020-02-11Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-02-11btrfs: drop log root for dropped rootsJosef Bacik1-10/+12
2020-02-11btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik1-0/+8
2020-02-11Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana1-0/+44
2020-02-11Btrfs: make deduplication with range including the last block workFilipe Manana1-1/+2
2020-02-11Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana1-288/+100
2020-02-11ext4: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers1-3/+6
2020-02-11ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers1-5/+14
2020-02-11jbd2_seq_info_next should increase position indexVasily Averin1-0/+1
2020-02-11nfsd: fix filecache lookupTrond Myklebust1-0/+6
2020-02-11NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-11NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-02-11scsi: qla2xxx: Fix unbound NVME response lengthArun Easi3-6/+18
2020-02-11powerpc/futex: Fix incorrect user access blockingMichael Ellerman1-4/+6
2020-02-11crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan1-2/+13
2020-02-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu3-14/+6
2020-02-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus1-25/+12