Show patches with: Submitter = Suren Baghdasaryan       |    Archived = No       |   743 patches
« 1 2 ... 5 6 7 8 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,RESEND,04/28] mm: move mmap_lock assert function definitions per-VMA locks proposal - - - --- 2022-09-01 Suren Baghdasaryan New
[RFC,RESEND,03/28] mm: introduce __find_vma to be used without mmap_lock protection per-VMA locks proposal - 1 - --- 2022-09-01 Suren Baghdasaryan New
[RFC,RESEND,02/28] mm: rcu safe VMA freeing per-VMA locks proposal - - - --- 2022-09-01 Suren Baghdasaryan New
[RFC,RESEND,01/28] mm: introduce CONFIG_PER_VMA_LOCK per-VMA locks proposal - - - --- 2022-09-01 Suren Baghdasaryan New
[RFC,30/30] MAINTAINERS: Add entries for code tagging & related Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,29/30] dyndbg: Convert to code tagging Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,28/30] Improved symbolic error names Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,27/30] Code tagging based latency tracking Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,26/30] bcache: Convert to lib/time_stats Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,25/30] lib/time_stats: New library for statistics on events Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,24/30] wait: Clean up waitqueue_entry initialization Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,23/30] timekeeping: Add a missing include Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,22/30] Code tagging based fault injection Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,21/30] lib: implement context capture support for page and slab allocators Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,20/30] lib: introduce support for storing code tag context Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,19/30] move stack capture functionality into a separate function for reuse Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,18/30] codetag: add codetag query helper functions Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,17/30] lib/string.c: strsep_no_empty() Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,16/30] mm: enable slab allocation tagging for kmalloc and friends Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,15/30] lib: introduce slab allocation tagging Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,13/30] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,12/30] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,11/30] mm: introduce slabobj_ext to support slab object extensions Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,09/30] change alloc_pages name in dma_map_ops to avoid name conflicts Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,08/30] lib: introduce page allocation tagging Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,07/30] lib: add support for allocation tagging Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,06/30] lib: code tagging module support Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,05/30] lib: code tagging framework Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,04/30] scripts/kallysms: Always include __start and __stop symbols Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,03/30] Lazy percpu counters Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,02/30] lib/string_helpers: Drop space in string_get_size's output Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,01/30] kernel/module: move find_kallsyms_symbol_value declaration Code tagging framework and applications - - - --- 2022-08-30 Suren Baghdasaryan New
[RFC,28/28] kernel/fork: throttle call_rcu() calls in vm_area_free per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,27/28] powerpc/mm: define ARCH_SUPPORTS_PER_VMA_LOCK per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,26/28] powerc/mm: try VMA lock-based page fault handling first per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,25/28] arm64/mm: define ARCH_SUPPORTS_PER_VMA_LOCK per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,24/28] arm64/mm: try VMA lock-based page fault handling first per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,23/28] x86/mm: define ARCH_SUPPORTS_PER_VMA_LOCK per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,22/28] x86/mm: try VMA lock-based page fault handling first per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,21/28] mm: introduce find_and_lock_anon_vma to be used from arch-specific code per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,20/28] mm: introduce per-VMA lock statistics per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,19/28] mm: disallow do_swap_page to handle page faults under VMA lock per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,18/28] mm: add FAULT_FLAG_VMA_LOCK flag per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,17/28] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,16/28] kernel/fork: assert no VMA readers during its destruction per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,15/28] mm/mmap: mark adjacent VMAs as locked if they can grow into unmapped area per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,14/28] mm: mark VMAs as locked before isolating them per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,13/28] mm: conditionally mark VMA as locked in free_pgtables and unmap_page_range per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,12/28] mm/mremap: mark VMA as locked while remapping it to a new address range per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,11/28] mm/mmap: mark VMAs as locked before merging or splitting them per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,10/28] mm/mmap: mark VMAs as locked in vma_adjust per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,09/28] mm/mempolicy: mark VMA as locked when changing protection policy per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,08/28] mm/khugepaged: mark VMA as locked while collapsing a hugepage per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,07/28] kernel/fork: mark VMAs as locked before copying pages during fork per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,06/28] mm: mark VMA as locked whenever vma->vm_flags are modified per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,05/28] mm: add per-VMA lock and helper functions to control it per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,04/28] mm: move mmap_lock assert function definitions per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,03/28] mm: introduce __find_vma to be used without mmap_lock protection per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,02/28] mm: rcu safe VMA freeing per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RFC,01/28] mm: introduce CONFIG_PER_VMA_LOCK per-VMA locks proposal - - - --- 2022-08-29 Suren Baghdasaryan New
[RESEND,v2,2/2] mm: delete unused MMF_OOM_VICTIM flag [RESEND,v2,1/2] mm: drop oom code from exit_mmap 1 - - --- 2022-05-31 Suren Baghdasaryan New
[RESEND,v2,1/2] mm: drop oom code from exit_mmap [RESEND,v2,1/2] mm: drop oom code from exit_mmap 1 - - --- 2022-05-31 Suren Baghdasaryan New
[v3,1/1] selftests: vm: add process_mrelease tests [v3,1/1] selftests: vm: add process_mrelease tests 1 2 - --- 2022-05-18 Suren Baghdasaryan New
[v2,2/2] mm: delete unused MMF_OOM_VICTIM flag [v2,1/2] mm: drop oom code from exit_mmap 1 1 - --- 2022-05-16 Suren Baghdasaryan New
[v2,1/2] mm: drop oom code from exit_mmap [v2,1/2] mm: drop oom code from exit_mmap 1 1 - --- 2022-05-16 Suren Baghdasaryan New
[v2,1/1] selftests: vm: add process_mrelease tests [v2,1/1] selftests: vm: add process_mrelease tests - - - --- 2022-05-16 Suren Baghdasaryan New
[3/3] mm: delete unused MMF_OOM_VICTIM flag [1/3] selftests: vm: add process_mrelease tests 1 - - --- 2022-05-10 Suren Baghdasaryan New
[2/3] mm: drop oom code from exit_mmap [1/3] selftests: vm: add process_mrelease tests 1 - - --- 2022-05-10 Suren Baghdasaryan New
[1/3] selftests: vm: add process_mrelease tests [1/3] selftests: vm: add process_mrelease tests - - - --- 2022-05-10 Suren Baghdasaryan New
[RFC,1/1] mm: page_alloc: replace mm_percpu_wq with kthreads in drain_all_pages [RFC,1/1] mm: page_alloc: replace mm_percpu_wq with kthreads in drain_all_pages - - - --- 2022-02-25 Suren Baghdasaryan New
[v6,3/3] mm: fix use-after-free when anon vma name is used after vma is freed [v3,1/3] mm: refactor vm_area_struct::anon_vma_name usage code 1 - - --- 2022-02-24 Suren Baghdasaryan New
[v3,2/3] mm: prevent vm_area_struct::anon_name refcount saturation [v3,1/3] mm: refactor vm_area_struct::anon_vma_name usage code 1 - - --- 2022-02-24 Suren Baghdasaryan New
[v3,1/3] mm: refactor vm_area_struct::anon_vma_name usage code [v3,1/3] mm: refactor vm_area_struct::anon_vma_name usage code 1 - - --- 2022-02-24 Suren Baghdasaryan New
[v3,1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure [v3,1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure 2 1 - --- 2022-02-23 Suren Baghdasaryan New
[v2,1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure [v2,1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure 1 - - --- 2022-02-23 Suren Baghdasaryan New
[v5,3/3] mm: fix use-after-free when anon vma name is used after vma is freed [v2,1/3] mm: refactor vm_area_struct::anon_vma_name usage code 1 - - --- 2022-02-23 Suren Baghdasaryan New
[v2,2/3] mm: prevent vm_area_struct::anon_name refcount saturation [v2,1/3] mm: refactor vm_area_struct::anon_vma_name usage code 1 - - --- 2022-02-23 Suren Baghdasaryan New
[v2,1/3] mm: refactor vm_area_struct::anon_vma_name usage code [v2,1/3] mm: refactor vm_area_struct::anon_vma_name usage code 1 - - --- 2022-02-23 Suren Baghdasaryan New
[v4,3/3] mm: fix use-after-free when anon vma name is used after vma is freed [1/3] mm: refactor vm_area_struct::anon_vma_name usage code - - - --- 2022-02-22 Suren Baghdasaryan New
[2/3] mm: prevent vm_area_struct::anon_name refcount saturation [1/3] mm: refactor vm_area_struct::anon_vma_name usage code - - - --- 2022-02-22 Suren Baghdasaryan New
[1/3] mm: refactor vm_area_struct::anon_vma_name usage code [1/3] mm: refactor vm_area_struct::anon_vma_name usage code - - - --- 2022-02-22 Suren Baghdasaryan New
[1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure [1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure 1 - - --- 2022-02-19 Suren Baghdasaryan New
[1/1] mm: fix use-after-free bug when mm->mmap is reused after being freed [1/1] mm: fix use-after-free bug when mm->mmap is reused after being freed 2 3 - --- 2022-02-15 Suren Baghdasaryan New
[v3,1/1] mm: fix use-after-free when anon vma name is used after vma is freed [v3,1/1] mm: fix use-after-free when anon vma name is used after vma is freed - - - --- 2022-02-11 Suren Baghdasaryan New
[v2,1/1] mm: fix use-after-free when anon vma name is used after vma is freed [v2,1/1] mm: fix use-after-free when anon vma name is used after vma is freed - - - --- 2022-02-10 Suren Baghdasaryan New
[1/1] mm: Fix UAF when anon vma name is used after vma is freed [1/1] mm: Fix UAF when anon vma name is used after vma is freed - - - --- 2022-02-10 Suren Baghdasaryan New
[v5,3/3] mm/oom_kill: allow process_mrelease to run under mmap_lock protection [v5,1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap 1 1 - --- 2021-12-09 Suren Baghdasaryan New
[v5,2/3] mm: document locking restrictions for vm_operations_struct::close [v5,1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap 1 - - --- 2021-12-09 Suren Baghdasaryan New
[v5,1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap [v5,1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap 1 - - --- 2021-12-09 Suren Baghdasaryan New
[v4,3/3] mm/oom_kill: allow process_mrelease to run under mmap_lock protection [v4,1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap 1 - - --- 2021-12-08 Suren Baghdasaryan New
[v4,2/3] mm: document locking restrictions for vm_operations_struct::close [v4,1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap 1 - - --- 2021-12-08 Suren Baghdasaryan New
[v4,1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap [v4,1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap 1 - - --- 2021-12-08 Suren Baghdasaryan New
[v3,2/2] mm/oom_kill: allow process_mrelease to run under mmap_lock protection [v3,1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap - - - --- 2021-12-07 Suren Baghdasaryan New
[v3,1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap [v3,1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap - - - --- 2021-12-07 Suren Baghdasaryan New
[v2,2/2] mm/oom_kill: allow process_mrelease to run under mmap_lock protection [v2,1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap - - - --- 2021-11-24 Suren Baghdasaryan New
[v2,1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap [v2,1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap - - - --- 2021-11-24 Suren Baghdasaryan New
[2/2] mm/oom_kill: allow process_mrelease to run under mmap_lock protection [1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap - - - --- 2021-11-16 Suren Baghdasaryan New
[1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap [1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap - - - --- 2021-11-16 Suren Baghdasaryan New
« 1 2 ... 5 6 7 8 »