aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-05target-arm: Add support for long format translation table walks64-bit-physaddrsPeter Maydell
2012-07-05target-arm: Implement TTBCR changes for LPAEPeter Maydell
2012-07-05target-arm: Implement long-descriptor PAR formatPeter Maydell
2012-07-05target-arm: Use target_phys_addr_t in get_phys_addr()Peter Maydell
2012-07-05target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAEPeter Maydell
2012-07-05target-arm: Add 64 bit variants of DBGDRAR and DBGDSAR for LPAEPeter Maydell
2012-07-05target-arm: Add AMAIR0, AMAIR1 LPAE cp15 registersPeter Maydell
2012-07-05target-arm: Extend feature flags to 64 bitsPeter Maydell
2012-07-05target-arm: Implement privileged-execute-never (PXN)Peter Maydell
2012-07-05target-arm: Fix TCG temp handling in 64 bit cp writesPeter Maydell
2012-07-03ARM: Make target_phys_addr_t 64 bits and physaddrs 40 bitsPeter Maydell
2012-07-03bitops.h: Add functions to extract and deposit bitfieldsPeter Maydell
2012-07-03target-arm: Fix typo that meant TTBR1 accesses went to TTBR0Peter Maydell
2012-07-03hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_tPeter Maydell
2012-06-28bsd-user: fix buildBlue Swirl
2012-06-28x86: rename op_helper.c to seg_helper.cBlue Swirl
2012-06-28x86: split off memory access helpersBlue Swirl
2012-06-28x86: split off misc helpersBlue Swirl
2012-06-28x86: split off SMM helpersBlue Swirl
2012-06-28x86: split off SVM helpersBlue Swirl
2012-06-28x86: split off integer helpersBlue Swirl
2012-06-28x86: split off condition code helpersBlue Swirl
2012-06-28x86: prepare eflags helpers for general useBlue Swirl
2012-06-28x86: split condition code and shift templatesBlue Swirl
2012-06-28x86: fix coding style in helper_template.hBlue Swirl
2012-06-28x86: improve SSE table type safetyBlue Swirl
2012-06-28x86: split off FPU helpersBlue Swirl
2012-06-28x86: fix coding style in ops_sse.hBlue Swirl
2012-06-28x86: avoid an extern declarationBlue Swirl
2012-06-28x86: split off exception handlersBlue Swirl
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl
2012-06-28x86: prepare op_helper.c for splittingBlue Swirl
2012-06-27Add a memory barrier to DMA functionsBenjamin Herrenschmidt
2012-06-27pseries: Implement IOMMU and DMA for PAPR PCI devicesDavid Gibson
2012-06-27iommu: Allow PCI to use IOMMU infrastructureDavid Gibson
2012-06-27pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson
2012-06-27iommu: Introduce IOMMU emulation infrastructureDavid Gibson
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson
2012-06-27ide/ahci: Use universal DMA helper functionsDavid Gibson
2012-06-27iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson
2012-06-27usb-ohci: Use universal DMA helper functionsDavid Gibson
2012-06-27iommu: Add universal DMA helper functionsDavid Gibson
2012-06-27Better support for dma_addr_t variablesDavid Gibson
2012-06-27rtl8139: validate rx ring before receiving packetsJason Wang
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange
2012-06-27configure: Assure existence of linux-headers/ build directoryAndreas Färber
2012-06-27Makefile.target: Update clean command to clean hw/ directoryPeter Maydell
2012-06-27qtest: fix infinite loop when QEMU aborts abruptlyAnthony Liguori
2012-06-27qdev: fix use-after-free in the error path of qdev_init_nofailAnthony Liguori
2012-06-27MAINTAINERS: Added device treePeter A. G. Crosthwaite