Show patches with: Submitter = Leizhen (ThunderTown)       |    State = Action Required       |   35 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,1/1] mm/slab: remove duplicate check in create_cache() [v2,1/1] mm/slab: remove duplicate check in create_cache() - - - --- 2024-10-09 Leizhen (ThunderTown) New
[1/1] mm/page_poison: slightly optimize check_poison_mem() [1/1] mm/page_poison: slightly optimize check_poison_mem() - - - --- 2024-08-21 Leizhen (ThunderTown) New
[1/1] mm/slab: remove duplicate check in create_cache() [1/1] mm/slab: remove duplicate check in create_cache() - - - --- 2024-08-21 Leizhen (ThunderTown) New
kmsan: fix a stale comment in kmsan_save_stack_with_flags() kmsan: fix a stale comment in kmsan_save_stack_with_flags() - 1 - --- 2023-03-27 Leizhen (ThunderTown) New
mm/vmalloc: allow mem_dump_obj() to be called in interrupt context mm/vmalloc: allow mem_dump_obj() to be called in interrupt context - - - --- 2022-11-12 Leizhen (ThunderTown) New
[v3,1/1] lib: Fix spelling mistakes in header files ib: Fix spelling mistakes in header files - - - --- 2021-06-09 Leizhen (ThunderTown) New
[v2,1/1] lib: Fix spelling mistakes in header files lib: Fix spelling mistakes in header files - - - --- 2021-06-09 Leizhen (ThunderTown) New
[1/1] mm: remove leading spaces before tabs [1/1] mm: remove leading spaces before tabs - - - --- 2021-06-08 Leizhen (ThunderTown) New
[1/1] mm: remove trailing spaces and tabs [1/1] mm: remove trailing spaces and tabs - - - --- 2021-06-08 Leizhen (ThunderTown) New
[1/1] lib: Fix spelling mistakes in header files lib: Fix spelling mistakes in header files - 1 - --- 2021-06-08 Leizhen (ThunderTown) New
[1/1] mm: fix spelling mistakes in header files mm: fix spelling mistakes in header files - - - --- 2021-05-31 Leizhen (ThunderTown) New
[v2,1/1] mm: clear spelling mistakes mm: clear spelling mistakes - 1 - --- 2021-05-19 Leizhen (ThunderTown) New
[2/2] mm: fix spelling mistakes in under directory mm mm: clear spelling mistakes - - - --- 2021-05-17 Leizhen (ThunderTown) New
[1/2] mm: fix spelling mistakes in header files mm: clear spelling mistakes - 1 - --- 2021-05-17 Leizhen (ThunderTown) New
[1/1] mm/mmap: optimize a branch judgment in ksys_mmap_pgoff() [1/1] mm/mmap: optimize a branch judgment in ksys_mmap_pgoff() - - - --- 2020-07-05 Leizhen (ThunderTown) New
[v2,1/1] mm/page_io.c: remove an unnecessary goto in generic_swapfile_activate() mm/page_io.c: remove an unnecessary goto in generic_swapfile_activate() - 1 - --- 2020-05-08 Leizhen (ThunderTown) New
[v2,10/10] md: use PAGE_SECTORS to clean up code clean up SECTOR related macros and sectors/pages conversions - - - --- 2020-05-07 Leizhen (ThunderTown) New
[v2,09/10] md: use existing definition RESYNC_SECTORS clean up SECTOR related macros and sectors/pages conversions - - - --- 2020-05-07 Leizhen (ThunderTown) New
[v2,08/10] md: use sectors_to_npage() and npage_to_sectors() to clean up code clean up SECTOR related macros and sectors/pages conversions - - - --- 2020-05-07 Leizhen (ThunderTown) New
[v2,07/10] block: use sectors_to_npage() and PAGE_SECTORS to clean up code clean up SECTOR related macros and sectors/pages conversions - - - --- 2020-05-07 Leizhen (ThunderTown) New
[v2,06/10] mm/swap: use npage_to_sectors() and PAGE_SECTORS to clean up code clean up SECTOR related macros and sectors/pages conversions - - - --- 2020-05-07 Leizhen (ThunderTown) New
[v2,05/10] block: abolish macro PAGE_SECTORS_SHIFT clean up SECTOR related macros and sectors/pages conversions - - - --- 2020-05-07 Leizhen (ThunderTown) New
[v2,04/10] zram: abolish macro SECTORS_PER_PAGE_SHIFT clean up SECTOR related macros and sectors/pages conversions - - - --- 2020-05-07 Leizhen (ThunderTown) New
[v2,03/10] block: add sectors_to_npage()/npage_to_sectors() helpers clean up SECTOR related macros and sectors/pages conversions - - - --- 2020-05-07 Leizhen (ThunderTown) New
[v2,02/10] zram: abolish macro SECTORS_PER_PAGE clean up SECTOR related macros and sectors/pages conversions - - - --- 2020-05-07 Leizhen (ThunderTown) New
[v2,01/10] block: move PAGE_SECTORS definition into <linux/blkdev.h> clean up SECTOR related macros and sectors/pages conversions - - - --- 2020-05-07 Leizhen (ThunderTown) New
[1/1] mm: remove an unnecessary goto jump [1/1] mm: remove an unnecessary goto jump - 1 - --- 2020-05-05 Leizhen (ThunderTown) New
[4/4] mtd: eliminate SECTOR related magic numbers eliminate SECTOR related magic numbers and duplicated conversions - - - --- 2020-05-05 Leizhen (ThunderTown) New
[3/4] block: use SECTORS_PER_PAGE_SHIFT and SECTORS_PER_PAGE to clean up code eliminate SECTOR related magic numbers and duplicated conversions - - - --- 2020-05-05 Leizhen (ThunderTown) New
[2/4] mm/swap: use SECTORS_PER_PAGE_SHIFT to clean up code eliminate SECTOR related magic numbers and duplicated conversions - - - --- 2020-05-05 Leizhen (ThunderTown) New
[1/4] block: Move SECTORS_PER_PAGE and SECTORS_PER_PAGE_SHIFT definitions into <linux/blkdev.h> eliminate SECTOR related magic numbers and duplicated conversions - - - --- 2020-05-05 Leizhen (ThunderTown) New
[3/3] mm/swap: remove redundant check for swap_slot_cache_initialized clean up some functions in mm/swap_slots.c 1 - - --- 2020-04-30 Leizhen (ThunderTown) New
[2/3] mm/swap: simplify enable_swap_slots_cache() clean up some functions in mm/swap_slots.c 1 - - --- 2020-04-30 Leizhen (ThunderTown) New
[1/3] mm/swap: simplify alloc_swap_slot_cache() clean up some functions in mm/swap_slots.c 1 - - --- 2020-04-30 Leizhen (ThunderTown) New
[1/1] kasan: fix shadow_size calculation error in kasan_module_alloc 1 1 - --- 2018-06-22 Leizhen (ThunderTown) New