summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-131-0/+646
|\
| * dt-bindings: imx: Add pinctrl binding doc for i.MX8MNAnson Huang2019-06-251-0/+646
* | Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-128-13/+1
|\ \
| * | unicore32: rename unicore32_defconfig to defconfigMasahiro Yamada2019-06-092-2/+1
| * | kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-096-11/+0
* | | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-1211-8/+16
|\ \ \
| * | | kbuild: remove src and obj from the top MakefileMasahiro Yamada2019-07-113-8/+8
| * | | kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada2019-06-158-0/+8
| |/ /
* | | Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-125-33/+91
|\ \ \
| * | | asm-generic: remove ptrace.hChristoph Hellwig2019-07-011-5/+0
| * | | x86: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-5/+25
| * | | sh: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-4/+25
| * | | powerpc: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-7/+22
| * | | arm64: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-12/+19
* | | | Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-129-96/+96
|\ \ \ \
| * | | | s390/unwind: avoid int overflow in outside_of_stackVasily Gorbik2019-07-111-1/+1
| * | | | s390/pci: add mio_enabled attributeSebastian Ott2019-07-111-0/+10
| * | | | s390: fix setting of mio addressing controlSebastian Ott2019-07-113-13/+3
| * | | | s390/ipl: Fix detection of has_secure attributePhilipp Rudo2019-07-112-7/+1
| * | | | s390/cpumf: Add extended counter set definitions for model 8561 and 8562Thomas Richter2019-07-111-0/+2
| * | | | s390/dasd: Add new ioctl to release spaceJan Höppner2019-07-111-0/+3
| * | | | s390/dasd: Add missing intensity definitionJan Höppner2019-07-111-0/+1
| * | | | s390/dasd: Fix whitespaceJan Höppner2019-07-111-75/+75
* | | | | Merge tag 'nios2-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-123-5/+0
|\ \ \ \ \
| * | | | | nios2: configs: Remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski2019-07-042-2/+0
| * | | | | nios2: remove pointless second entry for CONFIG_TRACE_IRQFLAGS_SUPPORTMasahiro Yamada2019-07-041-3/+0
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-1258-1167/+1929
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-114641-30982/+6556
| |\ \ \ \ \ \
| | * | | | | | KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier2019-07-082-8/+5
| | * | | | | | KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin2019-07-0510-144/+136
| | * | | | | | KVM: arm/arm64: Add save/restore support for firmware workaround stateAndre Przywara2019-07-054-0/+46
| | * | | | | | arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara2019-07-054-10/+47
| | * | | | | | KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray2019-07-051-2/+2
| | * | | | | | KVM: arm64: Skip more of the SError vaxorcismJames Morse2019-07-051-4/+10
| | * | | | | | KVM: arm64: Re-mask SError after the one instruction windowJames Morse2019-07-051-0/+2
| | * | | | | | arm64: Update silicon-errata.txt for Neoverse-N1 #1349291James Morse2019-07-051-0/+4
| | * | | | | | KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse2019-07-051-0/+15
| | * | | | | | KVM: arm64: Consume pending SError as early as possibleJames Morse2019-07-053-5/+8
| | * | | | | | KVM: arm64: Make indirect vectors preamble behaviour symmetricJames Morse2019-07-051-3/+3
| | * | | | | | KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse2019-07-053-5/+26
| | * | | | | | arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RASJames Morse2019-07-051-0/+4
| * | | | | | | KVM: x86: Unconditionally enable irqs in guest contextSean Christopherson2019-07-112-9/+12
| * | | | | | | KVM: x86: PMU Event FilterEric Hankland2019-07-115-0/+81
| * | | | | | | kvm: x86: Fix -Wmissing-prototypes warningsYi Wang2019-07-101-1/+0
| * | | | | | | KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insaneWanpeng Li2019-07-051-3/+4
| * | | | | | | kvm: LAPIC: write down valid APIC registersPaolo Bonzini2019-07-051-12/+32
| * | | | | | | KVM: LAPIC: ARBPRI is a reserved register for x2APICPaolo Bonzini2019-07-051-1/+5
| * | | | | | | KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne...Krish Sadhukhan2019-07-051-2/+24
| * | | | | | | KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPTSean Christopherson2019-07-052-22/+23
| * | | | | | | KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini2019-07-053-7/+67