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-16
efi: Support for MOK variable config table
Lenny Szubowicz
2
-0
/
+4
2020-09-16
x86/irq: Make most MSI ops XEN private
Thomas Gleixner
2
-9
/
+14
2020-09-16
x86/irq: Cleanup the arch_*_msi_irqs() leftovers
Thomas Gleixner
6
-60
/
+0
2020-09-16
PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable
Thomas Gleixner
1
-0
/
+1
2020-09-16
x86/pci: Set default irq domain in pcibios_add_device()
Thomas Gleixner
3
-2
/
+20
2020-09-16
x86/xen: Wrap XEN MSI management into irqdomain
Thomas Gleixner
1
-0
/
+63
2020-09-16
x86/xen: Consolidate XEN-MSI init
Thomas Gleixner
1
-19
/
+32
2020-09-16
x86/xen: Rework MSI teardown
Thomas Gleixner
1
-5
/
+18
2020-09-16
x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()
Thomas Gleixner
1
-2
/
+2
2020-09-16
x86/irq: Initialize PCI/MSI domain at PCI init time
Thomas Gleixner
6
-17
/
+32
2020-09-16
x86/pci: Reducde #ifdeffery in PCI init code
Thomas Gleixner
2
-7
/
+14
2020-09-16
x86/irq: Move apic_post_init() invocation to one place
Thomas Gleixner
3
-6
/
+3
2020-09-16
x86/msi: Use generic MSI domain ops
Thomas Gleixner
2
-31
/
+1
2020-09-16
x86/msi: Consolidate MSI allocation
Thomas Gleixner
2
-12
/
+3
2020-09-16
PCI/MSI: Rework pci_msi_domain_calc_hwirq()
Thomas Gleixner
1
-1
/
+1
2020-09-16
x86/irq: Consolidate UV domain allocation
Thomas Gleixner
2
-17
/
+20
2020-09-16
x86/irq: Consolidate DMAR irq allocation
Thomas Gleixner
2
-11
/
+5
2020-09-16
x86_ioapic_Consolidate_IOAPIC_allocation
Thomas Gleixner
3
-48
/
+49
2020-09-16
x86/msi: Consolidate HPET allocation
Thomas Gleixner
2
-14
/
+7
2020-09-16
x86/irq: Prepare consolidation of irq_alloc_info
Thomas Gleixner
1
-6
/
+16
2020-09-16
iommu/irq_remapping: Consolidate irq domain lookup
Thomas Gleixner
3
-10
/
+2
2020-09-16
x86/irq: Add allocation type for parent domain retrieval
Thomas Gleixner
3
-2
/
+4
2020-09-16
x86_irq_Rename_X86_IRQ_ALLOC_TYPE_MSI_to_reflect_PCI_dependency
Thomas Gleixner
2
-5
/
+5
2020-09-16
x86/msi: Remove pointless vcpu_affinity callback
Thomas Gleixner
1
-1
/
+0
2020-09-16
x86/msi: Move compose message callback where it belongs
Thomas Gleixner
3
-9
/
+12
2020-09-16
genirq/chip: Use the first chip in irq_chip_compose_msi_msg()
Thomas Gleixner
1
-2
/
+5
2020-09-16
x86/init: Remove unused init ops
Thomas Gleixner
4
-46
/
+4
2020-09-15
x86/mce/dev-mcelog: Do not update kflags on AMD systems
Smita Koralahalli
1
-1
/
+3
2020-09-14
x86/mce: Stop mce_reign() from re-computing severity for every CPU
Tony Luck
1
-8
/
+8
2020-09-14
vgacon: remove software scrollback support
Linus Torvalds
2
-2
/
+0
2020-09-14
x86/boot/compressed: Disable relocation relaxation
Arvind Sankar
1
-0
/
+2
2020-09-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-32
/
+83
2020-09-12
KVM: emulator: more strict rsm checks.
Maxim Levitsky
1
-5
/
+17
2020-09-12
KVM: nSVM: more strict SMM checks when returning to nested guest
Maxim Levitsky
1
-11
/
+18
2020-09-12
SVM: nSVM: setup nested msr permission bitmap on nested state load
Maxim Levitsky
1
-0
/
+3
2020-09-12
SVM: nSVM: correctly restore GIF on vmexit from nesting after migration
Maxim Levitsky
1
-1
/
+3
2020-09-12
x86/kvm: don't forget to ACK async PF IRQ
Vitaly Kuznetsov
1
-0
/
+2
2020-09-12
x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macro
Vitaly Kuznetsov
1
-4
/
+0
2020-09-12
KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit
Wanpeng Li
1
-0
/
+1
2020-09-12
KVM: SVM: avoid emulation with stale next_rip
Wanpeng Li
1
-4
/
+3
2020-09-11
KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN
Vitaly Kuznetsov
1
-1
/
+1
2020-09-11
KVM: SVM: Periodically schedule when unregistering regions on destroy
David Rientjes
1
-0
/
+1
2020-09-11
kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
Lai Jiangshan
1
-1
/
+1
2020-09-11
KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control
Chenyi Qiang
1
-1
/
+1
2020-09-11
KVM: Check the allocation of pv cpu mask
Haiwei Li
1
-3
/
+19
2020-09-11
KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected
Peter Shier
3
-2
/
+11
2020-09-11
Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
73
-1219
/
+470
2020-09-11
x86/cpu/centaur: Add Centaur family >=7 CPUs initialization support
Tony W Wang-oc
1
-2
/
+6
2020-09-11
x86/cpu/centaur: Replace two-condition switch-case with an if statement
Tony W Wang-oc
1
-15
/
+8
2020-09-11
dma-direct: remove dma_direct_{alloc,free}_pages
Christoph Hellwig
1
-3
/
+3
[prev]
[next]