aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater9-129/+131
2017-12-15ppc/xics: assign of the CPU 'intc' pointer under the coreCédric Le Goater3-3/+3
2017-12-15ppc/xics: introduce an icp_create() helperCédric Le Goater4-20/+27
2017-12-15spapr/rtas: do not reset the MSR in stop-self commandCédric Le Goater1-10/+0
2017-12-15spapr/rtas: fix reboot of a a SMP TCG guestCédric Le Goater1-0/+8
2017-12-15spapr/rtas: disable the decrementer interrupt when a CPU is unpluggedCédric Le Goater2-3/+17
2017-12-15e500: fix pci host bridge class/typeMichael Davidsaver1-5/+0
2017-12-15openpic: debug w/ info_report()Michael Davidsaver1-51/+51
2017-12-15pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClassCédric Le Goater2-12/+12
2017-12-15nvram: add AT24Cx i2c eepromMichael Davidsaver2-0/+206
2017-12-15e500: name openpic and pci host bridgeMichael Davidsaver1-0/+4
2017-12-15spapr_cpu_core: instantiate CPUs separatelyGreg Kurz3-21/+11
2017-12-15spapr: Add pseries-2.12 machine typeDavid Gibson2-3/+25
2017-12-15ppc/xics: remove useless if conditionCédric Le Goater1-4/+2
2017-12-15target/ppc: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-15/+8
2017-12-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171214' into s...Peter Maydell7-112/+5
2017-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171213'...Peter Maydell46-828/+1833
2017-12-14Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20171213.0' i...Peter Maydell2-2/+8
2017-12-14tests: test-hmp: print command execution resultVadim Galitsyn1-2/+5
2017-12-14hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth6-110/+0
2017-12-13xilinx_spips: Use memset instead of a for loop to zero registersAlistair Francis1-8/+3
2017-12-13xilinx_spips: Set all of the reset valuesAlistair Francis2-6/+31
2017-12-13xilinx_spips: Update the QSPI Mod ID reset valueAlistair Francis1-0/+1
2017-12-13MAINTAINERS: replace the unavailable email addressZhaoshenglong1-1/+1
2017-12-13hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOSPrasad J Pandit1-0/+1
2017-12-13nvic: Make systick bankedPeter Maydell2-14/+80
2017-12-13nvic: Make nvic_sysreg_ns_ops work with any MemoryRegionPeter Maydell1-3/+7
2017-12-13target/arm: Extend PAR format determinationEdgar E. Iglesias1-4/+29
2017-12-13target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()Peter Maydell3-34/+16
2017-12-13target/arm: Ignore fsr from get_phys_addr() in do_ats_write()Peter Maydell1-6/+10
2017-12-13target/arm: Use ARMMMUFaultInfo in deliver_fault()Peter Maydell1-57/+22
2017-12-13target/arm: Convert get_phys_addr_pmsav8() to not return FSC valuesPeter Maydell1-11/+18
2017-12-13target/arm: Convert get_phys_addr_pmsav7() to not return FSC valuesPeter Maydell1-4/+7
2017-12-13target/arm: Convert get_phys_addr_pmsav5() to not return FSC valuesPeter Maydell1-7/+13
2017-12-13target/arm: Convert get_phys_addr_lpae() to not return FSC valuesPeter Maydell1-23/+18
2017-12-13target/arm: Convert get_phys_addr_v6() to not return FSC valuesPeter Maydell1-18/+22
2017-12-13target/arm: Convert get_phys_addr_v5() to not return FSC valuesPeter Maydell1-15/+18
2017-12-13target/arm: Remove fsr argument from arm_ld*_ptw()Peter Maydell1-13/+11
2017-12-13target/arm: Provide fault type enum and FSR conversion functionsPeter Maydell1-0/+185
2017-12-13target/arm: Implement TT instructionPeter Maydell3-1/+138
2017-12-13target/arm: Factor MPU lookup code out of get_phys_addr_pmsav8()Peter Maydell1-51/+79
2017-12-13target/arm: Create new arm_v7m_mmu_idx_for_secstate_and_priv()Peter Maydell1-5/+16
2017-12-13target/arm: Split M profile MNegPri mmu index into user and privPeter Maydell4-29/+50
2017-12-13target/arm: Add missing M profile case to regime_is_user()Peter Maydell1-0/+1
2017-12-13target/arm: Allow explicit writes to CONTROL.SPSEL in Handler modePeter Maydell1-1/+4
2017-12-13target/arm: Handle SPSEL and current stack being out of sync in MSP/PSP readsPeter Maydell1-6/+4
2017-12-13hw/intc/arm_gicv3_its: Implement full resetEric Auger1-1/+8
2017-12-13linux-headers: update to 4.15-rc1Eric Auger27-411/+74
2017-12-13hw/intc/arm_gicv3_its: Implement a minimalist resetEric Auger1-0/+42
2017-12-13hw/intc/arm_gicv3_its: Don't call post_load on resetEric Auger2-6/+0