index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-21
mm: Convert khugepaged_scan_shmem to XArray
Matthew Wilcox
1
-12
/
+5
2018-10-21
mm: Convert collapse_shmem to XArray
Matthew Wilcox
1
-93
/
+66
2018-10-21
mm: Convert huge_memory to XArray
Matthew Wilcox
1
-10
/
+7
2018-10-21
mm: Convert page migration to XArray
Matthew Wilcox
1
-30
/
+18
2018-10-21
mm: Convert __do_page_cache_readahead to XArray
Matthew Wilcox
1
-3
/
+1
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-29
xarray: Change definition of sibling entries
Matthew Wilcox
6
-50
/
+121
2018-09-29
xarray: Replace exceptional entries
Matthew Wilcox
26
-232
/
+278
2018-09-29
idr: Permit any valid kernel pointer to be stored
Matthew Wilcox
3
-10
/
+78
2018-09-29
Update email address
Matthew Wilcox
9
-11
/
+18
2018-09-29
Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-block
Greg Kroah-Hartman
8
-19
/
+25
2018-09-29
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
1
-19
/
+0
2018-09-29
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Greg Kroah-Hartman
3
-13
/
+28
2018-09-29
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-0
/
+6
[next]