summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-1811-86/+392
|\
| * arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall2014-10-165-29/+36
| * arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper2014-10-151-1/+1
| * arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZEChristoffer Dall2014-10-141-0/+11
| * arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall2014-10-144-40/+249
| * arm/arm64: KVM: map MMIO regions at creation timeArd Biesheuvel2014-10-131-8/+69
| * arm64: kvm: define PAGE_S2_DEVICE as read-only by defaultArd Biesheuvel2014-10-101-1/+1
| * ARM: kvm: define PAGE_S2_DEVICE as read-only by defaultArd Biesheuvel2014-10-101-1/+1
| * arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel2014-10-104-4/+8
| * arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()Ard Biesheuvel2014-10-101-0/+6
| * arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pagesArd Biesheuvel2014-10-101-2/+1
| * ARM: KVM: fix vgic-disabled buildArnd Bergmann2014-10-071-0/+8
| * arm: kvm: fix CPU hotplugVladimir Murzin2014-09-291-1/+2
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-10-1857-138/+274
|\ \
| * | MIPS: ralink: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-09-291-1/+1
| * | MIPS: pgtable.h: Implement the pgprot_writecombine function for MIPSMarkos Chandras2014-09-221-0/+10
| * | MIPS: cpu-probe: Set the write-combine CCA value on per core basisMarkos Chandras2014-09-222-0/+26
| * | MIPS: pgtable-bits: Define the CCA bit for WC writes on Ingenic coresMarkos Chandras2014-09-221-0/+5
| * | MIPS: pgtable-bits: Move the CCA bits out of the core's ifdef blocksMarkos Chandras2014-09-221-16/+25
| * | MIPS: DMA: Add cma supportZubair Lutfullah Kakakhel2014-09-224-12/+36
| * | x86: use generic dma-contiguous.hZubair Lutfullah Kakakhel2014-09-222-12/+1
| * | arm64: use generic dma-contiguous.hZubair Lutfullah Kakakhel2014-09-222-28/+1
| * | asm-generic: Add dma-contiguous.hZubair Lutfullah Kakakhel2014-09-221-0/+9
| * | MIPS: BPF: Add new emit_long_instr macroMarkos Chandras2014-09-221-32/+19
| * | MIPS: ralink: Move device-trees to arch/mips/boot/dts/Andrew Bresticker2014-09-2212-6/+8
| * | MIPS: Netlogic: Move device-trees to arch/mips/boot/dts/Andrew Bresticker2014-09-228-5/+8
| * | MIPS: sead3: Move device-trees to arch/mips/boot/dts/Andrew Bresticker2014-09-224-4/+2
| * | MIPS: Lantiq: Move device-trees to arch/mips/boot/dts/Andrew Bresticker2014-09-226-3/+2
| * | MIPS: Octeon: Move device-trees to arch/mips/boot/dts/Andrew Bresticker2014-09-226-12/+3
| * | MIPS: Add support for building device-tree binariesAndrew Bresticker2014-09-223-1/+12
| * | MIPS: Create common infrastructure for building built-in device-treesAndrew Bresticker2014-09-223-0/+12
| * | MIPS: SEAD3: Enable DEVTMPFSMarkos Chandras2014-09-222-0/+2
| * | MIPS: SEAD3: Regenerate defconfigsMarkos Chandras2014-09-222-2/+0
| * | MIPS: Alchemy: DB1300: Add touch penirq supportManuel Lauss2014-09-221-0/+44
| * | MIPS: Alchemy: DB1xxx: Explicitly set 50MHz clock for I2C/SPI units.Manuel Lauss2014-09-222-6/+6
| * | MIPS: Alchemy: Update cpu-feature-overridesManuel Lauss2014-09-221-0/+12
| * | MIPS: Alchemy: devboards: sit and spin after poweroffManuel Lauss2014-09-221-0/+3
| * | MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie2014-09-226-7/+36
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-181-1/+5
|\ \ \
| * | | powerpc/pci: Fix IO space breakage after of_pci_range_to_resource() changeMichael Ellerman2014-10-161-1/+5
* | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-10-1820-171/+489
|\ \ \ \
| * | | | [CIFS] Remove obsolete commentSteve French2014-10-181-6/+4
| * | | | Check minimum response length on query_network_interfaceSteve French2014-10-161-4/+7
| * | | | Workaround Mac server problemSteve French2014-10-161-3/+10
| * | | | Remap reserved posix characters by default (part 3/3)Steve French2014-10-1611-77/+88
| * | | | Allow conversion of characters in Mac remap range (part 2)Steve French2014-10-162-26/+83
| * | | | Allow conversion of characters in Mac remap range. Part 1Steve French2014-10-165-33/+107
| * | | | mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French2014-10-163-1/+75
| * | | | Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French2014-10-163-1/+68
| * | | | Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-168-30/+55