summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
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...Ingo 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
2013-09-20arm64: Correctly report LR and SP for compat tasksCatalin Marinas1-5/+16
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-5/+0
2013-09-03arm64: mm: permit use of tagged pointers at EL0Will Deacon1-0/+1
2013-08-30arm64: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon2-8/+1
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-5/+0
2013-08-27arm64: move elf notes into readonly segmentMark Salter1-2/+1
2013-08-22arm64: Enable interrupts in the EL0 undef handlerCatalin Marinas1-0/+2
2013-08-22arm64: Expand arm64 image headerRoy Franz1-0/+8
2013-08-20arm64: add support for kernel mode NEONArd Biesheuvel1-0/+28
2013-08-20arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bitWill Deacon1-1/+1
2013-08-20arm64: perf: fix group validation when using enable_on_execWill Deacon1-1/+4
2013-08-20arm64: perf: fix event validation for software group leadersWill Deacon1-0/+3
2013-08-20arm64: perf: fix array out of bounds access in armpmu_map_hw_event()Will Deacon1-1/+6
2013-07-26arm64: Change kernel stack size to 16KFeng Kan1-1/+1
2013-07-23arm64: Fix definition of arm_pm_restart to match the declarationCatalin Marinas1-1/+1
2013-07-19Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2-8/+9
2013-07-19arm64: use common reboot infrastructureMarc Zyngier1-1/+1
2013-07-19arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas1-7/+8