Show patches with: Submitter = Baoquan He       |    State = Action Required       |    Archived = No       |   339 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[17/22] net: marvell: prestera: Don't use GFP_DMA when calling dma_pool_alloc() Don't use kmalloc() with GFP_DMA - 1 - --- 2022-02-19 Baoquan He New
[16/22] usb: udc: lpc32xx: Don't use GFP_DMA when calling dma_pool_alloc() Don't use kmalloc() with GFP_DMA - 1 - --- 2022-02-19 Baoquan He New
[15/22] usb: cdns3: Don't use GFP_DMA32 when calling dma_pool_alloc() Don't use kmalloc() with GFP_DMA - 1 - --- 2022-02-19 Baoquan He New
[14/22] spi: spi-ti-qspi: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[13/22] spi: atmel: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[12/22] staging: emxx_udc: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[11/22] staging: emxx_udc: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[10/22] uio: pruss: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[09/22] usb: cdns3: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA 1 - - --- 2022-02-19 Baoquan He New
[08/22] usb: gadget: lpc32xx_udc: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[07/22] fbdev: mx3fb: Don't use GFP_DMA when calling dma_alloc_wc() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[06/22] fbdev: da8xx: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[05/22] sound: n64: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[04/22] drm/sti: Don't use GFP_DMA when calling dma_alloc_wc() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[03/22] gpu: ipu-v3: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA 1 1 - --- 2022-02-19 Baoquan He New
[02/22] net: moxa: Don't use GFP_DMA when calling dma_alloc_coherent() Don't use kmalloc() with GFP_DMA - 1 - --- 2022-02-19 Baoquan He New
[01/22] parisc: pci-dma: remove stale code and comment Don't use kmalloc() with GFP_DMA - 1 - --- 2022-02-19 Baoquan He New
[v4,3/3] mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pages Handle warning of allocation failure on DMA zone w/o managed pages 1 1 - --- 2021-12-23 Baoquan He New
[v4,2/3] dma/pool: create dma atomic pool only if dma zone has managed pages Handle warning of allocation failure on DMA zone w/o managed pages 1 1 - --- 2021-12-23 Baoquan He New
[v4,1/3] mm_zone: add function to check if managed dma zone exists Handle warning of allocation failure on DMA zone w/o managed pages 1 1 - --- 2021-12-23 Baoquan He New
[2/2] dma-pool: allow user to disable atomic pool Clean up document and small improvement of atomic pool - 1 - --- 2021-12-17 Baoquan He New
[1/2] docs: kernel-parameters: Update to reflect the current default size of atomic pool Clean up document and small improvement of atomic pool - 1 - --- 2021-12-17 Baoquan He New
[v3,5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone Avoid requesting page from DMA zone when no managed pages - - - --- 2021-12-13 Baoquan He New
[v3,4/5] dma/pool: create dma atomic pool only if dma zone has managed pages Avoid requesting page from DMA zone when no managed pages - - - --- 2021-12-13 Baoquan He New
[v3,3/5] mm_zone: add function to check if managed dma zone exists Avoid requesting page from DMA zone when no managed pages - 1 - --- 2021-12-13 Baoquan He New
[v3,2/5] dma-pool: allow user to disable atomic pool Avoid requesting page from DMA zone when no managed pages - - - --- 2021-12-13 Baoquan He New
[v3,1/5] docs: kernel-parameters: Update to reflect the current default size of atomic pool Avoid requesting page from DMA zone when no managed pages - - - --- 2021-12-13 Baoquan He New
[RESEND,v2,5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone Avoid requesting page from DMA zone when no managed pages - - - --- 2021-12-07 Baoquan He New
[RESEND,v2,4/5] dma/pool: create dma atomic pool only if dma zone has managed pages Avoid requesting page from DMA zone when no managed pages - - - --- 2021-12-07 Baoquan He New
[RESEND,v2,3/5] mm_zone: add function to check if managed dma zone exists Avoid requesting page from DMA zone when no managed pages - - - --- 2021-12-07 Baoquan He New
[RESEND,v2,2/5] dma-pool: allow user to disable atomic pool Avoid requesting page from DMA zone when no managed pages - - - --- 2021-12-07 Baoquan He New
[RESEND,v2,1/5] docs: kernel-parameters: Update to reflect the current default size of atomic pool Avoid requesting page from DMA zone when no managed pages - - - --- 2021-12-07 Baoquan He New
[RFC,v2,5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone Avoid requesting page from DMA zone when no managed pages - - - --- 2021-08-10 Baoquan He New
[RFC,v2,4/5] dma/pool: create dma atomic pool only if dma zone has mamaged pages Avoid requesting page from DMA zone when no managed pages - - - --- 2021-08-10 Baoquan He New
[RFC,v2,3/5] mm_zone: add function to check if managed dma zone exists Avoid requesting page from DMA zone when no managed pages - - - --- 2021-08-10 Baoquan He New
[RFC,v2,2/5] dma-pool: allow user to disable atomic pool Avoid requesting page from DMA zone when no managed pages - - - --- 2021-08-10 Baoquan He New
[RFC,v2,1/5] docs: kernel-parameters: Update to reflect the current default size of atomic pool Avoid requesting page from DMA zone when no managed pages - - - --- 2021-08-10 Baoquan He New
[2/2] dma-pool: allow user to disable atomic pool dma-pool: allow user to disable atomic pool - - - --- 2021-06-24 Baoquan He New
[1/2] docs: kernel-parameters: Update to reflect the current default size of atomic pool dma-pool: allow user to disable atomic pool - - - --- 2021-06-24 Baoquan He New
« 1 2 3 4 »