summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-241-3/+3
|\
| * arm64/syscalls: Move address limit check in loopThomas Garnier2017-09-171-3/+3
* | arm64: efi: Don't include EFI fpsimd save/restore code in non-EFI kernelsDave Martin2017-09-181-0/+4
|/
* arm64: stacktrace: avoid listing stacktrace functions in stacktracePrakash Gupta2017-09-131-5/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-111-14/+9
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-14/+9
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-1/+1
|\ \
| * | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* | | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-081-17/+0
|\ \ \ | |/ / |/| |
| * | PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt2017-08-021-9/+0
| * | PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-021-8/+0
* | | Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-051-2/+2
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki2017-09-031-2/+2
| |\ \ \ \ \ \ | | | | | |/ / | | | | | | / | | | | | |/ | | | | |/|
| | * | | | ACPI / boot: Correct address space of __acpi_map_table()Andy Shevchenko2017-07-241-2/+2
| | | |/ / | | |/| |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-0524-416/+575
|\ \ \ \ \
| * | | | | arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov2017-08-221-0/+8
| * | | | | arm64: introduce separated bits for mm_context_t flagsYury Norov2017-08-221-1/+1
| * | | | | arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu2017-08-212-2/+12
| * | | | | arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas2017-08-211-2/+2
| * | | | | Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas2017-08-182-62/+132
| |\ \ \ \ \
| | * | | | | arm64: neon/efi: Make EFI fpsimd save/restore variables staticDave Martin2017-08-181-2/+2
| | * | | | | arm64: neon: Export kernel_neon_busy to loadable modulesCatalin Marinas2017-08-071-0/+1
| | * | | | | arm64: neon: Remove support for nested or hardirq kernel-mode NEONDave Martin2017-08-042-61/+78
| | * | | | | arm64: neon: Allow EFI runtime services to use FPSIMD in irq contextDave Martin2017-08-041-0/+52
| | * | | | | arm64: fpsimd: Consistently use __this_cpu_ ops where appropriateDave Martin2017-08-041-2/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas2017-08-181-123/+85
| |\ \ \ \ \
| | * | | | | arm64: perf: add support for Cortex-A35Julien Thierry2017-08-101-0/+17
| | * | | | | arm64: perf: add support for Cortex-A73Julien Thierry2017-08-101-0/+37
| | * | | | | arm64: perf: Remove redundant entries from CPU-specific event mapsWill Deacon2017-08-101-110/+4
| | * | | | | arm64: perf: Connect additional events to pmu countersJulien Thierry2017-08-101-0/+11
| | * | | | | arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon2017-08-081-20/+26
| | * | | | | arm64: perf: Allow more than one cycle counter to be usedPratyush Anand2017-08-081-7/+4
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas2017-08-157-53/+180
| |\ \ \ \ \
| | * | | | | arm64: add VMAP_STACK overflow detectionMark Rutland2017-08-152-0/+109
| | * | | | | arm64: add on_accessible_stack()Mark Rutland2017-08-152-8/+2
| | * | | | | arm64: add basic VMAP_STACK supportMark Rutland2017-08-152-3/+29
| | * | | | | arm64: use an irq stack pointerMark Rutland2017-08-152-1/+11
| | * | | | | arm64: factor out entry stack manipulationMark Rutland2017-08-151-21/+26
| | * | | | | arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland2017-08-151-16/+0
| | * | | | | arm64: clean up irq stack definitionsMark Rutland2017-08-151-0/+1
| | * | | | | arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel2017-08-152-2/+2
| | * | | | | arm64: remove __die()'s stack dumpMark Rutland2017-08-151-2/+0
| * | | | | | Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-08-0910-137/+91
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | arm64: unwind: remove sp from struct stackframeArd Biesheuvel2017-08-096-13/+1
| | * | | | | arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel2017-08-095-60/+30
| | * | | | | arm64: unwind: disregard frame.sp when validating frame pointerArd Biesheuvel2017-08-081-17/+7
| | * | | | | arm64: unwind: avoid percpu indirection for irq stackMark Rutland2017-08-083-4/+4
| | * | | | | arm64: move non-entry code out of .entry.textMark Rutland2017-08-081-44/+46
| | * | | | | arm64: consistently use bl for C exception entryMark Rutland2017-08-081-4/+8
| | | |/ / / | | |/| | |
| * | | | | arm64/vdso: Support mremap() for vDSODmitry Safonov2017-08-091-0/+15
OpenPOWER on IntegriCloud