aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-70/+0
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman1-10/+0
2018-01-15arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose1-21/+23
2018-01-14arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd1-0/+21
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper2-38/+107
2018-01-14arm64: entry: Move the trampoline to be before PANSteve Capper2-7/+8
2018-01-14arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper1-3/+2
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse2-13/+105
2018-01-14arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEIJames Morse1-1/+1
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse5-1/+336
2018-01-13arm64: uaccess: Add PAN helperJames Morse1-2/+2
2018-01-13arm64: Add vmap_stack header fileJames Morse1-11/+2
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse2-4/+22
2018-01-12signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman1-1/+1
2018-01-12Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxCatalin Marinas1-10/+6
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni2-2/+46
2018-01-08arm64: Implement branch predictor hardening for affected Cortex-A CPUsWill Deacon2-0/+66
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon5-2/+139
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier1-1/+1
2018-01-08arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon1-2/+2
2018-01-08arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon1-1/+7
2018-01-08arm64: use RET instruction for exiting the trampolineWill Deacon1-1/+9
2018-01-05arm64: do not use print_symbol()Sergey Senozhatsky1-3/+2
2018-01-05arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng2-0/+3
2018-01-03arm64/efi: Ignore EFI_MEMORY_XP attribute if RP and/or WP are setArd Biesheuvel1-1/+3
2018-01-02arm64: Use of_cpu_node_to_id helper for CPU topology parsingSuzuki K Poulose1-10/+6
2018-01-02ARM64 / cpuidle: Use new cpuidle macro for entering retention statePrashanth Prakash1-1/+7
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas3-50/+89
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko1-31/+45
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko1-1/+1
2017-12-22arm64: don't open code page table entry creationKristina Martsenko1-2/+1
2017-12-22arm64: head.S: handle 52-bit PAs in PTEs in early page table setupKristina Martsenko1-9/+31
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko3-8/+12
2017-12-15arm64: fpsimd: Fix copying of FP state from signal frame into task structWill Deacon1-1/+1
2017-12-14arm64/sve: Report SVE to userspace via CPUID only if supportedDave Martin1-1/+2
2017-12-12arm64: hw_breakpoint: Use linux/uaccess.h instead of asm/uaccess.hWill Deacon1-1/+1
2017-12-12arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni4-0/+5
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2-1/+18
2017-12-11arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon1-1/+1
2017-12-11arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2-4/+46
2017-12-11arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon1-7/+5
2017-12-11arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon1-0/+12
2017-12-11arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon1-3/+36
2017-12-11arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon1-23/+23
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon1-1/+5
2017-12-11arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon2-0/+103
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon1-2/+2
2017-12-11arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon1-1/+1
2017-12-06arm64/sve: Avoid dereference of dead task_struct in KVM guest entryDave Martin1-12/+16
2017-12-06arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.Dave Martin1-10/+15