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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-10
x86/efi: Add GHCB mappings when SEV-ES is active
Tom Lendacky
4
-0
/
+43
2020-09-10
x86/fpu: Allow multiple bits in clearcpuid= parameter
Arvind Sankar
1
-8
/
+22
2020-09-10
objtool: Make unwind hint definitions available to other architectures
Julien Thierry
3
-84
/
+17
2020-09-10
objtool: Rename frame.h -> objtool.h
Julien Thierry
8
-8
/
+8
2020-09-10
swiotlb: Declare swiotlb_late_init_with_default_size() in header
Andy Shevchenko
1
-1
/
+0
2020-09-10
arch/x86/amd/ibs: Fix re-arming IBS Fetch
Kim Phillips
1
-1
/
+14
2020-09-10
perf/x86/rapl: Add AMD Fam19h RAPL support
Kim Phillips
1
-0
/
+1
2020-09-10
perf/x86/amd/ibs: Support 27-bit extended Op/cycle counter
Kim Phillips
2
-11
/
+32
2020-09-10
perf/x86/amd/ibs: Fix raw sample data accumulation
Kim Phillips
2
-10
/
+17
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
[prev]
[next]