summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-0/+3
|\
| * arm64: avoid TLB conflict with CONFIG_RANDOMIZE_BASEMark Rutland2016-08-251-0/+3
* | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
* | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-241-1/+1
|/
* arm64: kernel: avoid literal load of virtual address with MMU offArd Biesheuvel2016-08-171-1/+9
* arm64: hibernate: handle allocation failuresMark Rutland2016-08-121-27/+32
* arm64: hibernate: avoid potential TLB conflictMark Rutland2016-08-121-6/+17
* arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2016-08-121-0/+7
* arm64: Remove stack duplicating code from jprobesDavid A. Long2016-08-111-26/+5
* arm64: Support hard limit of cpu count by nr_cpusKefeng Wang2016-08-091-4/+4
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-062-29/+5
|\
| * arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxArd Biesheuvel2016-07-292-28/+4
| * arm64: vmlinux.lds: make __rela_offset and __dynsym_offset ABSOLUTEArd Biesheuvel2016-07-291-2/+2
* | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-21/+138
|\ \
| * \ Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-014-14/+50
| |\ \
| * \ \ Merge branch 'pci/resource' into nextBjorn Helgaas2016-08-011-13/+0
| |\ \ \
| | * | | ARM64/PCI: Remove arch-specific pcibios_enable_device()Lorenzo Pieralisi2016-06-231-13/+0
| * | | | ARM64: PCI: Support ACPI-based PCI host controllerTomasz Nowicki2016-06-101-3/+113
| * | | | ARM64: PCI: Implement AML accessors for PCI_Config regionTomasz Nowicki2016-06-101-2/+10
| * | | | ARM64: PCI: ACPI support for legacy IRQs parsing and consolidation with DT codeTomasz Nowicki2016-06-101-3/+8
| * | | | ARM64: PCI: Add acpi_pci_bus_find_domain_nr()Tomasz Nowicki2016-06-101-0/+7
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-0/+19
|\ \ \ \
| * | | | arm64: KVM: Runtime detection of lower HYP offsetMarc Zyngier2016-07-031-0/+19
* | | | | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-301-15/+0
|\ \ \ \ \
| * | | | | arm64: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-13/+0
| * | | | | of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang2016-06-231-2/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-291-4/+4
|\ \ \ \ \
| * | | | | arm64/ptrace: run seccomp after ptraceKees Cook2016-06-141-4/+4
| * | | | | seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-1/+1
| |/ / / /
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-17/+5
|\ \ \ \ \
| * | | | | arm64/armv8 deprecated: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-17/+5
* | | | | | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-2/+1
|\ \ \ \ \ \
| * | | | | | ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao2016-07-061-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-2733-223/+2529
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas2016-07-2118-7/+1538
| |\ \ \ \ \
| | * | | | | arm64: kprobes: Add KASAN instrumentation around stack accessesCatalin Marinas2016-07-211-0/+5
| | * | | | | arm64: kprobes: Cleanup jprobe_returnMarc Zyngier2016-07-211-12/+10
| | * | | | | arm64: kprobes: Fix overflow when saving stackMarc Zyngier2016-07-201-8/+14
| | * | | | | arm64: kprobes: WARN if attempting to step with PSTATE.D=1Will Deacon2016-07-191-0/+2
| | * | | | | arm64: Add kernel return probes support (kretprobes)Sandeepa Prabhu2016-07-191-1/+89
| | * | | | | arm64: Add trampoline code for kretprobesWilliam Cohen2016-07-194-0/+98
| | * | | | | arm64: kprobes instruction simulation supportSandeepa Prabhu2016-07-197-13/+323
| | * | | | | arm64: Treat all entry code as non-kprobe-ablePratyush Anand2016-07-193-0/+30
| | * | | | | arm64: Blacklist non-kprobe-able symbolPratyush Anand2016-07-194-0/+31
| | * | | | | arm64: Kprobes with single stepping supportSandeepa Prabhu2016-07-197-3/+719
| | * | | | | arm64: add conditional instruction simulation supportDavid A. Long2016-07-193-4/+116
| | * | | | | arm64: Add more test functions to insn.cDavid A. Long2016-07-191-0/+34
| | * | | | | arm64: Add HAVE_REGS_AND_STACK_ACCESS_API featureDavid A. Long2016-07-191-0/+101
| * | | | | | arm64: Honor nosmp kernel command line optionSuzuki K Poulose2016-07-211-0/+7
| * | | | | | arm64: Fix incorrect per-cpu usage for boot CPUSuzuki K Poulose2016-07-211-1/+1
OpenPOWER on IntegriCloud