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
2022-03-08
arm64: drop unused includes of <linux/personality.h>
Sagar Patel
3
-3
/
+0
2022-03-07
irqchip/gic-v3: Workaround Marvell erratum 38545 when reading IAR
Linu Cherian
1
-3
/
+17
2022-03-07
arm64: cpufeature: Add missing .field_width for GIC system registers
Mark Brown
1
-0
/
+1
2022-03-07
arm64: signal: nofpsimd: Do not allocate fp/simd context when not available
David Engraf
1
-4
/
+6
2022-03-07
arm64: prevent instrumentation of bp hardening callbacks
Mark Rutland
1
-3
/
+6
2022-03-07
arm64: crash_core: Export MODULES, VMALLOC, and VMEMMAP ranges
Huang Shijie
1
-0
/
+6
2022-03-07
arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...
James Morse
1
-0
/
+26
2022-03-03
cpuidle: PSCI: Move the `has_lpi` check to the beginning of the function
Mario Limonciello
1
-3
/
+3
2022-02-25
arm64/mte: Add userspace interface for enabling asymmetric mode
Mark Brown
2
-2
/
+15
2022-02-25
arm64/mte: Add hwcap for asymmetric mode
Mark Brown
2
-0
/
+2
2022-02-25
arm64/mte: Add a little bit of documentation for mte_update_sctlr_user()
Mark Brown
1
-0
/
+14
2022-02-25
arm64: cpufeature: Always specify and use a field width for capabilities
Mark Brown
1
-66
/
+101
2022-02-25
arm64: cpufeature: Remove cpu_has_fwb() check
Vladimir Murzin
1
-9
/
+0
2022-02-25
arm64: Add support of PAuth QARMA3 architected algorithm
Vladimir Murzin
2
-4
/
+53
2022-02-25
arm64: cpufeature: Mark existing PAuth architected algorithm as QARMA5
Vladimir Murzin
1
-8
/
+12
2022-02-25
arm64: cpufeature: Account min_field_value when cheking secondaries for PAuth
Vladimir Murzin
1
-1
/
+1
2022-02-25
arm64: Change elfcore for_each_mte_vma() to use VMA iterator
Liam Howlett
1
-6
/
+17
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
1
-1
/
+1
2022-02-24
arm64: Use the clearbhb instruction in mitigations
James Morse
4
-0
/
+39
2022-02-24
arm64: Mitigate spectre style branch history side channels
James Morse
3
-0
/
+288
2022-02-22
arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary
Peter Collingbourne
3
-7
/
+6
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
4
-3
/
+47
2022-02-19
arm64: Support PREEMPT_DYNAMIC
Mark Rutland
1
-1
/
+9
2022-02-19
arm64: entry: Centralize preemption decision
Mark Rutland
1
-9
/
+11
2022-02-16
arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2
James Morse
1
-2
/
+34
2022-02-16
arm64: Add percpu vectors for EL1
James Morse
2
-6
/
+17
2022-02-16
arm64: entry: Add macro for reading symbol addresses from the trampoline
James Morse
1
-21
/
+16
2022-02-16
arm64: entry: Add vectors that have the bhb mitigation sequences
James Morse
2
-9
/
+60
2022-02-15
arm64: mte: Dump the MTE tags in the core file
Catalin Marinas
2
-0
/
+124
2022-02-15
arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations
James Morse
1
-1
/
+34
2022-02-15
arm64: entry: Allow the trampoline text to occupy multiple pages
James Morse
2
-2
/
+2
2022-02-15
arm64: entry: Make the kpti trampoline's kpti sequence optional
James Morse
1
-6
/
+12
2022-02-15
arm64: entry: Move trampoline macros out of ifdef'd section
James Morse
1
-6
/
+5
2022-02-15
arm64: entry: Don't assume tramp_vectors is the start of the vectors
James Morse
1
-13
/
+15
2022-02-15
arm64: entry: Allow tramp_alias to access symbols after the 4K boundary
James Morse
1
-5
/
+8
2022-02-15
arm64: entry: Move the trampoline data page before the text page
James Morse
1
-2
/
+7
2022-02-15
arm64: entry: Free up another register on kpti's tramp_exit path
James Morse
1
-6
/
+13
2022-02-15
arm64: entry: Make the trampoline cleanup optional
James Morse
1
-3
/
+7
2022-02-15
arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit
James Morse
2
-4
/
+4
2022-02-15
arm64: entry.S: Add ventry overflow sanity checks
James Morse
1
-0
/
+3
2022-02-15
arm64: entry: Save some nops when CONFIG_ARM64_PSEUDO_NMI is not set
He Ying
1
-0
/
+4
2022-02-08
Merge branch kvm-arm64/vmid-allocator into kvmarm-master/next
Marc Zyngier
1
-0
/
+3
2022-02-08
KVM: arm64: Make VMID bits accessible outside of allocator
Shameer Kolothum
1
-0
/
+3
2022-02-08
arm64/fpsimd: Clarify the purpose of using last in fpsimd_save()
Mark Brown
1
-1
/
+7
2022-02-03
KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errata
James Morse
1
-0
/
+8
2022-01-28
arm64: cpufeature: List early Cortex-A510 parts as having broken dbm
James Morse
1
-0
/
+3
2022-01-28
Merge tag 'trbe-cortex-a510-errata' of gitolite.kernel.org:pub/scm/linux/kern...
Catalin Marinas
1
-0
/
+27
2022-01-27
arm64: errata: Add detection for TRBE trace data corruption
Anshuman Khandual
1
-0
/
+9
2022-01-27
arm64: errata: Add detection for TRBE invalid prohibited states
Anshuman Khandual
1
-0
/
+9
2022-01-27
arm64: errata: Add detection for TRBE ignored system register writes
Anshuman Khandual
1
-0
/
+9
[prev]
[next]