Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2022-07-14 | 9 | -45/+55 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | ARM: 9208/1: entry: add .ltorg directive to keep literals in range | Ard Biesheuvel | 2022-07-14 | 1 | -0/+1 | |
| | * | | | | | | | | | | | ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction | Ard Biesheuvel | 2022-07-06 | 3 | -25/+30 | |
| | * | | | | | | | | | | | ARM: 9213/1: Print message about disabled Spectre workarounds only once | Dmitry Osipenko | 2022-07-06 | 1 | -2/+1 | |
| | * | | | | | | | | | | | ARM: 9212/1: domain: Modify Kconfig help text | Linus Walleij | 2022-07-06 | 1 | -1/+5 | |
| | * | | | | | | | | | | | ARM: 9211/1: domain: drop modify_domain() | Linus Walleij | 2022-07-06 | 1 | -13/+0 | |
| | * | | | | | | | | | | | ARM: 9210/1: Mark the FDT_FIXED sections as shareable | Zhen Lei | 2022-07-06 | 2 | -1/+15 | |
| | * | | | | | | | | | | | ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle | Ard Biesheuvel | 2022-07-06 | 1 | -3/+3 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | um: Replace to_phys() and to_virt() with less generic function names | Guenter Roeck | 2022-07-14 | 3 | -7/+7 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-07-12 | 1 | -5/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | x86/static_call: Serialize __static_call_fixup() properly | Thomas Gleixner | 2022-07-12 | 1 | -5/+8 | |
| * | | | | | | | | | | | Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-07-12 | 52 | -349/+1408 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | x86/speculation: Disable RRSBA behavior | Pawan Gupta | 2022-07-09 | 4 | -1/+37 | |
| | * | | | | | | | | | | | x86/kexec: Disable RET on kexec | Konrad Rzeszutek Wilk | 2022-07-09 | 2 | -12/+36 | |
| | * | | | | | | | | | | | x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported | Thadeu Lima de Souza Cascardo | 2022-07-08 | 1 | -2/+5 | |
| | * | | | | | | | | | | | x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry | Peter Zijlstra | 2022-07-07 | 1 | -3/+6 | |
| | * | | | | | | | | | | | x86/bugs: Add Cannon lake to RETBleed affected CPU list | Pawan Gupta | 2022-07-07 | 1 | -0/+1 | |
| | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | x86/retbleed: Add fine grained Kconfig knobs | Peter Zijlstra | 2022-06-29 | 13 | -55/+161 | |
| | * | | | | | | | | | | x86/cpu/amd: Enumerate BTC_NO | Andrew Cooper | 2022-06-27 | 3 | -8/+20 | |
| | * | | | | | | | | | | x86/common: Stamp out the stepping madness | Peter Zijlstra | 2022-06-27 | 1 | -21/+16 | |
| | * | | | | | | | | | | KVM: VMX: Prevent RSB underflow before vmenter | Josh Poimboeuf | 2022-06-27 | 7 | -15/+42 | |
| | * | | | | | | | | | | x86/speculation: Fill RSB on vmexit for IBRS | Josh Poimboeuf | 2022-06-27 | 3 | -9/+62 | |
| | * | | | | | | | | | | KVM: VMX: Fix IBRS handling after vmexit | Josh Poimboeuf | 2022-06-27 | 1 | -1/+6 | |
| | * | | | | | | | | | | KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS | Josh Poimboeuf | 2022-06-27 | 6 | -31/+73 | |
| | * | | | | | | | | | | KVM: VMX: Convert launched argument to flags | Josh Poimboeuf | 2022-06-27 | 5 | -9/+31 | |
| | * | | | | | | | | | | KVM: VMX: Flatten __vmx_vcpu_run() | Josh Poimboeuf | 2022-06-27 | 1 | -73/+46 | |
| | * | | | | | | | | | | objtool: Re-add UNWIND_HINT_{SAVE_RESTORE} | Josh Poimboeuf | 2022-06-27 | 1 | -2/+10 | |
| | * | | | | | | | | | | x86/speculation: Remove x86_spec_ctrl_mask | Josh Poimboeuf | 2022-06-27 | 1 | -30/+1 | |
| | * | | | | | | | | | | x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit | Josh Poimboeuf | 2022-06-27 | 1 | -11/+1 | |
| | * | | | | | | | | | | x86/speculation: Fix SPEC_CTRL write on SMT state change | Josh Poimboeuf | 2022-06-27 | 1 | -1/+2 | |
| | * | | | | | | | | | | x86/speculation: Fix firmware entry SPEC_CTRL handling | Josh Poimboeuf | 2022-06-27 | 1 | -6/+4 | |
| | * | | | | | | | | | | x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n | Josh Poimboeuf | 2022-06-27 | 3 | -6/+0 | |
| | * | | | | | | | | | | x86/cpu/amd: Add Spectral Chicken | Peter Zijlstra | 2022-06-27 | 4 | -1/+33 | |
| | * | | | | | | | | | | objtool: Add entry UNRET validation | Peter Zijlstra | 2022-06-27 | 6 | -9/+31 | |
| | * | | | | | | | | | | x86/bugs: Do IBPB fallback check only once | Josh Poimboeuf | 2022-06-27 | 1 | -10/+5 | |
| | * | | | | | | | | | | x86/bugs: Add retbleed=ibpb | Peter Zijlstra | 2022-06-27 | 5 | -13/+64 | |
| | * | | | | | | | | | | x86/xen: Add UNTRAIN_RET | Peter Zijlstra | 2022-06-27 | 1 | -1/+7 | |
| | * | | | | | | | | | | x86/xen: Rename SYS* entry points | Peter Zijlstra | 2022-06-27 | 3 | -16/+16 | |
| | * | | | | | | | | | | objtool: Update Retpoline validation | Peter Zijlstra | 2022-06-27 | 3 | -0/+9 | |
| | * | | | | | | | | | | intel_idle: Disable IBRS during long idle | Peter Zijlstra | 2022-06-27 | 2 | -0/+7 | |
| | * | | | | | | | | | | x86/bugs: Report Intel retbleed vulnerability | Peter Zijlstra | 2022-06-27 | 3 | -18/+46 | |
| | * | | | | | | | | | | x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mit... | Peter Zijlstra | 2022-06-27 | 1 | -8/+17 | |
| | * | | | | | | | | | | x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS | Pawan Gupta | 2022-06-27 | 2 | -14/+53 | |
| | * | | | | | | | | | | x86/bugs: Optimize SPEC_CTRL MSR writes | Peter Zijlstra | 2022-06-27 | 3 | -8/+14 | |
| | * | | | | | | | | | | x86/entry: Add kernel IBRS implementation | Peter Zijlstra | 2022-06-27 | 4 | -10/+111 | |
| | * | | | | | | | | | | x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value | Peter Zijlstra | 2022-06-27 | 3 | -6/+25 | |
| | * | | | | | | | | | | x86/bugs: Enable STIBP for JMP2RET | Kim Phillips | 2022-06-27 | 1 | -12/+46 | |
| | * | | | | | | | | | | x86/bugs: Add AMD retbleed= boot parameter | Alexandre Chartre | 2022-06-27 | 2 | -1/+110 | |
| | * | | | | | | | | | | x86/bugs: Report AMD retbleed vulnerability | Alexandre Chartre | 2022-06-27 | 3 | -0/+33 | |
| | * | | | | | | | | | | x86: Add magic AMD return-thunk | Peter Zijlstra | 2022-06-27 | 8 | -6/+109 |