summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-03-091-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | arm64: Do not include __READ_ONCE() block in assembly filesNathan Chancellor2022-03-091-2/+2
| * | | | | | | | | | ARM: Do not use NOCROSSREFS directive with ld.lldNathan Chancellor2022-03-091-0/+8
| * | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-03-095-16/+20
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | arm64: kasan: fix include error in MTE functionsPaul Semel2022-03-091-0/+1
| | * | | | | | | | | | arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas2022-03-084-16/+19
| * | | | | | | | | | | ARM: fix co-processor register typoRussell King (Oracle)2022-03-091-1/+1
| * | | | | | | | | | | ARM: fix build error when BPF_SYSCALL is disabledEmmanuel Gil Peyrot2022-03-081-1/+1
| * | | | | | | | | | | Merge tag 'arm64-spectre-bhb-for-v5.17-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-03-0826-76/+825
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...James Morse2022-03-071-0/+26
| | * | | | | | | | | | arm64: Use the clearbhb instruction in mitigationsJames Morse2022-02-2410-0/+79
| | * | | | | | | | | | KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse2022-02-243-1/+34
| | * | | | | | | | | | arm64: Mitigate spectre style branch history side channelsJames Morse2022-02-2412-2/+352
| | * | | | | | | | | | arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse2022-02-162-2/+36
| | * | | | | | | | | | arm64: Add percpu vectors for EL1James Morse2022-02-164-9/+53
| | * | | | | | | | | | arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse2022-02-161-21/+16
| | * | | | | | | | | | arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2022-02-164-9/+118
| | * | | | | | | | | | arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse2022-02-151-1/+34
| | * | | | | | | | | | arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2022-02-155-7/+20
| | * | | | | | | | | | arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse2022-02-151-6/+12
| | * | | | | | | | | | arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse2022-02-151-6/+5
| | * | | | | | | | | | arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse2022-02-151-13/+15
| | * | | | | | | | | | arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse2022-02-151-5/+8
| | * | | | | | | | | | arm64: entry: Move the trampoline data page before the text pageJames Morse2022-02-152-3/+8
| | * | | | | | | | | | arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse2022-02-151-6/+13
| | * | | | | | | | | | arm64: entry: Make the trampoline cleanup optionalJames Morse2022-02-151-3/+7
| | * | | | | | | | | | KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse2022-02-153-5/+9
| | * | | | | | | | | | arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduitJames Morse2022-02-152-4/+4
| | * | | | | | | | | | arm64: entry.S: Add ventry overflow sanity checksJames Morse2022-02-151-0/+3
| * | | | | | | | | | | Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-0810-55/+481
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ARM: include unprivileged BPF status in Spectre V2 reportingRussell King (Oracle)2022-03-081-0/+13
| | * | | | | | | | | | | ARM: Spectre-BHB workaroundRussell King (Oracle)2022-03-059-9/+254
| | * | | | | | | | | | | ARM: use LOADADDR() to get load address of sectionsRussell King (Oracle)2022-03-051-7/+12
| | * | | | | | | | | | | ARM: early traps initialisationRussell King (Oracle)2022-03-051-6/+21
| | * | | | | | | | | | | ARM: report Spectre v2 status through sysfsRussell King (Oracle)2022-03-055-39/+187
| * | | | | | | | | | | | Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-086-62/+172
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| | * | | | | | | | | | | x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMTJosh Poimboeuf2022-03-051-2/+25
| | * | | | | | | | | | | x86/speculation: Warn about Spectre v2 LFENCE mitigationJosh Poimboeuf2022-03-051-0/+5
| | * | | | | | | | | | | x86/speculation: Use generic retpoline by default on AMDKim Phillips2022-02-281-9/+0
| | * | | | | | | | | | | x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-02-211-6/+29
| | * | | | | | | | | | | x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra2022-02-212-38/+99
| | * | | | | | | | | | | x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2022-02-216-24/+31
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-064-14/+20
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_runPaolo Bonzini2022-03-021-12/+13
| | * | | | | | | | | | | KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()Like Xu2022-03-021-1/+1
| | * | | | | | | | | | | KVM: x86: Yield to IPI target vCPU only if it is busyLi RongQing2022-02-251-1/+1
| | * | | | | | | | | | | x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64Dexuan Cui2022-02-251-1/+1
| | * | | | | | | | | | | x86/kvm: Don't waste memory if kvmclock is disabledWanpeng Li2022-02-251-0/+3
| | * | | | | | | | | | | x86/kvm: Don't use PV TLB/yield when mwait is advertisedWanpeng Li2022-02-251-0/+2
| * | | | | | | | | | | | Merge tag 'powerpc-5.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-062-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |