aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-19arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon1-4/+1
2013-12-19arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon2-2/+14
2013-12-19arm64: perf: add support for percpu pmu interruptVinayak Kale1-30/+78
2013-12-19arm64: vmlinux.lds.S: drop redundant .commentMark Rutland1-1/+0
2013-12-06arm64: kernel: add code to set cpu boot mode to secondary_entry shimLorenzo Pieralisi1-1/+2
2013-11-28arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach1-8/+12
2013-11-28arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach1-21/+19
2013-11-25arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas2-0/+6
2013-11-25arm64: let the core code deal with preempt_countMarc Zyngier1-22/+7
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-20/+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 Torvalds1-56/+4
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+11
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
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 Herring1-0/+2
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: module: ensure instruction is little-endian before manipulationWill Deacon1-1/+4
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-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: big-endian: write CPU holding pen address as LEMatthew Leach1-1/+10
2013-10-25arm64: big-endian: set correct endianess on kernel entryMatthew Leach1-3/+14
2013-10-25arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach1-9/+25
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 Leach1-11/+11
2013-10-25arm64: setup: report ELF_PLATFORM as the machine for utsnameWill Deacon1-1/+1
2013-10-25arm64: add PSCI CPU_OFF-based hotplug supportMark Rutland1-0/+30
2013-10-25arm64: add CPU_HOTPLUG infrastructureMark Rutland4-1/+165
2013-10-25arm64: read enable-method for CPU0Mark Rutland3-18/+56
2013-10-25arm64: factor out spin-table boot methodMark Rutland5-71/+100
2013-10-25arm64: reorganise smp_enable_opsMark Rutland5-41/+69
2013-10-25arm64: unify smp_psci.c and psci.cMark Rutland3-55/+54
2013-10-24arm64: Export __copy_in_user() to modulesCatalin Marinas1-0/+1
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux into timers/coreIngo Molnar1-10/+0
2013-10-09arm64: use common of_flat_dt_get_machine_nameRob Herring1-10/+1
2013-10-09arch_timer: Move to generic sched_clock frameworkStephen Boyd1-10/+0
2013-10-09of: create default early_init_dt_add_memory_archRob Herring1-18/+0
2013-10-09arm64: use early_init_dt_scanRob Herring1-28/+3
2013-09-27arm64: fix possible invalid FPSIMD initialization stateJiang Liu1-0/+2
2013-09-26ARM64: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha1-0/+11
2013-09-20arm64: Widen hwcap to be 64 bitSteve Capper1-1/+1