Toggle navigation
Patchwork
Linux Kernel Mailing List
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Nadav Amit
| State =
Action Required
| Archived =
No
| 44 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
In Next
Search
Archived
No
Yes
Both
Delegate
------
Nobody
patchwork
lfgitoliteapi
Apply
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
iommu/vt-d: do not use flush-queue when caching-mode is on
iommu/vt-d: do not use flush-queue when caching-mode is on
- - -
0 0 0
2021-01-26
Nadav Amit
New
[RFC,01/20] mm/tlb: fix fullmm semantics
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,02/20] mm/mprotect: use mmu_gather
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,03/20] mm/mprotect: do not flush on permission promotion
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,04/20] mm/mapping_dirty_helpers: use mmu_gather
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,05/20] mm/tlb: move BATCHED_UNMAP_TLB_FLUSH to tlb.h
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,06/20] fs/task_mmu: use mmu_gather interface of clear-soft-dirty
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,07/20] mm: move x86 tlb_gen to generic code
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,08/20] mm: store completed TLB generation
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,09/20] mm: create pte/pmd_tlb_flush_pending()
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,10/20] mm: add pte_to_page()
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,11/20] mm/tlb: remove arch-specific tlb_start/end_vma()
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,12/20] mm/tlb: save the VMA that is flushed during tlb_start_vma()
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,13/20] mm/tlb: introduce tlb_start_ptes() and tlb_end_ptes()
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,14/20] mm: move inc/dec_tlb_flush_pending() to mmu_gather.c
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,15/20] mm: detect deferred TLB flushes in vma granularity
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,16/20] mm/tlb: per-page table generation tracking
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,17/20] mm/tlb: updated completed deferred TLB flush conditionally
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,18/20] mm: make mm_cpumask() volatile
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,19/20] lib/cpumask: introduce cpumask_atomic_or()
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[RFC,20/20] mm/rmap: avoid potential races
TLB batching consolidation and enhancements
- - -
0 0 0
2021-01-31
Nadav Amit
New
[v5,1/8] smp: Run functions concurrently in smp_call_function_many_cond()
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-09
Nadav Amit
New
[v5,2/8] x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-09
Nadav Amit
New
[v5,3/8] x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-09
Nadav Amit
New
[v5,4/8] x86/mm/tlb: Flush remote and local TLBs concurrently
x86/tlb: Concurrent TLB flushes
- 3 -
0 0 0
2021-02-09
Nadav Amit
New
[v5,5/8] x86/mm/tlb: Privatize cpu_tlbstate
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-09
Nadav Amit
New
[v5,6/8] x86/mm/tlb: Do not make is_lazy dirty for no reason
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-09
Nadav Amit
New
[v5,7/8] cpumask: Mark functions as pure
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-09
Nadav Amit
New
[v5,8/8] x86/mm/tlb: Remove unnecessary uses of the inline keyword
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-09
Nadav Amit
New
[v6,1/9] smp: Run functions concurrently in smp_call_function_many_cond()
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-20
Nadav Amit
New
[v6,2/9] x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-20
Nadav Amit
New
[v6,3/9] x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-20
Nadav Amit
New
[v6,4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
x86/tlb: Concurrent TLB flushes
- 3 -
0 0 0
2021-02-20
Nadav Amit
New
[v6,5/9] x86/mm/tlb: Privatize cpu_tlbstate
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-20
Nadav Amit
New
[v6,6/9] x86/mm/tlb: Do not make is_lazy dirty for no reason
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-20
Nadav Amit
New
[v6,7/9] cpumask: Mark functions as pure
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-20
Nadav Amit
New
[v6,8/9] x86/mm/tlb: Remove unnecessary uses of the inline keyword
x86/tlb: Concurrent TLB flushes
- 1 -
0 0 0
2021-02-20
Nadav Amit
New
[v6,9/9] smp: inline on_each_cpu_cond() and on_each_cpu()
x86/tlb: Concurrent TLB flushes
- - -
0 0 0
2021-02-20
Nadav Amit
New
[RFC,1/6] vdso/extable: fix calculation of base
x86: prefetch_page() vDSO call
- - -
0 0 0
2021-02-25
Nadav Amit
New
[RFC,2/6] x86/vdso: add mask and flags to extable
x86: prefetch_page() vDSO call
- - -
0 0 0
2021-02-25
Nadav Amit
New
[RFC,3/6] x86/vdso: introduce page_prefetch()
x86: prefetch_page() vDSO call
- - -
0 0 0
2021-02-25
Nadav Amit
New
[RFC,4/6] mm/swap_state: respect FAULT_FLAG_RETRY_NOWAIT
x86: prefetch_page() vDSO call
- - -
0 0 0
2021-02-25
Nadav Amit
New
[RFC,5/6] mm: use lightweight reclaim on FAULT_FLAG_RETRY_NOWAIT
x86: prefetch_page() vDSO call
- - -
0 0 0
2021-02-25
Nadav Amit
New
[6/6] testing/selftest: test vDSO prefetch_page()
x86: prefetch_page() vDSO call
- - -
0 0 0
2021-02-25
Nadav Amit
New