summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-10-0833-117/+470
|\
| *---. Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King2014-10-02125-443/+796
| |\ \ \
| | | | * ARM: 8167/1: extend the reserved memory for initrd to be page alignedYalin Wang2014-10-022-1/+12
| | | | * ARM: 8168/1: extend __init_end to a page align addressYalin Wang2014-10-022-2/+2
| | | | * ARM: 8160/1: drop warning about return_address not using unwind tablesUwe Kleine-König2014-09-261-4/+0
| | | | * ARM: 8161/1: footbridge: select machine dir based on ARCH_FOOTBRIDGEUwe Kleine-König2014-09-261-1/+1
| | | | * ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.hBehan Webster2014-09-262-6/+1
| | | | * ARM: 8155/1: place sigpage at a random offset above stackNathan Lynch2014-09-261-1/+36
| | | | * ARM: 8154/1: use _install_special_mapping for sigpageNathan Lynch2014-09-261-8/+16
| | | | * ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders2014-09-262-0/+4
| | | | * ARM: Avoid writing to control register on every exceptionRussell King2014-09-263-8/+20
| | | | * ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches2014-09-269-34/+34
| | | | * ARM: 8140/1: ep93xx: Enable DEBUG_LL_UART_PL01XDaniel Thompson2014-09-161-0/+1
| | | | * ARM: 8139/1: versatile: Enable DEBUG_LL_UART_PL01XDaniel Thompson2014-09-161-0/+1
| | | | * ARM: 8138/1: drop ISAR0 workaround for B15Brian Norris2014-09-121-1/+1
| | | | * ARM: 8136/1: sa1100: add Micro ASIC platform deviceLinus Walleij2014-09-122-0/+17
| | | | * ARM: 8131/1: arm/smp: Absorb boot_secondary()Geert Uytterhoeven2014-08-272-14/+4
| | | | * ARM: 8125/1: crypto: enable NEON SHA-1 for big endianArd Biesheuvel2014-08-271-17/+22
| | | * | ARM: 8169/1: l2c: parse cache properties from ePAPR definitionsLinus Walleij2014-10-021-0/+121
| * | | | ARM: remove unused do_unexp_fiq() functionRussell King2014-09-181-6/+0
| * | | | ARM: remove extraneous newline in show_regs()Russell King2014-09-181-1/+0
| * | | | ARM: 8150/3: fiq: Replace default FIQ handlerDaniel Thompson2014-09-185-16/+180
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-0879-1434/+2221
|\ \ \ \ \
| * | | | | kvm: do not handle APIC access page if in-kernel irqchip is not in usePaolo Bonzini2014-10-021-0/+3
| * | | | | KVM: s390: count vcpu wakeups in stat.halt_wakeupDavid Hildenbrand2014-10-013-0/+3
| * | | | | KVM: s390/facilities: allow TOD-CLOCK steering facility bitChristian Borntraeger2014-10-011-1/+1
| * | | | | KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor modeAneesh Kumar K.V2014-09-291-0/+6
| * | | | | Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-09-2715-63/+64
| |\ \ \ \ \
| | * | | | | arm/arm64: KVM: Report correct FSC for unsupported fault typesChristoffer Dall2014-09-263-3/+15
| | * | | | | arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp2014-09-263-6/+16
| | * | | | | arm/arm64: KVM: vgic: make number of irqs a configurable attributeMarc Zyngier2014-09-182-0/+2
| | * | | | | arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier2014-09-181-7/+0
| | * | | | | arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier2014-09-181-0/+3
| | * | | | | Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall2014-09-1835-955/+913
| | |\ \ \ \ \
| | * | | | | | ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel2014-09-113-26/+10
| | * | | | | | KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon2014-08-272-2/+2
| | * | | | | | KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon2014-08-272-2/+2
| | * | | | | | KVM: ARM/arm64: fix broken __percpu annotationWill Deacon2014-08-272-2/+2
| | * | | | | | KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon2014-08-272-2/+2
| | * | | | | | arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall2014-08-274-14/+11
| * | | | | | | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2014-09-2426-300/+761
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf2014-09-224-5/+5
| | * | | | | | | powerpc/kvm: common sw breakpoint instr across ppcMadhavan Srinivasan2014-09-223-5/+20
| | * | | | | | | powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan2014-09-225-5/+63
| | * | | | | | | KVM: PPC: Book3E: Enable e6500 coreMihai Caraman2014-09-221-0/+10
| | * | | | | | | KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 coreMihai Caraman2014-09-224-24/+65
| | * | | | | | | KVM: PPC: Book3S HV: Only accept host PVR value for guest PVRPaul Mackerras2014-09-221-1/+3
| | * | | | | | | KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threadsPaul Mackerras2014-09-221-1/+1
| | * | | | | | | KVM: PPC: Remove shared defines for SPE and AltiVec interruptsMihai Caraman2014-09-221-10/+10
| | * | | | | | | KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman2014-09-225-15/+4