index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
livepatch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-06
x86/cpufeatures: Move X86_FEATURE_CALL_DEPTH from bit 18 to bit 19 of word 11...
Ingo Molnar
1
-1
/
+2
2022-11-05
x86/Kconfig: Enable kernel IBT by default
Kees Cook
1
-1
/
+1
2022-11-05
x86,pm: Force out-of-line memcpy()
Peter Zijlstra
1
-1
/
+1
2022-11-05
objtool: Fix weak hole vs prefix symbol
Peter Zijlstra
1
-1
/
+21
2022-11-05
objtool: Optimize elf_dirty_reloc_sym()
Peter Zijlstra
2
-17
/
+12
2022-11-01
x86/cfi: Add boot time hash randomization
Peter Zijlstra
1
-12
/
+108
2022-11-01
x86/cfi: Boot time selection of CFI scheme
Peter Zijlstra
1
-18
/
+81
2022-11-01
x86/ibt: Implement FineIBT
Peter Zijlstra
11
-21
/
+294
2022-11-01
objtool: Add --cfi to generate the .cfi_sites section
Peter Zijlstra
3
-0
/
+71
2022-11-01
x86: Add prefix symbols for function padding
Peter Zijlstra
2
-0
/
+5
2022-11-01
objtool: Add option to generate prefix symbols
Peter Zijlstra
5
-1
/
+67
2022-11-01
objtool: Avoid O(bloody terrible) behaviour -- an ode to libelf
Peter Zijlstra
2
-7
/
+84
2022-11-01
objtool: Slice up elf_create_section_symbol()
Peter Zijlstra
1
-21
/
+35
2022-11-01
kallsyms: Revert "Take callthunks into account"
Peter Zijlstra
1
-40
/
+5
2022-11-01
x86: Unconfuse CONFIG_ and X86_FEATURE_ namespaces
Peter Zijlstra
1
-2
/
+2
2022-10-25
x86/retpoline: Fix crash printing warning
Dan Carpenter
1
-1
/
+1
2022-10-22
x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly
Chang S. Bae
1
-0
/
+9
2022-10-20
perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()
Maxim Levitsky
1
-1
/
+1
2022-10-20
ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()
Peter Zijlstra
3
-15
/
+27
2022-10-20
x86/ftrace: Remove ftrace_epilogue()
Peter Zijlstra
1
-15
/
+6
2022-10-20
x86/paravirt: Fix a !PARAVIRT build warning
Borislav Petkov
1
-7
/
+7
2022-10-18
x86/resctrl: Fix min_cbm_bits for AMD
Babu Moger
1
-6
/
+2
2022-10-18
x86/microcode/AMD: Apply the patch early on every logical thread
Borislav Petkov
1
-3
/
+13
2022-10-17
x86/topology: Fix duplicated core ID within a package
Zhang Rui
1
-1
/
+1
2022-10-17
x86/topology: Fix multiple packages shown on a single-package system
Zhang Rui
1
-4
/
+10
2022-10-17
hwmon/coretemp: Handle large core ID value
Zhang Rui
1
-15
/
+41
2022-10-17
x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUB
Nathan Chancellor
1
-1
/
+0
2022-10-17
x86/bugs: Add retbleed=force
Peter Zijlstra (Intel)
1
-0
/
+2
2022-10-17
x86/retbleed: Add call depth tracking mitigation
Thomas Gleixner
1
-2
/
+30
2022-10-17
x86/ftrace: Make it call depth tracking aware
Peter Zijlstra
11
-8
/
+68
2022-10-17
x86/ftrace: Rebalance RSB
Peter Zijlstra
1
-0
/
+11
2022-10-17
x86/ftrace: Remove ftrace_epilogue()
Peter Zijlstra
1
-15
/
+6
2022-10-17
x86/bpf: Emit call depth accounting if required
Thomas Gleixner
3
-9
/
+48
2022-10-17
x86/orc: Make it callthunk aware
Peter Zijlstra
3
-1
/
+38
2022-10-17
kallsyms: Take callthunks into account
Peter Zijlstra
1
-5
/
+40
2022-10-17
static_call: Add call depth tracking support
Peter Zijlstra
5
-5
/
+44
2022-10-17
x86/calldepth: Add ret/call counting for debug
Thomas Gleixner
3
-5
/
+91
2022-10-17
x86/retbleed: Add SKL call thunk
Thomas Gleixner
1
-5
/
+20
2022-10-17
x86/retpoline: Add SKL retthunk retpolines
Peter Zijlstra
4
-12
/
+135
2022-10-17
x86/retbleed: Add SKL return thunk
Thomas Gleixner
6
-10
/
+159
2022-10-17
x86/asm: Provide ALTERNATIVE_3
Peter Zijlstra
1
-3
/
+30
2022-10-17
x86/returnthunk: Allow different return thunks
Peter Zijlstra
5
-7
/
+22
2022-10-17
x86/modules: Add call patching
Thomas Gleixner
3
-1
/
+43
2022-10-17
x86/callthunks: Add call patching for call depth tracking
Thomas Gleixner
8
-10
/
+287
2022-10-17
x86/paravirt: Make struct paravirt_call_site unconditionally available
Thomas Gleixner
2
-10
/
+14
2022-10-17
x86/entry: Make some entry symbols global
Thomas Gleixner
1
-3
/
+6
2022-10-17
x86/alternatives: Provide text_poke_copy_locked()
Thomas Gleixner
2
-15
/
+23
2022-10-17
x86/retbleed: Add X86_FEATURE_CALL_DEPTH
Thomas Gleixner
3
-1
/
+28
2022-10-17
x86/Kconfig: Introduce function padding
Thomas Gleixner
5
-5
/
+79
2022-10-17
x86/Kconfig: Add CONFIG_CALL_THUNKS
Thomas Gleixner
1
-0
/
+8
[next]