aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Merge remote-tracking branch 'remotes/gkurz/tags/cve-2016-9602-for-upstream' ...Peter Maydell9-596/+893
2017-03-01Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...Peter Maydell2-0/+24
2017-02-28Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170228' into stagingPeter Maydell14-17/+160
2017-02-28vhost-user: delay vhost_user_stopMarc-André Lureau1-7/+46
2017-02-28Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell11-87/+289
2017-02-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell13-15/+44
2017-02-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...Peter Maydell26-331/+1897
2017-02-28Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-10/+10
2017-02-28Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170228' into stagingPeter Maydell2-0/+4
2017-02-28.shippable: add s390x-cross targetAlex Bennée1-0/+2
2017-02-28new: dockerfiles/debian-s390-crossAlex Bennée1-0/+22
2017-02-28hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster IDKrzysztof Kozlowski1-0/+12
2017-02-28hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski3-1/+171
2017-02-28bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps3-0/+478
2017-02-28armv7m: Allow SHCSR writes to change pending and active bitsPeter Maydell1-2/+11
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell4-2/+12
2017-02-28armv7m: Check exception return consistencyPeter Maydell3-13/+123
2017-02-28armv7m: Extract "exception taken" code into functionsPeter Maydell1-50/+68
2017-02-28armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver1-2/+6
2017-02-28armv7m: Simpler and faster exception startMichael Davidsaver1-6/+9
2017-02-28armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell3-5/+3
2017-02-28armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver2-2/+53
2017-02-28arm: gic: Remove references to NVICMichael Davidsaver3-46/+15
2017-02-28armv7m: Fix condition check for taking exceptionsPeter Maydell3-8/+23
2017-02-28armv7m: Rewrite NVIC to not use any GIC codeMichael Davidsaver2-144/+609
2017-02-28armv7m: Implement reading and writing of PRIGROUPPeter Maydell1-6/+8
2017-02-28armv7m: Rename nvic_state to NVICStatePeter Maydell1-22/+22
2017-02-28ARM i.MX timers: fix reset handlingKurban Mallachiev1-8/+25
2017-02-28hw/arm/virt: Add a user option to disallow ITS instantiationEric Auger2-2/+30
2017-02-28cputlb: Don't assume do_unassigned_access() never returnsPeter Maydell1-8/+7
2017-02-28Add missing fp_access_check() to aarch64 crypto instructionsNick Reilly1-0/+12
2017-02-28hw/arm/virt: fix cpu object reference leakIgor Mammedov1-0/+1
2017-02-28sd: sdhci: Remove block count enable check in single block transfersPrasad J Pandit1-5/+1
2017-02-28sd: sdhci: conditionally invoke multi block transferPrasad J Pandit1-1/+5
2017-02-28sd: sdhci: check transfer mode register in multi block transferPrasad J Pandit1-5/+5
2017-02-28sd: sdhci: mask transfer mode register valuePrasad J Pandit1-1/+2
2017-02-28bcm2835_rng: Use qcrypto_random_bytes() rather than rand()Peter Maydell1-1/+26
2017-02-28target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki5-0/+169
2017-02-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-upstream-pu...Peter Maydell5-61/+395
2017-02-28pc-bios/s390-ccw.img: rebuild imageCornelia Huck1-0/+0
2017-02-28pc-bios/s390-ccw: Use the ccw bios to start the network bootFarhan Ali5-8/+25
2017-02-28s390x/ipl: Load network boot imageFarhan Ali2-1/+92
2017-02-28s390x/ipl: Extend S390IPLState to support network bootFarhan Ali5-1/+7
2017-02-28elf-loader: Allow late loading of elfFarhan Ali3-7/+36
2017-02-289pfs: local: drop unused codeGreg Kurz1-198/+0
2017-02-289pfs: local: open2: don't follow symlinksGreg Kurz1-37/+19
2017-02-289pfs: local: mkdir: don't follow symlinksGreg Kurz1-35/+20
2017-02-289pfs: local: mknod: don't follow symlinksGreg Kurz1-33/+35
2017-02-289pfs: local: symlink: don't follow symlinksGreg Kurz1-56/+25
2017-02-289pfs: local: chown: don't follow symlinksGreg Kurz1-9/+17