aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* FROMLIST: arm64: Build vDSO with -ffixed-x18Peter Collingbourne2019-03-271-1/+1
* Merge branch 'android-msm-marlin-3.18-pi-qpr2' into android-msm-marlin-3.18-p...Maggie White2019-03-041-4/+4
|\
| * Merge branch 'android-msm-marlin-3.18-pi-qpr1' into android-msm-marlin-3.18-p...Maggie White2019-03-041-4/+4
| |\
| | * UPSTREAM: arm64/ptrace: run seccomp after ptraceKees Cook2019-02-281-4/+4
| | * BACKPORT: seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2019-02-281-1/+1
* | | Merge 3.18.124 into android-msm-marlin-3.18-ltsGreg Kroah-Hartman2018-11-121-0/+3
|\ \ \ | |/ / |/| |
| * | arm64: Add trace_hardirqs_off annotation in ret_to_userCatalin Marinas2018-10-131-0/+3
* | | Merge 3.18.120 into android-msm-marlin-3.18-ltsPetri Gynther2018-08-281-1/+1
|\| |
| * | arm64: make secondary_start_kernel() notraceZhizhou Zhang2018-08-281-1/+1
* | | Merge 3.18.114 into android-msm-marlin-3.18-ltsPetri Gynther2018-08-241-6/+0
|\| | | |/ |/|
| * arm64: ptrace: remove addr_limit manipulationMark Rutland2018-07-031-6/+0
* | Revert "arm64: errata: Calling enable functions for CPU errata too"John Dias2018-07-242-7/+2
* | Revert "arm64: cpufeature: Pass capability structure to ->enable callback"John Dias2018-07-241-2/+2
* | Revert "arm64: Add skeleton to harden the branch predictor against aliasing a...John Dias2018-07-244-86/+3
* | Revert "arm64: cpu_errata: Allow an erratum to be match for all revisions of ...John Dias2018-07-241-6/+0
* | Revert "drivers/firmware: Expose psci_get_version through psci_ops structure"John Dias2018-07-241-4/+18
* | Revert "arm64: Implement branch predictor hardening for affected Cortex-A CPUs"John Dias2018-07-241-29/+4
* | Revert "arm64: cpu_errata: Add Kryo to Falkor 1003 errata"John Dias2018-07-241-13/+0
* | Revert "arm64: Implement branch predictor hardening for Falkor"John Dias2018-07-241-13/+0
* | Revert "arm64: Add BTAC/LinkStack sanitizations for Kryo"John Dias2018-07-241-23/+1
* | Revert "arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75"John Dias2018-07-241-2/+0
* | arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon2018-07-121-0/+2
* | arm64: Add BTAC/LinkStack sanitizations for KryoNeeraj Upadhyay2018-07-121-1/+23
* | arm64: Implement branch predictor hardening for FalkorShanker Donthineni2018-07-121-0/+13
* | arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd2018-07-121-0/+13
* | arm64: Implement branch predictor hardening for affected Cortex-A CPUsWill Deacon2018-07-121-4/+29
* | drivers/firmware: Expose psci_get_version through psci_ops structureWill Deacon2018-07-121-18/+4
* | arm64: cpu_errata: Allow an erratum to be match for all revisions of a coreMarc Zyngier2018-07-121-0/+6
* | arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-07-124-3/+86
* | arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon2018-07-121-2/+2
* | arm64: errata: Calling enable functions for CPU errata tooAndre Przywara2018-07-122-2/+7
* | Merge 3.18.100 into android-msm-marlin-3.18Thierry Strudel2018-03-203-2/+12
|\|
| * arm64: Disable unhandled signal log messages by defaultMichael Weiser2018-02-281-1/+1
| * arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin2017-12-161-0/+9
| * arm64: ensure __dump_instr() checks addr_limitMark Rutland2017-11-081-1/+1
| * arm64: Make sure SPsel is always setMarc Zyngier2017-10-051-0/+1
* | ANDROID: clock_gettime(CLOCK_BOOTTIME,) slows down >20xMark Salyzyn2018-01-262-1/+6
* | Merge android-msm-marlin-3.18-oc-mr1 into android-msm-marlin-3.18Thierry Strudel2018-01-228-69/+276
|\ \
| * | FROMLIST: arm64: kpti: Fix the interaction between ASID switching and softwar...Catalin Marinas2018-01-162-6/+8
| * | FROMLIST: arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2018-01-161-0/+10
| * | arm64: use RET instruction for exiting the trampolineWill Deacon2018-01-121-1/+4
| * | arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2018-01-122-1/+18
| * | arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon2018-01-121-1/+1
| * | arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2018-01-122-4/+44
| * | arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon2018-01-121-13/+6
| * | arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon2018-01-121-0/+10
| * | arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon2018-01-121-11/+38
| * | arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon2018-01-121-22/+22
| * | arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2018-01-121-0/+5
| * | arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon2018-01-122-0/+102