aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-01target/ppc: add ov32 flag for multiply low insnsNikunj A Dadhania
2017-03-01target/ppc: use tcg ops for neg instructionNikunj A Dadhania
2017-03-01target/ppc: update overflow flags for add/subNikunj A Dadhania
2017-03-01target/ppc: update ca32 in arithmetic substractNikunj A Dadhania
2017-03-01target/ppc: update ca32 in arithmetic addNikunj A Dadhania
2017-03-01target/ppc: support for 32-bit carry and overflowNikunj A Dadhania
2017-03-01target/ppc: Correct SDR1 maskingDavid Gibson
2017-03-01target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson
2017-03-01target/ppc: SDR1 is a hypervisor resourceDavid Gibson
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson
2017-03-01pseries: Minor cleanups to HPT management hypercallsDavid Gibson
2017-03-01target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson
2017-03-01sysemu: support up to 1024 vCPUsGreg Kurz
2017-03-01target/ppc: introduce helper_update_ov_legacyNikunj A Dadhania
2017-03-01spapr: generate DT node namesLaurent Vivier
2017-03-01PCI: add missing classes in pci_ids.h to build device treeLaurent Vivier
2017-03-01target/ppc: optimize gen_write_xer()Nikunj A Dadhania
2017-03-01target/ppc: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania
2017-02-28vhost-user: delay vhost_user_stopMarc-André Lureau
2017-02-28Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2017-02-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2017-02-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...Peter Maydell
2017-02-28Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2017-02-28Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170228' into stagingPeter Maydell
2017-02-28hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster IDKrzysztof Kozlowski
2017-02-28hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski
2017-02-28bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps
2017-02-28armv7m: Allow SHCSR writes to change pending and active bitsPeter Maydell
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell
2017-02-28armv7m: Check exception return consistencyPeter Maydell
2017-02-28armv7m: Extract "exception taken" code into functionsPeter Maydell
2017-02-28armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver
2017-02-28armv7m: Simpler and faster exception startMichael Davidsaver
2017-02-28armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell
2017-02-28armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver
2017-02-28arm: gic: Remove references to NVICMichael Davidsaver
2017-02-28armv7m: Fix condition check for taking exceptionsPeter Maydell
2017-02-28armv7m: Rewrite NVIC to not use any GIC codeMichael Davidsaver
2017-02-28armv7m: Implement reading and writing of PRIGROUPPeter Maydell
2017-02-28armv7m: Rename nvic_state to NVICStatePeter Maydell
2017-02-28ARM i.MX timers: fix reset handlingKurban Mallachiev
2017-02-28hw/arm/virt: Add a user option to disallow ITS instantiationEric Auger
2017-02-28cputlb: Don't assume do_unassigned_access() never returnsPeter Maydell
2017-02-28Add missing fp_access_check() to aarch64 crypto instructionsNick Reilly
2017-02-28hw/arm/virt: fix cpu object reference leakIgor Mammedov
2017-02-28sd: sdhci: Remove block count enable check in single block transfersPrasad J Pandit
2017-02-28sd: sdhci: conditionally invoke multi block transferPrasad J Pandit