index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-07
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160607' into...
Peter Maydell
21
-127
/
+388
2016-06-07
ppc: Do not take exceptions on unknown SPRs in privileged mode
Benjamin Herrenschmidt
1
-2
/
+9
2016-06-07
ppc: Add missing slbfee. instruction on ppc64 BookS processors
Benjamin Herrenschmidt
3
-0
/
+57
2016-06-07
ppc: Fix slbia decode
Benjamin Herrenschmidt
1
-1
/
+1
2016-06-07
ppc: Fix mtmsr decoding
Benjamin Herrenschmidt
1
-1
/
+1
2016-06-07
ppc: POWER7 has lq/stq instructions and stq need to check ISA
Benjamin Herrenschmidt
2
-2
/
+5
2016-06-07
ppc: POWER7 had ACOP and PID registers
Benjamin Herrenschmidt
1
-0
/
+18
2016-06-07
ppc: Batch TLB flushes on 32-bit 6xx/7xx/7xxx in hash mode
Benjamin Herrenschmidt
4
-44
/
+31
2016-06-07
ppc: Fix tlb invalidations on 6xx/7xx/7xxx 32-bit processors
Benjamin Herrenschmidt
1
-0
/
+8
2016-06-07
ppc: Properly tag the translation cache based on MMU mode
Benjamin Herrenschmidt
1
-1
/
+1
2016-06-07
dbdma: use DMA memory interface for memory accesses
Mark Cave-Ayland
1
-6
/
+7
2016-06-07
macio: use DMA memory interface for non-block ATAPI transfers
Mark Cave-Ayland
1
-1
/
+2
2016-06-07
target-ppc: fixup bitrot in mmu_helper.c debug statements
Mark Cave-Ayland
1
-14
/
+24
2016-06-07
spapr_pci: Drop cannot_instantiate_with_device_add_yet=false
Markus Armbruster
1
-1
/
+0
2016-06-07
ppc: fix hrfid, tlbia and slbia privilege
Cédric Le Goater
1
-3
/
+3
2016-06-07
ppc: Fix hreg_store_msr() so that non-HV mode cannot alter MSR:HV
Benjamin Herrenschmidt
2
-4
/
+8
2016-06-07
ppc: Better figure out if processor has HV mode
Benjamin Herrenschmidt
3
-5
/
+22
2016-06-07
spapr: Introduce pseries-2.7 machine type
Bharata B Rao
1
-2
/
+20
2016-06-07
spapr: Increase hotpluggable memory slots to 256
Bharata B Rao
1
-2
/
+12
2016-06-07
spapr_pci: Add and export DMA resetting helper
Alexey Kardashevskiy
2
-2
/
+10
2016-06-07
spapr_pci: Reset DMA config on PHB reset
Alexey Kardashevskiy
1
-6
/
+11
2016-06-07
spapr_iommu: Add root memory region
Alexey Kardashevskiy
3
-7
/
+14
2016-06-07
spapr_iommu: Migrate full state
Alexey Kardashevskiy
3
-3
/
+67
2016-06-07
spapr_iommu: Introduce "enabled" state for TCE table
Alexey Kardashevskiy
4
-37
/
+56
2016-06-07
vmstate: Define VARRAY with VMS_ALLOC
Alexey Kardashevskiy
1
-0
/
+10
2016-06-07
kvm: API to obtain max supported mem slots
Bharata B Rao
2
-0
/
+8
2016-06-07
target-ppc/fpu_helper: Fix efscmp* instructions handling
Talha Imran
1
-1
/
+1
2016-06-06
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160606-...
Peter Maydell
41
-213
/
+1125
2016-06-06
zynqmp: Add the ZCU102 board
Alistair Francis
1
-0
/
+8
2016-06-06
target-arm: Fix TTBR selecting logic on AArch32 Stage 2 translation
Sergey Sorokin
1
-16
/
+22
2016-06-06
char: get rid of qemu_char_get_next_serial
xiaoqiang zhao
2
-17
/
+0
2016-06-06
hw/char: QOM'ify xilinx_uartlite model
xiaoqiang zhao
3
-6
/
+44
2016-06-06
hw/char: QOM'ify stm32f2xx_usart model
xiaoqiang zhao
2
-4
/
+12
2016-06-06
hw/char: QOM'ify digic-uart model
xiaoqiang zhao
2
-4
/
+8
2016-06-06
hw/char: QOM'ify cadence_uart model
xiaoqiang zhao
4
-8
/
+28
2016-06-06
hw/char: QOM'ify pl011 model
xiaoqiang zhao
10
-35
/
+86
2016-06-06
hw/ptimer: Introduce ptimer_get_limit
Dmitry Osipenko
2
-0
/
+6
2016-06-06
hw/ptimer: Support "on the fly" timer mode switch
Dmitry Osipenko
1
-6
/
+7
2016-06-06
hw/ptimer: Update .delta on period/freq change
Dmitry Osipenko
1
-0
/
+2
2016-06-06
hw/ptimer: Perform counter wrap around if timer already expired
Dmitry Osipenko
1
-6
/
+13
2016-06-06
hw/ptimer: Fix issues caused by the adjusted timer limit value
Dmitry Osipenko
1
-20
/
+31
2016-06-06
xlnx-zynqmp: Use the in kernel GIC model for KVM runs
Edgar E. Iglesias
1
-1
/
+3
2016-06-06
xlnx-zynqmp: Delay realization of GIC until post CPU realization
Edgar E. Iglesias
1
-25
/
+31
2016-06-06
xlnx-zynqmp: Make the RPU subsystem optional
Edgar E. Iglesias
2
-24
/
+40
2016-06-06
xlnx-zynqmp: Add a secure prop to en/disable ARM Security Extensions
Edgar E. Iglesias
2
-0
/
+6
2016-06-06
hw/arm/virt: Reject gic-version=host for non-KVM
Cole Robinson
1
-1
/
+5
2016-06-06
i2c: add aspeed i2c controller
Cédric Le Goater
5
-0
/
+521
2016-06-06
hw/intc/gic: RAZ/WI non-sec access to sec interrupts
Jens Wiklander
1
-6
/
+62
2016-06-06
hw/arm/virt: fix limit of 64-bit ACPI/ECAM PCI MMIO range
Ard Biesheuvel
1
-1
/
+2
2016-06-06
target-arm: Don't try to set ESR IL bit in arm_cpu_do_interrupt_aarch64()
Peter Maydell
1
-3
/
+0
[next]