index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
Merge tag 'arm64-spectre-bhb-for-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
10
-2
/
+184
2022-03-08
Merge branch 'for-next/perf-m1' into for-next/perf
Will Deacon
1
-0
/
+64
2022-03-08
drivers/perf: Add Apple icestorm/firestorm CPU PMU driver
Marc Zyngier
1
-0
/
+45
2022-03-08
arm64: perf: Consistently make all event numbers as 16-bits
Shaokun Zhang
1
-139
/
+139
2022-03-08
arm64: perf: Expose some Armv9 common events under sysfs
Shaokun Zhang
1
-0
/
+14
2022-03-08
arm64: Ensure execute-only permissions are not allowed without EPAN
Catalin Marinas
2
-13
/
+2
2022-03-07
Revert "arm64: Mitigate MTE issues with str{n}cmp()"
Joey Gouly
2
-7
/
+0
2022-03-07
irqchip/gic-v3: Workaround Marvell erratum 38545 when reading IAR
Linu Cherian
2
-2
/
+34
2022-03-07
arm64: cpufeature: Warn if we attempt to read a zero width field
Mark Brown
1
-0
/
+2
2022-03-07
arm64: prevent instrumentation of bp hardening callbacks
Mark Rutland
1
-1
/
+2
2022-02-25
arm64/mte: Add userspace interface for enabling asymmetric mode
Mark Brown
1
-0
/
+1
2022-02-25
arm64/mte: Add hwcap for asymmetric mode
Mark Brown
1
-0
/
+1
2022-02-25
arm64: cpufeature: Always specify and use a field width for capabilities
Mark Brown
1
-0
/
+1
2022-02-25
arm64: Always use individual bits in CPACR floating point enables
Mark Brown
2
-3
/
+2
2022-02-25
arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
Mark Brown
2
-1
/
+4
2022-02-25
arm64: module: remove (NOLOAD) from linker script
Fangrui Song
1
-3
/
+3
2022-02-25
arm64: Add support of PAuth QARMA3 architected algorithm
Vladimir Murzin
4
-0
/
+17
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
1
-7
/
+4
2022-02-25
arm64: simplify access_ok()
Arnd Bergmann
1
-24
/
+10
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-2
/
+0
2022-02-24
arm64: Use the clearbhb instruction in mitigations
James Morse
5
-0
/
+39
2022-02-24
arm64: Mitigate spectre style branch history side channels
James Morse
6
-2
/
+46
2022-02-23
sched/headers: Add initial new headers as identity mappings
Ingo Molnar
1
-0
/
+1
2022-02-22
arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary
Peter Collingbourne
1
-0
/
+22
2022-02-22
arm64: insn: add encoders for atomic operations
Hou Tao
1
-7
/
+73
2022-02-22
arm64: move AARCH64_BREAK_FAULT into insn-def.h
Hou Tao
2
-12
/
+14
2022-02-22
arm64: clean up symbol aliasing
Mark Rutland
1
-24
/
+0
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
2
-1
/
+5
2022-02-19
arm64: Support PREEMPT_DYNAMIC
Mark Rutland
1
-2
/
+17
2022-02-16
arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2
James Morse
1
-0
/
+2
2022-02-16
arm64: Add percpu vectors for EL1
James Morse
1
-1
/
+28
2022-02-16
arm64: entry: Add vectors that have the bhb mitigation sequences
James Morse
2
-0
/
+58
2022-02-15
arm64: mte: Define the number of bytes for storing the tags in a page
Catalin Marinas
1
-0
/
+1
2022-02-15
arm64: atomics: remove redundant static branch
Mark Rutland
1
-4
/
+2
2022-02-15
arm64: entry: Allow the trampoline text to occupy multiple pages
James Morse
2
-2
/
+9
2022-02-15
arm64: entry: Move the trampoline data page before the text page
James Morse
1
-1
/
+1
2022-02-15
KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A
James Morse
1
-0
/
+5
2022-02-15
arm64/mm: Consolidate TCR_EL1 fields
Anshuman Khandual
2
-4
/
+2
2022-02-15
arm64: random: implement arch_get_random_int/_long based on RNDR
Ard Biesheuvel
1
-6
/
+39
2022-02-14
arm64: Correct wrong label in macro __init_el2_gicv3
Joakim Tjernlund
1
-1
/
+1
2022-02-11
lib/xor: make xor prototypes more friendly to compiler vectorization
Ard Biesheuvel
1
-7
/
+14
2022-02-08
Merge branch kvm-arm64/pmu-bl into kvmarm-master/next
Marc Zyngier
1
-1
/
+14
2022-02-08
KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU
Alexandru Elisei
1
-0
/
+12
2022-02-08
KVM: arm64: Keep a per-VM pointer to the default PMU
Marc Zyngier
1
-1
/
+1
2022-02-08
KVM: arm64: Do not change the PMU event filter after a VCPU has run
Marc Zyngier
1
-0
/
+1
2022-02-08
Merge branch kvm-arm64/vmid-allocator into kvmarm-master/next
Marc Zyngier
2
-4
/
+10
2022-02-08
KVM: arm64: Make active_vmids invalid on vCPU schedule out
Shameer Kolothum
1
-0
/
+1
2022-02-08
KVM: arm64: Align the VMID allocation with the arm64 ASID
Julien Grall
2
-4
/
+4
2022-02-08
KVM: arm64: Make VMID bits accessible outside of allocator
Shameer Kolothum
1
-0
/
+1
2022-02-08
KVM: arm64: Introduce a new VMID allocator for KVM
Shameer Kolothum
1
-0
/
+4
[prev]
[next]