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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-06-28
x86: split off SMM helpers
Blue Swirl
3
-285
/
+309
2012-06-28
x86: split off SVM helpers
Blue Swirl
4
-710
/
+734
2012-06-28
x86: split off integer helpers
Blue Swirl
3
-479
/
+502
2012-06-28
x86: split off condition code helpers
Blue Swirl
4
-407
/
+432
2012-06-28
x86: prepare eflags helpers for general use
Blue Swirl
1
-31
/
+37
2012-06-28
x86: split condition code and shift templates
Blue Swirl
3
-81
/
+133
2012-06-28
x86: fix coding style in helper_template.h
Blue Swirl
1
-3
/
+22
2012-06-28
x86: improve SSE table type safety
Blue Swirl
1
-45
/
+89
2012-06-28
x86: split off FPU helpers
Blue Swirl
3
-1278
/
+1306
2012-06-28
x86: fix coding style in ops_sse.h
Blue Swirl
1
-471
/
+578
2012-06-28
x86: avoid an extern declaration
Blue Swirl
1
-4
/
+1
2012-06-28
x86: split off exception handlers
Blue Swirl
4
-116
/
+140
2012-06-28
x86: avoid AREG0 for exceptions
Blue Swirl
7
-220
/
+234
2012-06-28
x86: prepare op_helper.c for splitting
Blue Swirl
1
-796
/
+1279
2012-06-27
Add a memory barrier to DMA functions
Benjamin Herrenschmidt
2
-2
/
+53
2012-06-27
pseries: Implement IOMMU and DMA for PAPR PCI devices
David Gibson
4
-18
/
+39
2012-06-27
iommu: Allow PCI to use IOMMU infrastructure
David Gibson
3
-2
/
+18
2012-06-27
pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure
David Gibson
10
-343
/
+370
2012-06-27
iommu: Introduce IOMMU emulation infrastructure
David Gibson
3
-25
/
+259
2012-06-27
usb: Convert usb_packet_{map, unmap} to universal DMA helpers
David Gibson
4
-14
/
+15
2012-06-27
ide/ahci: Use universal DMA helper functions
David Gibson
3
-16
/
+23
2012-06-27
iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers
David Gibson
5
-17
/
+19
2012-06-27
usb-ohci: Use universal DMA helper functions
David Gibson
1
-42
/
+51
2012-06-27
iommu: Add universal DMA helper functions
David Gibson
3
-9
/
+123
2012-06-27
Better support for dma_addr_t variables
David Gibson
2
-0
/
+13
2012-06-27
rtl8139: validate rx ring before receiving packets
Jason Wang
1
-10
/
+12
2012-06-27
Remove support for non-threaded VNC server
Daniel P. Berrange
7
-141
/
+1
2012-06-27
configure: Assure existence of linux-headers/ build directory
Andreas Färber
1
-0
/
+1
2012-06-27
Makefile.target: Update clean command to clean hw/ directory
Peter Maydell
1
-2
/
+2
2012-06-27
qtest: fix infinite loop when QEMU aborts abruptly
Anthony Liguori
1
-0
/
+5
2012-06-27
qdev: fix use-after-free in the error path of qdev_init_nofail
Anthony Liguori
1
-2
/
+3
2012-06-27
MAINTAINERS: Added device tree
Peter A. G. Crosthwaite
1
-0
/
+6
2012-06-27
MAINTAINERS: Added Xilinx EDK devices
Peter A. G. Crosthwaite
1
-0
/
+11
2012-06-27
MAINTAINERS: Add Petalogix ml605 machine model
Peter A. G. Crosthwaite
1
-0
/
+5
2012-06-26
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
10
-19
/
+25
2012-06-26
Merge remote-tracking branch 'spice/spice.v58' into staging
Anthony Liguori
11
-70
/
+177
2012-06-26
Merge remote-tracking branch 'mdroth/qga-pull-6-21-12' into staging
Anthony Liguori
3
-21
/
+124
2012-06-26
Merge remote-tracking branch 'sstabellini/compile-xs' into staging
Anthony Liguori
7
-27
/
+18
2012-06-26
Merge remote-tracking branch 'sstabellini/xen-pt' into staging
Anthony Liguori
19
-19
/
+4301
2012-06-26
Merge remote-tracking branch 'kraxel/usb.54' into staging
Anthony Liguori
5
-28
/
+142
2012-06-24
target-ppc: Fix 2nd parameter for tcg_gen_shri_tl
Stefan Weil
1
-1
/
+1
2012-06-24
target-ppc: Fix build with --enable-debug
Stefan Weil
1
-1
/
+1
2012-06-24
tci: don't write zero for reloc in tci_out_label
Scott Wood
1
-1
/
+1
2012-06-24
make: Fix dependencies for fpu/*.c and tcg/*.c
Stefan Weil
1
-1
/
+1
2012-06-24
qemu-log: Add GCC format attribute
Stefan Weil
1
-1
/
+2
2012-06-24
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
Blue Swirl
35
-8463
/
+9858
2012-06-24
Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...
Blue Swirl
11
-1536
/
+1889
2012-06-24
Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agraf
Blue Swirl
5
-8
/
+52
2012-06-24
Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...
Blue Swirl
16
-487
/
+569
2012-06-24
PPC: BookE206: Bump MAS2 to 64bit
Alexander Graf
1
-1
/
+1
[prev]
[next]