index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr_cpu_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_...
Igor Mammedov
2017-05-11
1
-12
/
+2
*
spapr: add node-id property to sPAPR core
Igor Mammedov
2017-05-11
1
-3
/
+8
*
spapr-cpu-core: Release ICPState object during CPU unrealization
Bharata B Rao
2017-04-26
1
-0
/
+1
*
spapr: allocate the ICPState object from under sPAPRCPUCore
Cédric Le Goater
2017-04-26
1
-4
/
+14
*
spapr: move the IRQ server number mapping under the machine
Cédric Le Goater
2017-04-26
1
-1
/
+1
*
ppc/xics: introduce an 'intc' backlink under PowerPCCPU
Cédric Le Goater
2017-04-26
1
-1
/
+3
*
spapr: ensure that all threads within core are on the same NUMA node
Igor Mammedov
2017-03-06
1
-8
/
+15
*
hw/ppc/spapr: Add POWER9 to pseries cpu models
Suraj Jitindar Singh
2017-03-03
1
-0
/
+3
*
ppc/xics: use the QOM interface to grab an ICP
Cédric Le Goater
2017-03-01
1
-2
/
+2
*
target/ppc: Manage external HPT via virtual hypervisor
David Gibson
2017-03-01
1
-2
/
+15
*
target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()
David Gibson
2017-03-01
1
-2
/
+1
*
spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.c
Igor Mammedov
2017-02-22
1
-138
/
+0
*
spapr: cpu core: separate child threads destruction from machine state operat...
Igor Mammedov
2017-02-22
1
-5
/
+10
*
ppc: Clean up and QOMify hypercall emulation
David Gibson
2017-01-31
1
-0
/
+1
*
pseries: Always use core objects for CPU construction
David Gibson
2017-01-31
1
-18
/
+19
*
Move target-* CPU file into a target/ folder
Thomas Huth
2016-12-20
1
-3
/
+3
*
pseries: Split device tree construction from device tree load
David Gibson
2016-10-28
1
-1
/
+1
*
numa: reduce code duplication by adding helper numa_get_node_for_cpu()
Igor Mammedov
2016-10-10
1
-4
/
+2
*
spapr: fix check of cpu alias name in spapr_get_cpu_core_type()
Greg Kurz
2016-10-06
1
-4
/
+4
*
spapr: Introduce sPAPRCPUCoreClass
Bharata B Rao
2016-09-23
1
-66
/
+38
*
hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliases
Thomas Huth
2016-08-10
1
-17
/
+21
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into...
Peter Maydell
2016-08-08
1
-1
/
+1
|
\
|
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2016-08-08
1
-1
/
+1
*
|
spapr: Correctly set query_hotpluggable_cpus hook based on machine version
David Gibson
2016-08-08
1
-5
/
+2
|
/
*
spapr: Error out when CPU hotplug is attempted on older pseries machines
Bharata B Rao
2016-08-03
1
-13
/
+6
*
spapr: Prevent boot CPU core removal
Bharata B Rao
2016-07-29
1
-0
/
+5
*
Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...
David Gibson
2016-07-29
1
-19
/
+1
*
spapr: init CPUState->cpu_index with index relative to core-id
Igor Mammedov
2016-07-29
1
-0
/
+4
*
spapr: disintricate core-id from DT semantics
Greg Kurz
2016-07-25
1
-13
/
+11
*
spapr: Ensure CPU cores are added contiguously and removed in LIFO order
Bharata B Rao
2016-07-18
1
-1
/
+20
*
spapr: fix core unplug crash
Greg Kurz
2016-07-18
1
-4
/
+2
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-2
/
+2
*
spapr: Ensure thread0 of CPU core is always realized first
Bharata B Rao
2016-07-05
1
-13
/
+16
*
spapr: drop duplicate variable in spapr_core_release()
Greg Kurz
2016-07-01
1
-2
/
+1
*
spapr: do proper error propagation in spapr_cpu_core_realize_child()
Greg Kurz
2016-07-01
1
-5
/
+7
*
spapr: drop reference on child object during core realization
Greg Kurz
2016-07-01
1
-0
/
+1
*
spapr: Restore support for 970MP and POWER8NVL CPU cores
Bharata B Rao
2016-07-01
1
-2
/
+18
*
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
2016-07-01
1
-2
/
+2
*
spapr: Restore support for older PowerPC CPU cores
Bharata B Rao
2016-07-01
1
-1
/
+8
*
spapr: fix write-past-end-of-array error in cpu core device init code
Greg Kurz
2016-07-01
1
-2
/
+1
*
spapr: CPU hot unplug support
Bharata B Rao
2016-06-17
1
-0
/
+59
*
spapr: CPU hotplug support
Bharata B Rao
2016-06-17
1
-0
/
+80
*
spapr: convert boot CPUs into CPU core devices
Bharata B Rao
2016-06-17
1
-0
/
+58
*
spapr: Move spapr_cpu_init() to spapr_cpu_core.c
Bharata B Rao
2016-06-17
1
-0
/
+48
*
spapr: Abstract CPU core device and type specific core devices
Bharata B Rao
2016-06-17
1
-0
/
+160
[prev]