aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discoveryMarc Zyngier1-2/+2
2018-02-25Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand2-1/+6
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar1-1/+1
2018-02-20arm64: perf: correct PMUVer probingMark Rutland1-2/+2
2018-02-19arm64: __show_regs: Only resolve kernel symbols when running at EL1Will Deacon1-2/+9
2018-02-19arm64: Remove unimplemented syscall log messageMichael Weiser1-8/+0
2018-02-19arm64: Disable unhandled signal log messages by defaultMichael Weiser1-1/+1
2018-02-19arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon1-2/+4
2018-02-19arm64: uaccess: Formalise types for access_ok()Robin Murphy2-2/+4
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2-73/+77
2018-02-12arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni1-0/+9
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds9-86/+148
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava1-2/+2
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-3/+2
2018-02-06arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier2-56/+13
2018-02-06arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2-1/+87
2018-02-06arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon1-0/+5
2018-02-06arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon1-1/+4
2018-02-06arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon1-2/+2
2018-02-06arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon1-0/+2
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy1-2/+2
2018-02-06arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon3-3/+3
2018-02-06arm64: assembler: Align phys_to_pte with pte_to_physWill Deacon1-22/+2
2018-02-06arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon1-10/+3
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon2-4/+4
2018-02-06arm64: Force KPTI to be disabled on Cavium ThunderXMarc Zyngier1-3/+14
2018-02-06arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon1-0/+25
2018-02-06arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni4-0/+5
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar26-302/+1345
2018-02-05membarrier/arm64: Provide core serializing commandMathieu Desnoyers1-0/+4
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-3/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-108/+29
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-2/+4
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman2-12/+14
2018-01-22signal/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