index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-13
x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
Dominik Brodowski
1
-4
/
+4
2018-02-13
x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS...
Dominik Brodowski
2
-52
/
+10
2018-02-13
x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
Dominik Brodowski
2
-65
/
+6
2018-02-13
x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
Dominik Brodowski
2
-4
/
+38
2018-02-13
x86/entry/64: Interleave XOR register clearing with PUSH instructions
Dominik Brodowski
2
-30
/
+40
2018-02-13
x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single PO...
Dominik Brodowski
2
-26
/
+15
2018-02-13
x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions
Dominik Brodowski
2
-50
/
+19
2018-02-13
x86/speculation: Clean up various Spectre related details
Ingo Molnar
1
-17
/
+11
2018-02-13
KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap
KarimAllah Ahmed
1
-1
/
+2
2018-02-13
X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
KarimAllah Ahmed
1
-2
/
+2
2018-02-13
KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...
David Woodhouse
1
-5
/
+5
2018-02-13
Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
David Woodhouse
3
-13
/
+9
2018-02-13
x86/speculation: Correct Speculation Control microcode blacklist again
David Woodhouse
1
-5
/
+6
2018-02-11
x86/speculation: Update Speculation Control microcode blacklist
David Woodhouse
1
-4
/
+0
2018-02-10
x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
Nadav Amit
1
-1
/
+1
2018-02-09
MAINTAINERS: Add Peter Zijlstra as objtool co-maintainer
Peter Zijlstra
1
-0
/
+1
2018-02-09
objtool: Fix switch-table detection
Peter Zijlstra
2
-2
/
+40
2018-02-06
x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...
Dan Williams
1
-0
/
+30
2018-02-06
x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio...
Dan Williams
2
-1
/
+24
2018-02-06
x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu...
Dan Williams
1
-0
/
+13
2018-02-03
KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
KarimAllah Ahmed
1
-0
/
+88
2018-02-03
KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
KarimAllah Ahmed
3
-6
/
+110
2018-02-03
KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
KarimAllah Ahmed
3
-1
/
+17
2018-02-03
KVM/x86: Add IBPB support
Ashok Raj
3
-3
/
+116
2018-02-03
KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
KarimAllah Ahmed
2
-5
/
+4
2018-02-02
x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
Darren Kenny
1
-1
/
+1
2018-02-02
x86/pti: Mark constant arrays as __initconst
Arnd Bergmann
1
-2
/
+2
2018-02-02
x86/spectre: Simplify spectre_v2 command line parsing
KarimAllah Ahmed
1
-30
/
+56
2018-02-02
x86/retpoline: Avoid retpolines for built-in __init functions
David Woodhouse
1
-1
/
+8
2018-02-01
x86/kvm: Update spectre-v1 mitigation
Dan Williams
1
-11
/
+9
2018-01-31
KVM: VMX: make MSR bitmaps per-VCPU
Paolo Bonzini
1
-123
/
+147
2018-01-31
x86/paravirt: Remove 'noreplace-paravirt' cmdline option
Josh Poimboeuf
2
-16
/
+0
2018-01-30
x86/speculation: Use Indirect Branch Prediction Barrier in context switch
Tim Chen
2
-1
/
+34
2018-01-30
x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
David Woodhouse
2
-19
/
+29
2018-01-30
x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
Colin Ian King
1
-1
/
+1
2018-01-30
x86/spectre: Report get_user mitigation for spectre_v1
Dan Williams
1
-1
/
+1
2018-01-30
nl80211: Sanitize array index in parse_txq_params
Dan Williams
1
-3
/
+6
2018-01-30
vfs, fdtable: Prevent bounds-check bypass via speculative execution
Dan Williams
1
-1
/
+4
2018-01-30
x86/syscall: Sanitize syscall table de-references under speculation
Dan Williams
1
-1
/
+4
2018-01-30
x86/get_user: Use pointer masking to limit speculation
Dan Williams
1
-0
/
+10
2018-01-30
x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
Dan Williams
4
-14
/
+14
2018-01-30
x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
Dan Williams
1
-4
/
+4
2018-01-30
x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
Dan Williams
1
-0
/
+9
2018-01-30
x86: Introduce barrier_nospec
Dan Williams
2
-2
/
+5
2018-01-30
x86: Implement array_index_mask_nospec
Dan Williams
1
-0
/
+24