]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2010-08-15 Pekka Enbergkvm: Fail virtio blk ioports by default
2010-08-15 Pekka Enbergkvm: Add virtio PCI ioport handler stubs
2010-08-15 Pekka Enbergkvm: Add port range to ioport__register()
2010-08-15 Pekka Enbergkvm: Update .gitignore to ignore tags
2010-08-15 Pekka Enbergkvm: Extract virtio-blk driver to separate file
2010-08-15 Pekka Enbergkvm: Fix unaligned PCI_CONFIG_ADDRESS accesses
2010-08-15 Pekka EnbergMerge branch 'master' of git://github.com/cyrillos/vm
2010-08-15 Cyrill Gorcunovkvm: Support loading initrd image
2010-08-09 Pekka Enbergkvm: Add KVM ABI headers
2010-08-08 Pekka Enbergkvm: Kill virtio debugging code
2010-08-08 Asias Hekvm, pci: fill up virtio device configuration header
2010-08-01 Cyrill Gorcunovkvm, pci: Claim virtio device ioport in pci header
2010-08-01 Cyrill Gorcunovkvm, pci: Fix offset for pci CONFIG_DATA ioport
2010-07-31 Cyrill Gorcunovkvm, pci: Add bus forwarding register
2010-07-31 Pekka Enbergkvm, pci: Fix unaligned PCI accesses
2010-07-31 Pekka Enbergkvm, pci: Don't calculate offset twice
2010-07-31 Pekka Enbergkvm: Fix PCI config space emulation
2010-07-31 Pekka Enbergkvm, pci: Fix device probe accesses
2010-07-31 Cyrill Gorcunovkvm, pci: Add dummy virtio device for probing
2010-07-31 Cyrill Gorcunovkvm, pci: Return "no device" by default
2010-07-31 Pekka Enbergkvm: Add PCI CONFIG_ADDRESS register layout
2010-07-31 Cyrill Gorcunovpci: Fix typo in previous commit
2010-07-31 Cyrill Gorcunovpci: Use proper PCI port names
2010-07-31 Pekka Enbergkvm: Initial PCI probe emulation
2010-07-31 Pekka Enbergkvm: Force PCI Configuration Mechanism 1
2010-07-31 Pekka Enbergkvm: Enable Linux kernel PCI probing
2010-07-31 Pekka Enbergkvm: Add some more ioport emulation
2010-07-28 Cyrill Gorcunovbios: clean predefined bios area early
2010-07-19 Pekka Enbergkvm: Use proper segment + offset in e820 bios
2010-07-16 Pekka Enbergkvm: Exclude BIOS object files from header deps
2010-07-16 Pekka Enbergkvm: Clean header dependency files
2010-07-16 Pekka Enbergkvm: Fix Makefile header dependencies
2010-07-15 Pekka Enbergkvm: Update bios .gitignore list
2010-07-15 Pekka Enbergkvm: Clear performance monitoring CPUID flags
2010-07-15 Pekka Enbergkvm: Use sizeof instead of magic number
2010-07-15 Pekka Enbergkvm: Cleanup BIOS setup code
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
next