index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-09-04
x86,retpoline: Optimize patch_retpoline()
Peter Zijlstra
-16
/
+26
2025-09-04
x86,ibt: Use UDB instead of 0xEA
Peter Zijlstra
-97
/
+128
2025-09-04
x86/cfi: Add "debug" option to "cfi=" bootparam
Kees Cook
-0
/
+16
2025-09-04
x86/cfi: Standardize on common "CFI:" prefix for CFI reports
Kees Cook
-7
/
+10
2025-09-04
x86/traps: Clarify KCFI instruction layout
Kees Cook
-1
/
+1
2025-09-04
x86/microcode: Add microcode loader debugging functionality
Borislav Petkov (AMD)
-23
/
+80
2025-09-04
x86/microcode: Add microcode= cmdline parsing
Borislav Petkov (AMD)
-4
/
+22
2025-09-04
x86/microcode/intel: Refresh the revisions that determine old_microcode
Sohil Mehta
-38
/
+48
2025-09-04
x86/apic/savic: Do not use snp_abort()
Borislav Petkov (AMD)
-3
/
+3
2025-09-03
x86/boot: Get rid of the .head.text section
Ard Biesheuvel
-5
/
+0
2025-09-03
x86/boot: Move startup code out of __head section
Ard Biesheuvel
-2
/
+5
2025-09-03
efistub/x86: Remap inittext read-execute when needed
Ard Biesheuvel
-0
/
+2
2025-09-03
x86/boot: Create a confined code area for startup code
Ard Biesheuvel
-5
/
+5
2025-09-03
x86/sev: Export startup routines for later use
Ard Biesheuvel
-0
/
+2
2025-09-03
x86/boot: Provide PIC aliases for 5-level paging related constants
Ard Biesheuvel
-0
/
+3
2025-09-03
sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
Peter Zijlstra
-4
/
+4
2025-09-01
arch: copy_thread: pass clone_flags as u64
Simon Schuster
-3
/
+3
2025-09-01
x86/apic: Enable Secure AVIC in the control MSR
Neeraj Upadhyay
-1
/
+2
2025-09-01
x86/apic: Add kexec support for Secure AVIC
Neeraj Upadhyay
-0
/
+11
2025-09-01
x86/apic: Handle EOI writes for Secure AVIC guests
Neeraj Upadhyay
-1
/
+30
2025-09-01
x86/apic: Read and write LVT* APIC registers from HV for SAVIC guests
Neeraj Upadhyay
-10
/
+10
2025-09-01
x86/apic: Allow NMI to be injected from hypervisor for Secure AVIC
Neeraj Upadhyay
-0
/
+2
2025-09-01
x86/apic: Add support to send NMI IPI for Secure AVIC
Neeraj Upadhyay
-9
/
+17
2025-09-01
x86/apic: Support LAPIC timer for Secure AVIC
Neeraj Upadhyay
-2
/
+7
2025-09-01
x86/apic: Add support to send IPI for Secure AVIC
Neeraj Upadhyay
-3
/
+135
2025-09-01
x86/apic: Add an update_vector() callback for Secure AVIC
Neeraj Upadhyay
-0
/
+23
2025-09-01
x86/apic: Add update_vector() callback for APIC drivers
Neeraj Upadhyay
-11
/
+17
2025-09-01
x86/apic: Initialize APIC ID for Secure AVIC
Neeraj Upadhyay
-0
/
+6
2025-08-31
x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
Neeraj Upadhyay
-2
/
+120
2025-08-31
x86/apic: Initialize Secure AVIC APIC backing page
Neeraj Upadhyay
-0
/
+38
2025-08-29
x86/vmscape: Add old Intel CPUs to affected list
Pawan Gupta
-9
/
+12
2025-08-28
x86/apic: Add new driver for Secure AVIC
Neeraj Upadhyay
-0
/
+64
2025-08-27
x86/bugs: Add attack vector controls for SSB
David Kaplan
-0
/
+9
2025-08-27
x86/cpu/topology: Use initial APIC ID from XTOPOLOGY leaf on AMD/HYGON
K Prateek Nayak
-9
/
+14
2025-08-27
x86/microcode/AMD: Handle the case of no BIOS microcode
Borislav Petkov (AMD)
-2
/
+20
2025-08-25
x86/sgx: Use ENCLS mnemonic in <kernel/cpu/sgx/encls.h>
Uros Bizjak
-3
/
+3
2025-08-25
x86/cpu/intel: Fix the constant_tsc model check for Pentium 4
Suchit Karunakaran
-1
/
+1
2025-08-25
x86/apic: Make the ISR clearing sane
Thomas Gleixner
-40
/
+37
2025-08-22
x86/mtrr: Remove license boilerplate text with bad FSF address
Thomas Huth
-28
/
+2
2025-08-21
uprobes/x86: Add SLS mitigation to the trampolines
Peter Zijlstra
-0
/
+2
2025-08-21
uprobes/x86: Make asm style consistent
Peter Zijlstra
-8
/
+8
2025-08-21
uprobes/x86: Fix uprobe syscall vs shadow stack
Peter Zijlstra
-9
/
+48
2025-08-21
uprobes/x86: Accept more NOP forms
Peter Zijlstra
-5
/
+32
2025-08-21
uprobes/x86: Optimize is_optimize()
Peter Zijlstra
-21
/
+13
2025-08-21
uprobes/x86: Add struct uretprobe_syscall_args
Peter Zijlstra
-13
/
+20
2025-08-21
uprobes/x86: Add support to optimize uprobes
Jiri Olsa
-1
/
+282
2025-08-21
uprobes/x86: Add uprobe syscall to speed up uprobe
Jiri Olsa
-0
/
+139
2025-08-21
uprobes/x86: Add mapping for optimized uprobe trampolines
Jiri Olsa
-0
/
+144
2025-08-21
uprobes: Rename arch_uretprobe_trampoline function
Jiri Olsa
-1
/
+1
2025-08-19
x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
Xin Li
-0
/
+1
[prev]
[next]