From: Robert Richter <rrichter@xxxxxxxxxx> 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 second implements the use of CMA to allocate gicv3-its device tables. This solves the problem where mem allocation is limited to 4MB. A previous patch sent to the list to address this that instead increases FORCE_MAX_ZONEORDER becomes obsolete. Robert Richter (2): mm: cma: arm64: Introduce dma_activate_contiguous() for early activation irqchip, gicv3-its, cma: Use CMA for allocation of large device tables arch/arm64/kernel/irq.c | 4 ++++ drivers/base/dma-contiguous.c | 14 ++++++++++++++ drivers/irqchip/irq-gic-v3-its.c | 30 +++++++++++++++++++++--------- include/linux/cma.h | 1 + include/linux/dma-contiguous.h | 8 ++++++++ mm/cma.c | 6 +++++- 6 files changed, 53 insertions(+), 10 deletions(-) -- 2.7.0.rc3 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>