summaryrefslogtreecommitdiff
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-144-34/+19
|\
| * ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h"Chen Gang2013-11-091-14/+0
| * ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter2013-10-293-20/+19
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-1/+1
|\ \
| * | mm/arch: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-1/+1
|\ \ \ | |/ / |/| |
| * | constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
| |/
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-123-76/+10
|\ \
| * \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-075-13/+13
| |\ \ | | |/
| * | of: remove empty arch prom.h headersRob Herring2013-10-091-1/+0
| * | arm64: remove unnecessary prom.h includeRob Herring2013-10-091-1/+0
| * | arm64: use common of_flat_dt_get_machine_nameRob Herring2013-10-091-10/+1
| * | arm64: set initrd_start/initrd_end for fdt scanRob Herring2013-10-091-18/+6
| * | of: create default early_init_dt_add_memory_archRob Herring2013-10-091-18/+0
| * | arm64: use early_init_dt_scanRob Herring2013-10-091-28/+3
* | | Merge tag 'clk-for-linus-3.13' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-11-121-0/+75
|\ \ \
| * | | clk: arm64: Add DTS clock entry for APM X-Gene Storm SoCLoc Ho2013-10-071-0/+75
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-126-21/+55
|\ \ \
| * \ \ Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar2013-10-102-10/+1
| |\ \ \
| | * | | arch_timer: Move to generic sched_clock frameworkStephen Boyd2013-10-092-10/+1
| * | | | ARM64: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha2013-09-264-8/+47
| * | | | ARM/ARM64: arch_timer: add macros for bits in control registerSudeep KarkadaNagesha2013-09-261-4/+8
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-099-21/+32
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
| | |_|/ | |/| |
* | | | ARM64: /proc/interrupts: display IPIs of online CPUs onlySudeep KarkadaNagesha2013-11-071-1/+1
* | | | arm64: locks: Remove CONFIG_GENERIC_LOCKBREAKCatalin Marinas2013-11-061-4/+0
* | | | arm64: KVM: vgic: byteswap GICv2 access on world switch if BEMarc Zyngier2013-11-061-0/+13
* | | | arm64: KVM: initialize HYP mode following the kernel endiannessMarc Zyngier2013-11-061-1/+4
* | | | arm64: compat: Clear the IT state independent of the 32-bit ARM or Thumb-2 modeT.J. Purtell2013-11-051-4/+5
* | | | arm64: Use 42-bit address space with 64K pagesCatalin Marinas2013-11-053-6/+11
* | | | arm64: module: ensure instruction is little-endian before manipulationWill Deacon2013-11-051-1/+4
* | | | arm64: defconfig: Enable CONFIG_PREEMPT by defaultCatalin Marinas2013-11-051-1/+1
* | | | arm64: fix access to preempt_count from assembly codeMarc Zyngier2013-11-051-11/+11
* | | | arm64: move enabling of GIC before CPUs are set onlineMarc Zyngier2013-11-041-5/+5
* | | | arm64: use generic RW_DATA_SECTION macro in linker scriptMark Salter2013-11-041-24/+7
* | | | arm64: Slightly improve the warning on CPU0 enable-methodCatalin Marinas2013-10-311-2/+2
* | | | ARM64: simplify cpu_read_bootcpu_ops using OF/DT helperSudeep KarkadaNagesha2013-10-301-17/+5
* | | | ARM64: DT: define ARM64 specific arch_match_cpu_phys_idSudeep KarkadaNagesha2013-10-301-0/+5
* | | | arm64: allow ioremap_cache() to use existing RAM mappingsMark Salter2013-10-302-3/+19
* | | | arm64: update 32-bit kuser helpers to ARMv8Robin Murphy2013-10-281-9/+6
* | | | arm64: perf: fix event number maskVinayak Kale2013-10-251-3/+4
* | | | arm64: kconfig: allow CPU_BIG_ENDIAN to be selectedWill Deacon2013-10-251-0/+5
* | | | arm64: Fix the endianness of arch_spinlock_tCatalin Marinas2013-10-251-0/+5
* | | | arm64: big-endian: write CPU holding pen address as LEMatthew Leach2013-10-251-1/+10
* | | | arm64: big-endian: set correct endianess on kernel entryMatthew Leach2013-10-252-5/+16
* | | | arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach2013-10-252-10/+27
* | | | arm64: asm: add CPU_LE & CPU_BE assembler helpersMatthew Leach2013-10-251-0/+19
* | | | arm64: big-endian: don't treat code as data when copying sigret codeMatthew Leach2013-10-253-29/+46
* | | | arm64: compat: correct register concatenation for syscall wrappersMatthew Leach2013-10-252-11/+23