index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-07
usb-ehci: Remove dead nakcnt code
Hans de Goede
1
-20
/
+0
2012-03-07
usb-ehci: Fix cerr tracking
Hans de Goede
1
-13
/
+6
2012-03-07
usb-ehci: Any packet completion except for NAK should set the interrupt
Hans de Goede
1
-1
/
+1
2012-03-07
usb-ehci: Rip the queues when the async or period schedule is halted
Hans de Goede
1
-1
/
+4
2012-03-07
usb-ehci: Drop cached qhs when the doorbell gets rung
Hans de Goede
1
-16
/
+17
2012-03-07
usb-ehci: always call ehci_queues_rip_unused for period queues
Hans de Goede
1
-0
/
+1
2012-03-07
usb-ehci: split our qh queue into async and periodic queues
Hans de Goede
1
-25
/
+37
2012-03-07
usb-ehci: Never follow table entries with the T-bit set
Hans de Goede
1
-6
/
+4
2012-03-07
usb-redir: Set ep type and interface
Hans de Goede
1
-0
/
+8
2012-03-07
kvm: fill in padding to help valgrind
Michael S. Tsirkin
2
-0
/
+8
2012-03-07
kvm: x86: Add user space part for in-kernel i8254
Jan Kiszka
4
-3
/
+278
2012-03-07
kvm: Add kvm_has_pit_state2 helper
Jan Kiszka
3
-0
/
+16
2012-03-07
i8254: Open-code timer restore
Jan Kiszka
2
-3
/
+19
2012-03-07
i8254: Factor out base class for KVM reuse
Jan Kiszka
4
-239
/
+424
2012-03-07
xilinx_zynq: machine model initial version
Peter A. G. Crosthwaite
4
-0
/
+700
2012-03-07
cadence_gem: initial version of device model
Peter A. G. Crosthwaite
2
-0
/
+1234
2012-03-07
cadence_ttc: initial version of device model
Peter A. G. Crosthwaite
2
-0
/
+490
2012-03-07
cadence_uart: initial version of device model
Peter A. G. Crosthwaite
2
-0
/
+514
2012-03-05
microblaze_boot: enabled -dtb argument
Peter A. G. Crosthwaite
1
-20
/
+14
2012-03-05
qemu-options.hx: allow -dtb argument for all archs
Peter A. G. Crosthwaite
1
-1
/
+1
2012-03-05
petalogix_s2adsp1800: macro'd magic numbers
Peter A. G. Crosthwaite
1
-7
/
+13
2012-03-05
petalogix_s2adsp1800: moved rst logic to rst fn
Peter A. G. Crosthwaite
1
-4
/
+8
2012-03-05
microblaze: factored out common boot code
Peter A. G. Crosthwaite
5
-254
/
+211
2012-03-05
Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agraf
Blue Swirl
4
-15
/
+21
2012-03-05
Move helpers.h to helper.h
LluĂs Vilanova
3
-3
/
+3
2012-03-05
s390: Rework kernel loading: supports elf and newer kernels
Christian Borntraeger
1
-12
/
+18
2012-03-05
memory: fix I/O port aliases
Avi Kivity
3
-9
/
+34
2012-03-05
ioport: add destructor method to IORange
Avi Kivity
3
-0
/
+17
2012-03-03
w64: fix type casts when calling flush_icache_range
Stefan Weil
1
-4
/
+5
2012-03-03
cache-utils: Change data type of parameters for flush_icache_range
Stefan Weil
1
-1
/
+1
2012-03-03
w64: Change data type of parameters for flush_icache_range
Stefan Weil
6
-6
/
+13
2012-03-03
w64: Fix data type of parameters for flush_icache_range
Stefan Weil
2
-2
/
+4
2012-03-03
tcg: Rearrange definitions and include statements
Stefan Weil
1
-3
/
+3
2012-03-03
w64: Fix size of ram_addr_t
Stefan Weil
1
-3
/
+3
2012-03-03
Merge branch 'upstream' of git://qemu.weilnetz.de/qemu
Blue Swirl
35
-132
/
+25
2012-03-03
usb: Fix signature of stub usb_host_device_open
Jan Kiszka
1
-1
/
+1
2012-03-03
Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...
Blue Swirl
9
-35
/
+161
2012-03-03
Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa
Blue Swirl
13
-15
/
+674
2012-03-02
hw/arm11mpcore: Fix broken realview_mpcore/arm11mpcore_priv properties
Peter Maydell
1
-10
/
+10
2012-03-02
arm: add device tree support
Grant Likely
7
-6
/
+120
2012-03-02
arm: make sure that number of irqs can be represented in GICD_TYPER.
Rusty Russell
1
-0
/
+9
2012-03-02
arm: clean up GIC constants
Rusty Russell
1
-19
/
+22
2012-03-01
Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging
Anthony Liguori
1
-3
/
+12
2012-03-01
Merge remote-tracking branch 'qemu-kvm/memory/core' into staging
Anthony Liguori
9
-514
/
+912
2012-03-01
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
20
-30
/
+1468
2012-03-01
kvm: fix unaligned slots
Avi Kivity
1
-3
/
+12
2012-03-01
pc-bios: update kvmvapic.bin
Avi Kivity
1
-0
/
+0
2012-02-29
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
24
-107
/
+868
2012-02-29
Merge remote-tracking branch 'spice/spice.v49' into staging
Anthony Liguori
8
-194
/
+353
2012-02-29
Merge remote-tracking branch 'kraxel/usb.39' into staging
Anthony Liguori
20
-245
/
+317
[prev]
[next]