]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2010-06-08 Asias Hekvm, test: add PIT 8254 and PIC 8259 test code
2010-06-01 Asias Hekvm__setup_sregs: fix indentation
2010-05-30 Cyrill Gorcunovearly_printk: Simplify the code
2010-05-30 Asias Heearly_printk.c: add rep/outsb support
2010-05-30 Cyrill Gorcunovkvm: The command line storage should not be too short
2010-05-30 Cyrill Gorcunovkvm: Append missing ending space for built-in command...
2010-05-30 Cyrill Gorcunovkvm: Check for required KVM extensions in one place
2010-05-28 Asias Hekvm: kvm__setup_sregs initialize more registers
2010-05-28 Asias Hekvm: reimplement kvm__setup_sregs
2010-05-28 Asias Hekvm__init: the kernel should support irq and pit
2010-05-11 Asias Hekvm: remove unneccessary iotcl parameter
2010-05-10 Cyrill Gorcunovkvm: Use strlcat helper for copying cmdline params
2010-04-28 Cyrill Gorcunovkvm: Use PRIx qualificator for printf
2010-04-28 Asias Hebios: No new line at EOF nit fix
2010-04-26 Pekka Enbergkvm: Fix .gitignore patterns
2010-04-26 Cyrill Gorcunovkvm: Print error code on unknown error
2010-04-26 Cyrill GorcunovChange __x86_x__ to CONFIG_X86_X
2010-04-24 Pekka Enbergkvm: Flush stdout for early printk
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
next