| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-20 | 3 | -10/+17 |
|\ |
|
| * | ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpoints | Doug Anderson | 2015-09-17 | 1 | -3/+5 |
| * | ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definition | Andre Przywara | 2015-09-17 | 1 | -1/+3 |
| * | ARM: get rid of needless #if in signal handling code | Russell King | 2015-09-17 | 1 | -4/+2 |
| * | ARM: fix Thumb2 signal handling when ARMv6 is enabled | Russell King | 2015-09-16 | 1 | -5/+10 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-09-18 | 22 | -83/+57 |
|\ \ |
|
| * \ | Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 2015-09-17 | 11 | -75/+28 |
| |\ \ |
|
| | * | | arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS' | Ming Lei | 2015-09-17 | 4 | -34/+4 |
| | * | | arm64: KVM: Remove all traces of the ThumbEE registers | Will Deacon | 2015-09-17 | 4 | -29/+5 |
| | * | | arm: KVM: Disable virtual timer even if the guest is not using it | Marc Zyngier | 2015-09-17 | 1 | -2/+4 |
| | * | | arm64: KVM: Disable virtual timer even if the guest is not using it | Marc Zyngier | 2015-09-17 | 1 | -2/+3 |
| | * | | arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources | Pavel Fedin | 2015-09-16 | 1 | -1/+1 |
| | * | | arm: KVM: Fix incorrect device to IPA mapping | Marek Majtyka | 2015-09-16 | 1 | -2/+4 |
| | * | | arm64: KVM: Fix user access for debug registers | Marc Zyngier | 2015-09-16 | 1 | -4/+4 |
| | * | | KVM: arm64: add workaround for Cortex-A57 erratum #852523 | Will Deacon | 2015-09-14 | 1 | -1/+3 |
| * | | | KVM: s390: Replace incorrect atomic_or with atomic_andnot | Jason J. Herne | 2015-09-16 | 1 | -1/+1 |
| * | | | KVM: vmx: fix VPID is 0000H in non-root operation | Wanpeng Li | 2015-09-16 | 1 | -0/+2 |
| * | | | KVM: add halt_attempted_poll to VCPU stats | Paolo Bonzini | 2015-09-16 | 11 | -0/+11 |
| * | | | Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 2015-09-14 | 2 | -7/+15 |
| |\| | |
|
| | * | | arm/arm64: KVM: Fix PSCI affinity info return value for non valid cores | Alexander Spyridakis | 2015-09-04 | 1 | -4/+8 |
| | * | | arm64: KVM: set {v,}TCR_EL2 RES1 bits | Mark Rutland | 2015-09-04 | 1 | -3/+7 |
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-09-18 | 108 | -217/+154 |
|\ \ \ \ |
|
| * | | | | arm64: Remove ununsed set_irq_flags | Rob Herring | 2015-09-16 | 1 | -5/+0 |
| * | | | | ARM: Remove ununsed set_irq_flags | Rob Herring | 2015-09-16 | 2 | -26/+0 |
| * | | | | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 97 | -175/+140 |
| * | | | | genirq: Move field 'affinity' from irq_data into irq_common_data | Jiang Liu | 2015-09-16 | 1 | -3/+1 |
| * | | | | powerpc/mpc8xx: Use irq_set_handler_locked() | Thomas Gleixner | 2015-09-16 | 1 | -1/+1 |
| * | | | | powerpc/ipic: Use irq_set_handler_locked() | Thomas Gleixner | 2015-09-16 | 1 | -2/+2 |
| * | | | | powerpc/cpm2: Use irq_set_handler_locked() | Thomas Gleixner | 2015-09-16 | 1 | -2/+2 |
| * | | | | powerpc/mpc52xx: Use irq_set_handler_locked() | Thomas Gleixner | 2015-09-16 | 1 | -1/+1 |
| * | | | | powerpc, irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 2015-09-15 | 3 | -3/+3 |
| * | | | | powerpc/cell: Prepare irq handler for irq argument removal | Thomas Gleixner | 2015-09-14 | 1 | -1/+2 |
| * | | | | powerpc/85xx: Prepare irq handlers for irq argument removal | Thomas Gleixner | 2015-09-14 | 2 | -2/+4 |
| * | | | | powerpc/mpc5121_ads_cpld: Prepare irq handler for irq argument removal | Thomas Gleixner | 2015-09-14 | 1 | -1/+3 |
| |/ / / |
|
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-09-18 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | x86/pci/dma: Fix gfp flags for coherent DMA memory allocation | Junichi Nomura | 2015-09-17 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2015-09-18 | 14 | -14/+58 |
|\ \ \ \ |
|
| * | | | | powerpc32: memset: only use dcbz once cache is enabled | LEROY Christophe | 2015-09-17 | 2 | -0/+9 |
| * | | | | powerpc32: memcpy: only use dcbz once cache is enabled | LEROY Christophe | 2015-09-17 | 2 | -0/+8 |
| * | | | | powerpc/mm: Recompute hash value after a failed update | Aneesh Kumar K.V | 2015-09-16 | 1 | -1/+2 |
| * | | | | powerpc/boot: Specify ABI v2 when building an LE boot wrapper | Benjamin Herrenschmidt | 2015-09-16 | 1 | -0/+3 |
| * | | | | powerpc/MSI: Fix race condition in tearing down MSI interrupts | Paul Mackerras | 2015-09-10 | 5 | -10/+15 |
| * | | | | powerpc: Wire up sys_userfaultfd() | Michael Ellerman | 2015-09-09 | 3 | -1/+3 |
| * | | | | powerpc/pseries: Release DRC when configure_connector fails | Bharata B Rao | 2015-09-08 | 1 | -1/+3 |
| * | | | | powerpc/powernv/pci-ioda: fix kdump with non-power-of-2 crashkernel= | Nishanth Aravamudan | 2015-09-07 | 1 | -2/+8 |
| * | | | | powerpc/powernv/pci-ioda: fix 32-bit TCE table init in kdump kernel | Nishanth Aravamudan | 2015-09-07 | 1 | -1/+9 |
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-18 | 2 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | alpha: lib: export __delay | Sudip Mukherjee | 2015-09-18 | 1 | -0/+1 |
| * | | | | | alpha: io: define ioremap_uc | Sudip Mukherjee | 2015-09-18 | 1 | -1/+3 |
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2015-09-17 | 9 | -22/+71 |
|\ \ \ \ \ \ |
|