summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-051-1/+1
|\
| * kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-10-011-1/+1
* | Merge tag 's390-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-10-0515-50/+81
|\ \
| * | KVM: s390: mark __insn32_query() as __always_inlineHeiko Carstens2019-10-051-1/+1
| * | KVM: s390: fix __insn32_query() inline assemblyHeiko Carstens2019-10-051-3/+3
| * | s390: update defconfigsHeiko Carstens2019-10-043-18/+33
| * | s390/pci: mark function(s) __always_inlineHeiko Carstens2019-10-041-1/+1
| * | s390/mm: mark function(s) __always_inlineHeiko Carstens2019-10-041-11/+11
| * | s390/jump_label: mark function(s) __always_inlineHeiko Carstens2019-10-041-2/+2
| * | s390/cpu_mf: mark function(s) __always_inlineHeiko Carstens2019-10-041-1/+2
| * | s390/atomic,bitops: mark function(s) __always_inlineHeiko Carstens2019-10-042-5/+5
| * | s390/mm: fix -Wunused-but-set-variable warningsQian Cai2019-10-042-3/+9
| * | s390: mark __cpacf_query() as __always_inlineJiri Kosina2019-10-041-1/+1
| * | s390/qdio: clarify size of the QIB parm areaJulian Wiedmann2019-10-011-1/+1
| * | s390/cpumf: Fix indentation in sampling device driverThomas Richter2019-10-011-1/+1
| * | s390/cpumsf: Check for CPU Measurement samplingThomas Richter2019-10-012-1/+10
| * | s390/cpumf: Use consistant debug print formatThomas Richter2019-10-011-2/+2
| |/
* | Merge tag 'mips_fixes_5.4_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-10-0416-313/+41
|\ \
| * | MIPS: fw/arc: Remove unused addr variablePaul Burton2019-10-041-1/+0
| * | MIPS: pmcs-msp71xx: Remove unused addr variablePaul Burton2019-10-031-1/+0
| * | MIPS: pmcs-msp71xx: Add missing MAX_PROM_MEM definitionPaul Burton2019-10-031-1/+2
| * | mips: Loongson: Fix the link time qualifier of 'serial_exit()'Christophe JAILLET2019-10-021-1/+1
| * | 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 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-10-0412-173/+195
|\ \
| * | 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-033-53/+24
| |\ \
| | * | 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
| * | | 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-302-7/+7
| * | | KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TFWaiman Long2019-09-271-6/+9
| * | | 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