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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-0
/
+40
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
2020-08-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+2
2020-08-21
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
1
-1
/
+2
2020-08-20
amd64: switch csum_partial_copy_generic() to new calling conventions
Al Viro
1
-4
/
+1
2020-08-20
i386: propagate the calling conventions change down to csum_partial_copy_generic()
Al Viro
1
-12
/
+6
2020-08-20
saner calling conventions for csum_and_copy_..._user()
Al Viro
2
-25
/
+16
2020-08-20
csum_partial_copy_nocheck(): drop the last argument
Al Viro
2
-5
/
+3
2020-08-20
unify generic instances of csum_partial_copy_nocheck()
Al Viro
1
-0
/
+1
2020-08-20
efi/x86: Move 32-bit code into efi_32.c
Ard Biesheuvel
1
-10
/
+0
2020-08-20
x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmap
Yazen Ghannam
1
-1
/
+0
2020-08-19
x86/cpu: Fix typos and improve the comments in sync_core()
Ingo Molnar
1
-8
/
+8
2020-08-18
perf/x86/intel: Support TopDown metrics on Ice Lake
Kan Liang
2
-0
/
+4
2020-08-18
perf/x86: Add a macro for RDPMC offset of fixed counters
Kan Liang
1
-0
/
+3
2020-08-18
perf/x86/intel: Generic support for hardware TopDown metrics
Kan Liang
2
-0
/
+48
2020-08-18
perf/x86/intel: Move BTS index to 47
Kan Liang
1
-2
/
+2
[prev]
[next]