aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-20/+19
2015-04-13Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-29/+45
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds80-1528/+4250
2015-04-10Merge tag 'nios2-fixes-v4.0-final' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds5-11/+9
2015-04-10nios2: fix cache coherency issue when debug with gdbLey Foon Tan2-4/+1
2015-04-09Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+1
2015-04-09nios2: add missing ptrace registers definesLey Foon Tan1-2/+7
2015-04-09powerpc, jump_label: Include linux/jump_label.h to get HAVE_JUMP_LABEL defineAnton Blanchard3-3/+3
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard6-17/+16
2015-04-08x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds2-9/+8
2015-04-08Revert "sparc/PCI: Clip bridge windows to fit in upstream windows"Bjorn Helgaas1-4/+1
2015-04-08kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li3-0/+92
2015-04-08KVM: x86: Clear CR2 on VCPU resetNadav Amit1-0/+2
2015-04-08KVM: x86: DR0-DR3 are not clear on resetNadav Amit2-0/+15
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit4-5/+3
2015-04-08KVM: x86: simplify kvm_apic_mapRadim Krčmář3-68/+28
2015-04-08KVM: x86: avoid logical_map when it is invalidRadim Krčmář2-1/+35
2015-04-08KVM: x86: fix mixed APIC mode broadcastRadim Krčmář2-6/+5
2015-04-08KVM: x86: use MDA for interrupt matchingRadim Krčmář1-7/+33
2015-04-08kvm/ppc/mpic: drop unused IRQ_testbitArseny Solokha1-5/+0
2015-04-08KVM: nVMX: remove unnecessary double caching of MAXPHYADDREugene Korenevsky1-8/+6
2015-04-08KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entryEugene Korenevsky1-6/+7
2015-04-08KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky4-16/+29
2015-04-08KVM: vmx: pass error code with internal error #2Radim Krčmář1-1/+2
2015-04-08x86: vdso: fix pvclock races with task migrationRadim Krčmář1-8/+12
2015-04-08KVM: x86: optimize delivery of TSC deadline timer interruptPaolo Bonzini1-6/+7
2015-04-08KVM: x86: extract blocking logic from __vcpu_runPaolo Bonzini1-28/+34
2015-04-08kvm: x86: fix x86 eflags fixed bitWanpeng Li1-3/+3
2015-04-08nios2: signal: Move restart_block to struct task_structLey Foon Tan2-5/+1
2015-04-07Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini5-401/+771
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next'Paolo Bonzini34-241/+324
2015-04-07Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next'Paolo Bonzini4-73/+68
2015-04-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+26
2015-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2015-04-02Merge tag 'stable/for-linus-4.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+9
2015-04-02perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraintsAndi Kleen1-3/+3
2015-04-02perf/x86/intel: Filter branches for PEBS eventKan Liang1-2/+2
2015-04-02kgdb/x86: Fix reporting of 'si' in kgdb on x86_64Steffen Liebergeld1-1/+1
2015-04-02x86/asm/entry/64: Disable opportunistic SYSRET if regs->flags has TF setAndy Lutomirski1-1/+15
2015-04-01Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efiIngo Molnar4-29/+45
2015-04-01x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirkStefan Lippers-Hollmann1-0/+10
2015-04-01efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar4-17/+31
2015-04-01efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar3-11/+10
2015-04-01x86/efi: Add a "debug" option to the efi= cmdlineBorislav Petkov1-1/+4
2015-04-01powerpc: fix memory corruption by pnv_alloc_idle_core_statesJan Stancek1-1/+1
2015-03-31KVM: s390: migrate vcpu interrupt stateJens Freimann3-0/+180
2015-03-31KVM: s390: refactor vcpu injection functionJens Freimann1-3/+12
2015-03-31KVM: s390: add ioctl to inject local interruptsJens Freimann1-0/+10
2015-03-31KVM: s390: cpu timer irq priorityDavid Hildenbrand1-7/+27
2015-03-31KVM: s390: deliver floating interrupts in order of priorityJens Freimann5-367/+510