Show patches with: none      |   72358 patches
« 1 2 3 4723 724 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
答复: INFO: [BISECTED] Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not pr… 答复: INFO: [BISECTED] Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not pr… - - - --- 2023-01-13 zhaoyang.huang New
答复: [PATCH] mm/swapfile: release swap info when swap device is unpluged 答复: [PATCH] mm/swapfile: release swap info when swap device is unpluged - - - --- 2022-05-30 liubo New
答复: [PATCH] mm, hwpoison, hugetlb: Check hugetlb head page hwpoison flag when unpoison page 答复: [PATCH] mm, hwpoison, hugetlb: Check hugetlb head page hwpoison flag when unpoison page - - - --- 2022-08-04 luofei New
答复: [PATCH] hugetlbfs: fix description about atomic allocation of vmemmap pages when free huge page 答复: [PATCH] hugetlbfs: fix description about atomic allocation of vmemmap pages when free huge page - - - --- 2022-03-16 luofei New
答复: [patch 04/54] dynamic_debug: add an option to enable dynamic debug for modules only 答复: [patch 04/54] dynamic_debug: add an option to enable dynamic debug for modules only - - - --- 2020-06-08 翟京 (Orson Zhai) New
回复:Re:[RFC] a question about reuse hwpoison page in soft_offline_page() - - - --- 2018-07-09 =?UTF-8?B?6KOY56iA55+zKOeogOefsyk=?= New
回复:[PATCH v1 1/2] mm: fix race on soft-offlining free huge pages - - - --- 2018-07-13 =?UTF-8?B?6KOY56iA55+zKOeogOefsyk=?= New
回复:[PATCH v1 1/2] mm: fix race on soft-offlining free huge pages - - - --- 2018-07-13 =?UTF-8?B?6KOY56iA55+zKOeogOefsyk=?= New
回复: [PATCH] pid: add handling of too many zombie processes 回复: [PATCH] pid: add handling of too many zombie processes - - - --- 2023-02-09 huyd12@chinatelecom.cn New
回复: [PATCH] mm:vmscan: fix extra adjustment for lruvec's nonresident_age in case of reactivation 回复: [PATCH] mm:vmscan: fix extra adjustment for lruvec's nonresident_age in case of reactivation - - - --- 2021-09-20 Xie Yongmei New
zswap: use PAGE_SIZE * 2 for compression dst buffer size when calling crypto compression API zswap: use PAGE_SIZE * 2 for compression dst buffer size when calling crypto compression API - - - --- 2018-09-17 Um, Taeil New
zswap: use B-tree for search zswap: use B-tree for search - - - --- 2019-11-17 Vitaly Wool New
zswap: potential NULL dereference on error in init_zswap() zswap: potential NULL dereference on error in init_zswap() - - - --- 2020-01-14 Dan Carpenter New
zswap: initialize entry->pool on same filled entry zswap: initialize entry->pool on same filled entry - - - --- 2024-03-21 Chris Li New
zswap: ignore debugfs_create_dir() return value zswap: ignore debugfs_create_dir() return value 1 - - --- 2019-01-22 Greg KH New
zswap: fix zswap_frontswap_load() vs zsmalloc::map/unmap() might_sleep() splat zswap: fix zswap_frontswap_load() vs zsmalloc::map/unmap() might_sleep() splat - - - --- 2020-12-19 Mike Galbraith New
zswap: export more zswap store failure stats zswap: export more zswap store failure stats - - - --- 2023-10-24 Nhat Pham New
zswap: export compression failure stats zswap: export compression failure stats - 1 - --- 2023-10-24 Nhat Pham New
zswap: don't warn if none swapcache folio is passed to zswap_load zswap: don't warn if none swapcache folio is passed to zswap_load - 2 - --- 2023-08-10 Yin, Fengwei New
zswap: do not shrink when memory.zswap.max is 0 zswap: do not shrink when memory.zswap.max is 0 1 1 - --- 2023-05-30 Nhat Pham New
zswap: do not shrink if cgroup may not zswap zswap: do not shrink if cgroup may not zswap - 1 - --- 2023-05-30 Nhat Pham New
zswap: do not allocate from atomic pool zswap: do not allocate from atomic pool - - - --- 2022-11-22 Sergey Senozhatsky New
zswap: change zswap's default allocator to zsmalloc zswap: change zswap's default allocator to zsmalloc 2 - - --- 2023-09-08 Nhat Pham New
zswap: allow setting default status, compressor and allocator in Kconfig zswap: allow setting default status, compressor and allocator in Kconfig - - - --- 2019-10-11 Maciej S. Szmigiero New
zswap: Add shrink_enabled that can disable swap shrink to increase store performance zswap: Add shrink_enabled that can disable swap shrink to increase store performance - - - --- 2019-10-25 Hui Zhu New
zswap: add reclaim trigger and stat for debugging zswap: add reclaim trigger and stat for debugging - - - --- 2021-06-02 Ananda Badmaev New
zswap: add myself to the maintainers list zswap: add myself to the maintainers list 1 - - --- 2019-10-28 Vitaly Wool New
zswap: Add CONFIG_ZSWAP_IO_SWITCH zswap: Add CONFIG_ZSWAP_IO_SWITCH - - - --- 2019-09-12 Hui Zhu New
zswap: add allocation hysteresis if pool limit is hit zswap: add allocation hysteresis if pool limit is hit - - - --- 2019-12-25 Vitaly Wool New
zsmalloc: zs_malloc: Return ERR_PTR if fail zsmalloc: zs_malloc: Return ERR_PTR if fail - - - --- 2022-07-14 Hui Zhu New
zsmalloc: use temporary unsigned long for min_alloc_size calculations zsmalloc: use temporary unsigned long for min_alloc_size calculations - - - --- 2022-10-31 Sergey Senozhatsky New
zsmalloc: use copy_page for full page copy zsmalloc: use copy_page for full page copy - 1 - --- 2023-10-06 Mark-PK Tsai (蔡沛剛) New
zsmalloc: turn chain size config option into UL constant zsmalloc: turn chain size config option into UL constant - - - --- 2023-01-12 Sergey Senozhatsky New
zsmalloc: Rework the list_add code in insert_zspage() zsmalloc: Rework the list_add code in insert_zspage() 1 1 - --- 2020-10-15 Miaohe Lin New
zsmalloc: reset compaction source zspage pointer after putback_zspage() zsmalloc: reset compaction source zspage pointer after putback_zspage() - 1 1 --- 2023-04-17 Sergey Senozhatsky New
zsmalloc: reset compaction source zspage pointer after putback_zspage() zsmalloc: reset compaction source zspage pointer after putback_zspage() - 1 1 --- 2023-04-17 Sergey Senozhatsky New
zsmalloc: replace IS_ERR() with IS_ERR_VALUE() zsmalloc: replace IS_ERR() with IS_ERR_VALUE() - 1 - --- 2022-11-04 Deming Wang New
zsmalloc: remove unused variable zsmalloc: remove unused variable - - - --- 2019-06-04 Anders Roxell New
zsmalloc: remove obj_tagged() zsmalloc: remove obj_tagged() 1 - - --- 2023-07-09 Sergey Senozhatsky New
zsmalloc: no need to check return value of debugfs_create functions zsmalloc: no need to check return value of debugfs_create functions - - - --- 2019-01-22 Greg KH New
zsmalloc: move LRU update from zs_map_object() to zs_malloc() zsmalloc: move LRU update from zs_map_object() to zs_malloc() 2 1 - --- 2023-05-05 Nhat Pham New
zsmalloc: Fix races between modifications of fullness and isolated zsmalloc: Fix races between modifications of fullness and isolated - - - --- 2023-07-21 Andrew Yang New
zsmalloc: fix linking bug in init_zspage zsmalloc: fix linking bug in init_zspage - - - --- 2018-08-09 zhou xianrong New
zsmalloc: fix linking bug in init_zspage zsmalloc: fix linking bug in init_zspage - - - --- 2018-08-10 zhou xianrong New
zsmalloc: fix fall-through annotation zsmalloc: fix fall-through annotation - 2 - --- 2018-10-03 Gustavo A. R. Silva New
zsmalloc: fix a race with deferred_handles storing zsmalloc: fix a race with deferred_handles storing - - - --- 2023-01-10 Nhat Pham New
zsmalloc: do not use bit_spin_lock zsmalloc: do not use bit_spin_lock - - - --- 2020-12-20 Vitaly Wool New
zsmalloc: avoid unused-function warning zsmalloc: avoid unused-function warning 1 1 - --- 2023-01-17 Arnd Bergmann New
zsmalloc: allow only one active pool compaction context zsmalloc: allow only one active pool compaction context - - - --- 2023-04-17 Sergey Senozhatsky New
zsmalloc: account the number of compacted pages correctly zsmalloc: account the number of compacted pages correctly - - - --- 2021-02-02 Wu Yan New
zram: we should always zero out err variable in recompress loop zram: we should always zero out err variable in recompress loop - - - --- 2022-11-10 Sergey Senozhatsky New
zram: explicitly limit prio_max for static analyzers zram: explicitly limit prio_max for static analyzers - - - --- 2022-11-14 Sergey Senozhatsky New
zram: do not waste zram_table_entry flags bits zram: do not waste zram_table_entry flags bits - - - --- 2022-09-12 Sergey Senozhatsky New
zram: correctly handle all next_arg() cases zram: correctly handle all next_arg() cases - - - --- 2023-01-03 Sergey Senozhatsky New
zram: Always expose rw_page zram: Always expose rw_page - 1 - --- 2022-09-30 Brian Geffon New
zram_drv: allow reclaim on bio_alloc zram_drv: allow reclaim on bio_alloc 1 - - --- 2021-09-06 Jaewon Kim New
zram_drv: add __GFP_NOWARN flag on call to zs_malloc zram_drv: add __GFP_NOWARN flag on call to zs_malloc - - - --- 2022-03-30 Jaewon Kim New
zram_drv: add __GFP_NOMEMALLOC not to use ALLOC_NO_WATERMARKS zram_drv: add __GFP_NOMEMALLOC not to use ALLOC_NO_WATERMARKS - - - --- 2022-06-03 Jaewon Kim New
zram corruption due to uninitialized do_swap_page fault zram corruption due to uninitialized do_swap_page fault - - 1 --- 2022-03-11 Ivan Babrou New
zpool: remove the list of pools_head zpool: remove the list of pools_head - - - --- 2021-12-15 Zackary Liu New
zonefs: remove SLAB_MEM_SPREAD flag usage zonefs: remove SLAB_MEM_SPREAD flag usage - - - --- 2024-02-24 Chengming Zhou New
zonefs: Call zonefs_io_error() on any error from filemap_splice_read() zonefs: Call zonefs_io_error() on any error from filemap_splice_read() - 1 - --- 2023-05-25 David Howells New
zmalloc: hide unused lock_zspage - - - --- 2018-07-06 Arnd Bergmann New
z3fold: stricter locking and more careful reclaim z3fold: stricter locking and more careful reclaim - - - --- 2020-12-04 Vitaly Wool New
z3fold: Simplify the zhdr initialization code in init_z3fold_page() z3fold: Simplify the zhdr initialization code in init_z3fold_page() - - - --- 2021-01-20 Miaohe Lin New
z3fold: Remove unused attribute for release_z3fold_page z3fold: Remove unused attribute for release_z3fold_page - - - --- 2021-01-20 Miaohe Lin New
z3fold: prevent reclaim/free race for headless pages z3fold: prevent reclaim/free race for headless pages - 1 - --- 2021-03-11 Tom Hebb New
z3fold: fix use-after-free when freeing handles z3fold: fix use-after-free when freeing handles - - - --- 2020-05-20 Vitaly Wool New
z3fold: fix sheduling while atomic z3fold: fix sheduling while atomic - - - --- 2019-05-23 Vitaly Wool New
z3fold: fix retry mechanism in page reclaim z3fold: fix retry mechanism in page reclaim - - - --- 2019-09-08 Vitaly Wool New
z3fold: fix possible reclaim races z3fold: fix possible reclaim races - 1 - --- 2018-11-05 Vitaly Wool New
z3fold: fix memory leak in kmem cache z3fold: fix memory leak in kmem cache - - - --- 2019-09-17 Vitaly Wool New
z3fold: encode object length in the handle z3fold: encode object length in the handle - - - --- 2018-10-25 Vitaly Wool New
z3fold: claim page in the beginning of free z3fold: claim page in the beginning of free - - - --- 2019-09-26 Vitaly Wool New
z3fold: add inter-page compaction z3fold: add inter-page compaction - - - --- 2019-05-24 Vitaly Wool New
z3fold: add inter-page compaction z3fold: add inter-page compaction - - - --- 2019-10-06 Vitaly Wool New
xtensa: add FDPIC and static PIE support for noMMU xtensa: add FDPIC and static PIE support for noMMU - - - --- 2022-09-14 Max Filippov New
xsk: Fix umem fill/completion queue mmap on 32-bit 1 - - --- 2018-06-07 Geert Uytterhoeven New
xfs: use kmem_cache_free() for kmem_cache objects xfs: use kmem_cache_free() for kmem_cache objects - 1 - --- 2021-09-29 Rustam Kovhaev New
xfs: remove SLAB_MEM_SPREAD flag usage xfs: remove SLAB_MEM_SPREAD flag usage 1 - - --- 2024-02-24 Chengming Zhou New
xfs: reintroduce PF_FSTRANS for transaction reservation recursion protection xfs: reintroduce PF_FSTRANS for transaction reservation recursion protection - - - --- 2020-06-20 Yafang Shao New
xfs: on memory failure, only shut down fs after scanning all mappings xfs: on memory failure, only shut down fs after scanning all mappings - 1 - --- 2022-08-18 Darrick J. Wong New
xfs: fix incorrect return type for fsdax fault handlers xfs: fix incorrect return type for fsdax fault handlers - - - --- 2022-10-24 Darrick J. Wong New
xfs: allocate sector sized IO buffer via page_frag_alloc xfs: allocate sector sized IO buffer via page_frag_alloc - - - --- 2019-02-25 Ming Lei New
xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero() xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero() - 1 1 --- 2019-07-30 Souptick Joarder New
xen/gntdev: fix up blockable calls to mn_invl_range_start xen/gntdev: fix up blockable calls to mn_invl_range_start - 1 - --- 2018-08-23 Michal Hocko New
xarray-add-xas_split-fix-3.patch xarray-add-xas_split-fix-3.patch - - - --- 2020-10-01 Matthew Wilcox New
xarray breaks thrashing detection and cgroup isolation xarray breaks thrashing detection and cgroup isolation - - - --- 2019-05-23 Johannes Weiner New
x86/vmemmap: Handle unpopulated sub-pmd ranges x86/vmemmap: Handle unpopulated sub-pmd ranges - - - --- 2021-01-27 Oscar Salvador New
x86/vm86/32: Remove VM86_SCREEN_BITMAP support x86/vm86/32: Remove VM86_SCREEN_BITMAP support - 1 - --- 2021-01-08 Andy Lutomirski New
x86/vdso: Move vDSO to mmap region x86/vdso: Move vDSO to mmap region - - - --- 2024-02-10 Kees Cook New
x86/uaccess: Remove redundant likely/unlikely annotations x86/uaccess: Remove redundant likely/unlikely annotations 2 - - --- 2020-05-29 Josh Poimboeuf New
x86/uaccess: instrument copy_from_user_nmi() x86/uaccess: instrument copy_from_user_nmi() - - - --- 2022-10-25 Alexander Potapenko New
x86/sys_x86_64: fix VMA alginment for mmap file to THP x86/sys_x86_64: fix VMA alginment for mmap file to THP - - - --- 2022-07-29 alexlzhu@devvm6390.atn0.facebook.com New
x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support - 3 - --- 2020-07-16 Oscar Salvador New
x86/shstk: Move arch detail comment out of core mm x86/shstk: Move arch detail comment out of core mm - 1 - --- 2023-07-06 Edgecombe, Rick P New
x86/shstk: Don't retry vm_munmap() on -EINTR x86/shstk: Don't retry vm_munmap() on -EINTR - - - --- 2023-07-06 Edgecombe, Rick P New
x86/sgx: Remove redundant if conditions in sgx_encl_create x86/sgx: Remove redundant if conditions in sgx_encl_create - - - --- 2021-01-18 tianjia.zhang New
x86/sgx: Fix free_cnt counting logic in epc section x86/sgx: Fix free_cnt counting logic in epc section - 1 - --- 2021-01-18 tianjia.zhang New
x86/sgx: Allows ioctl PROVISION to execute before CREATE x86/sgx: Allows ioctl PROVISION to execute before CREATE - - - --- 2021-01-18 tianjia.zhang New
« 1 2 3 4723 724 »