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-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
2020-09-07
x86/head/64: Load segment registers earlier
Joerg Roedel
1
-26
/
+26
2020-09-07
x86/head/64: Load GDT after switch to virtual addresses
Joerg Roedel
1
-8
/
+8
2020-09-07
x86/head/64: Install startup GDT
Joerg Roedel
3
-0
/
+48
2020-09-07
x86/idt: Split idt_data setup out of set_intr_gate()
Joerg Roedel
1
-8
/
+14
2020-09-07
x86/sev-es: Add CPUID handling to #VC handler
Tom Lendacky
2
-0
/
+39
2020-09-07
x86/fpu: Move xgetbv()/xsetbv() into a separate header
Joerg Roedel
2
-29
/
+35
2020-09-07
x86/sev-es: Add support for handling IOIO exceptions
Tom Lendacky
2
-0
/
+246
2020-09-07
x86/boot/compressed/64: Unmap GHCB page before booting the kernel
Joerg Roedel
3
-2
/
+35
2020-09-07
x86/boot/compressed/64: Setup a GHCB-based VC Exception handler
Joerg Roedel
10
-1
/
+331
2020-09-07
x86/boot/compressed/64: Add set_page_en/decrypted() helpers
Joerg Roedel
2
-0
/
+135
2020-09-07
x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
Joerg Roedel
1
-2
/
+5
2020-09-07
x86/boot/compressed/64: Call set_sev_encryption_mask() earlier
Joerg Roedel
2
-4
/
+8
2020-09-07
x86/boot/compressed/64: Add stage1 #VC handler
Joerg Roedel
9
-0
/
+160
2020-09-07
x86/boot/compressed/64: Change add_identity_map() to take start and end
Joerg Roedel
1
-10
/
+5
2020-09-07
x86/boot/compressed/64: Don't pre-map memory in KASLR code
Joerg Roedel
3
-37
/
+3
2020-09-07
x86/boot/compressed/64: Always switch to own page table
Joerg Roedel
3
-25
/
+32
2020-09-07
x86/boot/compressed/64: Add page-fault handler
Joerg Roedel
4
-0
/
+49
2020-09-07
x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
Joerg Roedel
4
-10
/
+18
2020-09-07
x86/boot/compressed/64: Add IDT Infrastructure
Joerg Roedel
6
-1
/
+147
2020-09-07
x86/boot/compressed/64: Disable red-zone usage
Joerg Roedel
1
-1
/
+1
2020-09-07
x86/insn: Add insn_has_rep_prefix() helper
Joerg Roedel
2
-0
/
+25
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
2
-0
/
+24
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
3
-22
/
+48
2020-09-07
KVM: SVM: Add GHCB definitions
Tom Lendacky
2
-2
/
+51
2020-09-07
x86/umip: Factor out instruction fetch
Joerg Roedel
3
-20
/
+46
2020-09-07
KVM: SVM: nested: Don't allocate VMCB structures on stack
Joerg Roedel
1
-14
/
+33
2020-09-07
x86/insn: Make inat-tables.c suitable for pre-decompression code
Joerg Roedel
1
-1
/
+49
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
3
-1
/
+4
2020-09-07
Merge 'x86/cpu' to pick up dependent bits
Borislav Petkov
6
-31
/
+59
2020-09-07
Merge 'x86/kaslr' to pick up dependent bits
Borislav Petkov
2
-135
/
+107
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
37
-90
/
+84
2020-09-05
x86/resctrl: Fix spelling in user-visible warning messages
Colin Ian King
1
-2
/
+2
2020-09-04
x86/mce: Increase maximum number of banks to 64
Akshay Gupta
1
-6
/
+2
2020-09-04
x86/entry: Unbreak 32bit fast syscall
Thomas Gleixner
1
-9
/
+20
[prev]
[next]