index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-10
perf/x86/amd/ibs: Don't include randomized bits in get_ibs_op_count()
Kim Phillips
1
-4
/
+8
2020-09-10
perf/x86/amd: Fix sampling Large Increment per Cycle events
Kim Phillips
1
-2
/
+2
2020-09-10
perf/amd/uncore: Set all slices and threads to restore perf stat -a behaviour
Kim Phillips
1
-20
/
+8
2020-09-10
perf/x86/intel/ds: Fix x86_pmu_stop warning for large PEBS
Kan Liang
1
-12
/
+20
2020-09-10
x86/tsc: Use seqcount_latch_t
Ahmed S. Darwish
1
-5
/
+5
2020-09-09
x86/sev-es: Handle NMI State
Joerg Roedel
4
-0
/
+32
2020-09-09
x86/sev-es: Support CPU offline/online
Joerg Roedel
2
-0
/
+64
2020-09-09
x86/head/64: Don't call verify_cpu() on starting APs
Joerg Roedel
3
-0
/
+19
2020-09-09
x86/smpboot: Load TSS and getcpu GDT entry before loading IDT
Joerg Roedel
3
-1
/
+25
2020-09-09
x86/realmode: Setup AP jump table
Tom Lendacky
4
-2
/
+93
2020-09-09
x86/realmode: Add SEV-ES specific trampoline entry point
Joerg Roedel
3
-0
/
+26
2020-09-09
x86/vmware: Add VMware-specific handling for VMMCALL under SEV-ES
Doug Covelli
1
-5
/
+45
2020-09-09
x86/kvm: Add KVM-specific VMMCALL handling under SEV-ES
Tom Lendacky
1
-6
/
+29
2020-09-09
x86/paravirt: Allow hypervisor-specific VMMCALL handling under SEV-ES
Joerg Roedel
2
-1
/
+27
2020-09-09
x86/sev-es: Handle #DB Events
Joerg Roedel
1
-0
/
+17
2020-09-09
x86/sev-es: Handle #AC Events
Joerg Roedel
1
-0
/
+19
2020-09-09
x86/sev-es: Handle VMMCALL Events
Tom Lendacky
1
-0
/
+23
2020-09-09
x86/sev-es: Handle MWAIT/MWAITX Events
Tom Lendacky
1
-0
/
+10
2020-09-09
x86/sev-es: Handle MONITOR/MONITORX Events
Tom Lendacky
1
-0
/
+13
2020-09-09
x86/sev-es: Handle INVD Events
Tom Lendacky
1
-0
/
+4
2020-09-09
x86/sev-es: Handle RDPMC Events
Tom Lendacky
1
-0
/
+22
2020-09-09
x86/sev-es: Handle RDTSC(P) Events
Tom Lendacky
3
-0
/
+31
2020-09-09
x86/sev-es: Handle WBINVD Events
Tom Lendacky
1
-0
/
+9
2020-09-09
x86/sev-es: Handle DR7 read/write events
Tom Lendacky
1
-0
/
+85
2020-09-09
x86/sev-es: Handle MSR events
Tom Lendacky
1
-0
/
+28
2020-09-09
x86/sev-es: Handle MMIO String Instructions
Joerg Roedel
1
-0
/
+77
2020-09-09
x86/sev-es: Handle MMIO events
Tom Lendacky
2
-0
/
+227
2020-09-09
x86/sev-es: Handle instruction fetches from user-space
Joerg Roedel
1
-9
/
+22
2020-09-09
x86/sev-es: Wire up existing #VC exit-code handlers
Joerg Roedel
2
-4
/
+9
2020-09-09
x86/sev-es: Add a Runtime #VC Exception Handler
Tom Lendacky
3
-8
/
+255
2020-09-09
x86/entry/64: Add entry code for #VC handler
Joerg Roedel
5
-0
/
+171
2020-09-09
x86/dumpstack/64: Add noinstr version of get_stack_info()
Joerg Roedel
4
-20
/
+30
2020-09-09
x86/sev-es: Adjust #VC IST Stack on entering NMI handler
Joerg Roedel
3
-0
/
+81
2020-09-09
x86/sev-es: Allocate and map an IST stack for #VC handler
Joerg Roedel
5
-14
/
+63
2020-09-09
x86/sev-es: Setup per-CPU GHCBs for the runtime handler
Tom Lendacky
3
-1
/
+60
2020-09-09
x86/sev-es: Setup GHCB-based boot #VC handler
Joerg Roedel
9
-8
/
+176
2020-09-09
x86/sev-es: Setup an early #VC handler
Joerg Roedel
3
-1
/
+57
2020-09-09
x86/sev-es: Compile early handler code into kernel image
Joerg Roedel
3
-10
/
+175
2020-09-09
x86/defconfigs: Explicitly unset CONFIG_64BIT in i386_defconfig
Daniel Díaz
1
-0
/
+1
2020-09-08
x86: remove address space overrides using set_fs()
Christoph Hellwig
8
-77
/
+39
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-08
uaccess: add infrastructure for kernel builds with set_fs()
Christoph Hellwig
1
-0
/
+1
2020-09-08
x86/kprobes: Use generic kretprobe trampoline handler
Masami Hiramatsu
1
-105
/
+3
2020-09-08
x86/sev-es: Print SEV-ES info into the kernel log
Joerg Roedel
1
-3
/
+26
2020-09-07
x86/sev-es: Add SEV-ES Feature Detection
Joerg Roedel
4
-1
/
+16
2020-09-07
x86/head/64: Move early exception dispatch to C code
Joerg Roedel
4
-16
/
+20
2020-09-07
x86/idt: Make IDT init functions static inlines
Joerg Roedel
3
-34
/
+34
2020-09-07
x86/head/64: Install a CPU bringup IDT
Joerg Roedel
3
-0
/
+45
2020-09-07
x86/head/64: Switch to initial stack earlier
Joerg Roedel
1
-3
/
+6
[prev]
[next]