aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-10arm64: cpufeature: Track user visible fieldsSuzuki K Poulose2-93/+102
2017-01-10arm64: Add helper to decode register from instructionSuzuki K Poulose1-0/+29
2017-01-10arm64: cpufeature: Cleanup feature bit tablesSuzuki K Poulose1-12/+7
2017-01-10arm64: cpufeature: remove explicit RAZ fieldsMark Rutland1-15/+0
2017-01-10arm64: cpufeature: treat unknown fields as RES0Mark Rutland1-1/+11
2017-01-10arm64: cpufeature: Don't enforce system-wide SPE capabilityWill Deacon1-1/+2
2017-01-10arm64: cpufeature: allow for version discrepancy in PMU implementationsWill Deacon1-1/+5
2017-01-10arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse1-1/+4
2017-01-10arm64: head.S: fix up stale commentsMark Rutland1-2/+2
2017-01-10arm64: add missing printk newlinesMark Rutland2-4/+4
2017-01-10arm64: Don't trace __switch_to if function graph tracer is enabledJoel Fernandes1-1/+1
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro1-1/+1
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+3
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner3-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-12-22Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+3
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki1-4/+3
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng1-4/+3
2016-12-20arm64: setup: introduce kaslr_offset()Alexander Popov1-4/+4
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-24/+43
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-2/+2
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds29-187/+874
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+9
2016-12-06PCI/ACPI: Extend pci_mcfg_lookup() to return ECAM config accessorsTomasz Nowicki1-12/+5
2016-12-06arm64: PCI: Exclude ACPI "consumer" resources from host bridge windowsBjorn Helgaas1-0/+14
2016-12-06arm64: PCI: Manage controller-specific data on per-controller basisTomasz Nowicki1-7/+10
2016-12-06arm64: PCI: Search ACPI namespace to ensure ECAM space is reservedBjorn Helgaas1-1/+11
2016-12-06arm64: PCI: Add local struct device pointersBjorn Helgaas1-6/+5
2016-12-02arm64: Get rid of asm/opcodes.hMarc Zyngier2-2/+4
2016-12-02arm64/cpuinfo: Convert to hotplug state machineAnna-Maria Gleixner1-28/+9
2016-12-02arm64/cpuinfo: Make hotplug notifier symmetricAnna-Maria Gleixner1-1/+2
2016-11-29Merge Will Deacon's for-next/perf branch into for-next/coreCatalin Marinas2-41/+119
2016-11-29arm64: head.S: Fix CNTHCTL_EL2 access on VHE systemJintack1-1/+12
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas3-3/+78
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas5-7/+12
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas1-6/+5
2016-11-18arm64: Allow hw watchpoint of length 3,5,6 and 7Pratyush Anand1-0/+36
2016-11-18arm64: hw_breakpoint: Handle inexact watchpoint addressesPavel Labath1-27/+69
2016-11-18arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand2-27/+27
2016-11-18KVM: arm64: Fix the issues when guest PMCCFILTR is configuredWei Huang1-9/+1
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose2-0/+29
2016-11-16arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose2-2/+2
2016-11-11arm64: split thread_info from task stackMark Rutland5-29/+49
2016-11-11arm64: assembler: introduce ldr_this_cpuMark Rutland1-1/+1
2016-11-11arm64: make cpu number a percpu variableMark Rutland1-0/+5
2016-11-11arm64: smp: prepare for smp_processor_id() reworkMark Rutland1-3/+4
2016-11-11arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland2-9/+0
2016-11-11arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland3-6/+24
2016-11-11arm64: unexport walk_stackframeMark Rutland1-1/+0