summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: kernel: add code to set cpu boot mode to secondary_entry shimLorenzo Pieralisi2013-12-061-1/+2
* arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach2013-11-281-8/+12
* arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach2013-11-281-21/+19Star
* arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas2013-11-252-0/+6
* arm64: let the core code deal with preempt_countMarc Zyngier2013-11-251-22/+7Star
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-143-20/+19Star
|\
| * ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter2013-10-293-20/+19Star
* | 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-121-56/+4Star
|\ \
| * | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-0/+2
| |\|
| * | arm64: use common of_flat_dt_get_machine_nameRob Herring2013-10-101-10/+1Star
| * | of: create default early_init_dt_add_memory_archRob Herring2013-10-091-18/+0Star
| * | arm64: use early_init_dt_scanRob Herring2013-10-091-28/+3Star
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-122-10/+11
|\ \ \
| * \ \ Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar2013-10-101-10/+0Star
| |\ \ \
| | * | | arch_timer: Move to generic sched_clock frameworkStephen Boyd2013-10-101-10/+0Star
| * | | | ARM64: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha2013-09-261-0/+11
| | |/ / | |/| |
* | | | ARM64: /proc/interrupts: display IPIs of online CPUs onlySudeep KarkadaNagesha2013-11-071-1/+1
* | | | arm64: compat: Clear the IT state independent of the 32-bit ARM or Thumb-2 modeT.J. Purtell2013-11-051-4/+5
* | | | arm64: module: ensure instruction is little-endian before manipulationWill Deacon2013-11-051-1/+4
* | | | 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/+7Star
* | | | 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/+5Star
* | | | ARM64: DT: define ARM64 specific arch_match_cpu_phys_idSudeep KarkadaNagesha2013-10-301-0/+5
* | | | arm64: update 32-bit kuser helpers to ARMv8Robin Murphy2013-10-281-9/+6Star
* | | | arm64: perf: fix event number maskVinayak Kale2013-10-251-3/+4
* | | | 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-251-3/+14
* | | | arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach2013-10-251-9/+25
* | | | 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-251-11/+11
* | | | arm64: setup: report ELF_PLATFORM as the machine for utsnameWill Deacon2013-10-251-1/+1
* | | | arm64: add PSCI CPU_OFF-based hotplug supportMark Rutland2013-10-251-0/+30
* | | | arm64: add CPU_HOTPLUG infrastructureMark Rutland2013-10-254-1/+165
* | | | arm64: read enable-method for CPU0Mark Rutland2013-10-253-18/+56
* | | | arm64: factor out spin-table boot methodMark Rutland2013-10-255-71/+100
* | | | arm64: reorganise smp_enable_opsMark Rutland2013-10-255-41/+69
* | | | arm64: unify smp_psci.c and psci.cMark Rutland2013-10-253-55/+54Star
* | | | arm64: Export __copy_in_user() to modulesCatalin Marinas2013-10-241-0/+1
| |_|/ |/| |
* | | arm64: fix possible invalid FPSIMD initialization stateJiang Liu2013-09-271-0/+2
|/ /
* | arm64: Widen hwcap to be 64 bitSteve Capper2013-09-201-1/+1
* | arm64: Correctly report LR and SP for compat tasksCatalin Marinas2013-09-201-5/+16
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-5/+0Star
|\
| * of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely2013-08-281-5/+0Star
* | arm64: mm: permit use of tagged pointers at EL0Will Deacon2013-09-031-0/+1