aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* FROMGIT: arm64: export tishift functions to modulesJason A. Donenfeld2018-05-241-0/+8
* arm64: Add functions to get the current device being usedNathan Chancellor2018-05-161-0/+19
* Revert "wahoo: Downgrade from EAS 1.5 to EAS 1.4"Nathan Chancellor2018-04-181-6/+0
* wahoo: Downgrade from EAS 1.5 to EAS 1.4Nathan Chancellor2018-04-041-0/+6
* cpu: Silence log spam when a CPU is brought upSultanxda2018-03-282-2/+2
* arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon2018-03-111-0/+1
* arm64: Make USER_DS an inclusive limitRobin Murphy2018-03-111-1/+1
* arm64: move TASK_* definitions to <asm/processor.h>Yury Norov2018-03-111-1/+1
* arm64: vdso32: Don't assume cc-name is in PATHNathan Chancellor2018-03-081-1/+1
* Merge tag 'android-p-preview-1_r0.2' into oreo-mr1Nathan Chancellor2018-03-0822-554/+1009
|\
| * ANDROID: clock_gettime(CLOCK_BOOTTIME,) slows down >20xMark Salyzyn2018-01-262-1/+6
| * Merge android-msm-wahoo-4.4-oc-mr1 into android-msm-wahoo-4.4Thierry Strudel2018-01-235-43/+252
| |\
| | * FROMLIST: arm64: kpti: Fix the interaction between ASID switching and softwar...Catalin Marinas2018-01-161-1/+1
| | * FROMLIST: arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2018-01-161-1/+1
| | * FROMLIST: arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon2018-01-161-1/+1
| | * arm64: use RET instruction for exiting the trampolineWill Deacon2018-01-121-1/+4
| | * FROMLIST: arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2018-01-122-0/+20
| | * FROMLIST: arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the ...Will Deacon2018-01-121-1/+1
| | * FROMLIST: arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2018-01-122-4/+44
| | * FROMLIST: arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native t...Will Deacon2018-01-121-8/+6
| | * FROMLIST: arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon2018-01-121-0/+10
| | * FROMLIST: arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon2018-01-121-11/+38
| | * FROMLIST: arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon2018-01-121-22/+22
| | * FROMLIST: arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2018-01-121-0/+5
| | * FROMLIST: arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon2018-01-122-0/+101
| | * FROMLIST: arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2018-01-121-2/+2
| | * UPSTREAM: arm64: factor out entry stack manipulationMark Rutland2018-01-121-21/+26
| * | STOPSHIP: ANDROID: vdso: add disable switch for experimentsMark Salyzyn2018-01-101-0/+35
| * | ANDROID: arm64: vdso32: fix CC=clang buildMark Salyzyn2018-01-101-1/+7
| * | FROMLIST: BACKPORT: [PATCH 6/6] arm64: Wire up and expose the new compat vDSOKevin Brodsky2018-01-101-0/+3
| * | FROMLIST: BACKPORT: [PATCH 5/6] arm64: compat: 32-bit vDSO setupKevin Brodsky2018-01-101-0/+54
| * | FROMLIST: [PATCH 4/6] arm64: compat: Add a 32-bit vDSOKevin Brodsky2018-01-108-0/+501
| * | FROMLIST: [PATCH 3/6] arm64: Refactor vDSO init/setupKevin Brodsky2018-01-101-42/+61
| * | FROMLIST: [PATCH 1/6] arm64: compat: Use vDSO sigreturn trampolines if availableKevin Brodsky2018-01-101-0/+15
| * | FROMLIST: lib: vdso: add support for timeMark Salyzyn2018-01-102-0/+71
| * | FROMLIST: [PATCH] arm64: compat: Expose offset to registers in sigframesKevin Brodsky2018-01-102-46/+13
| * | FROMLIST: [PATCH v5 11/12] lib: vdso: Add support for CLOCK_BOOTTIMEMark Salyzyn2018-01-101-0/+1
| * | FROMLIST: [PATCH v5 10/12] arm64: vdso: replace gettimeofday.S with global vg...Mark Salyzyn2018-01-106-369/+87
| * | FROMLIST: [PATCH v2 3/3] arm64: compat: Add CONFIG_KUSER_HELPERSKevin Brodsky2018-01-102-1/+11
| * | FROMLIST: [PATCH v2 2/3] arm64: compat: Split the sigreturn trampolines and k...Kevin Brodsky2018-01-103-46/+73
| * | FROMLIST: [PATCH v2 1/3] arm64: compat: Split the sigreturn trampolines and k...Kevin Brodsky2018-01-102-29/+58
| * | BACKPORT: arm64: Use __pa_symbol for empty_zero_pageGeert Uytterhoeven2017-12-151-2/+2
| * | BACKPORT: arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-12-158-19/+24
| * | BACKPORT: time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz2017-12-151-2/+2
| * | UPSTREAM: arm64: vdso: constify vm_special_mapping used for aarch32 vectors pageJisheng Zhang2017-12-151-1/+1
| * | UPSTREAM: arm64: vdso: add __init section marker to alloc_vectors_pageJisheng Zhang2017-12-151-1/+1
| * | UPSTREAM: arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky2017-12-153-13/+58
| * | UPSTREAM: arm64: Refactor vDSO time functionsKevin Brodsky2017-12-151-135/+172
| * | UPSTREAM: arm64: fix vdso-offsets.h dependencyKevin Brodsky2017-12-152-8/+3
| * | UPSTREAM: arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland2017-12-051-1/+1