aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-06arm64: Ensure fpsimd support is ready before userspace is activeSuzuki K Poulose1-1/+1
2017-10-06arm64: Ensure the instruction emulation is ready for userspaceSuzuki K Poulose2-2/+2
2017-09-27arm64: Make sure SPsel is always setMarc Zyngier1-0/+1
2017-09-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-09-18arm64: efi: Don't include EFI fpsimd save/restore code in non-EFI kernelsDave Martin1-0/+4
2017-09-17arm64/syscalls: Move address limit check in loopThomas Garnier1-3/+3
2017-09-13arm64: stacktrace: avoid listing stacktrace functions in stacktracePrakash Gupta1-5/+13
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-14/+9
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-17/+0
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds24-416/+575
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki1-2/+2
2017-08-22arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov1-0/+8
2017-08-22arm64: kaslr: Adjust the offset to avoid Image across alignment boundaryCatalin Marinas1-7/+3
2017-08-22arm64: kaslr: ignore modulo offset when validating virtual displacementArd Biesheuvel2-4/+9
2017-08-22arm64: fpsimd: Prevent registers leaking across execDave Martin1-0/+2
2017-08-22arm64: introduce separated bits for mm_context_t flagsYury Norov1-1/+1
2017-08-21arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu2-2/+12
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas1-2/+2
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+2
2017-08-18Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas2-62/+132
2017-08-18Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into for-next/coreCatalin Marinas1-123/+85
2017-08-18arm64: neon/efi: Make EFI fpsimd save/restore variables staticDave Martin1-2/+2
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers1-0/+2
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas7-53/+180
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland2-0/+109
2017-08-15arm64: add on_accessible_stack()Mark Rutland2-8/+2
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland2-3/+29
2017-08-15arm64: use an irq stack pointerMark Rutland2-1/+11
2017-08-15arm64: factor out entry stack manipulationMark Rutland1-21/+26
2017-08-15arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland1-16/+0
2017-08-15arm64: clean up irq stack definitionsMark Rutland1-0/+1
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel2-2/+2
2017-08-15arm64: remove __die()'s stack dumpMark Rutland1-2/+0
2017-08-10arm64: perf: add support for Cortex-A35Julien Thierry1-0/+17
2017-08-10arm64: perf: add support for Cortex-A73Julien Thierry1-0/+37
2017-08-10arm64: perf: Remove redundant entries from CPU-specific event mapsWill Deacon1-110/+4
2017-08-10arm64: perf: Connect additional events to pmu countersJulien Thierry1-0/+11
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas10-137/+91
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel6-13/+1
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel5-60/+30
2017-08-09arm64/vdso: Support mremap() for vDSODmitry Safonov1-0/+15
2017-08-09arm64: Implement pmem API supportRobin Murphy1-0/+11
2017-08-09arm64: Handle trapped DC CVAPRobin Murphy1-0/+3
2017-08-09arm64: Expose DC CVAP to userspaceRobin Murphy2-0/+3
2017-08-09arm64: Convert __inval_cache_range() to area-basedRobin Murphy1-9/+9