index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
vsock.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-21
mm: Convert delete_from_swap_cache to XArray
Matthew Wilcox
3
-17
/
+14
2018-10-21
mm: Convert add_to_swap_cache to XArray
Matthew Wilcox
1
-64
/
+29
2018-10-21
mm: Convert truncate to XArray
Matthew Wilcox
1
-9
/
+6
2018-10-21
mm: Convert workingset to XArray
Matthew Wilcox
3
-39
/
+86
2018-10-21
mm: Convert page-writeback to XArray
Matthew Wilcox
2
-53
/
+36
2018-10-21
page cache: Convert filemap_range_has_page to XArray
Matthew Wilcox
1
-8
/
+19
2018-10-21
page cache: Remove stray radix comment
Matthew Wilcox
1
-1
/
+1
2018-10-21
page cache: Convert delete_batch to XArray
Matthew Wilcox
1
-15
/
+13
2018-10-21
radix tree test suite: Convert regression1 to XArray
Matthew Wilcox
1
-39
/
+19
2018-10-21
page cache: Convert filemap_map_pages to XArray
Matthew Wilcox
1
-29
/
+13
2018-10-21
page cache: Convert find_get_entries_tag to XArray
Matthew Wilcox
2
-31
/
+25
2018-10-21
page cache; Convert find_get_pages_range_tag to XArray
Matthew Wilcox
2
-44
/
+28
2018-10-21
page cache: Convert find_get_pages_contig to XArray
Matthew Wilcox
4
-72
/
+22
2018-10-21
page cache: Convert find_get_pages_range to XArray
Matthew Wilcox
1
-33
/
+19
2018-10-21
page cache: Convert find_get_entries to XArray
Matthew Wilcox
1
-28
/
+23
2018-10-21
page cache: Convert find_get_entry to XArray
Matthew Wilcox
1
-35
/
+28
2018-10-21
page cache: Convert page deletion to XArray
Matthew Wilcox
1
-18
/
+13
2018-10-21
page cache: Add and replace pages using the XArray
Matthew Wilcox
4
-90
/
+66
2018-10-21
page cache: Convert hole search to XArray
Matthew Wilcox
4
-65
/
+55
2018-10-21
page cache: Rearrange address_space
Matthew Wilcox
1
-15
/
+31
2018-10-21
ida: Convert to XArray
Matthew Wilcox
4
-263
/
+213
2018-10-21
xarray: Track free entries in an XArray
Matthew Wilcox
4
-7
/
+266
2018-10-21
xarray: Add MAINTAINERS entry
Matthew Wilcox
1
-0
/
+11
2018-10-21
xarray: Add xa_reserve and xa_release
Matthew Wilcox
4
-2
/
+125
2018-10-21
xarray: Add xas_create_range
Matthew Wilcox
3
-0
/
+182
2018-10-21
xarray: Add xas_for_each_conflict
Matthew Wilcox
3
-0
/
+146
2018-10-21
xarray: Step through an XArray
Matthew Wilcox
3
-0
/
+256
2018-10-21
xarray: Destroy an XArray
Matthew Wilcox
3
-0
/
+63
2018-10-21
xarray: Extract entries from an XArray
Matthew Wilcox
2
-0
/
+82
2018-10-21
xarray: Add XArray iterators
Matthew Wilcox
3
-0
/
+640
2018-10-21
xarray: Add XArray conditional store operations
Matthew Wilcox
3
-0
/
+151
2018-10-21
xarray: Add XArray unconditional store operations
Matthew Wilcox
10
-9
/
+1055
2018-10-21
xarray: Add XArray marks
Matthew Wilcox
7
-13
/
+445
2018-10-21
xarray: Add XArray load operation
Matthew Wilcox
14
-45
/
+661
2018-10-21
xarray: Add documentation
Matthew Wilcox
2
-0
/
+405
2018-10-21
xarray: Define struct xa_node
Matthew Wilcox
5
-73
/
+77
2018-10-21
xarray: Add definition of struct xarray
Matthew Wilcox
12
-68
/
+181
2018-09-30
xarray: Change definition of sibling entries
Matthew Wilcox
6
-50
/
+121
2018-09-30
xarray: Replace exceptional entries
Matthew Wilcox
26
-232
/
+278
2018-09-30
idr: Permit any valid kernel pointer to be stored
Matthew Wilcox
3
-10
/
+78
2018-09-30
Update email address
Matthew Wilcox
9
-11
/
+18
2018-09-29
cpufreq: qcom-kryo: Fix section annotations
Nathan Chancellor
1
-2
/
+2
2018-09-28
perf/core: Add sanity check to deal with pinned event failure
Reinette Chatre
1
-0
/
+6
2018-09-28
xen/blkfront: correct purging of persistent grants
Juergen Gross
1
-2
/
+2
2018-09-28
Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"
Jens Axboe
1
-1
/
+3
2018-09-28
selftests/powerpc: Fix Makefiles for headers_install change
Michael Ellerman
17
-0
/
+17
2018-09-27
blk-mq: I/O and timer unplugs are inverted in blktrace
Ilya Dryomov
1
-2
/
+2
2018-09-27
x86/boot: Fix kexec booting failure in the SEV bit detection code
Kairui Song
1
-19
/
+0
2018-09-27
bcache: add separate workqueue for journal_write to avoid deadlock
Guoju Fang
3
-3
/
+12
2018-09-27
drm/amd/display: Fix Edid emulation for linux
Bhawanpreet Lakha
3
-7
/
+137
[next]