summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-108/+29
2018-01-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds24-191/+1314
2018-01-23arm64: Turn on KPTI only on CPUs that need itJayachandran C1-0/+7
2018-01-23arm64: Branch predictor hardening for Cavium ThunderX2Jayachandran C1-0/+10
2018-01-23arm64: Run enable method for errata work arounds on late CPUsSuzuki K Poulose1-3/+6
2018-01-23signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-2/+4
2018-01-23signal: Don't use structure initializers for struct siginfoEric W. Biederman2-12/+14
2018-01-23signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggeredEric W. Biederman1-15/+12
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas1-1/+1
2018-01-16KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse1-0/+1
2018-01-16arm64: kernel: Prepare for a DISR userJames Morse1-0/+9
2018-01-16arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse1-5/+46
2018-01-16arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi1-0/+13
2018-01-16arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse1-10/+3
2018-01-16arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyJames Morse1-2/+1
2018-01-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin3-7/+9
2018-01-16arm64: Inform user if software PAN is in useStephen Boyd1-0/+3
2018-01-16signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-70/+0
2018-01-16signal: 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...Catalin 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: 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