aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti1-8/+0
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds24-408/+399
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon12-329/+204
2019-08-27arm64: smp: Treat unknown boot failures as being 'stuck in kernel'Will Deacon1-0/+1
2019-08-27arm64: smp: Don't enter kernel with NULL stack pointer or task structWill Deacon2-0/+9
2019-08-27arm64: smp: Increase secondary CPU boot timeout valueWill Deacon1-1/+1
2019-08-23arm64: kexec_file: add rng-seed supportHsin-Yi Wang1-1/+17
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang2-5/+9
2019-08-21arm64: entry: Move ct_user_exit before any other exceptionJames Morse2-17/+28
2019-08-20arm64: Change the tagged_addr sysctl control semantics to only prevent the opt-inCatalin Marinas1-7/+10
2019-08-20arm64: perf_event: Add missing header needed for smp_processor_id()Raphael Gault1-0/+1
2019-08-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-12/+24
2019-08-16arm64: ftrace: Ensure module ftrace trampoline is coherent with I-sideWill Deacon1-9/+13
2019-08-15arm64: smp: disable hotplug on trusted OS resident CPUSudeep Holla2-1/+16
2019-08-14arm64/efi: Move variable assignments after SECTIONSKees Cook3-42/+53
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland1-1/+1
2019-08-14Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux into for-next/cpu-topologyWill Deacon1-299/+4
2019-08-13arm64: constify sys64_hook instancesMark Rutland1-5/+5
2019-08-13arm64: constify aarch64_insn_encoding_class[]Mark Rutland1-1/+1
2019-08-13arm64: constify icache_policy_str[]Mark Rutland1-1/+1
2019-08-13arm64: prefer __section from compiler_attributes.hNick Desaulniers1-1/+1
2019-08-13arm64: cpufeature: Don't treat granule sizes as strictWill Deacon1-3/+11
2019-08-12arm64: topology: Use PPTT to determine if PE is a threadJeremy Linton1-4/+15
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2019-08-09PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi1-4/+45
2019-08-09ARM: psci: cpuidle: Enable PSCI CPUidle driverLorenzo Pieralisi2-7/+4
2019-08-09arm64: mm: Remove vabits_userSteve Capper1-6/+1
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper1-2/+2
2019-08-09arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper2-5/+5
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper1-0/+5
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper2-4/+4
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper1-1/+1
2019-08-07arm64/ptrace: Fix typoes in sve_set() commentJulien Grall1-1/+1
2019-08-07arm64/prefetch: fix a -Wtype-limits warningQian Cai1-1/+1
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas1-0/+73
2019-08-05arm64: Add support for relocating the kernel with RELR relocationsPeter Collingbourne2-6/+99
2019-08-05arm64: esr: Add ESR exception class encoding for trapped ERETWill Deacon1-0/+1
2019-08-05arm64: Replace strncmp with str_has_prefixChuhong Yuan1-1/+1
2019-08-05arm64/kexec: Use consistent convention of initializing 'kxec_buf.mem' with KEXEC_BUF_MEM_UNKNOWNBhupesh Sharma2-3/+3
2019-08-02arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu1-34/+6
2019-08-01arm64: Remove unneeded rcu_read_lock from debug handlersMasami Hiramatsu1-6/+8
2019-08-01arm64: unwind: Prohibit probing on return_address()Masami Hiramatsu2-0/+6
2019-07-31arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon1-2/+6
2019-07-29arm64: module: Mark expected switch fall-throughAnders Roxell1-0/+4
2019-07-29arm64: smp: Mark expected switch fall-throughAnders Roxell1-1/+1
2019-07-29arm64: hw_breakpoint: Fix warnings about implicit fallthroughWill Deacon1-0/+4
2019-07-29arm64: compat: Allow single-byte watchpoints on all addressesWill Deacon1-3/+4
2019-07-26KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new ECZenghui Yu1-0/+1
2019-07-23arm64: perf: Remove unused macroShaokun Zhang1-1/+0
2019-07-22cpu-topology: Move cpu topology code to common code.Atish Patra1-299/+4