summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-08-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-29/+5
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+138
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+19
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas4-14/+50
2016-08-01Merge branch 'pci/resource' into nextBjorn Helgaas1-13/+0
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+0
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-4/+4
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-17/+5
2016-07-29arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxArd Biesheuvel2-28/+4
2016-07-29arm64: vmlinux.lds: make __rela_offset and __dynsym_offset ABSOLUTEArd Biesheuvel1-2/+2
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds33-223/+2529
2016-07-25Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep'Rafael J. Wysocki1-1/+19
2016-07-25Merge branch 'acpi-tables'Rafael J. Wysocki1-2/+4
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki3-0/+115
2016-07-21arm64: add support for ACPI Low Power Idle(LPI)Sudeep Holla1-0/+18
2016-07-21arm64: cpuidle: drop __init section marker to arm_cpuidle_initSudeep Holla1-1/+1
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas18-7/+1538
2016-07-21arm64: Honor nosmp kernel command line optionSuzuki K Poulose1-0/+7
2016-07-21arm64: Fix incorrect per-cpu usage for boot CPUSuzuki K Poulose1-1/+1
2016-07-21arm64: kprobes: Add KASAN instrumentation around stack accessesCatalin Marinas1-0/+5
2016-07-21arm64: kprobes: Cleanup jprobe_returnMarc Zyngier1-12/+10
2016-07-20arm64: kprobes: Fix overflow when saving stackMarc Zyngier1-8/+14
2016-07-19arm64: kprobes: WARN if attempting to step with PSTATE.D=1Will Deacon1-0/+2
2016-07-19arm64: debug: remove redundant spsr manipulationWill Deacon1-11/+2
2016-07-19arm64: debug: unmask PSTATE.D earlierWill Deacon2-2/+0
2016-07-19arm64: Add kernel return probes support (kretprobes)Sandeepa Prabhu1-1/+89
2016-07-19arm64: Add trampoline code for kretprobesWilliam Cohen4-0/+98
2016-07-19arm64: kprobes instruction simulation supportSandeepa Prabhu7-13/+323
2016-07-19arm64: Treat all entry code as non-kprobe-ablePratyush Anand3-0/+30
2016-07-19arm64: Blacklist non-kprobe-able symbolPratyush Anand4-0/+31
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu7-3/+719
2016-07-19arm64: add conditional instruction simulation supportDavid A. Long3-4/+116
2016-07-19arm64: Add more test functions to insn.cDavid A. Long1-0/+34
2016-07-19arm64: Add HAVE_REGS_AND_STACK_ACCESS_API featureDavid A. Long1-0/+101
2016-07-15arm64/armv8 deprecated: Convert to hotplug state machineSebastian Andrzej Siewior1-17/+5
2016-07-12arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfsSteve Capper1-0/+120
2016-07-12arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky3-13/+58
2016-07-12arm64: Refactor vDSO time functionsKevin Brodsky1-126/+172
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky2-8/+3
2016-07-11Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas2-7/+7
2016-07-08arm64: Fix vdso-offsets.h dependencyCatalin Marinas2-7/+7
2016-07-07arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xxGanapatrao Kulkarni1-0/+6
2016-07-07arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse2-2/+18
2016-07-06ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao1-2/+1
2016-07-03arm64: KVM: Runtime detection of lower HYP offsetMarc Zyngier1-0/+19
2016-07-01arm64: efi: avoid block mappings for unaligned UEFI memory regionsArd Biesheuvel1-0/+14
2016-07-01arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel1-1/+35
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel1-1/+1
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara3-1/+73