summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo2020-03-04164-802/+1808
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-028-9/+52
| |\
| | * x86/mm: Fix dump_pagetables with Xen PVJuergen Gross2020-02-291-6/+1
| | * x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2020-02-296-2/+50
| | * x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson2020-02-271-1/+1
| * | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-021-99/+52
| |\ \
| | * | efi/x86: Handle by-ref arguments covering multiple pages in mixed modeArd Biesheuvel2020-02-261-19/+26
| | * | efi/x86: Remove support for EFI time and counter services in mixed modeArd Biesheuvel2020-02-261-76/+5
| | * | efi/x86: Align GUIDs to their size in the mixed mode runtime wrapperArd Biesheuvel2020-02-261-4/+21
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-0119-104/+169
| |\ \ \
| | * | | KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
| | * | | Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-2813-75/+83
| | |\ \ \
| | | * | | arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse2020-02-224-8/+8
| | | * | | KVM: arm64: Define our own swab32() to avoid a uapi static inlineJames Morse2020-02-222-2/+9
| | | * | | KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse2020-02-225-28/+29
| | | * | | kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-173-37/+37
| | * | | | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
| | * | | | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
| | * | | | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
| | * | | | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
| | * | | | KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
| | * | | | KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
| | * | | | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2
| * | | | | Revert "KVM: x86: enable -Werror"Christoph Hellwig2020-02-261-1/+0
| | |_|/ / | |/| | |
| * | | | Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-255-24/+53
| |\ \ \ \
| | * | | | riscv: adjust the indentZong Li2020-02-241-11/+15
| | * | | | riscv: allocate a complete page size for each page tableZong Li2020-02-241-11/+16
| | * | | | riscv: Fix gitignoreDamien Le Moal2020-02-191-0/+2
| | * | | | RISC-V: Don't enable all interrupts in trap_init()Anup Patel2020-02-181-2/+2
| | * | | | riscv: set pmp configuration if kernel is running in M-modeGreentime Hu2020-02-182-0/+18
| * | | | | Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mi...Linus Torvalds2020-02-256-25/+49
| |\ \ \ \ \
| | * | | | | MIPS: ingenic: DTS: Fix watchdog nodesPaul Cercueil2020-02-192-16/+18
| | * | | | | MIPS: X1000: Fix clock of watchdog node.周琰杰 (Zhou Yanjie)2020-02-191-4/+2
| | * | | | | MIPS: vdso: Wrap -mexplicit-relocs in cc-optionNathan Chancellor2020-02-191-1/+1
| | * | | | | MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET2020-02-151-1/+1
| | * | | | | MIPS: cavium_octeon: Fix syncw generation.Mark Tomlinson2020-02-151-1/+3
| | * | | | | mips: vdso: add build time check that no 'jalr t9' calls leftVictor Kamensky2020-02-151-1/+7
| | * | | | | MIPS: Disable VDSO time functionality on microMIPSPaul Burton2020-02-151-2/+17
| | * | | | | mips: vdso: fix 'jalr t9' crash in vdso codeVictor Kamensky2020-02-151-0/+1
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-2417-106/+264
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | * | | | KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2020-02-232-7/+52
| | * | | | KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2020-02-232-14/+27
| | * | | | KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini2020-02-231-1/+1
| | * | | | KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-238-2/+83
| | * | | | KVM: fix error handling in svm_hardware_setupLi RongQing2020-02-231-21/+20
| | * | | | KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin2020-02-211-7/+6
| | * | | | KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin2020-02-211-1/+3
| | * | | | KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov2020-02-214-11/+8
| | * | | | KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-214-10/+17
| | * | | | kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledSuravee Suthikulpanit2020-02-211-0/+3