summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2017-11-03arm64: fpsimd: Correctly annotate exception helpers called from asmDave Martin
2017-11-03arm64: Fix static use of function graphJulien Thierry
2017-11-02arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi
2017-11-02arm64: entry.S: convert elX_irqJames Morse
2017-11-02arm64: entry.S convert el0_syncJames Morse
2017-11-02arm64: entry.S: convert el1_syncJames Morse
2017-11-02arm64: Mask all exceptions during kernel_exitJames Morse
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse
2017-11-02arm64: introduce an order for exceptionsJames Morse
2017-11-02arm64: explicitly mask all exceptionsJames Morse
2017-11-02arm64: suspend: remove useless included fileYisheng Xie
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland
2017-10-27arm64: traps: Pretty-print pstate in register dumpsWill Deacon
2017-10-27arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon
2017-10-25arm64: Fix single stepping in kernel trapsJulien Thierry
2017-10-24arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}ioMark Salyzyn
2017-10-24Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon
2017-10-19arm64: Fix the feature type for ID register fieldsSuzuki K Poulose
2017-10-18arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHEWill Deacon
2017-10-11arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose
2017-10-04arm64: consistently log boot/secondary CPU IDsMark Rutland
2017-10-02arm64: remove unneeded copy to init_utsname()->machineMasahiro Yamada
2017-10-02arm64: move TASK_* definitions to <asm/processor.h>Yury Norov
2017-09-27arm64: Make sure SPsel is always setMarc Zyngier
2017-09-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-09-18arm64: efi: Don't include EFI fpsimd save/restore code in non-EFI kernelsDave Martin
2017-09-17arm64/syscalls: Move address limit check in loopThomas Garnier
2017-09-13arm64: stacktrace: avoid listing stacktrace functions in stacktracePrakash Gupta
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki
2017-08-22arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov
2017-08-22arm64: kaslr: Adjust the offset to avoid Image across alignment boundaryCatalin Marinas
2017-08-22arm64: kaslr: ignore modulo offset when validating virtual displacementArd Biesheuvel
2017-08-22arm64: fpsimd: Prevent registers leaking across execDave Martin
2017-08-22arm64: introduce separated bits for mm_context_t flagsYury Norov
2017-08-21arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-08-18Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas
2017-08-18Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas
2017-08-18arm64: neon/efi: Make EFI fpsimd save/restore variables staticDave Martin
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas