index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
alternative.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+4
2024-07-01
x86/alternatives, kvm: Fix a couple of CALLs without a frame pointer
Borislav Petkov (AMD)
1
-1
/
+1
2024-06-19
x86/alternatives: Make FineIBT mode Kconfig selectable
Kees Cook
1
-4
/
+4
2024-06-11
x86/alternatives: Add nested alternatives macros
Peter Zijlstra
1
-2
/
+18
2024-05-17
x86/alternatives: Use the correct length when optimizing NOPs
Borislav Petkov (AMD)
1
-1
/
+1
2024-04-09
x86/alternatives: Sort local vars in apply_alternatives()
Borislav Petkov (AMD)
1
-2
/
+2
2024-04-09
x86/alternatives: Optimize optimize_nops()
Borislav Petkov (AMD)
1
-0
/
+4
2024-04-09
x86/alternatives: Get rid of __optimize_nops()
Borislav Petkov (AMD)
1
-43
/
+16
2024-04-09
x86/alternatives: Use a temporary buffer when optimizing NOPs
Borislav Petkov (AMD)
1
-39
/
+45
2024-03-15
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-02-22
x86/mm: delete unused cpu argument to leave_mm()
Yosry Ahmed
1
-1
/
+1
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
1
-7
/
+7
2024-02-14
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
1
-85
/
+174
2024-01-22
x86/paravirt: Make BUG_func() usable by non-GPL modules
Juergen Gross
1
-1
/
+1
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-8
/
+79
2024-01-10
x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNK
Breno Leitao
1
-2
/
+2
2024-01-10
x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLS
Breno Leitao
1
-2
/
+2
2024-01-10
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
1
-3
/
+3
2024-01-09
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2024-01-09
Merge tag 'x86_paravirt_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-67
/
+67
2024-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+12
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-12-30
x86/alternative: Correct feature bit debug output
Borislav Petkov (AMD)
1
-1
/
+1
2023-12-19
x86/alternatives: Move apply_relocation() out of init section
Arnd Bergmann
1
-4
/
+4
2023-12-16
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
1
-0
/
+22
2023-12-16
x86/cfi,bpf: Fix bpf_callback_t CFI
Peter Zijlstra
1
-0
/
+18
2023-12-16
x86/cfi,bpf: Fix BPF JIT call
Peter Zijlstra
1
-8
/
+39
2023-12-15
x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
Thomas Gleixner
1
-1
/
+11
2023-12-15
x86/alternatives: Sync core before enabling interrupts
Thomas Gleixner
1
-1
/
+1
2023-12-11
x86/paravirt: Remove no longer needed paravirt patching code
Juergen Gross
1
-65
/
+2
2023-12-11
x86/paravirt: Switch mixed paravirt/alternative calls to alternatives
Juergen Gross
1
-1
/
+0
2023-12-10
x86/alternative: Add indirect call patching
Juergen Gross
1
-3
/
+55
2023-12-10
x86/paravirt: Move some functions and defines to alternative.c
Juergen Gross
1
-0
/
+10
2023-11-30
x86/callthunks: Mark apply_relocation() as __init_or_module
Ingo Molnar
1
-1
/
+1
2023-11-30
x86/callthunks: Handle %rip-relative relocations in call thunk template
Uros Bizjak
1
-2
/
+1
2023-11-13
x86/paravirt: Use relative reference for the original instruction offset
Hou Wenlong
1
-3
/
+5
2023-10-12
x86/alternatives: Disable KASAN in apply_alternatives()
Kirill A. Shutemov
1
-0
/
+13
2023-09-22
x86,static_call: Fix static-call vs return-thunk
Peter Zijlstra
1
-0
/
+3
2023-09-22
x86/alternatives: Remove faulty optimization
Josh Poimboeuf
1
-8
/
+0
2023-08-29
Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2023-08-16
x86/alternative: Make custom return thunk unconditional
Peter Zijlstra
1
-4
/
+0
2023-08-03
x86/alternative: Add a __alt_reloc_selftest() prototype
Arnd Bergmann
1
-0
/
+1
2023-07-11
x86/cfi: Only define poison_cfi() if CONFIG_X86_KERNEL_IBT=y
Ingo Molnar
1
-0
/
+2
2023-07-10
x86/fineibt: Poison ENDBR at +0
Peter Zijlstra
1
-0
/
+16
2023-07-10
x86/cfi: Extend ENDBR sealing to kCFI
Peter Zijlstra
1
-1
/
+43
2023-07-10
x86/alternative: Rename apply_ibt_endbr()
Peter Zijlstra
1
-3
/
+6
2023-06-28
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2023-06-14
x86/alternative: PAUSE is not a NOP
Peter Zijlstra
1
-1
/
+4
2023-06-14
x86/alternatives: Add cond_resched() to text_poke_bp_batch()
Steven Rostedt (Google)
1
-0
/
+10
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
1
-2
/
+2
[next]