aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-34/+19
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds3-76/+10
2013-11-12Merge tag 'clk-for-linus-3.13' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds1-0/+75
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-21/+55
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-11-09ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h"Chen Gang1-14/+0
2013-11-07ARM64: /proc/interrupts: display IPIs of online CPUs onlySudeep KarkadaNagesha1-1/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring5-13/+13
2013-11-06arm64: locks: Remove CONFIG_GENERIC_LOCKBREAKCatalin Marinas1-4/+0
2013-11-06arm64: KVM: vgic: byteswap GICv2 access on world switch if BEMarc Zyngier1-0/+13
2013-11-06arm64: KVM: initialize HYP mode following the kernel endiannessMarc Zyngier1-1/+4
2013-11-05arm64: compat: Clear the IT state independent of the 32-bit ARM or Thumb-2 modeT.J. Purtell1-4/+5
2013-11-05arm64: Use 42-bit address space with 64K pagesCatalin Marinas3-6/+11
2013-11-05arm64: module: ensure instruction is little-endian before manipulationWill Deacon1-1/+4
2013-11-05arm64: defconfig: Enable CONFIG_PREEMPT by defaultCatalin Marinas1-1/+1
2013-11-05arm64: fix access to preempt_count from assembly codeMarc Zyngier1-11/+11
2013-11-04arm64: move enabling of GIC before CPUs are set onlineMarc Zyngier1-5/+5
2013-11-04arm64: use generic RW_DATA_SECTION macro in linker scriptMark Salter1-24/+7
2013-10-31arm64: Slightly improve the warning on CPU0 enable-methodCatalin Marinas1-2/+2
2013-10-30ARM64: simplify cpu_read_bootcpu_ops using OF/DT helperSudeep KarkadaNagesha1-17/+5
2013-10-30ARM64: DT: define ARM64 specific arch_match_cpu_phys_idSudeep KarkadaNagesha1-0/+5
2013-10-30arm64: allow ioremap_cache() to use existing RAM mappingsMark Salter2-3/+19
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter3-20/+19
2013-10-28arm64: update 32-bit kuser helpers to ARMv8Robin Murphy1-9/+6
2013-10-25arm64: perf: fix event number maskVinayak Kale1-3/+4
2013-10-25arm64: kconfig: allow CPU_BIG_ENDIAN to be selectedWill Deacon1-0/+5
2013-10-25arm64: Fix the endianness of arch_spinlock_tCatalin Marinas1-0/+5
2013-10-25arm64: big-endian: write CPU holding pen address as LEMatthew Leach1-1/+10
2013-10-25arm64: big-endian: set correct endianess on kernel entryMatthew Leach2-5/+16
2013-10-25arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach2-10/+27
2013-10-25arm64: asm: add CPU_LE & CPU_BE assembler helpersMatthew Leach1-0/+19
2013-10-25arm64: big-endian: don't treat code as data when copying sigret codeMatthew Leach3-29/+46
2013-10-25arm64: compat: correct register concatenation for syscall wrappersMatthew Leach2-11/+23
2013-10-25arm64: compat: add support for big-endian (BE8) AArch32 binariesWill Deacon4-0/+25
2013-10-25arm64: setup: report ELF_PLATFORM as the machine for utsnameWill Deacon1-1/+1
2013-10-25arm64: ELF: add support for big-endian executablesWill Deacon1-0/+13
2013-10-25arm64: big-endian: fix byteorder includeWill Deacon1-0/+4
2013-10-25arm64: big-endian: add big-endian support to top-level arch MakefileWill Deacon1-0/+6
2013-10-25arm64: add PSCI CPU_OFF-based hotplug supportMark Rutland1-0/+30
2013-10-25arm64: add CPU_HOTPLUG infrastructureMark Rutland8-1/+187
2013-10-25arm64: read enable-method for CPU0Mark Rutland4-19/+58
2013-10-25arm64: factor out spin-table boot methodMark Rutland7-73/+117
2013-10-25arm64: reorganise smp_enable_opsMark Rutland7-52/+102
2013-10-25arm64: unify smp_psci.c and psci.cMark Rutland4-74/+54
2013-10-24arm64: Export __copy_in_user() to modulesCatalin Marinas1-0/+1
2013-10-24arm64: cmpxchg: implement cmpxchg64_relaxedWill Deacon1-0/+2