summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer2019-10-021-0/+3
| * | | | | | | | MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer2019-10-021-1/+1
| * | | | | | | | MIPS: VDSO: Fix build for binutils < 2.25Paul Burton2019-10-021-1/+1
| * | | | | | | | MIPS: VDSO: Remove unused gettimeofday.cPaul Burton2019-10-021-269/+0
| * | | | | | | | MIPS: Wire up clone3 syscallPaul Burton2019-10-025-3/+5
| * | | | | | | | MIPS: octeon: Include required header; fix octeon ethernet buildPaul Burton2019-10-021-0/+1
| * | | | | | | | MIPS: cpu-bugs64: Mark inline functions as __always_inlineJiaxun Yang2019-10-011-6/+8
| * | | | | | | | MIPS: dts: ar9331: fix interrupt-controller sizeOleksij Rempel2019-09-301-1/+1
| * | | | | | | | MIPS: Loongson64: Fix boot failure after dropping boot_mem_mapHuacai Chen2019-09-302-28/+18
| |/ / / / / / /
* | | | | | | | Merge tag 'riscv/for-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-043-2/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | riscv: Fix memblock reservation for device tree blobAlbert Ou2019-10-011-1/+11
| * | | | | | | | RISC-V: Clear load reservations while restoring hart contextsPalmer Dabbelt2019-10-012-1/+21
| |/ / / / / / /
* | | | | | | | Merge tag 'devicetree-fixes-for-5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-044-6/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | dt-bindings: phy: lantiq: Fix Property NameMaxime Ripard2019-10-021-1/+1
| * | | | | | | | dt-bindings: iio: ad7192: Fix DTC warning in the exampleMaxime Ripard2019-10-021-0/+3
| * | | | | | | | dt-bindings: iio: ad7192: Fix Regulator PropertiesMaxime Ripard2019-10-021-4/+0
| * | | | | | | | dt-bindings: media: rc: Fix redundant stringMaxime Ripard2019-10-021-1/+0
| * | | | | | | | dt-bindings: dsp: Fix fsl,dsp exampleMaxime Ripard2019-10-021-0/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-10-0423-182/+584
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: x86: omit "impossible" pmu MSRs from MSR listPaolo Bonzini2019-10-041-16/+2
| * | | | | | | | KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson2019-10-031-1/+1
| * | | | | | | | Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-10-034-54/+25
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATHZenghui Yu2019-09-111-1/+1
| | * | | | | | | | arm64: KVM: Kill hyp_alternate_select()Marc Zyngier2019-09-091-24/+0
| | * | | | | | | | arm64: KVM: Replace hyp_alternate_select with has_vhe()Marc Zyngier2019-09-091-14/+22
| | * | | | | | | | arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220Marc Zyngier2019-09-091-15/+2
| * | | | | | | | | KVM: x86: omit absent pmu MSRs from MSR listPaolo Bonzini2019-10-031-2/+12
| * | | | | | | | | selftests: kvm: Fix libkvm build errorShuah Khan2019-10-031-1/+1
| * | | | | | | | | kvm: vmx: Limit guest PMCs to those supported on the hostJim Mattson2019-10-011-2/+5
| * | | | | | | | | kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-304-10/+16
| * | | | | | | | | KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failureVitaly Kuznetsov2019-09-271-1/+1
| * | | | | | | | | KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TFWaiman Long2019-09-271-6/+9
| * | | | | | | | | selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini2019-09-277-3/+377
| * | | | | | | | | KVM: x86: fix nested guest live migration with PMLPaolo Bonzini2019-09-271-7/+32
| * | | | | | | | | KVM: x86: assign two bits to track SPTE kindsPaolo Bonzini2019-09-272-17/+18
| * | | | | | | | | KVM: x86: Expose XSAVEERPTR to the guestSebastian Andrzej Siewior2019-09-261-3/+3
| * | | | | | | | | kvm: x86: Enumerate support for CLZERO instructionJim Mattson2019-09-261-2/+3
| * | | | | | | | | kvm: x86: Use AMD CPUID semantics for AMD vCPUsJim Mattson2019-09-261-2/+4
| * | | | | | | | | kvm: x86: Improve emulation of CPUID leaves 0BH and 1FHJim Mattson2019-09-261-36/+47
| * | | | | | | | | KVM: X86: Fix userspace set invalid CR4Wanpeng Li2019-09-261-17/+21
| * | | | | | | | | kvm: x86: Fix a spurious -E2BIG in __do_cpuid_funcJim Mattson2019-09-261-6/+10
| * | | | | | | | | KVM: LAPIC: Loosen filter for adaptive tuning of lapic_timer_advance_nsWanpeng Li2019-09-261-6/+7
* | | | | | | | | | Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-0412-139/+79
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xen/xenbus: fix self-deadlock after killing user processJuergen Gross2019-10-021-2/+18
| * | | | | | | | | | xen/efi: have a common runtime setup functionJuergen Gross2019-10-029-122/+49
| * | | | | | | | | | arm: xen: mm: use __GPF_DMA32 for arm64Peng Fan2019-10-011-1/+4
| * | | | | | | | | | xen/balloon: Clear PG_offline in balloon_retrieve()David Hildenbrand2019-10-011-2/+1
| * | | | | | | | | | xen/balloon: Mark pages PG_offline in balloon_append()David Hildenbrand2019-10-011-9/+4
| * | | | | | | | | | xen/balloon: Drop __balloon_append()David Hildenbrand2019-10-011-8/+3
| * | | | | | | | | | xen/balloon: Set pages PageOffline() in balloon_add_region()David Hildenbrand2019-10-011-0/+1