summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-11-2718-24/+98
|\
| * arch/powerpc/kernel: Use %12.12s instead of %12s to avoid memory overflowChen Gang2013-11-251-1/+1
| * powerpc/signals: Improved mark VSX not saved with small contexts fixMichael Neuling2013-11-252-9/+13
| * powerpc/kdump: Adding symbols in vmcoreinfo to facilitate dump filteringHari Bathini2013-11-252-0/+13
| * powerpc: allyesconfig should not select CONFIG_CPU_LITTLE_ENDIANAnton Blanchard2013-11-251-3/+17
| * powerpc: Fix error when cross building TAGS & cscopeMichael Neuling2013-11-251-0/+2
| * powerpc/booke: Only check for hugetlb in flush if vma != NULLScott Wood2013-11-222-3/+2
| * powerpc/85xx: typo in dts: "interupt" (four devices)Adam Borowski2013-11-224-8/+8
| * powerpc/8xx: mfspr SPRN_TBRx in lieu of mftb/mftbu is not supportedLEROY Christophe2013-11-225-0/+37
| * powerpc/corenet64: compile with CONFIG_E{5,6}500_CPU wellTiejun Chen2013-11-221-0/+5
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-2618-187/+319
|\ \
| * | ARM: bcm2835: add missing #xxx-cells to I2C nodesStephen Warren2013-11-251-0/+4
| * | Merge tag 'imx-fixes-3.13-2' of git://git.linaro.org/people/shawnguo/linux-2....Kevin Hilman2013-11-251-1/+1
| |\ \
| | * | ARM: dts: imx6qdl: disable spdif "rxtx5" clock optionShawn Guo2013-11-181-1/+1
| * | | ARM: dts: Add max77686 RTC interrupt to cros5250-commonDoug Anderson2013-11-251-0/+12
| * | | ARM: vexpress/TC2: Implement MCPM power_down_finish()Dave Martin2013-11-253-5/+102
| * | | Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker...Olof Johansson2013-11-2511-180/+199
| |\ \ \
| | * | | ARM: OMAP2+: Remove legacy omap4_twl6030_hsmmc_initTony Lindgren2013-11-182-58/+0
| | * | | ARM: OMAP2+: Remove legacy mux code for display.cTony Lindgren2013-11-181-78/+0
| | * | | ARM: OMAP2+: Fix undefined reference to set_cntfreqTony Lindgren2013-11-181-0/+7
| | * | | ARM: OMAP2+: More randconfig fixes for reconfigure_io_chainTony Lindgren2013-11-182-4/+4
| | * | | ARM: dts: Fix omap2 specific dtsi files by adding the missing entriesTony Lindgren2013-11-153-0/+168
| | * | | ARM: OMAP2+: Fix GPMC and simplify bootloader timings for 8250 and smc91xTony Lindgren2013-11-152-40/+20
| * | | | ARM: omap: fix warning with LPAE buildOlof Johansson2013-11-251-1/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-2316-209/+36
|\ \ \ \ | |/ / / |/| | |
| * | | crypto: s390 - Fix aes-cbc IV corruptionHerbert Xu2013-11-051-7/+12
| * | | crypto: sha256_ssse3 - also test for BMI2Oliver Neukum2013-10-071-1/+1
| * | | crypto: move x86 to the generic version of ablk_helperArd Biesheuvel2013-09-2413-190/+20
| * | | ARM: tegra: remove tegra_chip_uid()Stephen Warren2013-09-241-10/+0
| * | | crypto: x86 - restore avx2_supported checkJussi Kivilinna2013-09-131-0/+2
| * | | crypto: sha256_ssse3 - use correct module alias for sha224Jussi Kivilinna2013-09-131-1/+1
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-221-2/+2
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-211-2/+2
| |\ \ \ \
| | * | | | x86/early quirk: use gen6 stolen detection for VLVJesse Barnes2013-11-141-2/+2
* | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-228-14/+39
|\ \ \ \ \ \
| * | | | | | ARM: 7894/1: kconfig: select GENERIC_CLOCKEVENTS if HAVE_ARM_ARCH_TIMERWill Deacon2013-11-201-0/+1
| * | | | | | ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMPWill Deacon2013-11-201-1/+1
| * | | | | | ARM: 7892/1: Fix warning for V7M buildsOlof Johansson2013-11-191-1/+1
| * | | | | | ARM: 7888/1: seccomp: not compatible with ARM OABIKees Cook2013-11-141-1/+6
| * | | | | | ARM: 7886/1: make OABI default to offKees Cook2013-11-141-2/+1
| * | | | | | ARM: 7885/1: Save/Restore 64-bit TTBR registers on LPAE suspend/resumeMahesh Sivasubramanian2013-11-141-5/+12
| * | | | | | ARM: 7884/1: mm: Fix ECC mem policy printkMichal Simek2013-11-141-2/+2
| * | | | | | ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BEVictor Kamensky2013-11-141-1/+5
| * | | | | | ARM: 7882/1: mm: fix __phys_to_virt to work with 64 bit phys_addr_t in BE caseVictor Kamensky2013-11-141-1/+8
| * | | | | | ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE caseVictor Kamensky2013-11-141-0/+1
| * | | | | | ARM: Fix nommu.c build warningRussell King2013-11-141-0/+1
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-222-7/+29
|\ \ \ \ \ \ \
| * | | | | | | kvm: mmu: delay mmu audit activationSasha Levin2013-11-201-1/+1
| * | | | | | | Merge tag 'kvm-arm-fixes-3.13-1' of git://git.linaro.org/people/cdall/linux-k...Gleb Natapov2013-11-191-6/+28
| |\ \ \ \ \ \ \
| | * | | | | | | arm/arm64: KVM: Fix hyp mappings of vmalloc regionsChristoffer Dall2013-11-161-6/+28