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
2017-03-01
ppc/xics: remove set_nr_servers() handler from XICSStateClass
Cédric Le Goater
5
-112
/
+42
2017-03-01
ppc/xics: remove set_nr_irqs() handler from XICSStateClass
Cédric Le Goater
5
-124
/
+75
2017-03-01
xics: XICS should not be a SysBusDevice
David Gibson
3
-3
/
+4
2017-03-01
spapr/pci: populate PCI DT in reverse order
Greg Kurz
3
-6
/
+38
2017-03-01
target/ppc: add mcrxrx instruction
Nikunj A Dadhania
1
-0
/
+23
2017-03-01
target/ppc: add ov32 flag in divide operations
Nikunj A Dadhania
1
-2
/
+8
2017-03-01
target/ppc: add ov32 flag for multiply low insns
Nikunj A Dadhania
1
-0
/
+6
2017-03-01
target/ppc: use tcg ops for neg instruction
Nikunj A Dadhania
1
-1
/
+4
2017-03-01
target/ppc: update overflow flags for add/sub
Nikunj A Dadhania
1
-2
/
+9
2017-03-01
target/ppc: update ca32 in arithmetic substract
Nikunj A Dadhania
1
-1
/
+10
2017-03-01
target/ppc: update ca32 in arithmetic add
Nikunj A Dadhania
1
-0
/
+21
2017-03-01
target/ppc: support for 32-bit carry and overflow
Nikunj A Dadhania
4
-5
/
+38
2017-03-01
target/ppc: Correct SDR1 masking
David Gibson
2
-1
/
+7
2017-03-01
target/ppc: Remove the function ppc_hash64_set_sdr1()
Suraj Jitindar Singh
3
-27
/
+5
2017-03-01
target/ppc: Manage external HPT via virtual hypervisor
David Gibson
10
-88
/
+125
2017-03-01
target/ppc: Eliminate htab_base and htab_mask variables
David Gibson
8
-62
/
+73
2017-03-01
target/ppc: Cleanup HPTE accessors for 64-bit hash MMU
David Gibson
4
-98
/
+89
2017-03-01
target/ppc: SDR1 is a hypervisor resource
David Gibson
2
-9
/
+19
2017-03-01
target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()
David Gibson
3
-11
/
+5
2017-03-01
pseries: Minor cleanups to HPT management hypercalls
David Gibson
1
-30
/
+28
2017-03-01
target/ppc: Fix KVM-HV HPTE accessors
David Gibson
5
-84
/
+73
2017-03-01
sysemu: support up to 1024 vCPUs
Greg Kurz
1
-1
/
+1
2017-03-01
target/ppc: introduce helper_update_ov_legacy
Nikunj A Dadhania
1
-21
/
+13
2017-03-01
spapr: generate DT node names
Laurent Vivier
1
-14
/
+276
2017-03-01
PCI: add missing classes in pci_ids.h to build device tree
Laurent Vivier
1
-9
/
+103
2017-03-01
target/ppc: optimize gen_write_xer()
Nikunj A Dadhania
1
-6
/
+3
2017-03-01
target/ppc: move cpu_[read, write]_xer to cpu.c
Nikunj A Dadhania
3
-12
/
+39
2017-02-28
vhost-user: delay vhost_user_stop
Marc-André Lureau
1
-7
/
+46
2017-02-28
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
11
-87
/
+289
2017-02-28
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
13
-15
/
+44
2017-02-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...
Peter Maydell
26
-331
/
+1897
2017-02-28
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2
-10
/
+10
2017-02-28
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170228' into staging
Peter Maydell
2
-0
/
+4
2017-02-28
hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster ID
Krzysztof Kozlowski
1
-0
/
+12
2017-02-28
hw/arm/exynos: Fix Linux kernel division by zero for PLLs
Krzysztof Kozlowski
3
-1
/
+171
2017-02-28
bcm2835_sdhost: add bcm2835 sdhost controller
Clement Deschamps
3
-0
/
+478
2017-02-28
armv7m: Allow SHCSR writes to change pending and active bits
Peter Maydell
1
-2
/
+11
2017-02-28
armv7m: Raise correct kind of UsageFault for attempts to execute ARM code
Peter Maydell
4
-2
/
+12
2017-02-28
armv7m: Check exception return consistency
Peter Maydell
3
-13
/
+123
2017-02-28
armv7m: Extract "exception taken" code into functions
Peter Maydell
1
-50
/
+68
2017-02-28
armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLE
Michael Davidsaver
1
-2
/
+6
2017-02-28
armv7m: Simpler and faster exception start
Michael Davidsaver
1
-6
/
+9
2017-02-28
armv7m: Remove unused armv7m_nvic_acknowledge_irq() return value
Peter Maydell
3
-5
/
+3
2017-02-28
armv7m: Escalate exceptions to HardFault if necessary
Michael Davidsaver
2
-2
/
+53
2017-02-28
arm: gic: Remove references to NVIC
Michael Davidsaver
3
-46
/
+15
2017-02-28
armv7m: Fix condition check for taking exceptions
Peter Maydell
3
-8
/
+23
2017-02-28
armv7m: Rewrite NVIC to not use any GIC code
Michael Davidsaver
2
-144
/
+609
2017-02-28
armv7m: Implement reading and writing of PRIGROUP
Peter Maydell
1
-6
/
+8
2017-02-28
armv7m: Rename nvic_state to NVICState
Peter Maydell
1
-22
/
+22
2017-02-28
ARM i.MX timers: fix reset handling
Kurban Mallachiev
1
-8
/
+25
[next]