summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
*-------------. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-3012-329/+204
|\ \ \ \ \ \ \ \
| | | | | | | | * arm64: Change the tagged_addr sysctl control semantics to only prevent the op...Catalin Marinas2019-08-201-7/+10
| | | | | | | | * arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas2019-08-061-0/+73
| | | | |_|_|_|/ | | | |/| | | |
| | | | | | | * arm64: smp: Treat unknown boot failures as being 'stuck in kernel'Will Deacon2019-08-271-0/+1
| | | | | | | * arm64: smp: Don't enter kernel with NULL stack pointer or task structWill Deacon2019-08-272-0/+9
| | | | | | | * arm64: smp: Increase secondary CPU boot timeout valueWill Deacon2019-08-271-1/+1
| | | | |_|_|/ | | | |/| | |
| | | | | | * arm64: kexec_file: add rng-seed supportHsin-Yi Wang2019-08-231-1/+17
| | | | | | * arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang2019-08-232-5/+9
| | | | |_|/ | | | |/| |
| | | | | * arm64: smp: disable hotplug on trusted OS resident CPUSudeep Holla2019-08-152-1/+16
| | | | | * PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi2019-08-091-4/+45
| | | | | * ARM: psci: cpuidle: Enable PSCI CPUidle driverLorenzo Pieralisi2019-08-092-7/+4
| | | | |/ | | | |/|
| | | | * arm64: perf_event: Add missing header needed for smp_processor_id()Raphael Gault2019-08-201-0/+1
| | | | * arm64: perf: Remove unused macroShaokun Zhang2019-07-231-1/+0
| | * | | Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/...Will Deacon2019-08-141-299/+4
| | |\ \ \
| | | * | | cpu-topology: Move cpu topology code to common code.Atish Patra2019-07-221-299/+4
| | | | |/ | | | |/|
| | * | | arm64: topology: Use PPTT to determine if PE is a threadJeremy Linton2019-08-121-4/+15
| | | |/ | | |/|
| * | | arm64: memory: rename VA_START to PAGE_ENDMark Rutland2019-08-141-1/+1
| * | | arm64: mm: Remove vabits_userSteve Capper2019-08-091-6/+1
| * | | arm64: mm: Introduce 52-bit Kernel VAsSteve Capper2019-08-091-2/+2
| * | | arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper2019-08-092-5/+5
| * | | arm64: mm: Introduce vabits_actualSteve Capper2019-08-091-0/+5
| * | | arm64: mm: Introduce VA_BITS_MINSteve Capper2019-08-092-4/+4
| * | | arm64: mm: Flip kernel VA spaceSteve Capper2019-08-091-1/+1
| |/ /
* | | arm64: entry: Move ct_user_exit before any other exceptionJames Morse2019-08-212-17/+28
* | | arm64/efi: Move variable assignments after SECTIONSKees Cook2019-08-143-42/+53
* | | arm64: constify sys64_hook instancesMark Rutland2019-08-131-5/+5
* | | arm64: constify aarch64_insn_encoding_class[]Mark Rutland2019-08-131-1/+1
* | | arm64: constify icache_policy_str[]Mark Rutland2019-08-131-1/+1
* | | arm64: prefer __section from compiler_attributes.hNick Desaulniers2019-08-131-1/+1
* | | arm64/ptrace: Fix typoes in sve_set() commentJulien Grall2019-08-071-1/+1
* | | arm64/prefetch: fix a -Wtype-limits warningQian Cai2019-08-071-1/+1
* | | arm64: Add support for relocating the kernel with RELR relocationsPeter Collingbourne2019-08-052-6/+99
* | | arm64: esr: Add ESR exception class encoding for trapped ERETWill Deacon2019-08-051-0/+1
* | | arm64: Replace strncmp with str_has_prefixChuhong Yuan2019-08-051-1/+1
* | | arm64/kexec: Use consistent convention of initializing 'kxec_buf.mem' with KE...Bhupesh Sharma2019-08-052-3/+3
|/ /
* | arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu2019-08-021-34/+6
* | arm64: Remove unneeded rcu_read_lock from debug handlersMasami Hiramatsu2019-08-011-6/+8
* | arm64: unwind: Prohibit probing on return_address()Masami Hiramatsu2019-08-012-0/+6
* | arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon2019-07-311-2/+6
* | arm64: module: Mark expected switch fall-throughAnders Roxell2019-07-291-0/+4
* | arm64: smp: Mark expected switch fall-throughAnders Roxell2019-07-291-1/+1
* | arm64: hw_breakpoint: Fix warnings about implicit fallthroughWill Deacon2019-07-291-0/+4
* | arm64: compat: Allow single-byte watchpoints on all addressesWill Deacon2019-07-291-3/+4
* | arm64: entry: SP Alignment Fault doesn't write to FAR_EL1James Morse2019-07-221-9/+13
* | arm64: Force SSBS on context switchMarc Zyngier2019-07-221-1/+28
* | arm64/sve: Fix a couple of magic numbers for the Z-reg countDave Martin2019-07-221-2/+2
* | arm64/sve: Factor out FPSIMD to SVE state conversionDave Martin2019-07-221-13/+14
* | arm64: stacktrace: Better handle corrupted stacksMark Rutland2019-07-221-1/+39
* | arm64: stacktrace: Factor out backtrace initialisationDave Martin2019-07-226-42/+20
* | arm64: vdso: Cleanup MakefilesVincenzo Frascino2019-07-222-11/+8