index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Add coalesced MMIO support (powerpc part)
Laurent Vivier
2008-07-20
3
-1
/
+6
*
KVM: Add coalesced MMIO support (x86 part)
Laurent Vivier
2008-07-20
3
-1
/
+6
*
KVM: Add coalesced MMIO support (common part)
Laurent Vivier
2008-07-20
5
-0
/
+269
*
KVM: kvm_io_device: extend in_range() to manage len and write attribute
Laurent Vivier
2008-07-20
9
-25
/
+40
*
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
2
-39
/
+43
*
KVM: MTRR support
Avi Kivity
2008-07-20
2
-4
/
+51
*
KVM: Order segment register constants in the same way as cpu operand encoding
Avi Kivity
2008-07-20
1
-2
/
+2
*
KVM: VMX: Enable NMI with in-kernel irqchip
Sheng Yang
2008-07-20
4
-19
/
+119
*
KVM: IOAPIC/LAPIC: Enable NMI support
Sheng Yang
2008-07-20
5
-3
/
+32
*
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
9
-40
/
+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
4
-20
/
+64
*
KVM: MMU: Fix false flooding when a pte points to page table
Avi Kivity
2008-07-20
3
-2
/
+19
*
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: Handle vma regions with no backing page
Anthony Liguori
2008-07-20
1
-12
/
+37
*
KVM: SVM: add tracing support for TDP page faults
Joerg Roedel
2008-07-20
2
-0
/
+5
*
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
*
KVM: remove long -> void *user -> long cast
Christian Borntraeger
2008-07-20
1
-2
/
+1
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2008-07-17
22
-127
/
+383
|
\
|
*
[PATCH] ocfs2: fix oops in mmap_truncate testing
Coly Li
2008-07-16
1
-3
/
+10
|
*
configfs: call drop_link() to cleanup after create_link() failure
Louis Rilling
2008-07-14
1
-1
/
+5
|
*
configfs: Allow ->make_item() and ->make_group() to return detailed errors.
Joel Becker
2008-07-14
8
-64
/
+94
|
*
configfs: Fix failing mkdir() making racing rmdir() fail
Louis Rilling
2008-07-14
2
-10
/
+44
|
*
configfs: Fix deadlock with racing rmdir() and rename()
Louis Rilling
2008-07-14
1
-20
/
+25
|
*
configfs: Make configfs_new_dirent() return error code instead of NULL
Louis Rilling
2008-07-14
1
-4
/
+5
|
*
configfs: Protect configfs_dirent s_links list mutations
Louis Rilling
2008-07-14
2
-4
/
+9
|
*
configfs: Introduce configfs_dirent_lock
Louis Rilling
2008-07-14
4
-1
/
+34
|
*
ocfs2: Don't snprintf() without a format.
Joel Becker
2008-07-14
1
-1
/
+1
|
*
ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs
Joel Becker
2008-07-14
2
-2
/
+2
|
*
ocfs2/net: Silence build warnings on sparc64
Sunil Mushran
2008-07-14
1
-3
/
+5
|
*
ocfs2: Handle error during journal load
Wengang Wang
2008-07-14
1
-1
/
+5
|
*
ocfs2: Silence an error message in ocfs2_file_aio_read()
Sunil Mushran
2008-07-14
1
-1
/
+1
[next]