aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-09-19Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 3-10/+17
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 22-83/+57
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 108-217/+154
2015-09-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2015-09-18Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 14-14/+58
2015-09-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-1/+4
2015-09-17alpha: lib: export __delayGravatar Sudip Mukherjee 1-0/+1
2015-09-17alpha: io: define ioremap_ucGravatar Sudip Mukherjee 1-1/+3
2015-09-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 9-22/+71
2015-09-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-27/+72
2015-09-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+5
2015-09-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-5/+14
2015-09-17Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 11-75/+28
2015-09-17x86/pci/dma: Fix gfp flags for coherent DMA memory allocationGravatar Junichi Nomura 1-1/+1
2015-09-17arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Gravatar Ming Lei 4-34/+4
2015-09-17arm64: KVM: Remove all traces of the ThumbEE registersGravatar Will Deacon 4-29/+5
2015-09-17arm: KVM: Disable virtual timer even if the guest is not using itGravatar Marc Zyngier 1-2/+4
2015-09-17arm64: KVM: Disable virtual timer even if the guest is not using itGravatar Marc Zyngier 1-2/+3
2015-09-17arm64: errata: add module build workaround for erratum #843419Gravatar Will Deacon 3-0/+22
2015-09-17arm64: compat: fix vfp save/restore across signal handlers in big-endianGravatar Will Deacon 1-11/+36
2015-09-17arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersGravatar Will Deacon 2-2/+2
2015-09-17powerpc32: memset: only use dcbz once cache is enabledGravatar LEROY Christophe 2-0/+9
2015-09-17powerpc32: memcpy: only use dcbz once cache is enabledGravatar LEROY Christophe 2-0/+8
2015-09-16ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpointsGravatar Doug Anderson 1-3/+5
2015-09-16ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definitionGravatar Andre Przywara 1-1/+3
2015-09-16ARM: get rid of needless #if in signal handling codeGravatar Russell King 1-4/+2
2015-09-16arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resourcesGravatar Pavel Fedin 1-1/+1
2015-09-16KVM: s390: Replace incorrect atomic_or with atomic_andnotGravatar Jason J. Herne 1-1/+1
2015-09-16arm64: Remove ununsed set_irq_flagsGravatar Rob Herring 1-5/+0
2015-09-16ARM: Remove ununsed set_irq_flagsGravatar Rob Herring 2-26/+0
2015-09-16x86/platform: Fix Geode LX timekeeping in the generic x86 buildGravatar David Woodhouse 1-7/+10
2015-09-16arm: KVM: Fix incorrect device to IPA mappingGravatar Marek Majtyka 1-2/+4
2015-09-16arm64: KVM: Fix user access for debug registersGravatar Marc Zyngier 1-4/+4
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 97-175/+140
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataGravatar Jiang Liu 1-3/+1
2015-09-16powerpc/mpc8xx: Use irq_set_handler_locked()Gravatar Thomas Gleixner 1-1/+1
2015-09-16powerpc/ipic: Use irq_set_handler_locked()Gravatar Thomas Gleixner 1-2/+2
2015-09-16powerpc/cpm2: Use irq_set_handler_locked()Gravatar Thomas Gleixner 1-2/+2
2015-09-16powerpc/mpc52xx: Use irq_set_handler_locked()Gravatar Thomas Gleixner 1-1/+1
2015-09-16KVM: vmx: fix VPID is 0000H in non-root operationGravatar Wanpeng Li 1-0/+2
2015-09-16powerpc/mm: Recompute hash value after a failed updateGravatar Aneesh Kumar K.V 1-1/+2
2015-09-16powerpc/boot: Specify ABI v2 when building an LE boot wrapperGravatar Benjamin Herrenschmidt 1-0/+3
2015-09-16KVM: add halt_attempted_poll to VCPU statsGravatar Paolo Bonzini 11-0/+11
2015-09-16ARM: fix Thumb2 signal handling when ARMv6 is enabledGravatar Russell King 1-5/+10
2015-09-15ia64: Enable userfaultfd and membarrier system callsGravatar Luck, Tony 3-1/+5
2015-09-15powerpc, irq: Use access helper irq_data_get_affinity_mask()Gravatar Jiang Liu 3-3/+3
2015-09-15arm64: head.S: initialise mdcr_el2 in el2_setupGravatar Will Deacon 1-0/+5
2015-09-15arm64: enable generic idle loopGravatar Leo Yan 1-0/+1
2015-09-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 8-9/+32
2015-09-14x86/apic: Serialize LVTT and TSC_DEADLINE writesGravatar Shaohua Li 1-0/+7