]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2010-07-15 Cyrill Gorcunovkvm, bios: Make e820 map to look similar the real one
2010-07-15 Pekka Enbergkvm: Remove unused outb() function from e820.c
2010-07-15 Cyrill Gorcunovkvm, bios: BIOS code redesign
2010-07-14 Pekka Enbergkvm: Use -Werror for building the thing
2010-07-14 Pekka Enbergkvm: Use 32-bit operand size prefix for rdfs8()
2010-07-14 Pekka Enbergkvm: Fix load_bzimage for flat binaries
2010-07-14 Pekka Enbergkvm: Fix usage command line format
2010-07-14 Pekka Enbergkvm: Check for read() return value in load_bzimage()
2010-07-14 Pekka Enbergkvm: Fix VM support check for unrecognized CPUs
2010-07-14 Pekka Enbergkvm: Use -Os optimization for GCC
2010-07-14 Asias Hekvm__setup_cpuid: use KVM_GET_SUPPORTED_CPUID to simpli...
2010-07-14 Cyrill Gorcunovkvm: Add --mem= option
2010-07-11 Cyrill Gorcunovbios: No need for sti at int15 irq exit
2010-07-11 Cyrill Gorcunovbios: Don't clobber 32bit registers
2010-07-10 Pekka Enbergkvm: BIOS E820 memory map emulation
2010-07-08 Cyrill Gorcunovkvm, bios: Rework BIOS setup
2010-07-08 Cyrill GorcunovExclude .cscope from .gitignore
2010-07-07 Cyrill Gorcunovkvm, bios: Get rid of buggy int10 handler
2010-07-05 Pekka Enbergkvm: Cleanup struct boot_params setup
2010-07-05 Pekka Enbergkvm: Cleanup kvm__cpu_supports_vm()
2010-07-05 Cyrill Gorcunovkvm: Check for SVM extension being supported for AMD...
2010-07-05 Asias Hekvm: Check vmx capability using cpuid
2010-07-04 Pekka Enbergkvm: Introduce '--kvm-dev' command line option
2010-07-04 Pekka Enbergkvm: Introduce 'make devices' target
2010-07-04 Pekka Enbergkvm: Fix compilation warning
2010-07-04 Pekka Enbergkvm: Don't stop on ioport errors by default
2010-07-04 Pekka Enbergkvm: Add '--params' to usage
2010-07-04 Pekka Enbergkvm: Add proper 00E0 ioport handling
2010-07-04 Pekka Enbergkvm: Cleanup ioport_ops table
2010-07-04 Pekka Enbergkvm: Cleanup command line parsing
2010-07-04 Pekka Enbergkvm: Use 'nopci pci=off' kernel parameters by default
2010-07-04 Cyrill Gorcunovkvm, cpuid: Use logical AND on bit ops
2010-07-04 Cyrill Gorcunovkvm, cpuid: Fill up func 0 and 4
2010-07-04 Cyrill Gorcunovkvm: KVM_CAP_EXT_CPUID is required
2010-07-04 Cyrill Gorcunovkvm, cpuid: Fix XSTOR and VMX compatibility in cpuid
2010-06-10 Cyrill Gorcunovkvm, tests: Use motherboard specific ports for testing
2010-06-10 Cyrill Gorcunovkvm: Add force exit from tests
2010-06-09 Cyrill Gorcunovtests/pit: Increase PIT frequency up to 1KHz
2010-06-09 Cyrill Gorcunovkvm: Check for HTL extension granted
2010-06-09 Pekka Enbergkvm: Add 'check' target to Makefile
2010-06-09 Pekka Enbergkvm, test: Improve PIT test output
2010-06-09 Pekka Enbergkvm: Add .gitignore for tests
2010-06-09 Pekka Enbergkvm: Add Makefile for compiling all test cases
2010-06-09 Cyrill Gorcunovtest/pit: Fill up IDT with noop handler
2010-06-09 Cyrill Gorcunovtests/pit: Issue cli on ISR handling
2010-06-08 Pekka Enbergkvm, test: Move PIT tests to separate directory
2010-06-08 Asias Hekvm, test: add a counter to tick test in ISR
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...
next