summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-0376-0/+76
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-2576-0/+76
* | Merge tag 'for-linus-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-032-3/+18
|\ \
| * | x86/xen: Make the secondary CPU idle tasks reliableMiroslav Benes2020-03-302-1/+12
| * | x86/xen: Make the boot CPU idle task reliableMiroslav Benes2020-03-301-2/+6
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-04-039-111/+88
|\ \ \
| * \ \ Merge branches 'misc' and 'devel-stable' into for-linusRussell King2020-04-021-76/+86
| |\ \ \
| | * | | ARM: decompressor: switch to by-VA cache maintenance for v7 coresArd Biesheuvel2020-02-271-53/+30
| | * | | ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenanceArd Biesheuvel2020-02-271-0/+10
| | * | | ARM: decompressor: factor out routine to obtain the inflated image sizeArd Biesheuvel2020-02-271-17/+26
| * | | | ARM: 8966/1: rpc: replace setup_irq() by request_irq()afzal mohammed2020-03-191-6/+2
| * | | | ARM: 8965/2: footbridge: replace setup_irq() by request_irq()afzal mohammed2020-03-193-22/+10
| * | | | ARM: 8964/1: ebsa110: replace setup_irq() by request_irq()afzal mohammed2020-03-191-7/+5
| * | | | ARM: 8962/1: kexec: drop invalid assembly argumentStefan Agner2020-03-121-4/+4
| * | | | ARM: 8959/1: Remove unused .fixup section in boot stubKees Cook2020-02-211-1/+0
| * | | | ARM: allow unwinder to unwind recursive functionsRussell King2020-02-211-1/+1
* | | | | Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-035-7/+8
|\ \ \ \ \
| * | | | | ARM: dts: sunxi: Fix dtc 'dma-ranges' warningsRob Herring2020-03-203-0/+6
| * | | | | powerpc: Drop using struct of_pci_range.pci_space fieldRob Herring2020-02-141-1/+1
| * | | | | microblaze: Drop using struct of_pci_range.pci_space fieldRob Herring2020-02-141-6/+1
| |/ / / /
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-0344-107/+1
|\ \ \ \ \
| * | | | | scsi: c6x: Include <linux/unaligned/generic.h> instead of duplicating itBart Van Assche2020-03-171-64/+1
| * | | | | scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò2020-02-2443-43/+0
| |/ / / /
* | | | | Merge tag 'mtd/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-04-032-6/+45
|\ \ \ \ \
| * | | | | arch: mips: brcm: Add 7425 flash-edu supportKamal Dasu2020-03-111-2/+2
| * | | | | mtd: rawnand: ams-delta: Push inversion handling to gpiolibJanusz Krzysztofik2020-03-091-4/+8
| * | | | | ARM: OMAP1: ams-delta: Provide board specific partition infoJanusz Krzysztofik2020-03-091-0/+35
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-03141-8744/+4603
|\ \ \ \ \ \
| * | | | | | x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai2020-04-021-0/+1
| * | | | | | KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=ySean Christopherson2020-03-312-5/+5
| * | | | | | KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson2020-03-312-7/+79
| * | | | | | KVM: SVM: Annotate svm_x86_ops as __initdataSean Christopherson2020-03-311-1/+1
| * | | | | | KVM: VMX: Annotate vmx_x86_ops as __initdataSean Christopherson2020-03-311-1/+1
| * | | | | | KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson2020-03-312-2/+2
| * | | | | | KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-3115-257/+257
| * | | | | | KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completesSean Christopherson2020-03-311-2/+2
| * | | | | | KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson2020-03-313-21/+24
| * | | | | | KVM: VMX: Move hardware_setup() definition below vmx_x86_opsSean Christopherson2020-03-311-153/+153
| * | | | | | KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson2020-03-314-18/+36
| * | | | | | KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-314-8/+8
| * | | | | | Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-03-3123-122/+187
| |\ \ \ \ \ \
| | * | | | | | KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-266-0/+51
| | * | | | | | KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURNLaurent Dufour2020-03-241-1/+2
| | * | | | | | KVM: PPC: Book3S HV: Check caller of H_SVM_* HcallsLaurent Dufour2020-03-241-11/+21
| | * | | | | | KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supportedFabiano Rosas2020-03-241-0/+3
| | * | | | | | KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz2020-03-199-27/+0
| | * | | | | | KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVMGreg Kurz2020-03-195-4/+4
| | * | | | | | KVM: PPC: Book3S PR: Fix kernel crash with PR KVMGreg Kurz2020-03-192-2/+1
| | * | | | | | KVM: PPC: Use fallthrough;Joe Perches2020-03-195-7/+6
| | * | | | | | KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guestsMichael Roth2020-03-191-0/+1