summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-3039-183/+338
|\
| * x86/KVM: Clean up host's steal time structureBoris Ostrovsky2020-01-302-10/+4
| * x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky2020-01-301-21/+30
| * x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-305-22/+103
| * x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2020-01-302-5/+26
| * x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky2020-01-301-0/+3
| * Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-01-067-10/+31
| |\
| | * tracing: Fix indentation issueColin Ian King2020-01-031-1/+1
| | * kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-01-031-1/+3
| | * tracing: Change offset type to s32 in preempt/irq tracepointsJoel Fernandes (Google)2020-01-031-4/+4
| | * ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-021-3/+3
| | * tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-01-021-0/+5
| | * tracing: Define MCOUNT_INSN_SIZE when not defined without direct callsSteven Rostedt (VMware)2020-01-021-0/+14
| | * tracing: Initialize val to zero in parse_entry of inject codeSteven Rostedt (VMware)2020-01-021-1/+1
| * | Merge tag 'tpmdd-next-20200106' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2020-01-061-19/+15
| |\ \
| | * | tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger2020-01-061-2/+0
| | * | tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger2020-01-061-1/+0
| | * | tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen2020-01-061-18/+17
| * | | Merge tag 'linux-watchdog-5.5-fixes' of git://www.linux-watchdog.org/linux-wa...Linus Torvalds2020-01-065-4/+7
| |\ \ \
| | * | | watchdog: orion: fix platform_get_irq() complaintsRussell King2019-12-301-2/+2
| | * | | watchdog: rn5t618_wdt: fix module aliasesAndreas Kemnade2019-12-301-0/+1
| | * | | watchdog: tqmx86_wdt: Fix build errorYueHaibing2019-12-301-0/+1
| | * | | watchdog: max77620_wdt: fix potential build errorsDavid Engraf2019-12-301-0/+1
| | * | | watchdog: imx7ulp: Fix missing conversion of imx7ulp_wdt_enable()Fabio Estevam2019-12-301-1/+1
| | * | | watchdog: w83627hf_wdt: Fix support NCT6116DSrikanth Krishnakar2019-12-301-1/+1
| * | | | Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-067-47/+54
| |\ \ \ \
| | * | | | spi: Document Octal mode as valid SPI bus widthVignesh Raghavendra2020-01-031-2/+2
| | * | | | spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-01-032-3/+13
| | * | | | spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI modeVladimir Oltean2019-12-311-11/+4
| | * | | | spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean2019-12-273-19/+16
| | * | | | spi: uniphier: Fix FIFO thresholdKunihiko Hayashi2019-12-251-12/+19
| * | | | | Merge tag 'regulator-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-062-5/+7
| |\ \ \ \ \
| | * | | | | regulator: bd70528: Remove .set_ramp_delay for bd70528_ldo_opsAxel Lin2020-01-031-1/+0
| | * | | | | regulator: axp20x: Fix axp20x_set_ramp_delayAxel Lin2019-12-251-3/+6
| | * | | | | regulator: axp20x: Fix AXP22x ELDO2 regulator enable bitmaskChen-Yu Tsai2019-12-181-1/+1
| * | | | | | Merge tag 'rtc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds2020-01-064-28/+50
| |\ \ \ \ \ \
| | * | | | | | rtc: cmos: Revert "rtc: Fix the AltCentury value on AMD/Hygon platform"Alexandre Belloni2020-01-041-14/+1
| | * | | | | | rtc: mt6397: fix alarm register overwriteRan Bi2019-12-112-14/+33
| | * | | | | | rtc: sun6i: Add support for RTC clocks on R40Chen-Yu Tsai2019-12-101-0/+16
| * | | | | | | Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-01-064-7/+14
| |\ \ \ \ \ \ \
| | * | | | | | | ARC: pt_regs: remove hardcoded registers offsetEugeniy Paltsev2019-12-282-4/+13
| | * | | | | | | ARC: asm-offsets: remove duplicate entryEugeniy Paltsev2019-12-191-1/+0
| | * | | | | | | ARC: mm: drop stale define of __ARCH_USE_5LEVEL_HACKMike Rapoport2019-12-091-1/+0
| | * | | | | | | arc: eznps: fix allmodconfig kconfig warningRandy Dunlap2019-12-091-1/+1
| | |/ / / / / /
| * | | | | / / arm64: Revert support for execute-only user mappingsCatalin Marinas2020-01-064-17/+6
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-01-3012-24/+121
|\ \ \ \ \ \ \
| * | | | | | | KVM: PPC: Book3S PR: Fix -Werror=return-type build failureDavid Michael2020-01-291-0/+1
| * | | | | | | KVM: PPC: Book3S HV: Release lock on page-out failure pathBharata B Rao2020-01-291-1/+1
| * | | | | | | KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcallSukadev Bhattiprolu2020-01-176-0/+99
| * | | | | | | KVM: PPC: Add skip_page_out parameter to uvmem functionsSukadev Bhattiprolu2020-01-174-6/+6