Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-ppc (date)
[
Thread Index
][
Top
][
All Lists
][
qemu-ppc info page
]
Advanced
[
Prev Period
]
Last Modified: Fri Dec 31 2021 02:40:59 -0500
Messages in reverse chronological order
[
Next Period
]
December 31, 2021
Re: [PATCH v2 2/5] target/ppc: powerpc_excp: Add excp_vectors bounds check
,
Cédric Le Goater
,
02:40
[PATCH] target/ppc: Check effective address validity
,
Cédric Le Goater
,
02:31
December 30, 2021
Re: [PATCH v2 00/23] hw: Have DMA APIs take MemTxAttrs arg & propagate MemTxResult (full)
,
Philippe Mathieu-Daudé
,
19:01
Re: [PATCH v2 14/23] dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
,
Philippe Mathieu-Daudé
,
18:59
Re: [PATCH 0/3] Reorg ppc64 pmu insn counting
,
Daniel Henrique Barboza
,
17:12
Re: [PATCH v2 3/5] target/ppc: powerpc_excp: Set vector earlier
,
Richard Henderson
,
17:06
Re: [PATCH v2 2/5] target/ppc: powerpc_excp: Add excp_vectors bounds check
,
Richard Henderson
,
17:05
Re: [PATCH v2 00/23] hw: Have DMA APIs take MemTxAttrs arg & propagate MemTxResult (full)
,
Philippe Mathieu-Daudé
,
11:07
December 29, 2021
[PATCH v2 5/5] target/ppc: powerpc_excp: Stop passing excp_model around
,
Fabiano Rosas
,
11:58
[PATCH v2 3/5] target/ppc: powerpc_excp: Set vector earlier
,
Fabiano Rosas
,
11:58
[PATCH v2 4/5] target/ppc: powerpc_excp: Move system call vectored code together
,
Fabiano Rosas
,
11:58
[PATCH v2 2/5] target/ppc: powerpc_excp: Add excp_vectors bounds check
,
Fabiano Rosas
,
11:58
[PATCH v2 0/5] target/ppc: powerpc_excp improvements (1/n)
,
Fabiano Rosas
,
11:58
[PATCH v2 1/5] target/ppc: powerpc_excp: Set alternate SRRs directly
,
Fabiano Rosas
,
11:58
Re: [RFC v2 00/12] target/ppc: powerpc_excp improvements
,
Fabiano Rosas
,
09:18
December 28, 2021
[PATCH 16/17] pnv_phb4.c: do not set 'root-bus' as bus name
,
Daniel Henrique Barboza
,
14:39
[PATCH 15/17] ppc/pnv: Introduce user creatable pnv-phb4 devices
,
Daniel Henrique Barboza
,
14:39
[PATCH 17/17] pnv_phb4.c: change TYPE_PNV_PHB4_ROOT_BUS name
,
Daniel Henrique Barboza
,
14:39
[PATCH 14/17] Revert "ppc/pnv: Introduce support for user created PHB4 devices"
,
Daniel Henrique Barboza
,
14:39
[PATCH 11/17] pnv_phb4_pec.c: use pnv_pec_get_phb_id() in pnv_pec_dt_xscom()
,
Daniel Henrique Barboza
,
14:39
[PATCH 12/17] pnv_phb4_pec.c: use 'default_enabled()' to init stack->phb
,
Daniel Henrique Barboza
,
14:39
[PATCH 13/17] pnv_phb4.h: turn phb into a pointer in struct PnvPhb4PecStack
,
Daniel Henrique Barboza
,
14:39
[PATCH 10/17] pnv_phb4.c: introduce pnv_pec_init_stack_xscom()
,
Daniel Henrique Barboza
,
14:39
[PATCH 06/17] pnv_phb4.c: attach default root port in phb4 realize()
,
Daniel Henrique Barboza
,
14:39
[PATCH 04/17] pnv_phb4.c: add unique chassis and slot for pnv_phb4_root_port
,
Daniel Henrique Barboza
,
14:39
[PATCH 09/17] pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.c
,
Daniel Henrique Barboza
,
14:39
[PATCH 08/17] pnv_phb4.c: introduce pnv_phb4_set_stack_phb_props()
,
Daniel Henrique Barboza
,
14:39
[PATCH 03/17] pnv_phb3.h: change TYPE_PNV_PHB3_ROOT_BUS name
,
Daniel Henrique Barboza
,
14:39
[PATCH 07/17] pnv_phb4.c: check if root port exists in rc_config functions
,
Daniel Henrique Barboza
,
14:39
[PATCH 05/17] pnv.c: simplify pnv_phb_attach_root_port()
,
Daniel Henrique Barboza
,
14:38
[PATCH 02/17] pnv_phb3.c: do not set 'root-bus' as bus name
,
Daniel Henrique Barboza
,
14:38
[PATCH 01/17] pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port
,
Daniel Henrique Barboza
,
14:38
[PATCH 00/17] ppc/pnv: enable pnv-phb4 user devices
,
Daniel Henrique Barboza
,
14:38
[PATCH v2] target/ppc: do not silence snan in xscvspdpn
,
matheus . ferst
,
07:03
Re: [PATCH] target/ppc: Fix e6500 boot
,
address@hidden
,
06:32
December 27, 2021
Re: [PATCH] target/ppc: Fix e6500 boot
,
BALATON Zoltan
,
15:34
Re: [PATCH] target/ppc: Fix e6500 boot
,
BALATON Zoltan
,
15:31
Re: [PATCH] target/ppc: Fix e6500 boot
,
Fabiano Rosas
,
15:06
Re: [PATCH] target/ppc: Fix e6500 boot
,
address@hidden
,
14:12
Re: [RFC v2 05/12] target/ppc: powerpc_excp: Standardize arguments to interrupt code
,
Fabiano Rosas
,
12:13
December 26, 2021
Re: [PATCH] target/ppc: Fix e6500 boot
,
Cédric Le Goater
,
12:58
Re: [RFC v2 00/12] target/ppc: powerpc_excp improvements
,
Cédric Le Goater
,
11:48
December 25, 2021
Re: [PATCH] target/ppc: Fix e6500 boot
,
BALATON Zoltan
,
16:53
Re: [PATCH] target/ppc: Fix e6500 boot
,
address@hidden
,
13:46
Re: [RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier
,
Nicholas Piggin
,
05:46
Re: [RFC v2 05/12] target/ppc: powerpc_excp: Standardize arguments to interrupt code
,
David Gibson
,
01:58
Re: [RFC v2 04/12] target/ppc: powerpc_excp: Stop passing excp_model around
,
David Gibson
,
01:58
December 24, 2021
Re: [PATCH 3/8] ppc/ppc405: Activate MMU logs
,
Richard Henderson
,
14:58
Re: [PATCH 3/8] ppc/ppc405: Activate MMU logs
,
BALATON Zoltan
,
07:57
Re: [PATCH v2] hw: Add compat machines for 7.0
,
Andrew Jones
,
07:01
Re: [PATCH for-7.0] hw: Add compat machines for 7.0
,
Andrew Jones
,
06:56
Re: [RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier
,
Fabiano Rosas
,
06:14
December 23, 2021
Re: [RFC v2 01/12] target/ppc: powerpc_excp: Set alternate SRRs directly
,
David Gibson
,
19:56
Re: [RFC v2 04/12] target/ppc: powerpc_excp: Stop passing excp_model around
,
Richard Henderson
,
19:13
Re: [RFC v2 03/12] target/ppc: powerpc_excp: Move system call vectored code together
,
Richard Henderson
,
19:12
Re: [RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier
,
Richard Henderson
,
19:11
Re: [PATCH 0/3] Reorg ppc64 pmu insn counting
,
Daniel Henrique Barboza
,
17:47
Re: [PATCH 8/8] ppc/ppc405: Dump specific registers
,
Richard Henderson
,
16:49
Re: [PATCH 7/8] ppc/ppc405: Introduce a store helper for SPR_40x_PID
,
Richard Henderson
,
16:44
Re: [PATCH 6/8] ppc/ppc405: Fix timer initialization
,
Richard Henderson
,
16:44
Re: [PATCH 5/8] ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPU
,
Richard Henderson
,
16:42
Re: [PATCH 4/8] ppc/ppc405: Restore TCR and STR write handlers
,
Richard Henderson
,
16:36
Re: [PATCH 3/8] ppc/ppc405: Activate MMU logs
,
Richard Henderson
,
16:35
Re: [PATCH 1/8] target/ppc: Print out literal exception names in logs
,
Richard Henderson
,
16:32
Re: [PATCH 0/3] Reorg ppc64 pmu insn counting
,
Richard Henderson
,
16:19
Re: [PATCH v2 2/5] target/ppc/power8-pmu-insn-cnt: introduce inc_spr_if_cond()
,
Richard Henderson
,
16:14
Re: [PATCH 0/3] Reorg ppc64 pmu insn counting
,
Daniel Henrique Barboza
,
15:36
[PATCH v2 5/5] target/ppc/power8-pmu.c: remove helper_insns_inc()
,
Daniel Henrique Barboza
,
15:18
[PATCH v2 4/5] target/ppc/power8-pmu-insn-cnt: add pmu_check_overflow()
,
Daniel Henrique Barboza
,
15:18
[PATCH v2 2/5] target/ppc/power8-pmu-insn-cnt: introduce inc_spr_if_cond()
,
Daniel Henrique Barboza
,
15:18
[PATCH v2 3/5] target/ppc/power8-pmu-insn-cnt: add PMCs1-4 insn count
,
Daniel Henrique Barboza
,
15:18
[PATCH v2 1/5] target/ppc: introduce power8-pmu-insn-cnt.c.inc
,
Daniel Henrique Barboza
,
15:18
[PATCH v2 0/5] Re-write PPC64 PMU instruction count using TCG Ops
,
Daniel Henrique Barboza
,
15:18
Re: [PATCH] target/ppc: Improve logging in Radix MMU
,
Richard Henderson
,
11:18
[PATCH v2 23/23] pci: Let ld*_pci_dma() propagate MemTxResult
,
Philippe Mathieu-Daudé
,
07:01
[PATCH v2 22/23] pci: Let st*_pci_dma() propagate MemTxResult
,
Philippe Mathieu-Daudé
,
07:01
[PATCH v2 21/23] pci: Let ld*_pci_dma() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
07:00
[PATCH v2 20/23] pci: Let st*_pci_dma() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
07:00
[PATCH v2 19/23] hw/scsi/megasas: Use uint32_t for reply queue head/tail values
,
Philippe Mathieu-Daudé
,
07:00
[PATCH v2 18/23] dma: Let ld*_dma() propagate MemTxResult
,
Philippe Mathieu-Daudé
,
07:00
[PATCH v2 17/23] dma: Let st*_dma() propagate MemTxResult
,
Philippe Mathieu-Daudé
,
07:00
[PATCH v2 16/23] dma: Let ld*_dma() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:59
[PATCH v2 15/23] dma: Let st*_dma() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:59
[PATCH v2 14/23] dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
,
Philippe Mathieu-Daudé
,
06:59
[PATCH v2 13/23] dma: Let dma_buf_rw() propagate MemTxResult
,
Philippe Mathieu-Daudé
,
06:59
[PATCH v2 12/23] dma: Let dma_buf_read() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:59
[PATCH v2 11/23] dma: Let dma_buf_write() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:58
[PATCH v2 10/23] dma: Let dma_buf_rw() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:58
[PATCH v2 09/23] dma: Let pci_dma_rw() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:58
[PATCH v2 08/23] dma: Have dma_buf_read() / dma_buf_write() take a void pointer
,
Philippe Mathieu-Daudé
,
06:58
[PATCH v2 07/23] dma: Have dma_buf_rw() take a void pointer
,
Philippe Mathieu-Daudé
,
06:57
[PATCH v2 06/23] dma: Let dma_memory_map() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:57
[PATCH v2 05/23] dma: Let dma_memory_read/write() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:57
[PATCH v2 04/23] dma: Let dma_memory_rw() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:57
[PATCH v2 03/23] dma: Let dma_memory_rw_relaxed() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:57
[PATCH v2 02/23] dma: Let dma_memory_set() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:56
[PATCH v2 01/23] dma: Let dma_memory_valid() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
06:56
[PATCH v2 00/23] hw: Have DMA APIs take MemTxAttrs arg & propagate MemTxResult (full)
,
Philippe Mathieu-Daudé
,
06:56
Re: [PATCH 02/15] ppc: Mark the 'taihu' machine as deprecated
,
Philippe Mathieu-Daudé
,
04:05
Re: [PATCH] Adding Cédric's repos in MAINTAINERS file.
,
Cédric Le Goater
,
03:32
December 22, 2021
Re: [PATCH 1/8] target/ppc: Print out literal exception names in logs
,
David Gibson
,
23:32
Re: [PATCH 2/8] ppc/ppc4xx: Convert printfs()
,
David Gibson
,
23:32
[PATCH 0/3] Reorg ppc64 pmu insn counting
,
Richard Henderson
,
22:02
[PATCH 1/3] target/ppc: Cache per-pmc insn and cycle count settings
,
Richard Henderson
,
22:02
[PATCH 2/3] target/ppc: Rewrite pmu_increment_insns
,
Richard Henderson
,
22:02
[PATCH 3/3] target/ppc: Use env->pnc_cyc_cnt
,
Richard Henderson
,
22:02
Re: [PATCH 0/8] Re-write PPC64 PMU instruction count using TCG Ops
,
Richard Henderson
,
21:43
Re: [PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs
,
Daniel Henrique Barboza
,
13:16
Re: [PATCH 5/5] ppc/pnv: Attach PHB4 root port device when defaults are enabled
,
Daniel Henrique Barboza
,
13:13
Re: [PATCH 4/5] ppc/pnv: Attach PHB3 root port device when defaults are enabled
,
Daniel Henrique Barboza
,
13:13
Re: [PATCH 3/5] ppc/pnv: Remove the PHB4 "device-id" property
,
Daniel Henrique Barboza
,
13:12
Re: [PATCH 2/5] ppc/pnv: Remove PHB4 reset handler
,
Daniel Henrique Barboza
,
13:12
Re: [PATCH 1/5] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
,
Daniel Henrique Barboza
,
13:11
Re: [PATCH 1/8] target/ppc: introduce power8-pmu-insn-cnt.c.inc
,
Daniel Henrique Barboza
,
13:10
Re: [PATCH 1/8] target/ppc: introduce power8-pmu-insn-cnt.c.inc
,
Cédric Le Goater
,
13:00
[PATCH 8/8] target/ppc/power8-pmu.c: remove helper_insns_inc()
,
Daniel Henrique Barboza
,
08:46
[PATCH 7/8] target/ppc/power8-pmu-insn-cnt: add pmu_check_overflow()
,
Daniel Henrique Barboza
,
08:46
[PATCH 6/8] target/ppc/power8-pmu-insn-cnt.c: add pmu_inc_pmc4()
,
Daniel Henrique Barboza
,
08:46
[PATCH 5/8] target/ppc/power8-pmu-insn-cnt: add pmu_inc_pmc3()
,
Daniel Henrique Barboza
,
08:45
[PATCH 4/8] target/ppc/power8-pmu-insn-cnt: add pmu_inc_pmc2()
,
Daniel Henrique Barboza
,
08:45
[PATCH 3/8] target/ppc/power8-pmu-insn-cnt: add pmu_inc_pmc1()
,
Daniel Henrique Barboza
,
08:45
[PATCH 2/8] target/ppc/power8-pmu-insn-cnt: add pmu_inc_pmc5()
,
Daniel Henrique Barboza
,
08:45
[PATCH 1/8] target/ppc: introduce power8-pmu-insn-cnt.c.inc
,
Daniel Henrique Barboza
,
08:45
[PATCH 0/8] Re-write PPC64 PMU instruction count using TCG Ops
,
Daniel Henrique Barboza
,
08:45
Re: [PATCH 1/8] target/ppc: Print out literal exception names in logs
,
Fabiano Rosas
,
05:00
[PATCH] target/ppc: Improve logging in Radix MMU
,
Cédric Le Goater
,
02:10
Re: [RFC v2 04/12] target/ppc: powerpc_excp: Stop passing excp_model around
,
Cédric Le Goater
,
01:48
Re: [RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier
,
Cédric Le Goater
,
01:48
Re: [RFC v2 03/12] target/ppc: powerpc_excp: Move system call vectored code together
,
Cédric Le Goater
,
01:48
Re: [RFC v2 01/12] target/ppc: powerpc_excp: Set alternate SRRs directly
,
Cédric Le Goater
,
01:47
Re: [PATCH 4/4] dma: Let ld*_dma() propagate MemTxResult
,
Cédric Le Goater
,
01:46
Re: [PATCH 3/4] dma: Let st*_dma() propagate MemTxResult
,
Cédric Le Goater
,
01:46
Re: [PATCH 2/4] dma: Let ld*_dma() take MemTxAttrs argument
,
Cédric Le Goater
,
01:44
Re: [PATCH 1/4] dma: Let st*_dma() take MemTxAttrs argument
,
Cédric Le Goater
,
01:44
[PATCH 7/8] ppc/ppc405: Introduce a store helper for SPR_40x_PID
,
Cédric Le Goater
,
01:41
[PATCH 8/8] ppc/ppc405: Dump specific registers
,
Cédric Le Goater
,
01:41
[PATCH 6/8] ppc/ppc405: Fix timer initialization
,
Cédric Le Goater
,
01:41
[PATCH 0/8] ppc/ppc405: Fixes
,
Cédric Le Goater
,
01:41
[PATCH 2/8] ppc/ppc4xx: Convert printfs()
,
Cédric Le Goater
,
01:41
[PATCH 5/8] ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPU
,
Cédric Le Goater
,
01:41
[PATCH 3/8] ppc/ppc405: Activate MMU logs
,
Cédric Le Goater
,
01:41
[PATCH 4/8] ppc/ppc405: Restore TCR and STR write handlers
,
Cédric Le Goater
,
01:41
[PATCH 1/8] target/ppc: Print out literal exception names in logs
,
Cédric Le Goater
,
01:41
[PATCH 3/5] ppc/pnv: Remove the PHB4 "device-id" property
,
Cédric Le Goater
,
01:39
[PATCH 2/5] ppc/pnv: Remove PHB4 reset handler
,
Cédric Le Goater
,
01:39
[PATCH 5/5] ppc/pnv: Attach PHB4 root port device when defaults are enabled
,
Cédric Le Goater
,
01:39
[PATCH 4/5] ppc/pnv: Attach PHB3 root port device when defaults are enabled
,
Cédric Le Goater
,
01:38
[PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs
,
Cédric Le Goater
,
01:38
[PATCH 1/5] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
,
Cédric Le Goater
,
01:38
December 21, 2021
Re: [RFC v2 01/12] target/ppc: powerpc_excp: Set alternate SRRs directly
,
Richard Henderson
,
18:32
Re: [PATCH 4/4] dma: Let ld*_dma() propagate MemTxResult
,
Richard Henderson
,
18:09
Re: [PATCH 3/4] dma: Let st*_dma() propagate MemTxResult
,
Richard Henderson
,
18:07
Re: [PATCH 2/4] dma: Let ld*_dma() take MemTxAttrs argument
,
Richard Henderson
,
18:07
Re: [PATCH 1/4] dma: Let st*_dma() take MemTxAttrs argument
,
Richard Henderson
,
18:06
December 20, 2021
Re: [PATCH] tests/tcg/ppc64le: remove INT128 requirement to run non_signalling_xscv
,
Richard Henderson
,
14:18
[RFC v2 11/12] target/ppc: Create new files for book3s, booke and ppc32 exception code
,
Fabiano Rosas
,
13:20
[RFC v2 12/12] target/ppc: Do not enable all interrupts when running KVM
,
Fabiano Rosas
,
13:20
[RFC v2 09/12] target/ppc: Use common code for Hypervisor interrupts
,
Fabiano Rosas
,
13:19
[RFC v2 10/12] target/ppc: Split powerpc_excp into book3s, booke and 32 bit
,
Fabiano Rosas
,
13:19
[RFC v2 06/12] target/ppc: Extract interrupt routines into a new file
,
Fabiano Rosas
,
13:19
[RFC v2 08/12] target/ppc: Remove unimplemented interrupt code
,
Fabiano Rosas
,
13:19
[RFC v2 05/12] target/ppc: powerpc_excp: Standardize arguments to interrupt code
,
Fabiano Rosas
,
13:19
[RFC v2 07/12] target/ppc: Introduce PPCInterrupt
,
Fabiano Rosas
,
13:19
[RFC v2 03/12] target/ppc: powerpc_excp: Move system call vectored code together
,
Fabiano Rosas
,
13:19
[RFC v2 04/12] target/ppc: powerpc_excp: Stop passing excp_model around
,
Fabiano Rosas
,
13:19
[RFC v2 01/12] target/ppc: powerpc_excp: Set alternate SRRs directly
,
Fabiano Rosas
,
13:19
[RFC v2 00/12] target/ppc: powerpc_excp improvements
,
Fabiano Rosas
,
13:19
[RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier
,
Fabiano Rosas
,
13:19
Re: [PATCH 00/15] ppc/ppc405: decade cleanup
,
Cédric Le Goater
,
13:18
Re: [PATCH] tests/tcg/ppc64le: remove INT128 requirement to run non_signalling_xscv
,
Matheus K. Ferst
,
13:08
Re: [PATCH 00/15] ppc/ppc405: decade cleanup
,
Philippe Mathieu-Daudé
,
13:07
Re: [PATCH 00/15] ppc/ppc405: decade cleanup
,
Cédric Le Goater
,
11:12
Re: [PATCH] linux-user: Remove the deprecated ppc64abi32 target
,
Laurent Vivier
,
11:01
December 18, 2021
[PATCH 4/4] dma: Let ld*_dma() propagate MemTxResult
,
Philippe Mathieu-Daudé
,
09:51
[PATCH 3/4] dma: Let st*_dma() propagate MemTxResult
,
Philippe Mathieu-Daudé
,
09:51
[PATCH 2/4] dma: Let ld*_dma() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
09:51
[PATCH 0/4] hw: Have DMA API take MemTxAttrs arg & propagate MemTxResult (part 3)
,
Philippe Mathieu-Daudé
,
09:51
[PATCH 1/4] dma: Let st*_dma() take MemTxAttrs argument
,
Philippe Mathieu-Daudé
,
09:51
Re: [PATCH 00/15] ppc/ppc405: decade cleanup
,
Cédric Le Goater
,
04:33
December 17, 2021
Re: [PATCH] tests/tcg/ppc64le: remove INT128 requirement to run non_signalling_xscv
,
Richard Henderson
,
18:54
Re: [PULL v3 000/101] ppc queue
,
Richard Henderson
,
15:15
Re: [PATCH v2] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
,
Fabiano Rosas
,
13:08
[PULL v3 000/101] ppc queue
,
Cédric Le Goater
,
12:37
Re: [PULL v2 000/101] ppc queue
,
Richard Henderson
,
12:34
Re: [PULL v2 000/101] ppc queue
,
Cédric Le Goater
,
12:32
Re: [PULL v2 000/101] ppc queue
,
Richard Henderson
,
12:24
Re: [PATCH 00/15] ppc/ppc405: decade cleanup
,
Cédric Le Goater
,
12:18
Re: [PATCH 00/15] ppc/ppc405: decade cleanup
,
Christophe Leroy
,
11:50
Re: [PULL v2 000/101] ppc queue
,
Cédric Le Goater
,
11:46
Re: [PULL v2 000/101] ppc queue
,
Richard Henderson
,
11:33
Re: [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
,
Daniel P . Berrangé
,
10:02
Re: [PATCH v2] hw: Add compat machines for 7.0
,
Daniel P . Berrangé
,
10:01
Re: [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
,
Alex Bennée
,
09:55
Re: [PATCH v2] hw: Add compat machines for 7.0
,
Christian Borntraeger
,
09:42
[PATCH v2] hw: Add compat machines for 7.0
,
Cornelia Huck
,
09:40
Re: [PATCH for-7.0] hw: Add compat machines for 7.0
,
Cornelia Huck
,
09:30
Re: [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
,
Daniel P . Berrangé
,
08:44
Re: [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
,
Daniel P . Berrangé
,
08:40
Re: [PATCH for-7.0] hw: Add compat machines for 7.0
,
Daniel P . Berrangé
,
08:34
Re: [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
,
Alex Bennée
,
07:16
Re: [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
,
Laurent Vivier
,
06:42
Re: [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
,
Alex Bennée
,
06:24
Re: [PATCH v3 00/28] glib: Replace g_memdup() by g_memdup2()
,
Laurent Vivier
,
05:59
Re: [PATCH v3 28/28] checkpatch: Do not allow deprecated g_memdup()
,
Laurent Vivier
,
05:58
Re: [PATCH v3 24/28] tests/qtest: Replace g_memdup() by g_memdup2()
,
Laurent Vivier
,
05:57
Re: [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
,
Laurent Vivier
,
05:55
Re: [PATCH for-7.0] hw: Add compat machines for 7.0
,
Cornelia Huck
,
03:14
December 16, 2021
[PULL 089/101] ppc/pnv: Introduce a "chip" property under PHB3
,
Cédric Le Goater
,
15:28
[PULL 100/101] ppc/pnv: Move realize of PEC stacks under the PEC model
,
Cédric Le Goater
,
15:28
[PULL 098/101] ppc/pnv: Compute the PHB index from the PHB4 PEC model
,
Cédric Le Goater
,
15:28
[PULL 094/101] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
,
Cédric Le Goater
,
15:28
[PULL 079/101] target/ppc: Fix e6500 boot
,
Cédric Le Goater
,
15:28
[PULL 084/101] target/ppc: PMU: update counters on MMCR1 write
,
Cédric Le Goater
,
15:28
[PULL 097/101] ppc/pnv: Introduce a num_stack class attribute
,
Cédric Le Goater
,
15:28
[PULL 086/101] target/ppc: enable PMU instruction count
,
Cédric Le Goater
,
15:28
[PULL 085/101] target/ppc: enable PMU counter overflow with cycle events
,
Cédric Le Goater
,
15:28
[PULL 082/101] target/ppc: PMU basic cycle count for pseries TCG
,
Cédric Le Goater
,
15:28
[PULL 099/101] ppc/pnv: Remove "system-memory" property from PHB4 PEC
,
Cédric Le Goater
,
15:28
[PULL 083/101] target/ppc: PMU: update counters on PMCs r/w
,
Cédric Le Goater
,
15:28
[PULL 101/101] ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devices
,
Cédric Le Goater
,
15:28
[PULL 088/101] PPC64/TCG: Implement 'rfebb' instruction
,
Cédric Le Goater
,
15:28
[PULL 090/101] ppc/pnv: Use the chip class to check the index of PHB3 devices
,
Cédric Le Goater
,
15:28
[PULL 057/101] target/ppc: Fix MPCxxx FPU interrupt address
,
Cédric Le Goater
,
15:28
[PULL 075/101] target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
,
Cédric Le Goater
,
15:28
[PULL 093/101] ppc/pnv: Use QOM hierarchy to scan PHB3 devices
,
Cédric Le Goater
,
15:28
[PULL 092/101] ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
,
Cédric Le Goater
,
15:28
[PULL 073/101] ppc/ppc405: Fix bi_pci_enetaddr2 field in U-Boot board information
,
Cédric Le Goater
,
15:28
[PULL 078/101] target/ppc: move xscvqpdp to decodetree
,
Cédric Le Goater
,
15:28
[PULL 063/101] ppc: Add trace-events for DCR accesses
,
Cédric Le Goater
,
15:28
[PULL 074/101] ppc/ppc405: Add update of bi_procfreq field
,
Cédric Le Goater
,
15:28
[PULL 096/101] ppc/pnv: Introduce a "chip" property under the PHB4 model
,
Cédric Le Goater
,
15:28
[PULL 076/101] target/ppc: Move xs{max,min}[cj]dp to decodetree
,
Cédric Le Goater
,
15:28
[PULL 070/101] ppc/ppc405: Introduce ppc405_set_default_bootinfo()
,
Cédric Le Goater
,
15:28
[PULL 095/101] ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
,
Cédric Le Goater
,
15:28
[PULL 091/101] ppc/pnv: Drop the "num-phbs" property
,
Cédric Le Goater
,
15:28
[PULL 081/101] target/ppc: introduce PMUEventType and PMU overflow timers
,
Cédric Le Goater
,
15:28
[PULL 087/101] target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
,
Cédric Le Goater
,
15:28
[PULL 072/101] ppc/ppc405: Change default PLL values at reset
,
Cédric Le Goater
,
15:28
[PULL 069/101] ppc/ppc405: Rework FW load
,
Cédric Le Goater
,
15:28
[PULL 071/101] ppc/ppc405: Fix boot from kernel
,
Cédric Le Goater
,
15:28
[PULL 066/101] ppc/ppc405: Change ppc405ep_init() return value
,
Cédric Le Goater
,
15:28
[PULL 080/101] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
,
Cédric Le Goater
,
15:28
[PULL 059/101] target/ppc: Set 601v exception model id
,
Cédric Le Goater
,
15:28
[PULL 077/101] target/ppc: fix xscvqpdp register access
,
Cédric Le Goater
,
15:28
[PULL 058/101] target/ppc: Remove 603e exception model
,
Cédric Le Goater
,
15:28
[PULL 068/101] ppc/ppc405: Remove flash support
,
Cédric Le Goater
,
15:28
[PULL 062/101] ppc: Mark the 'taihu' machine as deprecated
,
Cédric Le Goater
,
15:27
[PULL 064/101] ppc/ppc405: Convert printfs to trace-events
,
Cédric Le Goater
,
15:27
[PULL 053/101] target/ppc: Use helper_todouble/tosingle in helper_xststdcsp
,
Cédric Le Goater
,
15:27
[PULL 061/101] ppc/ppc405: Change kernel load address
,
Cédric Le Goater
,
15:27
[PULL 055/101] target/ppc: Disable unused facilities in the e600 CPU
,
Cédric Le Goater
,
15:27
[PULL 054/101] target/ppc: Disable software TLB for the 7450 family
,
Cédric Le Goater
,
15:27
[PULL 050/101] target/ppc: Add helper for fmuls
,
Cédric Le Goater
,
15:27
[PULL 045/101] target/ppc: Update fre to new flags
,
Cédric Le Goater
,
15:27
[PULL 044/101] target/ppc: Update xsrqpi and xsrqpxp to new flags
,
Cédric Le Goater
,
15:27
[PULL 034/101] target/ppc: Use FloatRoundMode in do_fri
,
Cédric Le Goater
,
15:27
[PULL 047/101] target/ppc: Add helpers for fmadds et al
,
Cédric Le Goater
,
15:27
[PULL 067/101] ppc/ppc405: Add some address space definitions
,
Cédric Le Goater
,
15:27
[PULL 041/101] target/ppc: Update do_frsp for new flags
,
Cédric Le Goater
,
15:27
[PULL 032/101] target/ppc: Fix VXCVI return value
,
Cédric Le Goater
,
15:27
[PULL 065/101] ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()
,
Cédric Le Goater
,
15:27
[PULL 060/101] target/ppc: remove 401/403 CPUs
,
Cédric Le Goater
,
15:27
[PULL 052/101] target/ppc: Update fres to new flags and float64r32
,
Cédric Le Goater
,
15:27
[PULL 046/101] softfloat: Add float64r32 arithmetic routines
,
Cédric Le Goater
,
15:27
[PULL 038/101] target/ppc: Split out do_fmadd
,
Cédric Le Goater
,
15:27
[PULL 051/101] target/ppc: Add helper for frsqrtes
,
Cédric Le Goater
,
15:27
[PULL 040/101] target/ppc: Split out do_frsp
,
Cédric Le Goater
,
15:27
[PULL 036/101] target/ppc: Clean up do_fri
,
Cédric Le Goater
,
15:27
[PULL 056/101] target/ppc: Remove the software TLB model of 7450 CPUs
,
Cédric Le Goater
,
15:27
[PULL 043/101] target/ppc: Update sqrt for new flags
,
Cédric Le Goater
,
15:27
[PULL 048/101] target/ppc: Add helper for fsqrts
,
Cédric Le Goater
,
15:27
[PULL 049/101] target/ppc: Add helpers for fadds, fsubs, fdivs
,
Cédric Le Goater
,
15:27
[PULL 042/101] target/ppc: Use helper_todouble in do_frsp
,
Cédric Le Goater
,
15:27
[PULL 030/101] target/ppc: Move float_check_status from FPU_FCTI to translate
,
Cédric Le Goater
,
15:27
[PULL 033/101] target/ppc: Remove inline from do_fri
,
Cédric Le Goater
,
15:27
[PULL 037/101] target/ppc: Update fmadd for new flags
,
Cédric Le Goater
,
15:27
[PULL 024/101] softfloat: Add flag specific to sqrt(-x)
,
Cédric Le Goater
,
15:27
[PULL 013/101] ppc/pnv.c: add a friendly warning when accel=kvm is used
,
Cédric Le Goater
,
15:27
[PULL 029/101] target/ppc: Update float_invalid_op_div for new flags
,
Cédric Le Goater
,
15:27
[PULL 035/101] target/ppc: Tidy inexact handling in do_fri
,
Cédric Le Goater
,
15:27
[PULL 021/101] softfloat: Add flag specific to Inf - Inf
,
Cédric Le Goater
,
15:27
[PULL 022/101] softfloat: Add flag specific to Inf * 0
,
Cédric Le Goater
,
15:27
[PULL 016/101] docs: Introducing pseries documentation.
,
Cédric Le Goater
,
15:27
[PULL 039/101] target/ppc: Do not call do_float_check_status from do_fmadd
,
Cédric Le Goater
,
15:27
[PULL 017/101] docs: rSTify ppc-spapr-hcalls.txt
,
Cédric Le Goater
,
15:27
[PULL 031/101] target/ppc: Update float_invalid_cvt for new flags
,
Cédric Le Goater
,
15:27
[PULL 020/101] softfloat: Extend float_exception_flags to 16 bits
,
Cédric Le Goater
,
15:27
[PULL 028/101] target/ppc: Update float_invalid_op_mul for new flags
,
Cédric Le Goater
,
15:26
[PULL 014/101] docs/system/ppc/powernv.rst: document KVM support status
,
Cédric Le Goater
,
15:26
[PULL 019/101] Link new ppc-spapr-hcalls.rst file to pseries.rst.
,
Cédric Le Goater
,
15:26
[PULL 018/101] docs: Rename ppc-spapr-hcalls.txt to ppc-spapr-hcalls.rst.
,
Cédric Le Goater
,
15:26
[PULL 008/101] target/ppc: Implement Vector Mask Move insns
,
Cédric Le Goater
,
15:26
[PULL 015/101] ppc/pnv.c: fix "system-id" FDT when -uuid is set
,
Cédric Le Goater
,
15:26
[PULL 025/101] softfloat: Add flag specific to convert non-nan to int
,
Cédric Le Goater
,
15:26
[PULL 023/101] softfloat: Add flags specific to Inf / Inf and 0 / 0
,
Cédric Le Goater
,
15:26
[PULL 006/101] target/ppc: Implement Vector Expand Mask
,
Cédric Le Goater
,
15:26
[PULL 011/101] pci-host: Allow extended config space access for PowerNV PHB4 model
,
Cédric Le Goater
,
15:26
[PULL 007/101] target/ppc: Implement Vector Extract Mask
,
Cédric Le Goater
,
15:26
[PULL 012/101] docs: Minor updates on the powernv documentation.
,
Cédric Le Goater
,
15:26
[PULL 026/101] softfloat: Add flag specific to signaling nans
,
Cédric Le Goater
,
15:26
[PULL 027/101] target/ppc: Update float_invalid_op_addsub for new flags
,
Cédric Le Goater
,
15:26
[PULL 009/101] ivshmem.c: change endianness to LITTLE_ENDIAN
,
Cédric Le Goater
,
15:26
[PULL 005/101] target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52
,
Cédric Le Goater
,
15:26
[PULL 004/101] test/tcg/ppc64le: test mtfsf
,
Cédric Le Goater
,
15:26
[PULL 002/101] hw/ppc/mac.h: Remove MAX_CPUS macro
,
Cédric Le Goater
,
15:26
[PULL 010/101] ivshmem-test.c: enable test_ivshmem_server for ppc64 arch
,
Cédric Le Goater
,
15:26
[PULL 001/101] pseries: Update SLOF firmware image
,
Cédric Le Goater
,
15:26
[PULL v2 000/101] ppc queue
,
Cédric Le Goater
,
15:26
[PULL 003/101] target/ppc: Fixed call to deferred exception
,
Cédric Le Goater
,
15:26
Re: [PATCH for-7.0 v2] target/ppc: do not silence SNaN in xscvspdpn
,
Cédric Le Goater
,
14:22
Re: [PULL 000/102] ppc queue
,
Cédric Le Goater
,
14:18
Re: [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
,
Philippe Mathieu-Daudé
,
13:39
Re: [PULL 000/102] ppc queue
,
Richard Henderson
,
13:18
Re: [PULL 000/102] ppc queue
,
Cédric Le Goater
,
12:51
Re: [PATCH 1/3] ppc: Add QOM interface for machine check injection
,
Cédric Le Goater
,
12:31
Re: [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper
,
Alex Bennée
,
09:12
[PATCH] tests/tcg/ppc64le: remove INT128 requirement to run non_signalling_xscv
,
matheus . ferst
,
09:11
Re: [PULL 000/102] ppc queue
,
Richard Henderson
,
07:22
Re: [PULL 000/102] ppc queue
,
Cédric Le Goater
,
02:03
Re: [PULL 000/102] ppc queue
,
Cédric Le Goater
,
01:18
December 15, 2021
Re: [PULL 000/102] ppc queue
,
Richard Henderson
,
22:53
Re: [RFC PATCH] target/ppc: do not silence snan in xscvspdpn
,
Matheus K. Ferst
,
15:02
Re: [PATCH for-7.0 v2] target/ppc: do not silence SNaN in xscvspdpn
,
Cédric Le Goater
,
15:01
Re: [PATCH] hw: Add compat machines for 6.3
,
Peter Maydell
,
14:24
Re: [PATCH] linux-user: Remove the deprecated ppc64abi32 target
,
Cédric Le Goater
,
12:34
Re: [PATCH for-7.0] hw: Add compat machines for 7.0
,
Juan Quintela
,
12:17
Re: [PATCH] hw: Add compat machines for 6.3
,
Juan Quintela
,
12:13
Re: [PATCH for-7.0 v2] target/ppc: do not silence SNaN in xscvspdpn
,
Matheus K. Ferst
,
12:11
Re: [PATCH] hw: Add compat machines for 6.3
,
Peter Maydell
,
12:09
[PATCH] hw: Add compat machines for 6.3
,
Juan Quintela
,
12:06
[PULL 101/102] ppc/pnv: Move realize of PEC stacks under the PEC model
,
Cédric Le Goater
,
12:06
[PULL 087/102] target/ppc: enable PMU instruction count
,
Cédric Le Goater
,
12:06
[PULL 100/102] ppc/pnv: Remove "system-memory" property from PHB4 PEC
,
Cédric Le Goater
,
12:06
[PULL 092/102] ppc/pnv: Drop the "num-phbs" property
,
Cédric Le Goater
,
12:06
[PULL 099/102] ppc/pnv: Compute the PHB index from the PHB4 PEC model
,
Cédric Le Goater
,
12:06
[PULL 097/102] ppc/pnv: Introduce a "chip" property under the PHB4 model
,
Cédric Le Goater
,
12:06
[PULL 095/102] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
,
Cédric Le Goater
,
12:06
[PULL 093/102] ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
,
Cédric Le Goater
,
12:06
[PULL 090/102] ppc/pnv: Introduce a "chip" property under PHB3
,
Cédric Le Goater
,
12:06
[PULL 088/102] target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
,
Cédric Le Goater
,
12:06
[PULL 096/102] ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
,
Cédric Le Goater
,
12:06
[PULL 098/102] ppc/pnv: Introduce a num_stack class attribute
,
Cédric Le Goater
,
12:06
[PULL 102/102] ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devices
,
Cédric Le Goater
,
12:06
[PULL 083/102] target/ppc: PMU basic cycle count for pseries TCG
,
Cédric Le Goater
,
12:06
[PULL 089/102] PPC64/TCG: Implement 'rfebb' instruction
,
Cédric Le Goater
,
12:06
[PULL 085/102] target/ppc: PMU: update counters on MMCR1 write
,
Cédric Le Goater
,
12:06
[PULL 091/102] ppc/pnv: Use the chip class to check the index of PHB3 devices
,
Cédric Le Goater
,
12:06
[PULL 081/102] target/ppc: do not silence SNaN in xscvspdpn
,
Cédric Le Goater
,
12:06
[PULL 084/102] target/ppc: PMU: update counters on PMCs r/w
,
Cédric Le Goater
,
12:06
[PULL 094/102] ppc/pnv: Use QOM hierarchy to scan PHB3 devices
,
Cédric Le Goater
,
12:06
[PULL 076/102] target/ppc: Move xs{max,min}[cj]dp to decodetree
,
Cédric Le Goater
,
12:06
[PULL 079/102] target/ppc: Fix e6500 boot
,
Cédric Le Goater
,
12:06
[PULL 086/102] target/ppc: enable PMU counter overflow with cycle events
,
Cédric Le Goater
,
12:06
[PULL 082/102] target/ppc: introduce PMUEventType and PMU overflow timers
,
Cédric Le Goater
,
12:05
[PULL 077/102] target/ppc: fix xscvqpdp register access
,
Cédric Le Goater
,
12:05
[PULL 078/102] target/ppc: move xscvqpdp to decodetree
,
Cédric Le Goater
,
12:05
[PULL 074/102] ppc/ppc405: Add update of bi_procfreq field
,
Cédric Le Goater
,
12:05
[PULL 071/102] ppc/ppc405: Fix boot from kernel
,
Cédric Le Goater
,
12:05
[PULL 069/102] ppc/ppc405: Rework FW load
,
Cédric Le Goater
,
12:05
[PULL 065/102] ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()
,
Cédric Le Goater
,
12:05
[PULL 073/102] ppc/ppc405: Fix bi_pci_enetaddr2 field in U-Boot board information
,
Cédric Le Goater
,
12:05
[PULL 072/102] ppc/ppc405: Change default PLL values at reset
,
Cédric Le Goater
,
12:05
[PULL 061/102] ppc/ppc405: Change kernel load address
,
Cédric Le Goater
,
12:05
[PULL 067/102] ppc/ppc405: Add some address space definitions
,
Cédric Le Goater
,
12:05
[PULL 059/102] target/ppc: Set 601v exception model id
,
Cédric Le Goater
,
12:05
[PULL 080/102] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
,
Cédric Le Goater
,
12:05
[PULL 075/102] target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
,
Cédric Le Goater
,
12:05
[PULL 070/102] ppc/ppc405: Introduce ppc405_set_default_bootinfo()
,
Cédric Le Goater
,
12:05
[PULL 068/102] ppc/ppc405: Remove flash support
,
Cédric Le Goater
,
12:05
[PULL 057/102] target/ppc: Fix MPCxxx FPU interrupt address
,
Cédric Le Goater
,
12:05
[PULL 045/102] target/ppc: Update fre to new flags
,
Cédric Le Goater
,
12:05
[PULL 043/102] target/ppc: Update sqrt for new flags
,
Cédric Le Goater
,
12:05
[PULL 064/102] ppc/ppc405: Convert printfs to trace-events
,
Cédric Le Goater
,
12:05
[PULL 063/102] ppc: Add trace-events for DCR accesses
,
Cédric Le Goater
,
12:05
[PULL 056/102] target/ppc: Remove the software TLB model of 7450 CPUs
,
Cédric Le Goater
,
12:05
[PULL 058/102] target/ppc: Remove 603e exception model
,
Cédric Le Goater
,
12:05
[PULL 066/102] ppc/ppc405: Change ppc405ep_init() return value
,
Cédric Le Goater
,
12:05
[PULL 062/102] ppc: Mark the 'taihu' machine as deprecated
,
Cédric Le Goater
,
12:05
[PULL 046/102] softfloat: Add float64r32 arithmetic routines
,
Cédric Le Goater
,
12:05
[PULL 055/102] target/ppc: Disable unused facilities in the e600 CPU
,
Cédric Le Goater
,
12:05
[PULL 060/102] target/ppc: remove 401/403 CPUs
,
Cédric Le Goater
,
12:05
[PULL 054/102] target/ppc: Disable software TLB for the 7450 family
,
Cédric Le Goater
,
12:05
[PULL 049/102] target/ppc: Add helpers for fadds, fsubs, fdivs
,
Cédric Le Goater
,
12:05
[PULL 042/102] target/ppc: Use helper_todouble in do_frsp
,
Cédric Le Goater
,
12:05
[PULL 051/102] target/ppc: Add helper for frsqrtes
,
Cédric Le Goater
,
12:05
[PULL 052/102] target/ppc: Update fres to new flags and float64r32
,
Cédric Le Goater
,
12:05
[PULL 053/102] target/ppc: Use helper_todouble/tosingle in helper_xststdcsp
,
Cédric Le Goater
,
12:05
[PULL 033/102] target/ppc: Remove inline from do_fri
,
Cédric Le Goater
,
12:05
[PULL 047/102] target/ppc: Add helpers for fmadds et al
,
Cédric Le Goater
,
12:05
[PULL 048/102] target/ppc: Add helper for fsqrts
,
Cédric Le Goater
,
12:05
[PULL 050/102] target/ppc: Add helper for fmuls
,
Cédric Le Goater
,
12:05
[PULL 038/102] target/ppc: Split out do_fmadd
,
Cédric Le Goater
,
12:05
[PULL 036/102] target/ppc: Clean up do_fri
,
Cédric Le Goater
,
12:05
[PULL 040/102] target/ppc: Split out do_frsp
,
Cédric Le Goater
,
12:04
[PULL 030/102] target/ppc: Move float_check_status from FPU_FCTI to translate
,
Cédric Le Goater
,
12:04
[PULL 032/102] target/ppc: Fix VXCVI return value
,
Cédric Le Goater
,
12:04
[PULL 039/102] target/ppc: Do not call do_float_check_status from do_fmadd
,
Cédric Le Goater
,
12:04
[PULL 029/102] target/ppc: Update float_invalid_op_div for new flags
,
Cédric Le Goater
,
12:04
[PULL 041/102] target/ppc: Update do_frsp for new flags
,
Cédric Le Goater
,
12:04
[PULL 034/102] target/ppc: Use FloatRoundMode in do_fri
,
Cédric Le Goater
,
12:04
[PULL 044/102] target/ppc: Update xsrqpi and xsrqpxp to new flags
,
Cédric Le Goater
,
12:04
[PULL 035/102] target/ppc: Tidy inexact handling in do_fri
,
Cédric Le Goater
,
12:04
[PULL 020/102] softfloat: Extend float_exception_flags to 16 bits
,
Cédric Le Goater
,
12:04
[PULL 031/102] target/ppc: Update float_invalid_cvt for new flags
,
Cédric Le Goater
,
12:04
[PULL 037/102] target/ppc: Update fmadd for new flags
,
Cédric Le Goater
,
12:04
[PULL 016/102] docs: Introducing pseries documentation.
,
Cédric Le Goater
,
12:04
[PULL 028/102] target/ppc: Update float_invalid_op_mul for new flags
,
Cédric Le Goater
,
12:04
[PULL 024/102] softfloat: Add flag specific to sqrt(-x)
,
Cédric Le Goater
,
12:04
[PULL 017/102] docs: rSTify ppc-spapr-hcalls.txt
,
Cédric Le Goater
,
12:04
[PULL 022/102] softfloat: Add flag specific to Inf * 0
,
Cédric Le Goater
,
12:04
[PULL 013/102] ppc/pnv.c: add a friendly warning when accel=kvm is used
,
Cédric Le Goater
,
12:04
[PULL 025/102] softfloat: Add flag specific to convert non-nan to int
,
Cédric Le Goater
,
12:04
[PULL 027/102] target/ppc: Update float_invalid_op_addsub for new flags
,
Cédric Le Goater
,
12:04
[PULL 026/102] softfloat: Add flag specific to signaling nans
,
Cédric Le Goater
,
12:04
[PULL 023/102] softfloat: Add flags specific to Inf / Inf and 0 / 0
,
Cédric Le Goater
,
12:04
[PULL 021/102] softfloat: Add flag specific to Inf - Inf
,
Cédric Le Goater
,
12:04
[PULL 015/102] ppc/pnv.c: fix "system-id" FDT when -uuid is set
,
Cédric Le Goater
,
12:04
[PULL 019/102] Link new ppc-spapr-hcalls.rst file to pseries.rst.
,
Cédric Le Goater
,
12:04
[PULL 018/102] docs: Rename ppc-spapr-hcalls.txt to ppc-spapr-hcalls.rst.
,
Cédric Le Goater
,
12:04
[PULL 014/102] docs/system/ppc/powernv.rst: document KVM support status
,
Cédric Le Goater
,
12:04
[PULL 009/102] ivshmem.c: change endianness to LITTLE_ENDIAN
,
Cédric Le Goater
,
11:59
[PULL 013/102] ppc/pnv.c: add a friendly warning when accel=kvm is used
,
Cédric Le Goater
,
11:59
[PULL 003/102] target/ppc: Fixed call to deferred exception
,
Cédric Le Goater
,
11:59
[PULL 012/102] docs: Minor updates on the powernv documentation.
,
Cédric Le Goater
,
11:59
[PULL 010/102] ivshmem-test.c: enable test_ivshmem_server for ppc64 arch
,
Cédric Le Goater
,
11:59
[PULL 011/102] pci-host: Allow extended config space access for PowerNV PHB4 model
,
Cédric Le Goater
,
11:59
[PULL 008/102] target/ppc: Implement Vector Mask Move insns
,
Cédric Le Goater
,
11:59
[PULL 007/102] target/ppc: Implement Vector Extract Mask
,
Cédric Le Goater
,
11:59
[PULL 005/102] target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52
,
Cédric Le Goater
,
11:59
[PULL 006/102] target/ppc: Implement Vector Expand Mask
,
Cédric Le Goater
,
11:59
[PULL 001/102] pseries: Update SLOF firmware image
,
Cédric Le Goater
,
11:59
[PULL 004/102] test/tcg/ppc64le: test mtfsf
,
Cédric Le Goater
,
11:59
[PULL 002/102] hw/ppc/mac.h: Remove MAX_CPUS macro
,
Cédric Le Goater
,
11:58
[PULL 000/102] ppc queue
,
Cédric Le Goater
,
11:58
Re: [PATCH v2 00/19] ppc/pnv: Add support for user created PHB3/PHB4 devices
,
Cédric Le Goater
,
11:56
Re: [PATCH v9 00/10] PMU-EBB support for PPC64 TCG
,
Cédric Le Goater
,
11:54
Re: [PATCH v3 00/28] glib: Replace g_memdup() by g_memdup2()
,
Philippe Mathieu-Daudé
,
11:54
Re: [PATCH for-7.0 v2] target/ppc: do not silence SNaN in xscvspdpn
,
Cédric Le Goater
,
11:53
Re: [PATCH] target/ppc: Fix e6500 boot
,
Cédric Le Goater
,
11:53
Re: [PATCH] linux-user: Remove the deprecated ppc64abi32 target
,
Richard Henderson
,
11:52
Re: [PATCH v2] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
,
Cédric Le Goater
,
11:52
Re: [PATCH v2 0/4] target/ppc: Fix VSX instructions register access
,
Cédric Le Goater
,
11:51
Re: [PATCH 00/15] ppc/ppc405: decade cleanup
,
Cédric Le Goater
,
11:50
Re: [PATCH 1/3] target/ppc: Fix MPCxxx FPU interrupt address
,
Cédric Le Goater
,
11:48
Re: [RFC PATCH v2 0/4] QEMU/openbios: PPC Software TLB support in the G4 family
,
Cédric Le Goater
,
11:47
Re: [PATCH 0/3] target/ppc: Minor fixes to exception code
,
Cédric Le Goater
,
11:44
Re: [RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
,
Cédric Le Goater
,
11:43
Re: [PATCH 0/3] docs: rSTify ppc-spapr-hcalls.txt
,
Cédric Le Goater
,
11:41
Re: [PATCH v2] docs: Introducing pseries documentation.
,
Cédric Le Goater
,
11:40
Re: [PATCH v2 0/2] ppc/pnv.c: add a friendly warning when accel=kvm is used
,
Cédric Le Goater
,
11:38
Re: [PATCH v3] ppc/pnv.c: fix "system-id" FDT when -uuid is set
,
Cédric Le Goater
,
11:38
Re: [PATCH v2] docs: Minor updates on the powernv documentation.
,
Cédric Le Goater
,
11:37
Re: [PATCH for-7.0 v2 0/2] change ivshmem endianness to LITTLE_ENDIAN
,
Cédric Le Goater
,
11:35
Re: [PATCH v3 1/3] target/ppc: Implement Vector Expand Mask
,
Cédric Le Goater
,
11:34
Re: [PATCH v4 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
,
Cédric Le Goater
,
11:33
Re: [RFC PATCH] target/ppc: do not silence snan in xscvspdpn
,
Alex Bennée
,
11:03
Re: [PATCH] linux-user: Remove the deprecated ppc64abi32 target
,
Philippe Mathieu-Daudé
,
07:14
Re: [PATCH] linux-user: Remove the deprecated ppc64abi32 target
,
Alex Bennée
,
06:48
Re: [PATCH] linux-user: Remove the deprecated ppc64abi32 target
,
Thomas Huth
,
06:26
Re: [PATCH] linux-user: Remove the deprecated ppc64abi32 target
,
Philippe Mathieu-Daudé
,
06:17
[PATCH] linux-user: Remove the deprecated ppc64abi32 target
,
Thomas Huth
,
03:50
December 14, 2021
Re: [PATCH v9 10/10] target/ppc/excp_helper.c: EBB handling adjustments
,
Daniel Henrique Barboza
,
15:05
Re: [PATCH for-7.0] hw: Add compat machines for 7.0
,
Philippe Mathieu-Daudé
,
10:10
Re: [PATCH for-7.0 v2] target/ppc: do not silence SNaN in xscvspdpn
,
Philippe Mathieu-Daudé
,
10:06
[PATCH for-7.0 v2] target/ppc: do not silence SNaN in xscvspdpn
,
matheus . ferst
,
09:45
Re: [PATCH for-7.0] hw: Add compat machines for 7.0
,
Thomas Huth
,
08:16
December 13, 2021
Re: [RFC PATCH] target/ppc: do not silence snan in xscvspdpn
,
Philippe Mathieu-Daudé
,
17:19
Re: [RFC PATCH] target/ppc: do not silence snan in xscvspdpn
,
Matheus K. Ferst
,
15:16
Re: [RFC PATCH] target/ppc: do not silence snan in xscvspdpn
,
Matheus K. Ferst
,
15:16
Re: [PATCH] target/ppc: Fix e6500 boot
,
BALATON Zoltan
,
14:51
Re: [PATCH v2 14/19] ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devices
,
Daniel Henrique Barboza
,
13:39
Re: [PATCH v2 06/19] ppc/pnv: Use QOM hierarchy to scan PHB3 devices
,
Daniel Henrique Barboza
,
13:37
Re: [PATCH v2 03/19] ppc/pnv: Use the chip class to check the index of PHB3 devices
,
Daniel Henrique Barboza
,
13:33
Re: [PATCH v2 01/19] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
,
Daniel Henrique Barboza
,
13:30
Re: [RFC PATCH] target/ppc: do not silence snan in xscvspdpn
,
Richard Henderson
,
10:46
Re: [PATCH] target/ppc: Fix e6500 boot
,
Fabiano Rosas
,
09:59
Re: [PATCH] target/ppc: Fix e6500 boot
,
Cédric Le Goater
,
09:04
[PATCH] target/ppc: Fix e6500 boot
,
Fabiano Rosas
,
08:36
[PATCH v2 08/19] ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
,
Cédric Le Goater
,
08:29
[PATCH v2 19/19] ppc/pnv: Move num_phbs under Pnv8Chip
,
Cédric Le Goater
,
08:29
[PATCH v2 09/19] ppc/pnv: Introduce a "chip" property under the PHB4 model
,
Cédric Le Goater
,
08:29
[PATCH v2 18/19] ppc/pnv: Introduce support for user created PHB4 devices
,
Cédric Le Goater
,
08:29
[PATCH v2 16/19] ppc/pnv: Reparent user created PHB3 devices to the PnvChip
,
Cédric Le Goater
,
08:29
[PATCH v2 05/19] ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
,
Cédric Le Goater
,
08:29
[PATCH v2 17/19] ppc/pnv: Complete user created PHB3 devices
,
Cédric Le Goater
,
08:29
[PATCH v2 15/19] ppc/pnv: Introduce support for user created PHB3 devices
,
Cédric Le Goater
,
08:29
[PATCH v2 14/19] ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devices
,
Cédric Le Goater
,
08:29
[PATCH v2 00/19] ppc/pnv: Add support for user created PHB3/PHB4 devices
,
Cédric Le Goater
,
08:29
[PATCH v2 01/19] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
,
Cédric Le Goater
,
08:29
[PATCH v2 13/19] ppc/pnv: Move realize of PEC stacks under the PEC model
,
Cédric Le Goater
,
08:29
[PATCH v2 07/19] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
,
Cédric Le Goater
,
08:29
[PATCH v2 04/19] ppc/pnv: Drop the "num-phbs" property
,
Cédric Le Goater
,
08:29
[PATCH v2 11/19] ppc/pnv: Compute the PHB index from the PHB4 PEC model
,
Cédric Le Goater
,
08:29
[PATCH v2 03/19] ppc/pnv: Use the chip class to check the index of PHB3 devices
,
Cédric Le Goater
,
08:29
[PATCH v2 12/19] ppc/pnv: Remove "system-memory" property from PHB4 PEC
,
Cédric Le Goater
,
08:29
[PATCH v2 10/19] ppc/pnv: Introduce a num_stack class attribute
,
Cédric Le Goater
,
08:29
[PATCH v2 02/19] ppc/pnv: Introduce a "chip" property under PHB3
,
Cédric Le Goater
,
08:29
[PATCH v2 06/19] ppc/pnv: Use QOM hierarchy to scan PHB3 devices
,
Cédric Le Goater
,
08:28
Re: [RFC PATCH] target/ppc: do not silence snan in xscvspdpn
,
Philippe Mathieu-Daudé
,
07:36
[RFC PATCH] target/ppc: do not silence snan in xscvspdpn
,
matheus . ferst
,
07:13
[PATCH v2 4/4] target/ppc: move xscvqpdp to decodetree
,
Victor Colombo
,
07:11
[PATCH v2 3/4] target/ppc: fix xscvqpdp register access
,
Victor Colombo
,
07:11
[PATCH v2 2/4] target/ppc: Move xs{max,min}[cj]dp to decodetree
,
Victor Colombo
,
07:11
[PATCH v2 1/4] target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
,
Victor Colombo
,
07:10
[PATCH v2 0/4] target/ppc: Fix VSX instructions register access
,
Victor Colombo
,
07:10
December 11, 2021
Re: [PATCH 4/4] target/ppc: move xscvqpdp to decodetree
,
Richard Henderson
,
12:07
Re: [PATCH 3/4] target/ppc: fix xscvqpdp register access
,
Richard Henderson
,
12:05
Re: [PATCH 2/4] target/ppc: Move xs{max,min}[cj]dp to decodetree
,
Richard Henderson
,
12:03
Re: [PATCH 1/4] target/ppc: Fix xs{max,min}[cj]dp to use VSX registers
,
Richard Henderson
,
12:02
Re: [PATCH v2] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
,
Richard Henderson
,
11:50
December 10, 2021
[RFC] target/ppc: VSX instructions behavior change on ISA v3.1
,
Victor Colombo
,
12:59
Re: [PATCH 4/4] target/ppc: move xscvqpdp to decodetree
,
Matheus K. Ferst
,
11:19
[PATCH 0/4] target/ppc: Fix VSX instructions register access
,
Victor Colombo
,
10:20
[PATCH 1/4] target/ppc: Fix xs{max,min}[cj]dp to use VSX registers
,
Victor Colombo
,
10:20
[PATCH 3/4] target/ppc: fix xscvqpdp register access
,
Victor Colombo
,
10:20
[PATCH 4/4] target/ppc: move xscvqpdp to decodetree
,
Victor Colombo
,
10:20
[PATCH 2/4] target/ppc: Move xs{max,min}[cj]dp to decodetree
,
Victor Colombo
,
10:20
December 09, 2021
Re: [PATCH] target/ppc: powerpc_excp: Guard ALIGNMENT interrupt with CONFIG_TCG
,
Fabiano Rosas
,
14:15
[PATCH v2] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
,
Fabiano Rosas
,
12:35
Re: [PATCH] target/ppc: powerpc_excp: Guard ALIGNMENT interrupt with CONFIG_TCG
,
Fabiano Rosas
,
12:26
Re: [PATCH] target/ppc: powerpc_excp: Guard ALIGNMENT interrupt with CONFIG_TCG
,
Fabiano Rosas
,
10:22
Re: [PATCH] target/ppc: powerpc_excp: Guard ALIGNMENT interrupt with CONFIG_TCG
,
Cédric Le Goater
,
10:19
Re: [PATCH] target/ppc: powerpc_excp: Guard ALIGNMENT interrupt with CONFIG_TCG
,
Fabiano Rosas
,
10:06
Re: [PATCH] target/ppc: powerpc_excp: Guard ALIGNMENT interrupt with CONFIG_TCG
,
Cédric Le Goater
,
09:38
Re: [PATCH] target/ppc: powerpc_excp: Guard ALIGNMENT interrupt with CONFIG_TCG
,
Philippe Mathieu-Daudé
,
04:15
Re: [PATCH 3/3] target/ppc: Set 601v exception model id
,
Cédric Le Goater
,
02:58
Re: [PATCH 2/3] target/ppc: Remove 603e exception model
,
Cédric Le Goater
,
02:58
Re: [PATCH 1/3] target/ppc: Fix MPCxxx FPU interrupt address
,
Cédric Le Goater
,
02:57
Re: [PATCH 1/3] docs: rSTify ppc-spapr-hcalls.txt
,
Cédric Le Goater
,
02:56
December 08, 2021
Re: [PATCH 1/3] docs: rSTify ppc-spapr-hcalls.txt
,
Warner Losh
,
22:51
Re: [PATCH v9 10/10] target/ppc/excp_helper.c: EBB handling adjustments
,
David Gibson
,
21:18
Re: [PATCH v9 09/10] target/ppc: PMU Event-Based exception support
,
David Gibson
,
21:18
Re: [PATCH 1/3] docs: rSTify ppc-spapr-hcalls.txt
,
David Gibson
,
20:48
[PATCH] target/ppc: powerpc_excp: Guard ALIGNMENT interrupt with CONFIG_TCG
,
Fabiano Rosas
,
18:07
Re: [PATCH 3/3] Link new ppc-spapr-hcalls.rst file to pseries.rst.
,
Daniel Henrique Barboza
,
13:58
Re: [PATCH 2/3] docs: Rename ppc-spapr-hcalls.txt to ppc-spapr-hcalls.rst.
,
Daniel Henrique Barboza
,
13:58
Re: [PATCH 1/3] docs: rSTify ppc-spapr-hcalls.txt
,
Daniel Henrique Barboza
,
13:54
Re: [PATCH 0/3] target/ppc: Minor fixes to exception code
,
Richard Henderson
,
12:35
Re: [PATCH for-7.0] hw: Add compat machines for 7.0
,
Cédric Le Goater
,
12:32
[PATCH for-7.0] hw: Add compat machines for 7.0
,
Cornelia Huck
,
12:03
[PATCH 1/3] docs: rSTify ppc-spapr-hcalls.txt
,
lagarcia
,
12:01
[PATCH 3/3] Link new ppc-spapr-hcalls.rst file to pseries.rst.
,
lagarcia
,
12:01
[PATCH 2/3] docs: Rename ppc-spapr-hcalls.txt to ppc-spapr-hcalls.rst.
,
lagarcia
,
12:01
[PATCH 0/3] docs: rSTify ppc-spapr-hcalls.txt
,
lagarcia
,
12:00
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Cédric Le Goater
,
11:54
[PATCH v4] docs: Introducing pseries documentation.
,
lagarcia
,
11:46
Re: [PATCH v3] docs: Introducing pseries documentation.
,
Leonardo Augusto Guimarães Garcia
,
11:03
[PATCH v3] docs: Introducing pseries documentation.
,
lagarcia
,
10:48
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Thomas Huth
,
08:20
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Cédric Le Goater
,
08:15
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Thomas Huth
,
08:07
[PATCH 2/3] target/ppc: Remove 603e exception model
,
Fabiano Rosas
,
07:33
[PATCH 1/3] target/ppc: Fix MPCxxx FPU interrupt address
,
Fabiano Rosas
,
07:32
[PATCH 3/3] target/ppc: Set 601v exception model id
,
Fabiano Rosas
,
07:32
[PATCH 0/3] target/ppc: Minor fixes to exception code
,
Fabiano Rosas
,
07:32
December 07, 2021
[PATCH] Adding Cédric's repos in MAINTAINERS file.
,
lagarcia
,
22:53
[PATCH v2] docs: Introducing pseries documentation.
,
lagarcia
,
22:43
Re: [PATCH] docs: Introducing pseries documentation.
,
Leonardo Augusto Guimarães Garcia
,
15:43
Re: [PATCH 07/14] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
,
Cédric Le Goater
,
09:34
Re: [PATCH 07/14] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
,
Frederic Barrat
,
09:04
Re: [PATCH v2] docs: Minor updates on the powernv documentation.
,
Leonardo Augusto Guimarães Garcia
,
06:40
Re: [PATCH 07/14] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
,
Cédric Le Goater
,
05:46
Re: [PATCH 13/14] ppc/pnv: Move realize of PEC stacks under the PEC model
,
Cédric Le Goater
,
05:30
Re: [PATCH 12/14] ppc/pnv: Remove "system-memory" property for he PHB4 PEC model
,
Cédric Le Goater
,
05:29
Re: [PATCH 11/14] ppc/pnv: Compute the PHB index from the PHB4 PEC model
,
Cédric Le Goater
,
05:24
Re: [PATCH 08/14] ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
,
Cédric Le Goater
,
05:21
Re: [PATCH 06/14] ppc/pnv: Complete user created PHB3 devices
,
Cédric Le Goater
,
05:19
Re: [PATCH 04/14] ppc/pnv: Introduce support for user created PHB3 devices
,
Cédric Le Goater
,
05:17
Re: [PATCH 14/14] ppc/pnv: Introduce support for user created PHB4 devices
,
Frederic Barrat
,
05:12
Re: [PATCH 12/14] ppc/pnv: Remove "system-memory" property for he PHB4 PEC model
,
Frederic Barrat
,
05:11
Re: [PATCH 01/14] ppc/pnv: Reduce the maximum of PHB3 devices
,
Cédric Le Goater
,
05:11
Re: [PATCH 13/14] ppc/pnv: Move realize of PEC stacks under the PEC model
,
Frederic Barrat
,
05:10
Re: [PATCH 12/14] ppc/pnv: Remove "system-memory" property for he PHB4 PEC model
,
Frederic Barrat
,
05:08
Re: [PATCH 11/14] ppc/pnv: Compute the PHB index from the PHB4 PEC model
,
Frederic Barrat
,
05:06
Re: [PATCH 10/14] ppc/pnv: Introduce a num_stack class attribute
,
Frederic Barrat
,
05:04
Re: [PATCH 09/14] ppc/pnv: Introduce a "chip" property under the PHB4 model
,
Frederic Barrat
,
05:02
Re: [PATCH 08/14] ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
,
Frederic Barrat
,
05:01
Re: [PATCH 07/14] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
,
Frederic Barrat
,
05:00
Re: [PATCH 06/14] ppc/pnv: Complete user created PHB3 devices
,
Frederic Barrat
,
04:53
Re: [PATCH 05/14] ppc/pnv: Reparent user created PHB3 devices to the PnvChip
,
Frederic Barrat
,
04:51
[PATCH v3] ppc/pnv.c: fix "system-id" FDT when -uuid is set
,
Daniel Henrique Barboza
,
04:49
Re: [PATCH 04/14] ppc/pnv: Introduce support for user created PHB3 devices
,
Frederic Barrat
,
04:48
Re: [PATCH v2] ppc/pnv.c: fix "system-id" FDT when -uuid is set
,
Daniel Henrique Barboza
,
04:44
Re: [PATCH 02/14] ppc/pnv: Drop the "num-phbs" property
,
Frederic Barrat
,
04:41
Re: [PATCH 03/14] ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
,
Frederic Barrat
,
04:41
Re: [PATCH 01/14] ppc/pnv: Reduce the maximum of PHB3 devices
,
Frederic Barrat
,
04:40
Re: [PATCH 11/15] ppc/ppc405: Fix boot from kernel
,
Cédric Le Goater
,
01:52
Re: [PATCH 07/15] ppc/ppc405: Add some address space definitions
,
Cédric Le Goater
,
01:46
December 06, 2021
Re: [PATCH v2] ppc/pnv.c: fix "system-id" FDT when -uuid is set
,
David Gibson
,
20:14
Re: [PATCH 15/15] ppc/ppc405: Update U-Boot board information for hotfoot
,
Cédric Le Goater
,
10:21
Re: [PATCH 11/15] ppc/ppc405: Fix boot from kernel
,
BALATON Zoltan
,
10:16
Re: [PATCH 07/15] ppc/ppc405: Add some address space definitions
,
BALATON Zoltan
,
10:05
Re: [PATCH 15/15] ppc/ppc405: Update U-Boot board information for hotfoot
,
Thomas Huth
,
08:40
Re: [PATCH 15/15] ppc/ppc405: Update U-Boot board information for hotfoot
,
Cédric Le Goater
,
08:37
Re: [PATCH 15/15] ppc/ppc405: Update U-Boot board information for hotfoot
,
Philippe Mathieu-Daudé
,
08:27
Re: [PATCH 13/15] ppc/ppc405: Fix bi_pci_enetaddr2 field in U-Boot board information
,
Philippe Mathieu-Daudé
,
08:25
Re: [PATCH 07/15] ppc/ppc405: Add some address space definitions
,
Philippe Mathieu-Daudé
,
08:20
Re: [PATCH 05/15] ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()
,
Philippe Mathieu-Daudé
,
08:19
Re: [PATCH 03/15] ppc: Add trace-events for DCR accesses
,
Philippe Mathieu-Daudé
,
08:17
Re: [PATCH] ppc/pvn.c: fix "system-id" FDT when -uuid is set
,
Cédric Le Goater
,
08:04
[PATCH v2] ppc/pnv.c: fix "system-id" FDT when -uuid is set
,
Daniel Henrique Barboza
,
08:03
Re: [PATCH] ppc/pvn.c: fix "system-id" FDT when -uuid is set
,
Daniel Henrique Barboza
,
08:01
RE: [PATCH] ppc/pvn.c: fix "system-id" FDT when -uuid is set
,
Luis Fernando Fujita Pires
,
07:59
[PATCH] ppc/pvn.c: fix "system-id" FDT when -uuid is set
,
Daniel Henrique Barboza
,
07:45
[PATCH 15/15] ppc/ppc405: Update U-Boot board information for hotfoot
,
Cédric Le Goater
,
05:38
[PATCH 10/15] ppc/ppc405: Introduce ppc405_set_default_bootinfo()
,
Cédric Le Goater
,
05:38
[PATCH 12/15] ppc/ppc405: Change default PLL values at reset
,
Cédric Le Goater
,
05:38
[PATCH 05/15] ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()
,
Cédric Le Goater
,
05:37
[PATCH 08/15] ppc/ppc405: Remove flash support
,
Cédric Le Goater
,
05:37
[PATCH 14/15] ppc/ppc405: Add update of bi_procfreq field
,
Cédric Le Goater
,
05:37
[PATCH 11/15] ppc/ppc405: Fix boot from kernel
,
Cédric Le Goater
,
05:37
[PATCH 09/15] ppc/ppc405: Rework FW load
,
Cédric Le Goater
,
05:37
[PATCH 03/15] ppc: Add trace-events for DCR accesses
,
Cédric Le Goater
,
05:37
[PATCH 07/15] ppc/ppc405: Add some address space definitions
,
Cédric Le Goater
,
05:37
[PATCH 06/15] ppc/ppc405: Change ppc405ep_init() return value
,
Cédric Le Goater
,
05:37
[PATCH 04/15] ppc/ppc405: Convert printfs to trace-events
,
Cédric Le Goater
,
05:37
[PATCH 02/15] ppc: Mark the 'taihu' machine as deprecated
,
Cédric Le Goater
,
05:37
[PATCH 00/15] ppc/ppc405: decade cleanup
,
Cédric Le Goater
,
05:37
[PATCH 01/15] ppc/ppc405: Change kernel load address
,
Cédric Le Goater
,
05:37
[PATCH 13/15] ppc/ppc405: Fix bi_pci_enetaddr2 field in U-Boot board information
,
Cédric Le Goater
,
05:37
December 03, 2021
Re: [PATCH 15/35] target/ppc: Use FloatRoundMode in do_fri
,
Philippe Mathieu-Daudé
,
16:33
Re: [PATCH 14/35] target/ppc: Remove inline from do_fri
,
Philippe Mathieu-Daudé
,
16:33
Re: [PATCH 01/35] softfloat: Extend float_exception_flags to 16 bits
,
Philippe Mathieu-Daudé
,
16:33
Re: [PATCH v3 2/3] target/ppc: Implement Vector Extract Mask
,
Richard Henderson
,
14:58
[PATCH v3 3/3] target/ppc: Implement Vector Mask Move insns
,
matheus . ferst
,
14:44
[PATCH v3 2/3] target/ppc: Implement Vector Extract Mask
,
matheus . ferst
,
14:44
[PATCH v3 1/3] target/ppc: Implement Vector Expand Mask
,
matheus . ferst
,
14:44
[PATCH v3 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask
,
matheus . ferst
,
14:44
Re: [PATCH for-7.0] ppc: Mark the 'taihu' machine as deprecated
,
Daniel Henrique Barboza
,
12:05
[PATCH for-7.0] ppc: Mark the 'taihu' machine as deprecated
,
Thomas Huth
,
11:49
[PATCH for-7.0] ppc: Mark the 'taihu' machine as deprecated
,
Thomas Huth
,
11:49
Re: [RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
,
Matheus K. Ferst
,
11:11
Re: [PATCH v2 2/3] target/ppc: Implement Vector Extract Mask
,
Richard Henderson
,
08:26
Re: [PATCH v9 00/10] PMU-EBB support for PPC64 TCG
,
Fabiano Rosas
,
08:03
Re: [PATCH v2 3/3] target/ppc: Implement Vector Mask Move insns
,
Richard Henderson
,
08:02
Re: [PATCH v2 2/3] target/ppc: Implement Vector Extract Mask
,
Richard Henderson
,
08:00
Re: [PATCH] target/ppc: remove 401/403 CPUs
,
Daniel Henrique Barboza
,
07:57
Re: [RFC PATCH v2 3/4] target/ppc: Remove the software TLB model of 7450 CPUs
,
Cédric Le Goater
,
07:57
Re: [RFC PATCH v2 2/4] target/ppc: Disable unused facilities in the e600 CPU
,
Cédric Le Goater
,
07:56
Re: [RFC PATCH v2 1/4] target/ppc: Disable software TLB for the 7450 family
,
Cédric Le Goater
,
07:56
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Cédric Le Goater
,
07:25
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Peter Maydell
,
05:40
Re: [RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
,
Cédric Le Goater
,
05:36
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Thomas Huth
,
05:31
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Cédric Le Goater
,
05:27
Re: [PATCH 16/26] tests/acceptance: Test Sandalfoot initrd on the PReP/40p
,
Cédric Le Goater
,
05:10
Re: [PATCH v9 00/10] PMU-EBB support for PPC64 TCG
,
Cédric Le Goater
,
04:37
Re: [PATCH v9 09/10] target/ppc: PMU Event-Based exception support
,
Cédric Le Goater
,
04:27
Re: [PATCH] target/ppc: remove 401/403 CPUs
,
David Gibson
,
04:03
Re: [PATCH v2 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask
,
Cédric Le Goater
,
03:34
December 02, 2021
Re: [PATCH] target/ppc: remove 401/403 CPUs
,
Richard Henderson
,
16:51
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
LEROY Christophe
,
15:04
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Cédric Le Goater
,
14:20
Re: [PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Thomas Huth
,
14:17
[PATCH] hw/ppc/ppc405_boards: Change kernel load address
,
Cédric Le Goater
,
14:14
[PATCH] target/ppc: remove 401/403 CPUs
,
Cédric Le Goater
,
14:11
Re: [PATCH 14/14] ppc/pnv: Introduce support for user created PHB4 devices
,
Daniel Henrique Barboza
,
12:50
Re: [PATCH 13/14] ppc/pnv: Move realize of PEC stacks under the PEC model
,
Daniel Henrique Barboza
,
12:49
Re: [PATCH 12/14] ppc/pnv: Remove "system-memory" property for he PHB4 PEC model
,
Daniel Henrique Barboza
,
12:47
Re: [PATCH 11/14] ppc/pnv: Compute the PHB index from the PHB4 PEC model
,
Daniel Henrique Barboza
,
12:47
Re: [PATCH 10/14] ppc/pnv: Introduce a num_stack class attribute
,
Daniel Henrique Barboza
,
12:44
Re: [PATCH 09/14] ppc/pnv: Introduce a "chip" property under the PHB4 model
,
Daniel Henrique Barboza
,
12:38
Re: [PATCH 08/14] ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
,
Daniel Henrique Barboza
,
12:37
Re: [PATCH 07/14] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
,
Daniel Henrique Barboza
,
12:35
Re: [PATCH 01/14] ppc/pnv: Reduce the maximum of PHB3 devices
,
Cédric Le Goater
,
12:34
Re: [PATCH 06/14] ppc/pnv: Complete user created PHB3 devices
,
Daniel Henrique Barboza
,
12:33
Re: [PATCH 05/14] ppc/pnv: Reparent user created PHB3 devices to the PnvChip
,
Daniel Henrique Barboza
,
12:32
Re: [PATCH 04/14] ppc/pnv: Introduce support for user created PHB3 devices
,
Daniel Henrique Barboza
,
12:31
Re: [PATCH 03/14] ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
,
Daniel Henrique Barboza
,
12:29
Re: [PATCH 02/14] ppc/pnv: Drop the "num-phbs" property
,
Daniel Henrique Barboza
,
12:27
Re: [PATCH 01/14] ppc/pnv: Reduce the maximum of PHB3 devices
,
Daniel Henrique Barboza
,
12:27
[PATCH 05/14] ppc/pnv: Reparent user created PHB3 devices to the PnvChip
,
Cédric Le Goater
,
09:43
[PATCH 12/14] ppc/pnv: Remove "system-memory" property for he PHB4 PEC model
,
Cédric Le Goater
,
09:43
[PATCH 14/14] ppc/pnv: Introduce support for user created PHB4 devices
,
Cédric Le Goater
,
09:43
[PATCH 13/14] ppc/pnv: Move realize of PEC stacks under the PEC model
,
Cédric Le Goater
,
09:42
[PATCH 11/14] ppc/pnv: Compute the PHB index from the PHB4 PEC model
,
Cédric Le Goater
,
09:42
[PATCH 10/14] ppc/pnv: Introduce a num_stack class attribute
,
Cédric Le Goater
,
09:42
[PATCH 08/14] ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
,
Cédric Le Goater
,
09:42
[PATCH 06/14] ppc/pnv: Complete user created PHB3 devices
,
Cédric Le Goater
,
09:42
[PATCH 09/14] ppc/pnv: Introduce a "chip" property under the PHB4 model
,
Cédric Le Goater
,
09:42
[PATCH 07/14] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
,
Cédric Le Goater
,
09:42
[PATCH 04/14] ppc/pnv: Introduce support for user created PHB3 devices
,
Cédric Le Goater
,
09:42
[PATCH 03/14] ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
,
Cédric Le Goater
,
09:42
[PATCH 01/14] ppc/pnv: Reduce the maximum of PHB3 devices
,
Cédric Le Goater
,
09:42
[PATCH 02/14] ppc/pnv: Drop the "num-phbs" property
,
Cédric Le Goater
,
09:42
[PATCH 00/14] ppc/pnv: Add support for user created PHB3/PHB4 devices
,
Cédric Le Goater
,
09:42
Re: [PATCH v2] docs: Minor updates on the powernv documentation.
,
Cédric Le Goater
,
01:51
Re: [PATCH v9 06/10] target/ppc: enable PMU instruction count
,
David Gibson
,
00:39
December 01, 2021
Re: [PATCH v8 06/10] target/ppc: enable PMU instruction count
,
David Gibson
,
20:23
Re: [PATCH v4 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
,
Cédric Le Goater
,
12:58
[PATCH v4 3/3] target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52
,
Lucas Mateus Castro (alqotel)
,
11:39
[PATCH v4 2/3] test/tcg/ppc64le: test mtfsf
,
Lucas Mateus Castro (alqotel)
,
11:39
[PATCH v4 1/3] target/ppc: Fixed call to deferred exception
,
Lucas Mateus Castro (alqotel)
,
11:39
[PATCH v4 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
,
Lucas Mateus Castro (alqotel)
,
11:39
[PATCH v9 10/10] target/ppc/excp_helper.c: EBB handling adjustments
,
Daniel Henrique Barboza
,
10:18
[PATCH v9 09/10] target/ppc: PMU Event-Based exception support
,
Daniel Henrique Barboza
,
10:18
[PATCH v9 08/10] PPC64/TCG: Implement 'rfebb' instruction
,
Daniel Henrique Barboza
,
10:18
[PATCH v9 07/10] target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
,
Daniel Henrique Barboza
,
10:18
[PATCH v9 06/10] target/ppc: enable PMU instruction count
,
Daniel Henrique Barboza
,
10:18
[PATCH v9 05/10] target/ppc: enable PMU counter overflow with cycle events
,
Daniel Henrique Barboza
,
10:18
[PATCH v9 02/10] target/ppc: PMU basic cycle count for pseries TCG
,
Daniel Henrique Barboza
,
10:18
[PATCH v9 03/10] target/ppc: PMU: update counters on PMCs r/w
,
Daniel Henrique Barboza
,
10:18
[PATCH v9 04/10] target/ppc: PMU: update counters on MMCR1 write
,
Daniel Henrique Barboza
,
10:18
[PATCH v9 01/10] target/ppc: introduce PMUEventType and PMU overflow timers
,
Daniel Henrique Barboza
,
10:17
[PATCH v9 00/10] PMU-EBB support for PPC64 TCG
,
Daniel Henrique Barboza
,
10:17
Re: [PATCH v8 06/10] target/ppc: enable PMU instruction count
,
Daniel Henrique Barboza
,
08:12
Re: [PATCH v4] target/ppc: fix Hash64 MMU update of PTE bit R
,
Leandro Lupori
,
07:37
Re: [RFC PATCH v2 4/4] tests/avocado: ppc: Add smoke tests for MPC7400 and MPC7450 families
,
Cédric Le Goater
,
05:09
Re: [PATCH v4] target/ppc: fix Hash64 MMU update of PTE bit R
,
Cédric Le Goater
,
02:51
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc