index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86 emulator: avoid segment base adjust for lea
Avi Kivity
2008-07-20
1
-1
/
+1
*
KVM: x86 emulator: simplify rip relative decoding
Avi Kivity
2008-07-20
1
-18
/
+5
*
KVM: x86 emulator: simplify r/m decoding
Avi Kivity
2008-07-20
1
-13
/
+4
*
KVM: x86 emulator: simplify sib decoding
Avi Kivity
2008-07-20
1
-16
/
+4
*
KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
Avi Kivity
2008-07-20
1
-0
/
+2
*
KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)
Mohammed Gamal
2008-07-20
1
-2
/
+15
*
KVM: Use printk_rlimit() instead of reporting emulation failures just once
Avi Kivity
2008-07-20
1
-3
/
+1
*
KVM: Do not calculate linear rip in emulation failure report
Glauber Costa
2008-07-20
1
-2
/
+2
*
KVM: only abort guest entry if timer count goes from 0->1
Marcelo Tosatti
2008-07-20
2
-9
/
+6
*
KVM: Add coalesced MMIO support (x86 part)
Laurent Vivier
2008-07-20
2
-1
/
+5
*
KVM: kvm_io_device: extend in_range() to manage len and write attribute
Laurent Vivier
2008-07-20
4
-15
/
+25
*
KVM: MMU: Avoid page prefetch on SVM
Avi Kivity
2008-07-20
1
-1
/
+4
*
KVM: MMU: Move nonpaging_prefetch_page()
Avi Kivity
2008-07-20
1
-9
/
+9
*
KVM: x86 emulator: implement 'push imm' (opcode 0x68)
Avi Kivity
2008-07-20
1
-1
/
+2
*
KVM: x86 emulator: simplify push imm8 emulation
Avi Kivity
2008-07-20
1
-3
/
+1
*
KVM: MMU: Optimize prefetch_page()
Avi Kivity
2008-07-20
1
-13
/
+15
*
KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
Guillaume Thouvenin
2008-07-20
1
-1
/
+14
*
KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
Guillaume Thouvenin
2008-07-20
1
-1
/
+24
*
KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction
Guillaume Thouvenin
2008-07-20
1
-1
/
+4
*
KVM: x86 emulator: add support for jmp far 0xea
Guillaume Thouvenin
2008-07-20
1
-2
/
+29
*
KVM: x86 emulator: Update c->dst.bytes in decode instruction
Guillaume Thouvenin
2008-07-20
1
-0
/
+1
*
KVM: Prefixes segment functions that will be exported with "kvm_"
Guillaume Thouvenin
2008-07-20
1
-39
/
+39
*
KVM: MTRR support
Avi Kivity
2008-07-20
1
-4
/
+48
*
KVM: VMX: Enable NMI with in-kernel irqchip
Sheng Yang
2008-07-20
3
-19
/
+118
*
KVM: IOAPIC/LAPIC: Enable NMI support
Sheng Yang
2008-07-20
2
-1
/
+8
*
KVM: Remove unnecessary ->decache_regs() call
Avi Kivity
2008-07-20
1
-1
/
+0
*
KVM: Remove decache_vcpus_on_cpu() and related callbacks
Avi Kivity
2008-07-20
3
-19
/
+0
*
KVM: VMX: Add list of potentially locally cached vcpus
Avi Kivity
2008-07-20
2
-29
/
+22
*
KVM: Handle virtualization instruction #UD faults during reboot
Avi Kivity
2008-07-20
2
-20
/
+25
*
KVM: MMU: Fix false flooding when a pte points to page table
Avi Kivity
2008-07-20
2
-2
/
+18
*
KVM: VMX: Trivial vmcs_write64() code simplification
Avi Kivity
2008-07-20
1
-3
/
+1
*
KVM: SVM: Fake MSR_K7 performance counters
Chris Lalancette
2008-07-20
1
-6
/
+9
*
KVM: PIT: support mode 3
Aurelien Jarno
2008-07-20
1
-0
/
+1
*
KVM: SVM: add tracing support for TDP page faults
Joerg Roedel
2008-07-20
1
-0
/
+4
*
KVM: SVM: add missing kvmtrace markers
Joerg Roedel
2008-07-20
1
-1
/
+25
*
KVM: add missing kvmtrace bits
Joerg Roedel
2008-07-20
1
-5
/
+20
*
KVM: SVM: implement dedicated INTR exit handler
Joerg Roedel
2008-07-20
1
-1
/
+7
*
KVM: SVM: implement dedicated NMI exit handler
Joerg Roedel
2008-07-20
1
-1
/
+6
*
KVM: VMX: move APIC_ACCESS trace entry to generic code
Joerg Roedel
2008-07-20
2
-2
/
+4
*
KVM: add statics were possible, function definition in lapic.h
Harvey Harrison
2008-07-20
5
-7
/
+8
*
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2008-07-17
2
-2
/
+2
|
\
|
*
x86: fix numaq_tsc_disable
Yinghai Lu
2008-07-17
1
-1
/
+1
|
*
x86: fix kernel_physical_mapping_init() for large x86 systems
Jack Steiner
2008-07-16
1
-1
/
+1
*
|
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2008-07-17
1
-2
/
+1
|
\
\
|
*
|
ftrace: fix merge buglet
Ingo Molnar
2008-07-17
1
-2
/
+1
|
|
/
*
|
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2008-07-16
8
-50
/
+202
|
\
\
|
*
|
Revert "x86/PCI: ACPI based PCI gap calculation"
Jesse Barnes
2008-07-16
1
-80
/
+0
|
*
|
x86/PCI: ACPI based PCI gap calculation
Alok Kataria
2008-07-15
1
-0
/
+80
|
*
|
x86/PCI: Fix PCI config space for domains > 0
Matthew Wilcox
2008-07-14
1
-2
/
+2
|
*
|
x86/PCI: fixup early quirk probing
Jesse Barnes
2008-06-16
1
-5
/
+21
[next]