Toggle navigation
Patchwork
Linux Kernel Mailing List
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Ira Weiny
| State =
Action Required
| Archived =
No
| 33 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
[V2,01/11] arch/kmap: Remove BUG_ON()
Subject: Remove duplicated kmap code
- 2 -
0 0 0
2020-05-04
Ira Weiny
In Next
[V2,02/11] arch/xtensa: Move kmap build bug out of the way
Subject: Remove duplicated kmap code
- 1 -
0 0 0
2020-05-04
Ira Weiny
In Next
[V2,03/11] arch/kmap: Remove redundant arch specific kmaps
Subject: Remove duplicated kmap code
- 1 -
0 0 0
2020-05-04
Ira Weiny
In Next
[V2,04/11] arch/kunmap: Remove duplicate kunmap implementations
Subject: Remove duplicated kmap code
- 1 -
0 0 0
2020-05-04
Ira Weiny
In Next
[V2,05/11] {x86,powerpc,microblaze}/kmap: Move preempt disable
Subject: Remove duplicated kmap code
- 1 -
0 0 0
2020-05-04
Ira Weiny
In Next
[V2,06/11] arch/kmap_atomic: Consolidate duplicate code
Subject: Remove duplicated kmap code
- 1 -
0 0 0
2020-05-04
Ira Weiny
In Next
[V2,07/11] arch/kunmap_atomic: Consolidate duplicate code
Subject: Remove duplicated kmap code
- 1 -
0 0 0
2020-05-04
Ira Weiny
In Next
[V2,08/11] arch/kmap: Ensure kmap_prot visibility
Subject: Remove duplicated kmap code
- 1 -
0 0 0
2020-05-04
Ira Weiny
In Next
[V2,09/11] arch/kmap: Don't hard code kmap_prot values
Subject: Remove duplicated kmap code
- 1 -
0 0 0
2020-05-04
Ira Weiny
In Next
[V2,10/11] arch/kmap: Define kmap_atomic_prot() for all arch's
Subject: Remove duplicated kmap code
- 1 -
0 0 0
2020-05-04
Ira Weiny
In Next
[V2,11/11] drm: Remove drm specific kmap_atomic code
Subject: Remove duplicated kmap code
1 2 -
0 0 0
2020-05-04
Ira Weiny
In Next
[1/2] kmap: Remove kmap_atomic_to_page()
kmap cleanup 2
- - -
0 0 0
2020-05-04
Ira Weiny
In Next
[2/2] parisc/kmap: Remove duplicate kmap code
kmap cleanup 2
- - -
0 0 0
2020-05-04
Ira Weiny
In Next
arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice
arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice
- - -
0 0 0
2020-05-18
Ira Weiny
In Next
x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
- - -
0 0 0
2021-02-02
Ira Weiny
New
[V3] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
[V3] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
- - -
0 0 0
2021-02-02
Ira Weiny
New
[v4] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
[v4] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
- 1 -
0 0 0
2021-02-05
Ira Weiny
New
[1/4] mm/highmem: Lift memcpy_[to|from]_page to core
btrfs: Convert kmaps to core page calls
- - -
0 0 0
2021-02-05
Ira Weiny
New
[2/4] fs/btrfs: Use memcpy_[to|from]_page()
btrfs: Convert kmaps to core page calls
- - -
0 0 0
2021-02-05
Ira Weiny
New
[3/4] fs/btrfs: Use copy_highpage() instead of 2 kmaps()
btrfs: Convert kmaps to core page calls
- - -
0 0 0
2021-02-05
Ira Weiny
New
[4/4] fs/btrfs: Convert to zero_user()
btrfs: Convert kmaps to core page calls
- - -
0 0 0
2021-02-05
Ira Weiny
New
[V2,1/8] mm/highmem: Lift memcpy_[to|from]_page to core
btrfs: convert kmaps to core page calls
- 2 -
0 0 0
2021-02-10
Ira Weiny
New
[V2,2/8] mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page()
btrfs: convert kmaps to core page calls
- 2 -
0 0 0
2021-02-10
Ira Weiny
New
[V2,3/8] mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page()
btrfs: convert kmaps to core page calls
- 2 -
0 0 0
2021-02-10
Ira Weiny
New
[V2,4/8] mm/highmem: Add VM_BUG_ON() to mem*_page() calls
btrfs: convert kmaps to core page calls
- 1 -
0 0 0
2021-02-10
Ira Weiny
New
[V2,5/8] iov_iter: Remove memzero_page() in favor of zero_user()
btrfs: convert kmaps to core page calls
- 1 -
0 0 0
2021-02-10
Ira Weiny
New
[V2,6/8] btrfs: use memcpy_[to|from]_page() and kmap_local_page()
btrfs: convert kmaps to core page calls
- 1 -
0 0 0
2021-02-10
Ira Weiny
New
[V2,7/8] btrfs: use copy_highpage() instead of 2 kmaps()
btrfs: convert kmaps to core page calls
- 1 -
0 0 0
2021-02-10
Ira Weiny
New
[V2,8/8] btrfs: convert to zero_user()
btrfs: convert kmaps to core page calls
- 1 -
0 0 0
2021-02-10
Ira Weiny
New
[1/4] fs/btrfs: Convert kmap to kmap_local_page() using coccinelle
btrfs: Convert more kmaps to kmap_local_page()
- - -
0 0 0
2021-02-17
Ira Weiny
New
[2/4] fs/btrfs: Convert raid5/6 kmaps to kmap_local_page()
btrfs: Convert more kmaps to kmap_local_page()
- - -
0 0 0
2021-02-17
Ira Weiny
New
[3/4] fs/btrfs: Use kmap_local_page() in __btrfsic_submit_bio()
btrfs: Convert more kmaps to kmap_local_page()
- - -
0 0 0
2021-02-17
Ira Weiny
New
[4/4] fs/btrfs: Convert block context kmap's to kmap_local_page()
btrfs: Convert more kmaps to kmap_local_page()
- - -
0 0 0
2021-02-17
Ira Weiny
New