summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla2014-05-121-3/+7
* arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas2014-05-031-1/+1
* arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier2014-05-031-4/+2Star
* arm64: init: Move of_clk_init to time_initChanho Min2014-04-252-1/+2
* arm64: debug: remove noisy, pointless warningWill Deacon2014-04-251-3/+0Star
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-04-083-2/+34
|\
| * arm64: fix !CONFIG_COMPAT build failuresMark Salter2014-04-072-0/+6
| * arm64: Relax the kernel cache requirements for bootCatalin Marinas2014-04-051-2/+28
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-083-8/+13
|\ \
| * | arm64: add early_ioremap supportMark Salter2014-04-083-8/+11
| * | arm64: initialize pgprot info earlier in bootMark Salter2014-04-081-0/+2
* | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-072-2/+11
|\ \ \ | |/ / |/| |
| * | arm64, debug-monitors: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+5
| * | arm64, hw_breakpoint.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+6
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-04-0113-67/+632
|\ \ \ | | |/ | |/|
| * | arm64: smp: make local symbol staticJingoo Han2014-03-131-1/+1
| * | arm64: debug: make local symbols staticJingoo Han2014-03-131-2/+2
| * | ARM64: perf: add support for frame pointer unwinding in compat modeJean Pihet2014-03-131-8/+67
| * | ARM64: perf: add support for perf registers APIJean Pihet2014-03-132-1/+46
| * | arm64: topology: Implement basic CPU topology supportMark Brown2014-03-043-1/+107
| * | arm64: advertise ARMv8 extensions to 32-bit compat ELF binariesArd Biesheuvel2014-03-041-0/+32
| * | arm64: add AT_HWCAP2 support for 32-bit compatArd Biesheuvel2014-03-041-0/+1
| * | arm64: remove return value form psci_init()Vladimir Murzin2014-02-281-6/+3Star
| * | arm64: remove redundant "psci:" prefixesVladimir Murzin2014-02-281-2/+2
| * | arm64: vdso: clean up vdso_pagelist initializationNathan Lynch2014-02-261-30/+12Star
| * | arm64: Fix the soft_restart routineGeoff Levand2014-02-261-1/+10
| * | arm64: Extend the idmap to the whole kernel imageCatalin Marinas2014-02-261-12/+8Star
| * | arm64: enable processor debug state for secondary cpusVijaya Kumar K2014-02-262-4/+4
| * | arm64: KGDB: Add step debugging supportVijaya Kumar K2014-02-261-8/+56
| * | arm64: KGDB: Add Basic KGDB supportVijaya Kumar K2014-02-262-0/+289
| * | arm64: Add macros to manage processor debug stateVijaya Kumar K2014-02-261-0/+1
* | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-111-1/+5
|\ \ \ | | |/ | |/|
| * | ARM64: unwind: Fix PC calculationOlof Johansson2014-02-171-1/+5
| |/
* / cpuidle/arm64: Remove redundant cpuidle_idle_call()Nicolas Pitre2014-02-221-5/+2Star
|/
* arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon2014-02-071-2/+4
* arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSENathan Lynch2014-02-051-2/+2
* arm64: vdso: fix coarse clock handlingNathan Lynch2014-02-051-1/+6
* arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon2014-02-041-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-01-313-8/+8
|\
| * arm64: FIQs are unusedNicolas Pitre2014-01-302-8/+0Star
| * arm64: kernel: fix per-cpu offset restore on resumeLorenzo Pieralisi2014-01-241-0/+8
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-01-2119-239/+1229
|\|
| * arm64: fix typo in entry.SNeil Zhang2014-01-131-1/+1
| * arm64: kernel: restore HW breakpoint registers in cpu_suspendLorenzo Pieralisi2014-01-102-23/+28
| * arm64, jump label: optimize jump label implementationJiang Liu2014-01-082-0/+59
| * arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functionsJiang Liu2014-01-081-0/+40
| * arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu2014-01-082-110/+101Star
| * arm64: introduce interfaces to hotpatch kernel and module codeJiang Liu2014-01-081-0/+119
| * arm64: introduce basic aarch64 instruction decoding helpersJiang Liu2014-01-082-1/+92
| * arm64: Remove unused __data_loc variableGeoff Levand2013-12-202-12/+0Star