summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
|\
| * of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely2013-08-281-5/+0
* | arm64: mm: permit use of tagged pointers at EL0Will Deacon2013-09-031-0/+1
* | arm64: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon2013-08-302-8/+1
* | arm64: move elf notes into readonly segmentMark Salter2013-08-271-2/+1
* | arm64: Enable interrupts in the EL0 undef handlerCatalin Marinas2013-08-221-0/+2
* | arm64: Expand arm64 image headerRoy Franz2013-08-221-0/+8
* | arm64: add support for kernel mode NEONArd Biesheuvel2013-08-201-0/+28
* | arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bitWill Deacon2013-08-201-1/+1
* | arm64: perf: fix group validation when using enable_on_execWill Deacon2013-08-201-1/+4
|/
* arm64: perf: fix event validation for software group leadersWill Deacon2013-08-201-0/+3
* arm64: perf: fix array out of bounds access in armpmu_map_hw_event()Will Deacon2013-08-201-1/+6
* arm64: Change kernel stack size to 16KFeng Kan2013-07-261-1/+1
* arm64: Fix definition of arm_pm_restart to match the declarationCatalin Marinas2013-07-231-1/+1
* Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2013-07-192-8/+9
|\
| * arm64: use common reboot infrastructureMarc Zyngier2013-07-191-1/+1
| * arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas2013-07-191-7/+8
* | arm64: delete __cpuinit usage from all usersPaul Gortmaker2013-07-143-9/+9
|/
* arm64: KVM: Kconfig integrationMarc Zyngier2013-07-041-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-036-79/+120
|\
| * Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/k...Catalin Marinas2013-06-122-0/+53
| |\
| | * arm64: KVM: HYP mode world switch implementationMarc Zyngier2013-06-121-0/+33
| | * arm64: KVM: HYP mode idmap supportMarc Zyngier2013-06-071-0/+20
| * | arm64: debug: consolidate software breakpoint handlersWill Deacon2013-06-123-64/+66
| * | arm64: extable: sort the exception table at build timeWill Deacon2013-06-121-9/+1
| * | arm64: kernel: compiling issue, need delete read_current_timer()Chen Gang2013-06-101-6/+0
| |/
* | perf: arm64: Record the user-mode PC in the call chain.Jed Davis2013-06-201-0/+1
|/
* arm64: don't kill the kernel on a bad esr from el0Mark Rutland2013-05-311-3/+9
* arm64: treat unhandled compat el0 traps as undefMark Rutland2013-05-311-0/+10
* arm64: Do not report user faults for handled signalsCatalin Marinas2013-05-241-2/+3
* arm64: kernel: compiling issue, need 'EXPORT_SYMBOL(clear_page)'Chen Gang2013-05-241-0/+1
* arm64: Invoke the of_platform_populate() at arch_initcall() levelCatalin Marinas2013-05-141-9/+3
* arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon2013-05-131-2/+0
* arm64: Fix duplicate definition of early_consoleChen Gang2013-05-131-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-101-7/+0
|\
| * unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-7/+0
* | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-081-4/+4
|\ \
| * | arm64: vexpress: Add support for poweroff/restartCatalin Marinas2013-05-081-4/+4
* | | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-071-2/+4
|\ \ \ | |_|/ |/| |
| * | Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson2013-04-171-2/+4
| |\ \
| | * | ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring2013-04-111-2/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-7/+0
|\ \ \ \
| * | | | consolidate compat lookup_dcookie()Al Viro2013-03-031-7/+0
| | |/ / | |/| |
* | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-6/+1
* | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-7/+0
* | | | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-04-309-61/+209
|\ \ \ \ | | |_|/ | |/| |
| * | | arm64: Survive invalid cpu enable-methodsMark Rutland2013-04-251-4/+4
| * | | arm64: Execute DSB during thread switching for TLB/cache maintenanceCatalin Marinas2013-04-251-0/+6
OpenPOWER on IntegriCloud