Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2022-03-09 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | arm64: Do not include __READ_ONCE() block in assembly files | Nathan Chancellor | 2022-03-09 | 1 | -2/+2 | |
| * | | | | | | | | | | ARM: Do not use NOCROSSREFS directive with ld.lld | Nathan Chancellor | 2022-03-09 | 1 | -0/+8 | |
| * | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2022-03-09 | 5 | -16/+20 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | arm64: kasan: fix include error in MTE functions | Paul Semel | 2022-03-09 | 1 | -0/+1 | |
| | * | | | | | | | | | | arm64: Ensure execute-only permissions are not allowed without EPAN | Catalin Marinas | 2022-03-08 | 4 | -16/+19 | |
| * | | | | | | | | | | | ARM: fix co-processor register typo | Russell King (Oracle) | 2022-03-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | ARM: fix build error when BPF_SYSCALL is disabled | Emmanuel Gil Peyrot | 2022-03-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge tag 'arm64-spectre-bhb-for-v5.17-2' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2022-03-08 | 26 | -76/+825 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation... | James Morse | 2022-03-07 | 1 | -0/+26 | |
| | * | | | | | | | | | | arm64: Use the clearbhb instruction in mitigations | James Morse | 2022-02-24 | 10 | -0/+79 | |
| | * | | | | | | | | | | KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated | James Morse | 2022-02-24 | 3 | -1/+34 | |
| | * | | | | | | | | | | arm64: Mitigate spectre style branch history side channels | James Morse | 2022-02-24 | 12 | -2/+352 | |
| | * | | | | | | | | | | arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2 | James Morse | 2022-02-16 | 2 | -2/+36 | |
| | * | | | | | | | | | | arm64: Add percpu vectors for EL1 | James Morse | 2022-02-16 | 4 | -9/+53 | |
| | * | | | | | | | | | | arm64: entry: Add macro for reading symbol addresses from the trampoline | James Morse | 2022-02-16 | 1 | -21/+16 | |
| | * | | | | | | | | | | arm64: entry: Add vectors that have the bhb mitigation sequences | James Morse | 2022-02-16 | 4 | -9/+118 | |
| | * | | | | | | | | | | arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations | James Morse | 2022-02-15 | 1 | -1/+34 | |
| | * | | | | | | | | | | arm64: entry: Allow the trampoline text to occupy multiple pages | James Morse | 2022-02-15 | 5 | -7/+20 | |
| | * | | | | | | | | | | arm64: entry: Make the kpti trampoline's kpti sequence optional | James Morse | 2022-02-15 | 1 | -6/+12 | |
| | * | | | | | | | | | | arm64: entry: Move trampoline macros out of ifdef'd section | James Morse | 2022-02-15 | 1 | -6/+5 | |
| | * | | | | | | | | | | arm64: entry: Don't assume tramp_vectors is the start of the vectors | James Morse | 2022-02-15 | 1 | -13/+15 | |
| | * | | | | | | | | | | arm64: entry: Allow tramp_alias to access symbols after the 4K boundary | James Morse | 2022-02-15 | 1 | -5/+8 | |
| | * | | | | | | | | | | arm64: entry: Move the trampoline data page before the text page | James Morse | 2022-02-15 | 2 | -3/+8 | |
| | * | | | | | | | | | | arm64: entry: Free up another register on kpti's tramp_exit path | James Morse | 2022-02-15 | 1 | -6/+13 | |
| | * | | | | | | | | | | arm64: entry: Make the trampoline cleanup optional | James Morse | 2022-02-15 | 1 | -3/+7 | |
| | * | | | | | | | | | | KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A | James Morse | 2022-02-15 | 3 | -5/+9 | |
| | * | | | | | | | | | | arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit | James Morse | 2022-02-15 | 2 | -4/+4 | |
| | * | | | | | | | | | | arm64: entry.S: Add ventry overflow sanity checks | James Morse | 2022-02-15 | 1 | -0/+3 | |
| * | | | | | | | | | | | Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2022-03-08 | 10 | -55/+481 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | ARM: include unprivileged BPF status in Spectre V2 reporting | Russell King (Oracle) | 2022-03-08 | 1 | -0/+13 | |
| | * | | | | | | | | | | | ARM: Spectre-BHB workaround | Russell King (Oracle) | 2022-03-05 | 9 | -9/+254 | |
| | * | | | | | | | | | | | ARM: use LOADADDR() to get load address of sections | Russell King (Oracle) | 2022-03-05 | 1 | -7/+12 | |
| | * | | | | | | | | | | | ARM: early traps initialisation | Russell King (Oracle) | 2022-03-05 | 1 | -6/+21 | |
| | * | | | | | | | | | | | ARM: report Spectre v2 status through sysfs | Russell King (Oracle) | 2022-03-05 | 5 | -39/+187 | |
| * | | | | | | | | | | | | Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-03-08 | 6 | -62/+172 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT | Josh Poimboeuf | 2022-03-05 | 1 | -2/+25 | |
| | * | | | | | | | | | | | x86/speculation: Warn about Spectre v2 LFENCE mitigation | Josh Poimboeuf | 2022-03-05 | 1 | -0/+5 | |
| | * | | | | | | | | | | | x86/speculation: Use generic retpoline by default on AMD | Kim Phillips | 2022-02-28 | 1 | -9/+0 | |
| | * | | | | | | | | | | | x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re... | Josh Poimboeuf | 2022-02-21 | 1 | -6/+29 | |
| | * | | | | | | | | | | | x86/speculation: Add eIBRS + Retpoline options | Peter Zijlstra | 2022-02-21 | 2 | -38/+99 | |
| | * | | | | | | | | | | | x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE | Peter Zijlstra (Intel) | 2022-02-21 | 6 | -24/+31 | |
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-03-06 | 4 | -14/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_run | Paolo Bonzini | 2022-03-02 | 1 | -12/+13 | |
| | * | | | | | | | | | | | KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots() | Like Xu | 2022-03-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | KVM: x86: Yield to IPI target vCPU only if it is busy | Li RongQing | 2022-02-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64 | Dexuan Cui | 2022-02-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | x86/kvm: Don't waste memory if kvmclock is disabled | Wanpeng Li | 2022-02-25 | 1 | -0/+3 | |
| | * | | | | | | | | | | | x86/kvm: Don't use PV TLB/yield when mwait is advertised | Wanpeng Li | 2022-02-25 | 1 | -0/+2 | |
| * | | | | | | | | | | | | Merge tag 'powerpc-5.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2022-03-06 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |