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
/
arch
/
x86
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-09
x86/realmode: Setup AP jump table
Tom Lendacky
1
-0
/
+5
2020-09-09
x86/realmode: Add SEV-ES specific trampoline entry point
Joerg Roedel
1
-0
/
+3
2020-09-09
x86/paravirt: Allow hypervisor-specific VMMCALL handling under SEV-ES
Joerg Roedel
1
-1
/
+15
2020-09-09
x86/sev-es: Add a Runtime #VC Exception Handler
Tom Lendacky
1
-0
/
+6
2020-09-09
x86/entry/64: Add entry code for #VC handler
Joerg Roedel
3
-0
/
+46
2020-09-09
x86/dumpstack/64: Add noinstr version of get_stack_info()
Joerg Roedel
1
-0
/
+2
2020-09-09
x86/sev-es: Adjust #VC IST Stack on entering NMI handler
Joerg Roedel
1
-0
/
+19
2020-09-09
x86/sev-es: Allocate and map an IST stack for #VC handler
Joerg Roedel
2
-12
/
+22
2020-09-09
x86/sev-es: Setup per-CPU GHCBs for the runtime handler
Tom Lendacky
1
-0
/
+2
2020-09-09
x86/sev-es: Setup GHCB-based boot #VC handler
Joerg Roedel
3
-1
/
+6
2020-09-09
x86/sev-es: Setup an early #VC handler
Joerg Roedel
1
-0
/
+3
2020-09-08
x86: remove address space overrides using set_fs()
Christoph Hellwig
3
-37
/
+2
2020-09-08
x86: make TASK_SIZE_MAX usable from assembly code
Christoph Hellwig
2
-3
/
+3
2020-09-08
x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
Christoph Hellwig
3
-49
/
+49
2020-09-07
x86/sev-es: Add SEV-ES Feature Detection
Joerg Roedel
2
-0
/
+5
2020-09-07
x86/head/64: Move early exception dispatch to C code
Joerg Roedel
2
-2
/
+4
2020-09-07
x86/idt: Make IDT init functions static inlines
Joerg Roedel
2
-0
/
+34
2020-09-07
x86/head/64: Install a CPU bringup IDT
Joerg Roedel
1
-0
/
+1
2020-09-07
x86/head/64: Install startup GDT
Joerg Roedel
1
-0
/
+1
2020-09-07
x86/fpu: Move xgetbv()/xsetbv() into a separate header
Joerg Roedel
2
-29
/
+35
2020-09-07
x86/boot/compressed/64: Setup a GHCB-based VC Exception handler
Joerg Roedel
1
-0
/
+39
2020-09-07
x86/boot/compressed/64: Add stage1 #VC handler
Joerg Roedel
3
-0
/
+39
2020-09-07
x86/boot/compressed/64: Add IDT Infrastructure
Joerg Roedel
1
-0
/
+3
2020-09-07
x86/insn: Add insn_has_rep_prefix() helper
Joerg Roedel
1
-0
/
+1
2020-09-07
KVM: SVM: Use __packed shorthand
Borislav Petkov
1
-6
/
+6
2020-09-07
x86/insn: Add insn_get_modrm_reg_off()
Joerg Roedel
1
-0
/
+1
2020-09-07
KVM: SVM: Add GHCB Accessor functions
Joerg Roedel
1
-0
/
+43
2020-09-07
x86/umip: Factor out instruction decoding
Joerg Roedel
1
-0
/
+2
2020-09-07
KVM: SVM: Add GHCB definitions
Tom Lendacky
1
-2
/
+49
2020-09-07
x86/umip: Factor out instruction fetch
Joerg Roedel
1
-0
/
+2
2020-09-07
x86/traps: Move pf error codes to <asm/trap_pf.h>
Joerg Roedel
2
-18
/
+25
2020-09-07
x86/cpufeatures: Add SEV-ES CPU feature
Tom Lendacky
1
-0
/
+1
2020-09-07
Merge 'x86/cpu' to pick up dependent bits
Borislav Petkov
4
-17
/
+31
2020-09-04
x86/mce: Increase maximum number of banks to 64
Akshay Gupta
1
-6
/
+2
2020-09-04
x86/debug: Change thread.debugreg6 to thread.virtual_dr6
Peter Zijlstra
1
-1
/
+1
2020-09-04
x86/debug: Remove aout_dump_debugregs()
Peter Zijlstra
1
-2
/
+0
2020-09-04
x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()
Peter Zijlstra
1
-0
/
+4
2020-09-04
x86/entry: Fix AC assertion
Peter Zijlstra
1
-2
/
+10
2020-09-04
tracing/kprobes, x86/ptrace: Fix regs argument order for i386
Vamshi K Sthambamkadi
1
-1
/
+1
2020-09-03
x86/uaccess: Use XORL %0,%0 in __get_user_asm()
Uros Bizjak
1
-1
/
+1
2020-09-01
x86/asm: Avoid generating unused kprobe sections
Kees Cook
1
-1
/
+5
2020-09-01
static_call: Add static_call_cond()
Peter Zijlstra
1
-3
/
+9
2020-09-01
x86/alternatives: Teach text_poke_bp() to emulate RET
Peter Zijlstra
1
-0
/
+19
2020-09-01
x86/static_call: Add inline static call implementation for x86-64
Josh Poimboeuf
1
-1
/
+12
2020-09-01
x86/static_call: Add out-of-line static call implementation
Josh Poimboeuf
1
-0
/
+23
2020-08-30
x86/cpufeatures: Enumerate TSX suspend load address tracking instructions
Kyung Min Park
1
-0
/
+1
2020-08-26
x86/resctrl: Enumerate per-thread MBA controls
Fenghua Yu
1
-0
/
+1
2020-08-26
cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic
Peter Zijlstra
1
-0
/
+1
2020-08-24
x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()
Borislav Petkov
1
-2
/
+2
2020-08-23
Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-10
/
+0
[prev]
[next]