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
path:
root
/
hw
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-07
hw/ppc: add a ppc_create_page_sizes_prop() helper routine
Cédric Le Goater
3
-36
/
+51
2016-09-07
hw/ppc: use error_report instead of fprintf
Cédric Le Goater
5
-19
/
+21
2016-09-07
hw/ppc: include fdt helper routine in a common file
Cédric Le Goater
2
-20
/
+2
2016-08-15
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160815' into...
Peter Maydell
2
-0
/
+28
2016-08-13
ppc: parse cpu features once
Greg Kurz
2
-0
/
+28
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-08-10
hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliases
Thomas Huth
2
-18
/
+22
2016-08-10
spapr: remove extra type variable
Cédric Le Goater
1
-9
/
+6
2016-08-08
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into...
Peter Maydell
1
-1
/
+1
2016-08-08
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-1
/
+1
2016-08-08
spapr: Fix undefined behaviour in spapr_tce_reset()
David Gibson
1
-1
/
+3
2016-08-08
spapr: Correctly set query_hotpluggable_cpus hook based on machine version
David Gibson
2
-20
/
+11
2016-08-03
spapr: Error out when CPU hotplug is attempted on older pseries machines
Bharata B Rao
2
-14
/
+12
2016-07-29
spapr: Prevent boot CPU core removal
Bharata B Rao
1
-0
/
+5
2016-07-29
Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...
David Gibson
1
-19
/
+1
2016-07-29
spapr: init CPUState->cpu_index with index relative to core-id
Igor Mammedov
1
-0
/
+4
2016-07-25
spapr: disintricate core-id from DT semantics
Greg Kurz
2
-18
/
+16
2016-07-25
hw/ppc/spapr: Make sure to close the htab_fd when migration is canceled
Thomas Huth
1
-1
/
+8
2016-07-18
spapr: Ensure CPU cores are added contiguously and removed in LIFO order
Bharata B Rao
1
-1
/
+20
2016-07-18
spapr: fix core unplug crash
Greg Kurz
1
-4
/
+2
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-3
/
+4
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+3
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2
-3
/
+3
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-2
/
+2
2016-07-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+1
2016-07-05
ppc/hash64: Add proper real mode translation support
Benjamin Herrenschmidt
1
-0
/
+7
2016-07-05
ppc: simplify ppc_hash64_hpte_page_shift_noslb()
Cédric Le Goater
1
-2
/
+2
2016-07-05
spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)
Alexey Kardashevskiy
5
-19
/
+363
2016-07-05
spapr_iommu: Realloc guest visible TCE table when starting/stopping listening
Alexey Kardashevskiy
2
-6
/
+12
2016-07-05
spapr: Ensure thread0 of CPU core is always realized first
Bharata B Rao
1
-13
/
+16
2016-07-04
hw/ppc: realize the PCI root bus as part of mac99 init
Marcel Apfelbaum
1
-0
/
+1
2016-07-01
spapr: drop duplicate variable in spapr_core_release()
Greg Kurz
1
-2
/
+1
2016-07-01
spapr: do proper error propagation in spapr_cpu_core_realize_child()
Greg Kurz
1
-5
/
+7
2016-07-01
spapr: drop reference on child object during core realization
Greg Kurz
1
-0
/
+1
2016-07-01
spapr: Restore support for 970MP and POWER8NVL CPU cores
Bharata B Rao
1
-2
/
+18
2016-07-01
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
5
-22
/
+23
2016-07-01
ppc/xics: Rename existing xics to xics_spapr
Benjamin Herrenschmidt
4
-10
/
+11
2016-07-01
target-ppc: Eliminate redundant and incorrect function booke206_page_size_to_tlb
Aaron Larson
3
-7
/
+4
2016-07-01
spapr: Restore support for older PowerPC CPU cores
Bharata B Rao
1
-1
/
+8
2016-07-01
spapr: fix write-past-end-of-array error in cpu core device init code
Greg Kurz
1
-2
/
+1
2016-07-01
hw/ppc/spapr: Add some missing hcall function set strings
Thomas Huth
1
-0
/
+3
2016-07-01
ppc: Initial HDEC support
Benjamin Herrenschmidt
1
-5
/
+12
2016-06-27
qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore
Peter Krempa
1
-2
/
+2
2016-06-27
target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIR
Aaron Larson
1
-1
/
+1
2016-06-22
memory: Add reporting of supported page sizes
Alexey Kardashevskiy
1
-0
/
+8
2016-06-22
powerpc/mm: Update the WIMG check during H_ENTER
Aneesh Kumar K.V
1
-1
/
+5
2016-06-20
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+39
2016-06-20
trace: split out trace events for hw/ppc/ directory
Daniel P. Berrange
1
-0
/
+39
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-4
/
+1
2016-06-17
spapr: implement query-hotpluggable-cpus callback
Igor Mammedov
1
-0
/
+34
[next]