summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2014-07-24KVM: x86: Setting rflags.rf during rep-string emulationNadav Amit
2014-07-24ARM: mvebu: add cpuidle support for Armada 38xGregory CLEMENT
2014-07-24ARM: mvebu: add cpuidle support for Armada 370Gregory CLEMENT
2014-07-24cpuidle: mvebu: rename the driver from armada-370-xp to mvebu-v7Gregory CLEMENT
2014-07-24ARM: mvebu: export the SCU addressGregory CLEMENT
2014-07-24ARM: mvebu: make the snoop disabling optional in mvebu_v7_pmsu_idle_prepare()Gregory CLEMENT
2014-07-24ARM: mvebu: use a local variable to store the resume addressGregory CLEMENT
2014-07-24ARM: mvebu: make the cpuidle initialization more genericGregory CLEMENT
2014-07-24ARM: mvebu: rename the armada_370_xp symbols to mvebu_v7 in pmsu.cGregory CLEMENT
2014-07-24ARM: mvebu: use the common function for Armada 375 SMP workaroundGregory CLEMENT
2014-07-24ARM: mvebu: add a common function for the boot address work aroundGregory CLEMENT
2014-07-24ARM: mvebu: sort the #include of pmsu.c in alphabetic orderGregory CLEMENT
2014-07-24ARM: mvebu: split again armada_370_xp_pmsu_idle_enter() in PMSU codeGregory CLEMENT
2014-07-24Merge branch 'mvebu/fixes' into mvebu/soc-cpuidleJason Cooper
2014-07-24Merge tag 'renesas-fixes2-for-v3.16' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2014-07-24arm64: Fix barriers used for page table modificationsCatalin Marinas
2014-07-23platform: Remove most references to platform_bus devicePawel Moll
2014-07-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2014-07-23Merge tag 'xtensa-next-20140721' of git://github.com/czankel/xtensa-linuxLinus Torvalds
2014-07-23of: Reorder device tree changes and notifiersGrant Likely
2014-07-23of: Move dynamic node fixups out of powerpc and into common codeGrant Likely
2014-07-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-07-23sh: also try passing -m4-nofpu for SH2A buildsGeert Uytterhoeven
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner
2014-07-23clocksource: Move cycle_last validation to core codeThomas Gleixner
2014-07-23x86: kvm: Make kvm_get_time_and_clockread() nanoseconds basedThomas Gleixner
2014-07-23x86: kvm: Use ktime_get_boot_ns()Thomas Gleixner
2014-07-23arm: bL_switcher:k Use ktime_get_real_ns()Thomas Gleixner
2014-07-23ARM: dts: Fix wrong compatible string for Exynos3250 ADCChanwoo Choi
2014-07-23Merge tag 'v3.17-next-mediatek-support' of https://github.com/mbgg/linux-medi...Arnd Bergmann
2014-07-23Merge tag 'zynq-dt-for-3.17-2' of git://git.xilinx.com/linux-xlnx into next/dtArnd Bergmann
2014-07-23Merge tag 'mvebu-dt-3.17-3' of git://git.infradead.org/linux-mvebu into next/dtArnd Bergmann
2014-07-23powerpc: cell: Use ktime_get_ns()Thomas Gleixner
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038John Stultz
2014-07-23tile: Convert VDSO timekeeping to the precise mechanismThomas Gleixner
2014-07-23video: fix up versatile CLCD helper moveArnd Bergmann
2014-07-23x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra
2014-07-23arm64: Add support for 48-bit VA space with 64KB page configurationCatalin Marinas
2014-07-23arm64: asm/pgtable.h pmd/pud definitions clean-upCatalin Marinas
2014-07-23arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas
2014-07-23arm64: Clean up the initial page table creation in head.SCatalin Marinas
2014-07-23arm64: Remove asm/pgtable-*level-types.h filesCatalin Marinas
2014-07-23arm64: Remove asm/pgtable-*level-hwdef.h filesCatalin Marinas
2014-07-23arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee
2014-07-23arm64: Add 4 levels of page tables definition with 4KB pagesJungseok Lee
2014-07-23arm64: Introduce VA_BITS and translation level optionsJungseok Lee
2014-07-23arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas
2014-07-23ARM: mvebu: fix return value check in armada_xp_pmsu_cpufreq_init()Wei Yongjun