index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-27
x86/bugs: Report Intel retbleed vulnerability
Peter Zijlstra
3
-18
/
+46
2022-06-27
x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
Peter Zijlstra
1
-8
/
+17
2022-06-27
x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
Pawan Gupta
3
-14
/
+54
2022-06-27
x86/bugs: Optimize SPEC_CTRL MSR writes
Peter Zijlstra
3
-8
/
+14
2022-06-27
x86/entry: Add kernel IBRS implementation
Peter Zijlstra
4
-10
/
+111
2022-06-27
x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
Peter Zijlstra
3
-6
/
+25
2022-06-27
x86/bugs: Enable STIBP for JMP2RET
Kim Phillips
2
-17
/
+57
2022-06-27
x86/bugs: Add AMD retbleed= boot parameter
Alexandre Chartre
3
-1
/
+125
2022-06-27
x86/bugs: Report AMD retbleed vulnerability
Alexandre Chartre
5
-0
/
+43
2022-06-27
x86: Add magic AMD return-thunk
Peter Zijlstra
9
-9
/
+128
2022-06-27
objtool: Treat .text.__x86.* as noinstr
Peter Zijlstra
1
-1
/
+2
2022-06-27
x86/entry: Avoid very early RET
Peter Zijlstra
1
-10
/
+2
2022-06-27
x86: Use return-thunk in asm code
Peter Zijlstra
3
-1
/
+15
2022-06-27
x86/sev: Avoid using __x86_return_thunk
Kim Phillips
1
-2
/
+6
2022-06-27
x86/vsyscall_emu/64: Don't use RET in vsyscall emulation
Peter Zijlstra
1
-3
/
+6
2022-06-27
x86/kvm: Fix SETcc emulation for return thunks
Peter Zijlstra
1
-13
/
+15
2022-06-27
x86/bpf: Use alternative RET encoding
Peter Zijlstra
1
-2
/
+17
2022-06-27
x86/ftrace: Use alternative RET encoding
Peter Zijlstra
1
-2
/
+5
2022-06-27
x86,static_call: Use alternative RET encoding
Peter Zijlstra
3
-7
/
+64
2022-06-27
x86,objtool: Create .return_sites
Peter Zijlstra
6
-0
/
+83
2022-06-27
x86: Undo return-thunk damage
Peter Zijlstra
6
-2
/
+78
2022-06-27
x86/retpoline: Use -mfunction-return
Peter Zijlstra
3
-0
/
+17
2022-06-27
x86/retpoline: Swizzle retpoline thunk
Peter Zijlstra
1
-3
/
+3
2022-06-27
x86/retpoline: Cleanup some #ifdefery
Peter Zijlstra
3
-9
/
+14
2022-06-27
x86/cpufeatures: Move RETPOLINE flags to word 11
Peter Zijlstra
1
-2
/
+6
2022-06-27
x86/kvm/vmx: Make noinstr clean
Peter Zijlstra
3
-6
/
+6
2022-06-26
Linux 5.19-rc4
Linus Torvalds
1
-1
/
+1
2022-06-26
tools headers UAPI: Synch KVM's svm.h header with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+13
2022-06-26
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-6
/
+20
2022-06-26
perf stat: Enable ignore_missing_thread
Gang Li
1
-0
/
+2
2022-06-26
perf inject: Adjust output data offset for backward compatibility
Raul Silvera
3
-1
/
+17
2022-06-26
perf trace beauty: Fix generation of errno id->str table on ALT Linux
Arnaldo Carvalho de Melo
1
-12
/
+2
2022-06-26
perf build-id: Fix caching files with a wrong build ID
Adrian Hunter
1
-0
/
+28
2022-06-26
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
2
-3
/
+12
2022-06-26
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-81
/
+272
2022-06-26
perf inject: Fix missing free in copy_kcore_dir()
Adrian Hunter
1
-1
/
+3
2022-06-26
parisc: Enable ARCH_HAS_STRICT_MODULE_RWX
Helge Deller
1
-0
/
+1
2022-06-26
parisc: Fix flush_anon_page on PA8800/PA8900
John David Anglin
1
-1
/
+4
2022-06-26
parisc: align '*' in comment in math-emu code
Jiang Jian
1
-1
/
+1
2022-06-26
kbuild: Ignore __this_module in gen_autoksyms.sh
Sami Tolvanen
1
-0
/
+3
2022-06-26
kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt)
Masahiro Yamada
1
-1
/
+1
2022-06-25
LoongArch: Make compute_return_era() return void
Tiezhu Yang
2
-4
/
+2
2022-06-25
LoongArch: Fix wrong fpu version
Tiezhu Yang
1
-1
/
+1
2022-06-25
LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()
Huacai Chen
1
-2
/
+3
2022-06-25
LoongArch: Fix sleeping in atomic context in setup_tlb_handler()
Huacai Chen
1
-1
/
+1
2022-06-25
LoongArch: Fix the _stext symbol address
Huacai Chen
2
-2
/
+1
2022-06-25
LoongArch: Fix the !THP build
Huacai Chen
1
-5
/
+5
2022-06-24
cifs: update cifs_ses::ip_addr after failover
Paulo Alcantara
1
-1
/
+7
2022-06-24
ARM: dts: aspeed: nuvia: rename vendor nuvia to qcom
Jae Hyun Yoo
2
-3
/
+3
2022-06-24
arm: mach-spear: Add missing of_node_put() in time.c
Liang He
1
-2
/
+6
[next]