index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-05
Merge back cpufreq material for 5.10.
Rafael J. Wysocki
1
-1
/
+8
2020-10-02
Merge branch 'for-next/mte' into for-next/core
Will Deacon
11
-11
/
+639
2020-10-02
Merge branch 'for-next/ghostbusters' into for-next/core
Will Deacon
10
-686
/
+818
2020-10-02
Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...
Will Deacon
26
-450
/
+518
2020-10-01
arm64: dbm: Invalidate local TLB when setting TCR_EL1.HD
Will Deacon
1
-0
/
+1
2020-09-30
arm64: permit ACPI core to map kernel memory used for table overrides
Ard Biesheuvel
1
-2
/
+20
2020-09-30
Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...
Marc Zyngier
10
-687
/
+818
2020-09-30
kvm: arm64: Set up hyp percpu data for nVHE
David Brazdil
1
-0
/
+8
2020-09-30
kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
David Brazdil
1
-1
/
+0
2020-09-30
kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
David Brazdil
1
-1
/
+0
2020-09-30
kvm: arm64: Only define __kvm_ex_table for CONFIG_KVM
David Brazdil
1
-0
/
+4
2020-09-30
kvm: arm64: Move nVHE hyp namespace macros to hyp_image.h
David Brazdil
2
-2
/
+1
2020-09-29
arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() option
Will Deacon
2
-4
/
+40
2020-09-29
arm64: Pull in task_stack_page() to Spectre-v4 mitigation code
Will Deacon
1
-0
/
+1
2020-09-29
KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabled
Will Deacon
1
-2
/
+0
2020-09-29
arm64: Get rid of arm64_ssbd_state
Marc Zyngier
1
-2
/
+0
2020-09-29
KVM: arm64: Simplify handling of ARCH_WORKAROUND_2
Marc Zyngier
2
-16
/
+0
2020-09-29
arm64: Rewrite Spectre-v4 mitigation code
Will Deacon
7
-335
/
+394
2020-09-29
arm64: Move SSBD prctl() handler alongside other spectre mitigation code
Will Deacon
3
-130
/
+119
2020-09-29
arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4
Will Deacon
1
-1
/
+1
2020-09-29
arm64: Treat SSBS as a non-strict system feature
Will Deacon
1
-3
/
+3
2020-09-29
arm64: Rewrite Spectre-v2 mitigation code
Will Deacon
2
-233
/
+291
2020-09-29
arm64: Introduce separate file for spectre mitigations and reporting
Will Deacon
3
-7
/
+33
2020-09-29
arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2
Will Deacon
1
-1
/
+1
2020-09-29
KVM: arm64: Simplify install_bp_hardening_cb()
Will Deacon
1
-20
/
+7
2020-09-29
KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASE
Will Deacon
1
-2
/
+2
2020-09-29
arm64: Remove Spectre-related CONFIG_* options
Will Deacon
4
-27
/
+3
2020-09-29
arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
Marc Zyngier
1
-0
/
+7
2020-09-28
arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
Jean-Philippe Brucker
1
-0
/
+1
2020-09-28
arm64: perf: Defer irq_work to IPI_IRQ_WORK
Julien Thierry
1
-9
/
+5
2020-09-28
arm64: perf: Remove PMU locking
Julien Thierry
1
-28
/
+0
2020-09-28
arm64: perf: Avoid PMXEV* indirection
Mark Rutland
1
-14
/
+85
2020-09-28
arm64: perf: Add missing ISB in armv8pmu_enable_counter()
Alexandru Elisei
1
-0
/
+5
2020-09-28
arm64: perf: Add support caps under sysfs
Shaokun Zhang
1
-33
/
+70
2020-09-28
Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and '...
Marc Zyngier
1
-1
/
+3
2020-09-25
kbuild: remove cc-option test of -Werror=date-time
Masahiro Yamada
1
-1
/
+1
2020-09-25
kbuild: remove cc-option test of -fno-strict-overflow
Masahiro Yamada
1
-1
/
+1
2020-09-25
kbuild: preprocess module linker script
Masahiro Yamada
1
-5
/
+0
2020-09-21
arm64: Move console stack display code to stacktrace.c
Mark Brown
2
-65
/
+65
2020-09-21
arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
Marc Zyngier
1
-0
/
+8
2020-09-21
arm64: Make use of ARCH_WORKAROUND_1 even when KVM is not enabled
Marc Zyngier
1
-2
/
+5
2020-09-21
arm64/sve: Implement a helper to load SVE registers from FPSIMD state
Julien Grall
1
-0
/
+17
2020-09-21
arm64/sve: Implement a helper to flush SVE registers
Julien Grall
1
-0
/
+8
2020-09-21
arm64/signal: Update the comment in preserve_sve_context
Julien Grall
1
-1
/
+2
2020-09-21
arm64/fpsimd: Update documentation of do_sve_acc
Julien Grall
1
-1
/
+1
2020-09-18
arch_topology, arm, arm64: define arch_scale_freq_invariant()
Valentin Schneider
1
-0
/
+7
2020-09-18
arch_topology, cpufreq: constify arch_* cpumasks
Valentin Schneider
1
-1
/
+1
2020-09-18
arm64: Fix -Wunused-function warning when !CONFIG_HOTPLUG_CPU
YueHaibing
1
-1
/
+3
2020-09-18
arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMM
Will Deacon
2
-1
/
+18
2020-09-18
arm64/fpsimd: Fix missing-prototypes in fpsimd.c
Tian Tao
1
-0
/
+2
[prev]
[next]