aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-11arm64: traps: simplify die() and __die()Mark Rutland1-7/+6
2016-11-11arm64: factor out current_stack_pointerMark Rutland3-0/+3
2016-11-11arm64: asm-offsets: remove unused definitionsMark Rutland1-2/+0
2016-11-07arm64: fix error: conflicting types for 'kprobe_fault_handler'Pratyush Anand1-1/+0
2016-11-07arm64: Add uprobe supportPratyush Anand3-0/+221
2016-11-07arm64: Handle TRAP_BRKPT for user mode as wellPratyush Anand1-7/+11
2016-11-07arm64: Handle TRAP_TRACE for user mode as wellPratyush Anand1-10/+12
2016-11-07arm64: kgdb_step_brk_fn: ignore other's exceptionPratyush Anand1-0/+3
2016-11-07arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand3-35/+41
2016-11-07arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel1-4/+4
2016-11-07arm64/kprobes: Tidy up sign-extension usageRobin Murphy1-9/+7