summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-09-2110-181/+147
|\
| * s390: wire up separate socketcalls system callsHeiko Carstens2015-09-184-21/+42
| * s390/compat: remove superfluous compat wrappersHeiko Carstens2015-09-182-102/+51
| * s390/compat: do not trace compat wrapper functionsHeiko Carstens2015-09-181-6/+6
| * s390/s390x: allocate sys_membarrier system call numberMathieu Desnoyers2015-09-172-1/+3
| * s390/configs//zfcpdump_defconfig: Remove CONFIG_MEMSTICKMichael Holzheu2015-09-171-5/+0
| * s390: wire up userfaultfd system callHeiko Carstens2015-09-172-1/+3
| * s390/vtime: correct scaled cputime for SMTMartin Schwidefsky2015-09-171-4/+8
| * s390/cpum_cf: Corrected return code for unauthorized counter setsHendrik Brueckner2015-09-171-4/+8
| * s390/compat: correct uc_sigmask of the compat signal frameMartin Schwidefsky2015-09-171-4/+23
| * s390: fix floating point register corruptionHeiko Carstens2015-09-171-0/+2
| * s390/hibernate: fix save and restore of vector registersMartin Schwidefsky2015-09-171-35/+3
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-193-10/+17
|\ \
| * | ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpointsDoug Anderson2015-09-161-3/+5
| * | ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definitionAndre Przywara2015-09-161-1/+3
| * | ARM: get rid of needless #if in signal handling codeRussell King2015-09-161-4/+2
| * | ARM: fix Thumb2 signal handling when ARMv6 is enabledRussell King2015-09-161-5/+10
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-1822-83/+57
|\ \ \
| * \ \ Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2015-09-1711-75/+28
| |\ \ \
| | * | | arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei2015-09-174-34/+4
| | * | | arm64: KVM: Remove all traces of the ThumbEE registersWill Deacon2015-09-174-29/+5
| | * | | arm: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier2015-09-171-2/+4
| | * | | arm64: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier2015-09-171-2/+3
| | * | | arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resourcesPavel Fedin2015-09-161-1/+1
| | * | | arm: KVM: Fix incorrect device to IPA mappingMarek Majtyka2015-09-161-2/+4
| | * | | arm64: KVM: Fix user access for debug registersMarc Zyngier2015-09-161-4/+4
| | * | | KVM: arm64: add workaround for Cortex-A57 erratum #852523Will Deacon2015-09-141-1/+3
| * | | | KVM: s390: Replace incorrect atomic_or with atomic_andnotJason J. Herne2015-09-161-1/+1
| * | | | KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li2015-09-161-0/+2
| * | | | KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-1611-0/+11
| * | | | Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2015-09-142-7/+15
| |\| | |
| | * | | arm/arm64: KVM: Fix PSCI affinity info return value for non valid coresAlexander Spyridakis2015-09-041-4/+8
| | * | | arm64: KVM: set {v,}TCR_EL2 RES1 bitsMark Rutland2015-09-041-3/+7
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-18108-217/+154
|\ \ \ \ \
| * | | | | arm64: Remove ununsed set_irq_flagsRob Herring2015-09-161-5/+0
| * | | | | ARM: Remove ununsed set_irq_flagsRob Herring2015-09-162-26/+0
| * | | | | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-1697-175/+140
| * | | | | genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-3/+1
| * | | | | powerpc/mpc8xx: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-1/+1
| * | | | | powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-2/+2
| * | | | | powerpc/cpm2: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-2/+2
| * | | | | powerpc/mpc52xx: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-1/+1
| * | | | | powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-09-153-3/+3
| * | | | | powerpc/cell: Prepare irq handler for irq argument removalThomas Gleixner2015-09-141-1/+2
| * | | | | powerpc/85xx: Prepare irq handlers for irq argument removalThomas Gleixner2015-09-142-2/+4
| * | | | | powerpc/mpc5121_ads_cpld: Prepare irq handler for irq argument removalThomas Gleixner2015-09-141-1/+3
| |/ / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-1/+1
|\ \ \ \ \
| * | | | | x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura2015-09-171-1/+1
| |/ / / /
* | | | | Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-1814-14/+58
|\ \ \ \ \
| * | | | | powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe2015-09-172-0/+9