Sign in
android-kvm
/
linux
/
d279505b723cba058b604ed8cf9cd4c854e2a041
/
arch
/
arm64
/
kernel
1cf45b8
arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
by Florian Fainelli
· 5 years ago
e059770
arm64: Brahma-B53 is SSB and spectre v2 safe
by Florian Fainelli
· 5 years ago
bfc97f9
arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
by Doug Berger
· 5 years ago
36c602d
arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
by Bjorn Andersson
· 5 years ago
d4af3c4
arm64: cpufeature: Enable Qualcomm Falkor/Kryo errata 1003
by Bjorn Andersson
· 5 years ago
777d062
Merge branch 'errata/tx2-219' into for-next/fixes
by Will Deacon
· 5 years ago
597399d
arm64: tags: Preserve tags for addresses translated via TTBR1
by Will Deacon
· 5 years ago
19c95f2
arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabled
by Julien Thierry
· 5 years ago
8c551f9
arm64: hibernate: check pgd table allocation
by Pavel Tatashin
· 5 years ago
ec52c71
arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabled
by Julien Grall
· 5 years ago
3e7c93b
arm64: armv8_deprecated: Checking return value for memory allocation
by Yunfeng Ye
· 5 years ago
9405447
arm64: Avoid Cavium TX2 erratum 219 when switching TTBR
by Marc Zyngier
· 6 years ago
93916be
arm64: Enable workaround for Cavium TX2 erratum 219 when running SMT
by Marc Zyngier
· 6 years ago
eff9cb6
arm64: vdso32: Rename COMPATCC to CC_COMPAT
by Will Deacon
· 5 years ago
7424ee2
arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGS
by Will Deacon
· 5 years ago
c71e88c
arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionally
by Will Deacon
· 5 years ago
bcaf9b5
arm64: vdso32: Move definition of COMPATCC into vdso32/Makefile
by Will Deacon
· 5 years ago
a7f9310
arm64: vdso32: Remove jump label config option in Makefile
by Vincenzo Frascino
· 5 years ago
0df2c90
arm64: vdso32: Detect binutils support for dmb ishld
by Vincenzo Frascino
· 5 years ago
37a5076
arm64: vdso: Remove stale files from old assembly implementation
by Vincenzo Frascino
· 5 years ago
e0de01a
arm64: vdso32: Fix broken compat vDSO build warnings
by Vincenzo Frascino
· 5 years ago
dd8a1f1
arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419
by James Morse
· 5 years ago
f46f27a
arm64: Fix incorrect irqflag restore for priority masking for compat
by James Morse
· 5 years ago
7230f7e
arm64: cpufeature: Effectively expose FRINT capability to userspace
by Julien Grall
· 5 years ago
4585fc5
arm64/sve: Fix wrong free for task->thread.sve_state
by Masayoshi Mizuma
· 5 years ago
7a292b6
arm64: errata: Update stale comment
by Thierry Reding
· 5 years ago
e7142bf
arm64, mm: make randomization selected by generic topdown mmap layout
by Alexandre Ghiti
· 5 years ago
e77fafe
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 5 years ago
ac12cf8
Merge 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/core
by Will Deacon
· 6 years ago
ebef746
arm64: smp: Treat unknown boot failures as being 'stuck in kernel'
by Will Deacon
· 6 years ago
5b1cfe3
arm64: smp: Don't enter kernel with NULL stack pointer or task struct
by Will Deacon
· 6 years ago
0e16455
arm64: smp: Increase secondary CPU boot timeout value
by Will Deacon
· 6 years ago
7f591fa
arm64: kexec_file: add rng-seed support
by Hsin-Yi Wang
· 6 years ago
e112b03
arm64: map FDT as RW for early_init_dt_scan()
by Hsin-Yi Wang
· 6 years ago
2671828
arm64: entry: Move ct_user_exit before any other exception
by James Morse
· 6 years ago
413235f
arm64: Change the tagged_addr sysctl control semantics to only prevent the opt-in
by Catalin Marinas
· 6 years ago
d91cc2f
arm64: perf_event: Add missing header needed for smp_processor_id()
by Raphael Gault
· 6 years ago
b7e7c85
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
b6143d1
arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side
by Will Deacon
· 6 years ago
d55c5f2
arm64: smp: disable hotplug on trusted OS resident CPU
by Sudeep Holla
· 6 years ago
90776dd
arm64/efi: Move variable assignments after SECTIONS
by Kees Cook
· 6 years ago
77ad4ce
arm64: memory: rename VA_START to PAGE_END
by Mark Rutland
· 6 years ago
d06fa5a
Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux into for-next/cpu-topology
by Will Deacon
· 6 years ago
37143dc
arm64: constify sys64_hook instances
by Mark Rutland
· 6 years ago
0da23df
arm64: constify aarch64_insn_encoding_class[]
by Mark Rutland
· 6 years ago
0bf136a
arm64: constify icache_policy_str[]
by Mark Rutland
· 6 years ago
80d8381
arm64: prefer __section from compiler_attributes.h
by Nick Desaulniers
· 6 years ago
5717fe5
arm64: cpufeature: Don't treat granule sizes as strict
by Will Deacon
· 6 years ago
98dc199
arm64: topology: Use PPTT to determine if PE is a thread
by Jeremy Linton
· 6 years ago
7f20fd2
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
9ffeb6d
PSCI: cpuidle: Refactor CPU suspend power_state parameter handling
by Lorenzo Pieralisi
· 6 years ago
7889614
ARM: psci: cpuidle: Enable PSCI CPUidle driver
by Lorenzo Pieralisi
· 6 years ago
2c624fe
arm64: mm: Remove vabits_user
by Steve Capper
· 6 years ago
b6d00d4
arm64: mm: Introduce 52-bit Kernel VAs
by Steve Capper
· 6 years ago
c812026
arm64: mm: Logic to make offset_ttbr1 conditional
by Steve Capper
· 6 years ago
5383cc6
arm64: mm: Introduce vabits_actual
by Steve Capper
· 6 years ago
90ec95c
arm64: mm: Introduce VA_BITS_MIN
by Steve Capper
· 6 years ago
14c127c
arm64: mm: Flip kernel VA space
by Steve Capper
· 6 years ago
08f103b
arm64/ptrace: Fix typoes in sve_set() comment
by Julien Grall
· 6 years ago
b99286b
arm64/prefetch: fix a -Wtype-limits warning
by Qian Cai
· 6 years ago
63f0c60
arm64: Introduce prctl() options to control the tagged user addresses ABI
by Catalin Marinas
· 6 years ago
5cf896fb6
arm64: Add support for relocating the kernel with RELR relocations
by Peter Collingbourne
· 6 years ago
332e528
arm64: esr: Add ESR exception class encoding for trapped ERET
by Will Deacon
· 6 years ago
b3e089c
arm64: Replace strncmp with str_has_prefix
by Chuhong Yuan
· 6 years ago
c19d050
arm64/kexec: Use consistent convention of initializing 'kxec_buf.mem' with KEXEC_BUF_MEM_UNKNOWN
by Bhupesh Sharma
· 6 years ago
b3980e4
arm64: kprobes: Recover pstate.D in single-step exception handler
by Masami Hiramatsu
· 6 years ago
760d8ed
arm64: Remove unneeded rcu_read_lock from debug handlers
by Masami Hiramatsu
· 6 years ago
ee07b93
arm64: unwind: Prohibit probing on return_address()
by Masami Hiramatsu
· 6 years ago
147b963
arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}
by Will Deacon
· 6 years ago
eca92a5
arm64: module: Mark expected switch fall-through
by Anders Roxell
· 6 years ago
6655473
arm64: smp: Mark expected switch fall-through
by Anders Roxell
· 6 years ago
75a382f
arm64: hw_breakpoint: Fix warnings about implicit fallthrough
by Will Deacon
· 6 years ago
849adec
arm64: compat: Allow single-byte watchpoints on all addresses
by Will Deacon
· 6 years ago
6701c61
KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new EC
by Zenghui Yu
· 6 years ago
ca786b8
arm64: perf: Remove unused macro
by Shaokun Zhang
· 6 years ago
60c1b22
cpu-topology: Move cpu topology code to common code.
by Atish Patra
· 6 years ago
40ca0ce
arm64: entry: SP Alignment Fault doesn't write to FAR_EL1
by James Morse
· 6 years ago
cbdf8a1
arm64: Force SSBS on context switch
by Marc Zyngier
· 6 years ago
ed2f3e9
arm64/sve: Fix a couple of magic numbers for the Z-reg count
by Dave Martin
· 6 years ago
d16af87
arm64/sve: Factor out FPSIMD to SVE state conversion
by Dave Martin
· 6 years ago
592700f
arm64: stacktrace: Better handle corrupted stacks
by Mark Rutland
· 6 years ago
f3dcbe6
arm64: stacktrace: Factor out backtrace initialisation
by Dave Martin
· 6 years ago
a88754b
arm64: vdso: Cleanup Makefiles
by Vincenzo Frascino
· 6 years ago
2e2f3c9
arm64: vdso: fix flip/flop vdso build bug
by Naohiro Aota
· 6 years ago
168c799
Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
89ff7131f
kbuild: add --hash-style= and --build-id unconditionally
by Masahiro Yamada
· 6 years ago
c309b6f
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 6 years ago
fb4da21
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
dc7a12b
docs: arm: convert docs to ReST and rename to *.rst
by Mauro Carvalho Chehab
· 6 years ago
39d7530
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
ba5c5e4
arm64: move jump_label_init() before parse_early_param()
by Kees Cook
· 6 years ago
8b1e0f8
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
by Anshuman Khandual
· 6 years ago
e9a83bd
Merge tag 'docs-5.3' of git://git.lwn.net/linux
by Linus Torvalds
· 6 years ago
5ad18b2
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
927ba67
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
dfd437a
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
c118bbb
arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests
by Andre Przywara
· 6 years ago
3276cc2
arm64: Update silicon-errata.txt for Neoverse-N1 #1349291
by James Morse
· 6 years ago
4b1fe9b
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
7b71665
arm64: rename dump_instr as dump_kernel_instr
by jinho lim
· 6 years ago
Next »