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-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
2020-09-04
x86/debug: Change thread.debugreg6 to thread.virtual_dr6
Peter Zijlstra
5
-24
/
+26
2020-09-04
x86/debug: Support negative polarity DR6 bits
Peter Zijlstra
3
-6
/
+5
2020-09-04
x86/debug: Simplify hw_breakpoint_handler()
Peter Zijlstra
1
-6
/
+2
2020-09-04
x86/debug: Remove aout_dump_debugregs()
Peter Zijlstra
2
-38
/
+0
2020-09-04
x86/debug: Remove the historical junk
Peter Zijlstra
1
-11
/
+12
2020-09-04
x86/debug: Move cond_local_irq_enable() block into exc_debug_user()
Peter Zijlstra
1
-29
/
+29
2020-09-04
x86/debug: Move historical SYSENTER junk into exc_debug_kernel()
Peter Zijlstra
1
-24
/
+25
2020-09-04
x86/debug: Simplify #DB signal code
Peter Zijlstra
1
-6
/
+9
2020-09-04
x86/debug: Remove handle_debug(.user) argument
Peter Zijlstra
1
-11
/
+10
2020-09-04
x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()
Peter Zijlstra
2
-6
/
+8
2020-09-04
x86/debug: Sync BTF earlier
Peter Zijlstra
1
-7
/
+7
2020-09-04
x86/debug: Allow a single level of #DB recursion
Andy Lutomirski
1
-34
/
+31
2020-09-04
x86/entry: Fix AC assertion
Peter Zijlstra
1
-2
/
+10
[prev]
[next]