Show patches with: Submitter = Daniel Jordan       |    State = Action Required       |   48 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,16/16] sched/fair: Consider kthread debt in cputime padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,15/16] sched/fair: Account kthread runtime debt for CFS bandwidth padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,14/16] padata: Nice helper threads one by one to prevent starvation padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,13/16] padata: Run helper threads at MAX_NICE padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,12/16] sched, padata: Bound max threads with max_cfs_bandwidth_cpus() padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,11/16] padata: Cap helpers started to online CPUs padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,10/16] padata: Helpers should respect main thread's CPU affinity padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,09/16] padata: Use kthreads in do_multithreaded padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,08/16] vfio/type1: Cache locked_vm to ease mmap_lock contention padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,07/16] vfio/type1: Parallelize vfio_pin_map_dma() padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,06/16] vfio/type1: Refactor dma map removal padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,05/16] vfio/type1: Pass mm to vfio_pin_pages_remote() padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,04/16] padata: Detect deadlocks between main and helper threads padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,03/16] padata: Add undo support padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,02/16] padata: Return first error from a job padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
[RFC,01/16] padata: Remove __init from multithreading functions padata, vfio, sched: Multithreaded VFIO page pinning - - - --- 2022-01-06 Daniel Jordan New
vfio/type1: Empty batch for pfnmap pages vfio/type1: Empty batch for pfnmap pages - - - --- 2021-03-25 Daniel Jordan New
vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external() vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external() - - - --- 2021-03-08 Daniel Jordan New
[v2,3/3] vfio/type1: Batch page pinning vfio/type1: Batch page pinning - - - --- 2021-02-19 Daniel Jordan New
[v2,2/3] vfio/type1: Prepare for batched pinning with struct vfio_batch vfio/type1: Batch page pinning - - - --- 2021-02-19 Daniel Jordan New
[v2,1/3] vfio/type1: Change success value of vaddr_get_pfn() vfio/type1: Batch page pinning - - - --- 2021-02-19 Daniel Jordan New
[3/3] vfio/type1: batch page pinning vfio/type1: batch page pinning - - - --- 2021-02-03 Daniel Jordan New
[2/3] vfio/type1: prepare for batched pinning with struct vfio_batch vfio/type1: batch page pinning - - - --- 2021-02-03 Daniel Jordan New
[1/3] vfio/type1: change success value of vaddr_get_pfn() vfio/type1: batch page pinning - - - --- 2021-02-03 Daniel Jordan New
[v3] mm: add account_locked_vm utility function [v3] mm: add account_locked_vm utility function 1 - 1 --- 2019-05-29 Daniel Jordan New
[v2] mm: add account_locked_vm utility function [v2] mm: add account_locked_vm utility function - - 1 --- 2019-05-24 Daniel Jordan New
mm: add account_locked_vm utility function mm: add account_locked_vm utility function - - 1 --- 2019-05-03 Daniel Jordan New
[3/6] vfio/spapr_tce: drop mmap_sem now that locked_vm is atomic convert locked_vm from unsigned long to atomic64_t - - - --- 2019-04-02 Daniel Jordan New
[2/6] vfio/type1: drop mmap_sem now that locked_vm is atomic convert locked_vm from unsigned long to atomic64_t - - - --- 2019-04-02 Daniel Jordan New
[1/6] mm: change locked_vm's type from unsigned long to atomic64_t convert locked_vm from unsigned long to atomic64_t - - - --- 2019-04-02 Daniel Jordan New
[5/5] kvm/book3s: use pinned_vm instead of locked_vm to account pinned pages use pinned_vm instead of locked_vm to account pinned pages - - - --- 2019-02-11 Daniel Jordan New
[4/5] powerpc/mmu: use pinned_vm instead of locked_vm to account pinned pages use pinned_vm instead of locked_vm to account pinned pages - - - --- 2019-02-11 Daniel Jordan New
[3/5] fpga/dlf/afu: use pinned_vm instead of locked_vm to account pinned pages use pinned_vm instead of locked_vm to account pinned pages - - - --- 2019-02-11 Daniel Jordan New
[2/5] vfio/spapr_tce: use pinned_vm instead of locked_vm to account pinned pages use pinned_vm instead of locked_vm to account pinned pages - - - --- 2019-02-11 Daniel Jordan New
[1/5] vfio/type1: use pinned_vm instead of locked_vm to account pinned pages use pinned_vm instead of locked_vm to account pinned pages - - - --- 2019-02-11 Daniel Jordan New
[RFC,v4,13/13] hugetlbfs: parallelize hugetlbfs_fallocate with ktask ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,12/13] mm: parallelize clear_gigantic_page ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,11/13] mm: parallelize deferred struct page initialization within each node ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,10/13] mm: enlarge type of offset argument in mem_map_offset and mem_map_next ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,09/13] vfio: relieve mmap_sem reader cacheline bouncing by holding it longer ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,08/13] vfio: remove unnecessary mmap_sem writer acquisition around locked_vm ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,07/13] mm: change locked_vm's type from unsigned long to atomic_long_t ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,06/13] vfio: parallelize vfio_pin_map_dma ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,05/13] workqueue, ktask: renice helper threads to prevent starvation ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,04/13] ktask: run helper threads at MAX_NICE ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,03/13] ktask: add undo support ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,02/13] ktask: multithread CPU-intensive kernel work ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New
[RFC,v4,01/13] ktask: add documentation ktask: multithread CPU-intensive kernel work - - - --- 2018-11-05 Daniel Jordan New