Re: [PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables

2016-03-04 Thread Marc Zyngier
On 01/03/16 12:40, Robert Richter wrote: > On 29.02.16 15:17:53, Laura Abbott wrote: >> On 02/29/2016 05:30 AM, Marc Zyngier wrote: >>> On 29/02/16 12:25, Robert Richter wrote: On 29.02.16 10:46:49, Marc Zyngier wrote: > On 25/02/16 11:02, Robert Richter wrote: >> From: Robert Richter

Re: [PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables

2016-03-04 Thread Vlastimil Babka
On 03/01/2016 01:40 PM, Robert Richter wrote: > On 29.02.16 15:17:53, Laura Abbott wrote: >> On 02/29/2016 05:30 AM, Marc Zyngier wrote: >>> On 29/02/16 12:25, Robert Richter wrote: On 29.02.16 10:46:49, Marc Zyngier wrote: > On 25/02/16 11:02, Robert Richter wrote: >> From: Robert Ric

Re: [PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables

2016-03-01 Thread Robert Richter
On 29.02.16 15:17:53, Laura Abbott wrote: > On 02/29/2016 05:30 AM, Marc Zyngier wrote: > >On 29/02/16 12:25, Robert Richter wrote: > >>On 29.02.16 10:46:49, Marc Zyngier wrote: > >>>On 25/02/16 11:02, Robert Richter wrote: > From: Robert Richter > > This series implements the use of

Re: [PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables

2016-02-29 Thread Laura Abbott
On 02/29/2016 05:30 AM, Marc Zyngier wrote: On 29/02/16 12:25, Robert Richter wrote: On 29.02.16 10:46:49, Marc Zyngier wrote: On 25/02/16 11:02, Robert Richter wrote: From: Robert Richter This series implements the use of CMA for allocation of large device tables for the arm64 gicv3 interru

Re: [PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables

2016-02-29 Thread Marc Zyngier
On 29/02/16 12:25, Robert Richter wrote: > On 29.02.16 10:46:49, Marc Zyngier wrote: >> On 25/02/16 11:02, Robert Richter wrote: >>> From: Robert Richter >>> >>> This series implements the use of CMA for allocation of large device >>> tables for the arm64 gicv3 interrupt controller. >>> >>> There

Re: [PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables

2016-02-29 Thread Robert Richter
On 29.02.16 10:46:49, Marc Zyngier wrote: > On 25/02/16 11:02, Robert Richter wrote: > > From: Robert Richter > > > > This series implements the use of CMA for allocation of large device > > tables for the arm64 gicv3 interrupt controller. > > > > There are 2 patches, the first is for early acti

Re: [PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables

2016-02-29 Thread Marc Zyngier
Hi Robert, On 25/02/16 11:02, Robert Richter wrote: > From: Robert Richter > > This series implements the use of CMA for allocation of large device > tables for the arm64 gicv3 interrupt controller. > > There are 2 patches, the first is for early activation of cma, which > needs to be done befo

[PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables

2016-02-25 Thread Robert Richter
From: Robert Richter This series implements the use of CMA for allocation of large device tables for the arm64 gicv3 interrupt controller. There are 2 patches, the first is for early activation of cma, which needs to be done before interrupt initialization to make it available to the gicv3. The