]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2010-04-24 Pekka Enbergkvm: Dump state on SIGQUIT
2010-04-22 Cyrill Gorcunovkvm: Don't touch 64 bit specific MSR registers on 32 bit
2010-04-18 Cyrill Gorcunovkvm: Set more fields in boot protocol
2010-04-18 Cyrill Gorcunovkvm: Command line update must honor ABI
2010-04-14 Cyrill GorcunovMakefile: Add cpu specific definition
2010-04-14 Cyrill Gorcunovkvm: Kill the bin2c helper
2010-04-11 Cyrill Gorcunovkvm: Add more default kernel command line parameters
2010-04-11 Pekka EnbergMerge branch 'master' of git://github.com/cyrillos/vm
2010-04-11 Pekka Enbergkvm: Clean up early serial code
2010-04-11 Cyrill Gorcunovioport: Make all PIT channels being dummy
2010-04-11 Pekka Enbergkvm: Force 'notsc' and 'earlyprintk' kernel parameters
2010-04-11 Pekka Enbergkvm: Add support for early serial printk
2010-04-11 Cyrill Gorcunovkvm: Make command line to be placed at predefined address
2010-04-11 Pekka Enbergkvm: Fix minor formatting glitch in cpuid.c
2010-04-11 Pekka Enbergkvm: Fix off-by-one bugs in kvm__setup_cpuid()
2010-04-11 Pekka Enbergkvm: Ignore keyboard controller ioports
2010-04-11 Pekka Enbergkvm: Ignore PIT ioports
2010-04-11 Pekka Enbergkvm: Ignore dummy delay ioport
2010-04-11 Pekka Enbergkvm: Ignore CRT control ioports
2010-04-11 Pekka Enbergkvm: Ignore CMOS RAM/RTC ioports
2010-04-11 Pekka Enbergkvm: Ignore PIC accesses
2010-04-11 Pekka Enbergkvm: Ignore MMIO accesses
2010-04-11 Pekka Enbergkvm: Ignore PCI config space accesses
2010-04-11 Pekka Enbergkvm: Don't crash debug dump if address isn't in guest...
2010-04-11 Pekka Enbergkvm: Set up MAXPHYADDR guest CPUID
2010-04-11 Pekka Enbergkvm: Dump page tables at exit
2010-04-08 Pekka Enbergkvm: Dump stack on KVM oops
2010-04-08 Pekka Enbergkvm: Show gdt and idt registers
2010-04-08 Cyrill Gorcunovkvm: Reference to undefined variable
2010-04-08 Pekka Enbergkvm: Add .gitignore for bios build files
2010-04-08 Pekka Enbergkvm: Setup VCPU MSRs
2010-04-08 Pekka Enbergkvm: Clean up kvm__reset_vcpu() function
2010-04-08 Pekka Enbergkvm: Add test binaries to .gitignore
2010-04-08 Pekka Enbergkvm: Clean up Makefile output
2010-04-02 Cyrill Gorcunovkvm: Update command line related enitites in boot param...
2010-04-02 Cyrill Gorcunovkvm: Add copying of kernel command line into guest...
2010-04-01 Cyrill Gorcunovbios: Add bios stubs generated from assembly files
2010-04-01 Cyrill Gorcunovinterrupt: Move bios related constants to kvm/bios.h
2010-04-01 Cyrill Gorcunovkvm: Introduce kvm__dump_mem helper
2010-04-01 Cyrill Gorcunovinterrupt: Add interrupt_table__set helper
2010-04-01 Cyrill Gorcunovbios: Add simple bin2c converter
2010-04-01 Pekka Enbergkvm: Free memory on exit
2010-04-01 Pekka Enbergkvm: Fix protected mode code dump
2010-04-01 Pekka Enbergkvm: Ignore PIC init during boot
2010-04-01 Pekka Enbergkvm: Ignore math co-processor reset I/O writes
2010-04-01 Pekka Enbergkvm: Setup guest FPU state
2010-03-31 Pekka Enbergkvm: Remove unused cpu.c file
2010-03-31 Pekka Enbergkvm: Add simple NMI enable/disable support
2010-03-31 Pekka Enbergkvm: Don't abort guest on KVM_EXIT_IO
2010-03-31 Pekka Enbergkvm: Extract ioport emulation code to its own file
2010-03-31 Pekka Enbergkvm: Extract CPUID code into its own file
2010-03-31 Pekka Enbergkvm: Enable GCC debugging information
2010-03-31 Pekka Enbergkvm: Setup CPUID for the guest
2010-03-31 Pekka Enbergkvm: Introduce --single-step command line option
2010-03-30 Cyrill Gorcunovkvm: Put fake bios interrupt handlers into known memory...
2010-03-29 Cyrill Gorcunovkvm: Rename ivt_ prefixed entities
2010-03-28 Pekka Enbergkvm: Move util.h to include/kvm directory
2010-03-28 Pekka Enbergkvm: Clean up interrupt_table__setup()
2010-03-28 Pekka Enbergkvm: Move interrupt table to struct kvm
2010-03-28 Pekka Enbergkvm: Remove unnecessary includes from interrupt.c
2010-03-28 Pekka Enbergkvm: Clean up kvm/interrupt.h a bit
2010-03-28 Pekka Enbergkvm: Rename interrupt emulation source files
2010-03-28 Cyrill Gorcunovkvm: Fill up fake IVT
2010-03-28 Cyrill Gorcunovkvm: Setup fake IVT table
2010-03-28 Cyrill Gorcunovkvm: Introduce IVT handling
2010-03-28 Cyrill Gorcunovkvm: Add --params option
2010-03-28 Cyrill Gorcunovkvm: Add --kernel parameter handling
2010-03-28 Cyrill Gorcunovkvm: Fixup boot selector
2010-03-27 Cyrill Gorcunovkvm: Use 64 bit names when showing registers
2010-03-27 Cyrill Gorcunovkvm: load_bzimage: Proper check for number of setup...
2010-03-27 Pekka Enbergkvm: Introduce host_real_to_guest() helper function
2010-03-27 Pekka Enbergkvm: Setup stack for the kernel
2010-03-27 Pekka Enbergkvm: Load kernel at 0x1000
2010-03-27 Pekka Enbergkvm: Fix kernel boot IP
2010-03-27 Pekka Enbergkvm: Remove 'reset vector' hack
2010-03-27 Pekka Enbergkvm: Fix setup size calculation
2010-03-27 Pekka EnbergRevert "kvm: Enable 'interrupt request window'"
2010-03-27 Pekka Enbergkvm: Enable 'interrupt request window'
2010-03-27 Pekka Enbergkvm: Document the 'reset vector' hack
2010-03-27 Pekka Enbergkvm: Clean up reset vector setup code
2010-03-27 Pekka Enbergkvm: Add some single-step debugging and don't stop...
2010-03-27 Pekka Enbergkvm: Hardcode a "reset vector" at f000:fff0
2010-03-27 Pekka Enbergkvm: Read the whole bzImage to memory
2010-03-27 Pekka Enbergkvm: Fix bzImage setup sector default count
2010-03-27 Pekka Enbergkvm: Load bzImage real-mode boot sector and setup code
2010-03-26 Pekka EnbergAdd support for loading flat binaries
2010-03-26 Pekka EnbergAdd a simple "kernel" binary that can be used for testing
2010-03-26 Cyrill GorcunovAdd info() helper
2010-03-26 Pekka EnbergPrint 'avl' bits of a segment
2010-03-26 Cyrill GorcunovMakefile: Add CPPFLAGS handling
2010-03-26 Pekka EnbergFix up 'ip' in kvm__reset_vcpu() to take real mode...
2010-03-25 Pekka EnbergImprove KVM register dump output
2010-03-25 Pekka EnbergFix LDT descriptor type for KVM_SET_SREG
2010-03-25 Pekka EnbergSetup segmentation for the guest
2010-03-25 Pekka EnbergSeparate KVM code from the main loop
2010-03-25 Cyrill GorcunovDon't die on old kernels without single-step debug...
2010-03-25 Cyrill GorcunovAdd utility functions
2010-03-24 Pekka EnbergEnable KVM guest single-stepping
2010-03-24 Pekka EnbergMove KVM_SET_REGS to kvm__reset_vcpu()
2010-03-24 Pekka EnbergDump KVM_EXIT_IO details
next