Show patches with: Submitter = Baoquan He       |    State = Action Required       |   457 patches
« 1 2 ... 2 3 4 5 »
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
[v5,5/5] mm: remove unneeded local variable in free_area_init_core mm: clean up names and parameters of memmap_init_xxxx functions - 2 - --- 2021-01-22 Baoquan He New
[v5,4/5] mm: simplify parameter of setup_usemap() mm: clean up names and parameters of memmap_init_xxxx functions - 2 - --- 2021-01-22 Baoquan He New
[v5,3/5] mm: simplify parater of function memmap_init_zone() mm: clean up names and parameters of memmap_init_xxxx functions - 1 - --- 2021-01-22 Baoquan He New
[v5,2/5] mm: rename memmap_init() and memmap_init_zone() mm: clean up names and parameters of memmap_init_xxxx functions - 1 - --- 2021-01-22 Baoquan He New
[v5,1/5] mm: fix prototype warning from kernel test robot mm: clean up names and parameters of memmap_init_xxxx functions - 1 - --- 2021-01-22 Baoquan He New
mm: fix prototype warning from kernel test robot mm: fix prototype warning from kernel test robot - - - --- 2021-01-22 Baoquan He New
[v4,4/4] mm: remove unneeded local variable in free_area_init_core mm: clean up names and parameters of memmap_init_xxxx functions - 2 - --- 2021-01-20 Baoquan He New
[v4,3/4] mm: simplify parameter of setup_usemap() mm: clean up names and parameters of memmap_init_xxxx functions - 2 - --- 2021-01-20 Baoquan He New
[v4,2/4] mm: simplify parater of function memmap_init_zone() mm: clean up names and parameters of memmap_init_xxxx functions - 1 - --- 2021-01-20 Baoquan He New
[v4,1/4] mm: rename memmap_init() and memmap_init_zone() mm: clean up names and parameters of memmap_init_xxxx functions - 1 - --- 2021-01-20 Baoquan He New
[v3,4/4] mm: remove unneeded local variable in free_area_init_core mm: clean up names and parameters of memmap_init_xxxx functions - 2 - --- 2021-01-05 Baoquan He New
[v3,3/4] mm: simplify parameter of setup_usemap() mm: clean up names and parameters of memmap_init_xxxx functions - 2 - --- 2021-01-05 Baoquan He New
[v3,2/4] mm: simplify parater of function memmap_init_zone() mm: clean up names and parameters of memmap_init_xxxx functions - 1 - --- 2021-01-05 Baoquan He New
[v3,1/4] mm: rename memmap_init() and memmap_init_zone() mm: clean up names and parameters of memmap_init_xxxx functions - 2 - --- 2021-01-05 Baoquan He New
[v3,1/1] mm: memmap defer init dosn't work as expected mm: memmap defer init dosn't work as expected - 1 - --- 2020-12-23 Baoquan He New
[v2,5/5] mm: remove unneeded local variable in free_area_init_core Fix the incorrect memmep defer init handling and do some cleanup - 1 - --- 2020-12-20 Baoquan He New
[v2,4/5] mm: simplify parameter of setup_usemap() Fix the incorrect memmep defer init handling and do some cleanup - 1 - --- 2020-12-20 Baoquan He New
[v2,3/5] mm: simplify parater of function memmap_init_zone() Fix the incorrect memmep defer init handling and do some cleanup - 1 - --- 2020-12-20 Baoquan He New
[v2,2/5] mm: rename memmap_init() and memmap_init_zone() Fix the incorrect memmep defer init handling and do some cleanup - 1 - --- 2020-12-20 Baoquan He New
[v2,1/5] mm: memmap defer init dosn't work as expected Fix the incorrect memmep defer init handling and do some cleanup - 1 - --- 2020-12-20 Baoquan He New
[2/2] mm: rename memmap_init() and memmap_init_zone() Fix the incorrect memmap init defer handling - - - --- 2020-12-13 Baoquan He New
[1/2] mm: memmap defer init dosn't work as expected Fix the incorrect memmap init defer handling - - - --- 2020-12-13 Baoquan He New
Revert "mm/vmstat.c: do not show lowmem reserve protection information of empty zone" Revert "mm/vmstat.c: do not show lowmem reserve protection information of empty zone" 1 1 - --- 2020-08-11 Baoquan He New
[v3,2/4] mm/hugetlb.c: Remove the unnecessary non_swap_entry() Untitled series #323101 - 3 - --- 2020-07-23 Baoquan He New
[v2,4/4] mm/hugetl.c: warn out if expected count of huge pages adjustment is not achieved mm/hugetlb: Small cleanup and improvement - - - --- 2020-07-23 Baoquan He New
[v2,3/4] doc/vm: fix typo in the hugetlb admin documentation mm/hugetlb: Small cleanup and improvement - 2 - --- 2020-07-23 Baoquan He New
[v2,2/4] mm/hugetlb.c: Remove the unnecessary non_swap_entry() mm/hugetlb: Small cleanup and improvement - 3 - --- 2020-07-23 Baoquan He New
[v2,1/4] mm/hugetlb.c: make is_hugetlb_entry_hwpoisoned return bool mm/hugetlb: Small cleanup and improvement - 3 - --- 2020-07-23 Baoquan He New
[5/5] mm/hugetl.c: warn out if expected count of huge pages adjustment is not achieved mm/hugetlb: Small cleanup and improvement - - - --- 2020-07-20 Baoquan He New
[4/5] doc/vm: fix typo in in the hugetlb admin documentation mm/hugetlb: Small cleanup and improvement - 2 - --- 2020-07-20 Baoquan He New
[3/5] mm/hugetlb.c: Remove the unnecessary non_swap_entry() mm/hugetlb: Small cleanup and improvement - 2 - --- 2020-07-20 Baoquan He New
[2/5] mm/hugetlb.c: make is_hugetlb_entry_hwpoisoned return bool mm/hugetlb: Small cleanup and improvement - 2 - --- 2020-07-20 Baoquan He New
[1/5] mm/hugetlb.c: Fix typo of glb_reserve mm/hugetlb: Small cleanup and improvement - - - --- 2020-07-20 Baoquan He New
mm/compaction: Fix the incorrect hole in fast_isolate_freepages() mm/compaction: Fix the incorrect hole in fast_isolate_freepages() - - - --- 2020-05-21 Baoquan He New
[PATVH,v1,RESEND] mm: remove unused free_bootmem_with_active_regions [PATVH,v1,RESEND] mm: remove unused free_bootmem_with_active_regions 1 1 - --- 2020-04-02 Baoquan He New
[v2,3/3] mm/vmstat.c: do not show lowmem reserve protection information of empty zone improvements about lowmem_reserve and /proc/zoneinfo - - - --- 2020-04-02 Baoquan He New
[v2,2/3] mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty improvements about lowmem_reserve and /proc/zoneinfo - - - --- 2020-04-02 Baoquan He New
[v2,1/3] mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it improvements about lowmem_reserve and /proc/zoneinfo - - - --- 2020-04-02 Baoquan He New
[5/5] mm/vmstat.c: remove the useless code improvements about lowmem_reserve and /proc/zoneinfo - - - --- 2020-03-24 Baoquan He New
[4/5] mm/vmstat.c: move the per-node stats to the front of /proc/zoneinfo improvements about lowmem_reserve and /proc/zoneinfo - - - --- 2020-03-24 Baoquan He New
[3/5] mm/vmstat.c: do not show lowmem reserve protection information of empty zone improvements about lowmem_reserve and /proc/zoneinfo - - - --- 2020-03-24 Baoquan He New
[2/5] mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty improvements about lowmem_reserve and /proc/zoneinfo - - - --- 2020-03-24 Baoquan He New
[1/5] mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it improvements about lowmem_reserve and /proc/zoneinfo - - - --- 2020-03-24 Baoquan He New
[v5,2/2] mm/sparse.c: allocate memmap preferring the given node Untitled series #257043 2 3 - --- 2020-03-16 Baoquan He New
[v5,1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse [v5,1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse 1 4 - --- 2020-03-16 Baoquan He New
[v4,2/2] mm/sparse.c: allocate memmap preferring the given node [v4,1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse 1 - - --- 2020-03-16 Baoquan He New
[v4,1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse [v4,1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse 1 3 - --- 2020-03-16 Baoquan He New
[v3] mm/sparse.c: Use kvmalloc_node/kvfree to alloc/free memmap for the classic sparse [v3] mm/sparse.c: Use kvmalloc_node/kvfree to alloc/free memmap for the classic sparse 1 1 - --- 2020-03-12 Baoquan He New
[v2] mm/sparse.c: Use kvmalloc_node/kvfree to alloc/free memmap for the classic sparse [v2] mm/sparse.c: Use kvmalloc_node/kvfree to alloc/free memmap for the classic sparse - - - --- 2020-03-12 Baoquan He New
[v4,5/5] mm/sparse.c: move subsection_map related functions together mm/hotplug: Only use subsection map for VMEMMAP - - - --- 2020-03-12 Baoquan He New
[v4,4/5] mm/sparse.c: add note about only VMEMMAP supporting sub-section hotplug mm/hotplug: Only use subsection map for VMEMMAP 1 1 - --- 2020-03-12 Baoquan He New
[v4,3/5] mm/sparse.c: only use subsection map in VMEMMAP case mm/hotplug: Only use subsection map for VMEMMAP - 1 - --- 2020-03-12 Baoquan He New
[v4,2/5] mm/sparse.c: introduce a new function clear_subsection_map() mm/hotplug: Only use subsection map for VMEMMAP 1 1 - --- 2020-03-12 Baoquan He New
[v4,1/5] mm/sparse.c: introduce new function fill_subsection_map() mm/hotplug: Only use subsection map for VMEMMAP 1 2 - --- 2020-03-12 Baoquan He New
[v2] x86/mm: Remove the redundant conditional check [v2] x86/mm: Remove the redundant conditional check 1 1 - --- 2020-03-11 Baoquan He New
x86/mm: Remove the redundant conditional check x86/mm: Remove the redundant conditional check - - - --- 2020-03-08 Baoquan He New
[v3,7/7] mm/sparse.c: Use __get_free_pages() instead in populate_section_memmap() mm/hotplug: Only use subsection map for VMEMMAP - 1 - --- 2020-03-07 Baoquan He New
[v3,6/7] mm/sparse.c: move subsection_map related codes together mm/hotplug: Only use subsection map for VMEMMAP - - - --- 2020-03-07 Baoquan He New
[v3,5/7] mm/sparse.c: add note about only VMEMMAP supporting sub-section support mm/hotplug: Only use subsection map for VMEMMAP 1 - - --- 2020-03-07 Baoquan He New
[v3,4/7] mm/sparse.c: only use subsection map in VMEMMAP case mm/hotplug: Only use subsection map for VMEMMAP - 1 - --- 2020-03-07 Baoquan He New
[v3,3/7] mm/sparse.c: introduce a new function clear_subsection_map() mm/hotplug: Only use subsection map for VMEMMAP - 1 - --- 2020-03-07 Baoquan He New
« 1 2 ... 2 3 4 5 »