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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
KVM: x86: Add infrastructure for MSR filtering
Alexander Graf
2
-0
/
+3
2020-09-28
KVM: x86: Allow deflecting unknown MSR accesses to user space
Alexander Graf
1
-0
/
+3
2020-09-28
KVM: x86: Rename "shared_msrs" to "user_return_msrs"
Sean Christopherson
1
-2
/
+2
2020-09-28
KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint
Sean Christopherson
1
-1
/
+6
2020-09-28
KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"
Sean Christopherson
1
-1
/
+1
2020-09-28
KVM: x86: Add kvm_x86_ops hook to short circuit emulation
Sean Christopherson
1
-1
/
+1
2020-09-28
KVM: SVM: Enable INVPCID feature on AMD
Babu Moger
1
-0
/
+2
2020-09-28
KVM: SVM: Add new intercept word in vmcb_control_area
Babu Moger
1
-0
/
+7
2020-09-28
KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
Babu Moger
1
-7
/
+7
2020-09-28
KVM: SVM: Modify intercept_exceptions to generic intercepts
Babu Moger
1
-1
/
+4
2020-09-28
KVM: SVM: Change intercept_dr to generic intercepts
Babu Moger
1
-18
/
+18
2020-09-28
KVM: SVM: Change intercept_cr to generic intercepts
Babu Moger
1
-10
/
+13
2020-09-28
KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
Babu Moger
1
-0
/
+9
2020-09-07
KVM: SVM: Use __packed shorthand
Borislav Petkov
1
-6
/
+6
2020-09-07
KVM: SVM: Add GHCB Accessor functions
Joerg Roedel
1
-0
/
+43
2020-09-07
KVM: SVM: Add GHCB definitions
Tom Lendacky
1
-2
/
+49
2020-09-07
Merge 'x86/cpu' to pick up dependent bits
Borislav Petkov
4
-17
/
+31
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-08-30
x86/cpufeatures: Enumerate TSX suspend load address tracking instructions
Kyung Min Park
1
-0
/
+1
2020-08-26
cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic
Peter Zijlstra
1
-0
/
+1
2020-08-23
Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...
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
efi/x86: Move 32-bit code into efi_32.c
Ard Biesheuvel
1
-10
/
+0
2020-08-19
x86/cpu: Fix typos and improve the comments in sync_core()
Ingo Molnar
1
-8
/
+8
2020-08-18
x86/cpu: Use XGETBV and XSETBV mnemonics in fpu/internal.h
Uros Bizjak
1
-5
/
+2
2020-08-17
x86/cpu: Use SERIALIZE in sync_core() when available
Ricardo Neri
2
-8
/
+24
2020-08-14
Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+2
2020-08-14
Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+2
2020-08-14
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+12
2020-08-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
1
-1
/
+1
2020-08-11
Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+0
2020-08-11
x86/hyperv: Make hv_setup_sched_clock inline
Michael Kelley
1
-0
/
+12
2020-08-11
x86/xen: remove 32-bit Xen PV guest support
Juergen Gross
2
-2
/
+2
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-11
/
+2
2020-08-07
Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+0
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-41
/
+2
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
1
-0
/
+1
2020-08-07
asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
Mike Rapoport
1
-15
/
+0
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
1
-25
/
+1
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-08-07
Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
3
-5
/
+4
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-73
/
+41
2020-08-06
Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"
Linus Torvalds
1
-0
/
+2
2020-08-06
locking/seqlock, headers: Untangle the spaghetti monster
Peter Zijlstra
1
-1
/
+1
2020-08-06
x86/headers: Remove APIC headers from <asm/smp.h>
Ingo Molnar
2
-10
/
+1
2020-08-06
vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()
Thomas Gleixner
1
-1
/
+2
[next]