summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arm64: Better native ptrace support for compat tasksCatalin Marinas2015-07-271-1/+91
| * | | | arm64: modify the dump mem for 64 bit addressesRohit Thapliyal2015-07-271-9/+20
| * | | | arm64: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_nod...Sudeep Holla2015-07-271-2/+2
| * | | | arm64: perf: Remove unnecessary printkSuzuki K. Poulose2015-07-271-3/+1Star
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-042-360/+3Star
|\ \ \ \ | | |/ / | |/| |
| * | | arm64: psci: factor invocation code to driversMark Rutland2015-08-032-360/+3Star
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-041-1/+1
|\ \ \
| * | | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
* | | | Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-011-1/+0Star
|\ \ \ \
| * | | | arm64: Remove clk-provider.h includeStephen Boyd2015-07-201-1/+0Star
* | | | | arm64: VDSO: fix coarse clock monotonicity regressionNathan Lynch2015-08-101-4/+3Star
* | | | | signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras2015-08-071-1/+2
* | | | | signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-071-2/+0Star
| |/ / / |/| | |
* | | | arm64/efi: map the entire UEFI vendor string before reading itArd Biesheuvel2015-07-271-2/+2
| |_|/ |/| |
* | | ARM64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-221-2/+2
* | | arm64: switch_to: calculate cpu context pointer using separate registerWill Deacon2015-07-221-2/+3
| |/ |/|
* | arm64: entry32: remove pointless register assignmentMark Rutland2015-07-101-2/+0Star
* | arm64: entry: handle debug exceptions in el*_invMark Rutland2015-07-081-2/+2
* | ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macroAl Stone2015-07-071-1/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-07-035-11/+12
|\
| * arm64: Fix show_unhandled_signal_ratelimited usageSuzuki K. Poulose2015-07-031-1/+1
| * ARM64 / SMP: Switch pr_err() to pr_debug() for disabled GICC entryHanjun Guo2015-07-031-4/+4
| * arm64: cpuidle: add __init section marker to arm_cpuidle_initJisheng Zhang2015-07-021-1/+1
| * arm64: perf: fix unassigned cpu_pmu->plat_device when probing PMU PPIsShannon Zhao2015-06-301-1/+2
| * arm64: perf: Don't use of_node after putting itStephen Boyd2015-06-301-1/+2
| * arm64/hw_breakpoint.c: remove unnecessary headerManinder Singh2015-06-261-1/+0Star
| * ARM64: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd2015-06-251-2/+2
* | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-0/+2
|\ \
| * | arm,arm64/xen: move Xen initialization earlierStefano Stabellini2015-05-281-0/+2
* | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-0/+1
|\ \ \ | |_|/ |/| |
| * | e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-281-0/+1
* | | arm64: use private ratelimit state along with show_unhandled_signalsVladimir Murzin2015-06-191-3/+2Star
* | | arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon2015-06-191-0/+4
* | | arm64: kernel: rename __cpu_suspend to keep it aligned with armSudeep Holla2015-06-193-6/+6
* | | arm64: compat: print compat_sp instead of spVladimir Murzin2015-06-171-2/+2
* | | arm64: entry: fix context tracking for el0_sp_pcMark Rutland2015-06-171-0/+1
* | | arm64: KVM: Switch vgic save/restore to alternative_insnMarc Zyngier2015-06-121-1/+0Star
* | | arm64: alternative: Introduce feature for GICv3 CPU interfaceMarc Zyngier2015-06-121-0/+16
* | | arm64: psci: fix !CONFIG_HOTPLUG_CPU build warningWill Deacon2015-06-111-5/+5
* | | arm64: fix bug for reloading FPSIMD state after CPU hotplug.Janet Liu2015-06-111-0/+31
* | | arm64: kernel thread don't need to save fpsimd context.Janet Liu2015-06-111-1/+2
* | | arm64: fix missing syscall trace exitJosh Stone2015-06-081-1/+6
* | | Merge branch 'arm64/psci-rework' of git://git.kernel.org/pub/scm/linux/kernel...Catalin Marinas2015-06-053-106/+146
|\ \ \
| * | | arm64: psci: remove ACPI couplingMark Rutland2015-05-272-2/+13
| * | | arm64: psci: kill psci_power_stateMark Rutland2015-05-271-52/+37Star
| * | | arm64: psci: account for Trusted OS instancesMark Rutland2015-05-271-0/+66
| * | | arm64: psci: support unsigned return valuesMark Rutland2015-05-271-29/+18Star
| * | | arm64: psci: remove unnecessary id indirectionMark Rutland2015-05-271-17/+3Star
| * | | arm64: smp: consistently use error codesMark Rutland2015-05-272-7/+10
* | | | arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier2015-06-051-1/+1