index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
KVM: VMX: Avoid to return ENOTSUPP to userland
Jan Kiszka
1
-2
/
+2
2009-09-10
KVM: Drop obsolete cpu_get/put in make_all_cpus_request
Jan Kiszka
1
-2
/
+1
2009-09-10
KVM: PIT: Unregister ack notifier callback when freeing
Gleb Natapov
1
-0
/
+2
2009-09-10
KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl
Sheng Yang
4
-5
/
+32
2009-09-10
KVM: x86: use kvm_get_gdt() and kvm_read_ldt()
Akinobu Mita
2
-6
/
+5
2009-09-10
KVM: x86: use get_desc_base() and get_desc_limit()
Akinobu Mita
1
-13
/
+5
2009-09-10
KVM: s390: remove unused structs
Gleb Natapov
1
-9
/
+0
2009-09-10
KVM: MMU: fix missing locking in alloc_mmu_pages
Marcelo Tosatti
1
-0
/
+2
2009-09-10
KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load()
Sheng Yang
1
-1
/
+1
2009-09-10
KVM: silence lapic kernel messages that can be triggered by a guest
Gleb Natapov
1
-4
/
+4
2009-09-10
KVM: Reduce runnability interface with arch support code
Gleb Natapov
7
-40
/
+11
2009-09-10
KVM: Move kvm_cpu_get_interrupt() declaration to x86 code
Gleb Natapov
2
-1
/
+1
2009-09-10
KVM: Move exception handling to the same place as other events
Gleb Natapov
1
-12
/
+9
2009-09-10
KVM: MMU: Fix MMU_DEBUG compile breakage
Joerg Roedel
1
-2
/
+2
2009-09-10
KVM: add ioeventfd support
Gregory Haskins
5
-4
/
+293
2009-09-10
KVM: make io_bus interface more robust
Gregory Haskins
6
-15
/
+79
2009-09-10
KVM: add module parameters documentation
Andre Przywara
1
-0
/
+39
2009-09-10
KVM: PIT support for HPET legacy mode
Beth Kon
5
-6
/
+93
2009-09-10
KVM: Always report x2apic as supported feature
Gleb Natapov
1
-0
/
+3
2009-09-10
KVM: No need to kick cpu if not in a guest mode
Gleb Natapov
1
-0
/
+1
2009-09-10
KVM: Add trace points in irqchip code
Gleb Natapov
6
-0
/
+152
2009-09-10
KVM: ignore msi request if !level
Michael S. Tsirkin
1
-1
/
+3
2009-09-10
KVM: fix MMIO_CONF_BASE MSR access
Andre Przywara
1
-0
/
+8
2009-09-10
KVM: Trace shadow page lifecycle
Avi Kivity
2
-4
/
+109
2009-09-10
KVM: Document basic API
Avi Kivity
1
-0
/
+683
2009-09-10
KVM: MMU: Trace guest pagetable walker
Avi Kivity
3
-3
/
+128
2009-09-10
Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs"
Jan Kiszka
1
-7
/
+1
2009-09-10
KVM: handle AMD microcode MSR
Andre Przywara
1
-0
/
+1
2009-09-10
KVM: Fix apic_mmio_write return for unaligned write
Sheng Yang
1
-1
/
+1
2009-09-10
KVM: Use temporary variable to shorten lines.
Gleb Natapov
1
-8
/
+10
2009-09-10
KVM: x2apic interface to lapic
Gleb Natapov
3
-59
/
+173
2009-09-10
KVM: Add Directed EOI support to APIC emulation
Gleb Natapov
5
-10
/
+39
2009-09-10
KVM: Trace apic registers using their symbolic names
Avi Kivity
1
-2
/
+12
2009-09-10
KVM: Trace mmio
Avi Kivity
2
-1
/
+43
2009-09-10
KVM: Ignore PCI ECS I/O enablement
Andre Przywara
1
-0
/
+3
2009-09-10
KVM: Trace irq level and source id
Avi Kivity
2
-4
/
+9
2009-09-10
KVM: fix lock imbalance
Jiri Slaby
1
-1
/
+2
2009-09-10
KVM: document lock nesting rule
Michael S. Tsirkin
1
-1
/
+1
2009-09-10
KVM: remove in_range from io devices
Michael S. Tsirkin
10
-208
/
+152
2009-09-10
KVM: convert bus to slots_lock
Michael S. Tsirkin
6
-7
/
+21
2009-09-10
KVM: switch pit creation to slots_lock
Michael S. Tsirkin
1
-2
/
+2
2009-09-10
KVM: switch coalesced mmio changes to slots_lock
Michael S. Tsirkin
1
-5
/
+5
2009-09-10
KVM: document locking for kvm_io_device_ops
Michael S. Tsirkin
1
-0
/
+3
2009-09-10
KVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcpu_is_bsp
Marcelo Tosatti
1
-1
/
+1
2009-09-10
KVM: remove old KVMTRACE support code
Marcelo Tosatti
10
-380
/
+2
2009-09-10
KVM: powerpc: convert marker probes to event trace
Marcelo Tosatti
6
-15
/
+126
2009-09-10
KVM: introduce module parameter for ignoring unknown MSRs accesses
Andre Przywara
1
-4
/
+20
2009-09-10
KVM: ignore reads from AMDs C1E enabled MSR
Andre Przywara
1
-0
/
+1
2009-09-10
KVM: ignore AMDs HWCR register access to set the FFDIS bit
Andre Przywara
2
-1
/
+8
2009-09-10
KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl paths
Marcelo Tosatti
3
-2
/
+14
[prev]
[next]