summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2013-11-28arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach
2013-11-28arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach
2013-11-25arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas
2013-11-25arm64: let the core code deal with preempt_countMarc Zyngier
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro
2013-11-07ARM64: /proc/interrupts: display IPIs of online CPUs onlySudeep KarkadaNagesha
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring
2013-11-05arm64: compat: Clear the IT state independent of the 32-bit ARM or Thumb-2 modeT.J. Purtell
2013-11-05arm64: module: ensure instruction is little-endian before manipulationWill Deacon
2013-11-05arm64: fix access to preempt_count from assembly codeMarc Zyngier
2013-11-04arm64: move enabling of GIC before CPUs are set onlineMarc Zyngier
2013-11-04arm64: use generic RW_DATA_SECTION macro in linker scriptMark Salter
2013-10-31arm64: Slightly improve the warning on CPU0 enable-methodCatalin Marinas
2013-10-30ARM64: simplify cpu_read_bootcpu_ops using OF/DT helperSudeep KarkadaNagesha
2013-10-30ARM64: DT: define ARM64 specific arch_match_cpu_phys_idSudeep KarkadaNagesha
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter
2013-10-28arm64: update 32-bit kuser helpers to ARMv8Robin Murphy
2013-10-25arm64: perf: fix event number maskVinayak Kale
2013-10-25arm64: big-endian: write CPU holding pen address as LEMatthew Leach
2013-10-25arm64: big-endian: set correct endianess on kernel entryMatthew Leach
2013-10-25arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach
2013-10-25arm64: big-endian: don't treat code as data when copying sigret codeMatthew Leach
2013-10-25arm64: compat: correct register concatenation for syscall wrappersMatthew Leach
2013-10-25arm64: setup: report ELF_PLATFORM as the machine for utsnameWill Deacon
2013-10-25arm64: add PSCI CPU_OFF-based hotplug supportMark Rutland
2013-10-25arm64: add CPU_HOTPLUG infrastructureMark Rutland
2013-10-25arm64: read enable-method for CPU0Mark Rutland
2013-10-25arm64: factor out spin-table boot methodMark Rutland
2013-10-25arm64: reorganise smp_enable_opsMark Rutland
2013-10-25arm64: unify smp_psci.c and psci.cMark Rutland
2013-10-24arm64: Export __copy_in_user() to modulesCatalin Marinas
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar
2013-10-09arm64: use common of_flat_dt_get_machine_nameRob Herring
2013-10-09arch_timer: Move to generic sched_clock frameworkStephen Boyd
2013-10-09of: create default early_init_dt_add_memory_archRob Herring
2013-10-09arm64: use early_init_dt_scanRob Herring
2013-09-27arm64: fix possible invalid FPSIMD initialization stateJiang Liu
2013-09-26ARM64: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha
2013-09-20arm64: Widen hwcap to be 64 bitSteve Capper
2013-09-20arm64: Correctly report LR and SP for compat tasksCatalin Marinas
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-09-03arm64: mm: permit use of tagged pointers at EL0Will Deacon
2013-08-30arm64: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely