summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-05fdt: move dumpdtb interpretation code to device_tree.cAlexander Graf3-14/+25
2012-10-04target-ppc: Remove unused power_mode field from cpu stateDavid Gibson2-3/+2
2012-10-04pseries: Set hash table size based on RAM sizeDavid Gibson1-3/+10
2012-10-04pseries: Remove unnecessary locking from PAPR hash table hcallsDavid Gibson1-38/+4
2012-10-04ppc405_uc: Fix buffer overflowStefan Weil1-5/+11
2012-10-04target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()David Gibson1-5/+25
2012-10-04pseries: Fix semantics of RTAS int-on, int-off and set-xive functionsDavid Gibson1-17/+8
2012-10-04pseries: Rework implementation of TCE bypassDavid Gibson4-23/+30
2012-10-04pseries: Remove never used flags field from spapr vio devicesDavid Gibson1-1/+0
2012-10-04pseries: Remove XICS irq type enum typeDavid Gibson5-25/+17
2012-10-04pseries: Remove C bitfields from xics codeDavid Gibson1-19/+24
2012-10-04pseries: Small cleanup to H_CEDE implementationDavid Gibson1-0/+2
2012-10-04pseries: Fix XICS resetDavid Gibson1-10/+28
2012-10-04pseries: Reset emulated PCI TCE tables on system resetDavid Gibson3-0/+22
2012-10-04pseries: Clear TCE and signal state when resetting PAPR VIO devicesDavid Gibson1-6/+5
2012-10-04pseries: Add support for new KVM hash table control callDavid Gibson4-113/+213
2012-10-04pseries: Use new method to correct reset sequenceDavid Gibson1-5/+4
2012-10-04pseries: Fix and cleanup CPU initialization and resetDavid Gibson2-14/+25
2012-10-04ppc: Make kvm_arch_put_registers() put *all* the registersDavid Gibson1-39/+50
2012-10-04target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macrosAurelien Jarno1-21/+0
2012-10-04target-ppc: use the softfloat float32_muladd functionAurelien Jarno1-43/+14
2012-10-04target-ppc: use the softfloat min/max functionsAurelien Jarno1-21/+2
2012-10-04target-ppc: simplify NaN propagation for vector functionsAurelien Jarno1-19/+7
2012-10-04MAINTAINERS: Document virtex_ml507 machineAndreas Färber1-0/+6
2012-10-04MAINTAINERS: Document Bamboo machine and ppc4xx devicesAndreas Färber1-0/+12
2012-10-04MAINTAINERS: Downgrade ppc405 to Odd FixesAndreas Färber1-1/+1
2012-10-04MAINTAINERS: Document e500 machines and devicesAndreas Färber1-0/+23
2012-10-04MAINTAINERS: Document sPAPR (pSeries) machineAndreas Färber1-0/+7
2012-10-01fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell1-2/+2
2012-10-01fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell1-1/+1
2012-10-01vfio_pci: fix build on 32-bit systemsAnthony Liguori1-1/+1
2012-10-01vfio: Enable vfio-pci and mark supportedAlex Williamson2-1/+7
2012-10-01vfio: vfio-pci device assignment driverAlex Williamson2-0/+1978
2012-10-01Update Linux kernel headersAlex Williamson1-0/+368
2012-10-01Update kernel header script to include vfioAlex Williamson1-1/+1
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin6-49/+207
2012-09-30i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost1-4/+4
2012-09-30i386: cpu: eliminate duplicate feature namesEduardo Habkost1-8/+23
2012-09-30i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost1-9/+11
2012-09-30i386: kvm: use a #define for the set of alias feature bitsEduardo Habkost2-1/+13
2012-09-30i386: kvm: bit 10 of CPUID[8000_0001].EDX is reservedEduardo Habkost1-1/+1
2012-09-27Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Aurelien Jarno3-14/+40
2012-09-27target-s390x: Tidy cpu_dump_stateRichard Henderson1-12/+10
2012-09-27target-s390x: Avoid double CPU_LOG_TB_CPURichard Henderson1-1/+0
2012-09-27target-s390x: Use CPU_LOG_INTRichard Henderson2-4/+6
2012-09-27target-unicore32: Call tcg_gen_debug_insn_startRichard Henderson1-0/+4
2012-09-27target-s390x: Call tcg_gen_debug_insn_startRichard Henderson1-4/+5
2012-09-27target-m68k: Call tcg_gen_debug_insn_startRichard Henderson1-0/+4
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson12-12/+18
2012-09-27tci: Fix for AREG0 free modeStefan Weil2-9/+14