aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10arm64: VDSO: fix coarse clock monotonicity regressionNathan Lynch1-4/+3
2015-08-07signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-1/+2
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-07-27arm64/efi: map the entire UEFI vendor string before reading itArd Biesheuvel1-2/+2
2015-07-22ARM64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2015-07-22arm64: switch_to: calculate cpu context pointer using separate registerWill Deacon1-2/+3
2015-07-10arm64: entry32: remove pointless register assignmentMark Rutland1-2/+0
2015-07-08arm64: entry: handle debug exceptions in el*_invMark Rutland1-2/+2
2015-07-07ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macroAl Stone1-1/+1
2015-07-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-11/+12
2015-07-03arm64: Fix show_unhandled_signal_ratelimited usageSuzuki K. Poulose1-1/+1
2015-07-03ARM64 / SMP: Switch pr_err() to pr_debug() for disabled GICC entryHanjun Guo1-4/+4
2015-07-02arm64: cpuidle: add __init section marker to arm_cpuidle_initJisheng Zhang1-1/+1
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2015-06-30arm64: perf: fix unassigned cpu_pmu->plat_device when probing PMU PPIsShannon Zhao1-1/+2
2015-06-30arm64: perf: Don't use of_node after putting itStephen Boyd1-1/+2
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimmLinus Torvalds1-0/+1
2015-06-26arm64/hw_breakpoint.c: remove unnecessary headerManinder Singh1-1/+0
2015-06-25ARM64: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd1-2/+2
2015-06-19arm64: use private ratelimit state along with show_unhandled_signalsVladimir Murzin1-3/+2
2015-06-19arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon1-0/+4
2015-06-19arm64: kernel: rename __cpu_suspend to keep it aligned with armSudeep Holla3-6/+6
2015-06-17arm64: compat: print compat_sp instead of spVladimir Murzin1-2/+2
2015-06-17arm64: entry: fix context tracking for el0_sp_pcMark Rutland1-0/+1
2015-06-12arm64: KVM: Switch vgic save/restore to alternative_insnMarc Zyngier1-1/+0
2015-06-12arm64: alternative: Introduce feature for GICv3 CPU interfaceMarc Zyngier1-0/+16
2015-06-11arm64: psci: fix !CONFIG_HOTPLUG_CPU build warningWill Deacon1-5/+5
2015-06-11arm64: fix bug for reloading FPSIMD state after CPU hotplug.Janet Liu1-0/+31
2015-06-11arm64: kernel thread don't need to save fpsimd context.Janet Liu1-1/+2
2015-06-08arm64: fix missing syscall trace exitJosh Stone1-1/+6
2015-06-05Merge branch 'arm64/psci-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linuxCatalin Marinas3-106/+146
2015-06-05arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier1-1/+1
2015-06-05arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier1-5/+66
2015-06-05arm64: Rework alternate sequence for ARM erratum 845719Marc Zyngier1-12/+15
2015-06-03arm64: insn: Add aarch64_{get,set}_branch_offsetMarc Zyngier1-0/+60
2015-06-02arm64: drop sleep_idmap_phys and clean up cpu_resume()Ard Biesheuvel2-8/+2
2015-06-02arm64: reduce ID map to a single pageArd Biesheuvel3-7/+19
2015-06-02arm64: use fixmap region for permanent FDT mappingArd Biesheuvel2-58/+11
2015-06-01arm64: context-switch user tls register tpidr_el0 for compat tasksWill Deacon1-27/+20
2015-05-28arm,arm64/xen: move Xen initialization earlierStefano Stabellini1-0/+2
2015-05-27e820, efi: add ACPI 6.0 persistent memory typesDan Williams1-0/+1
2015-05-27arm64: psci: remove ACPI couplingMark Rutland2-2/+13
2015-05-27arm64: psci: kill psci_power_stateMark Rutland1-52/+37
2015-05-27arm64: psci: account for Trusted OS instancesMark Rutland1-0/+66
2015-05-27arm64: psci: support unsigned return valuesMark Rutland1-29/+18
2015-05-27arm64: psci: remove unnecessary id indirectionMark Rutland1-17/+3
2015-05-27arm64: smp: consistently use error codesMark Rutland2-7/+10
2015-05-21arm64: Use common outgoing-CPU-notification codePaul E. McKenney1-4/+2
2015-05-19Merge branch 'for-next/cpu-init' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxCatalin Marinas7-222/+237
2015-05-19ARM64: kernel: unify ACPI and DT cpus initializationLorenzo Pieralisi4-196/+191