index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-30
Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-block
Greg Kroah-Hartman
8
-19
/
+25
2018-09-30
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
1
-19
/
+0
2018-09-30
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
2018-09-29
Merge tag 'pm-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Greg Kroah-Hartman
1
-2
/
+2
2018-09-29
cpufreq: qcom-kryo: Fix section annotations
Nathan Chancellor
1
-2
/
+2
2018-09-29
Merge tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping
Greg Kroah-Hartman
1
-0
/
+3
2018-09-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Greg Kroah-Hartman
5
-48
/
+38
2018-09-29
Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
5
-18
/
+86
2018-09-29
Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
5
-10
/
+54
2018-09-29
Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...
Greg Kroah-Hartman
26
-9
/
+55
2018-09-29
Merge tag 'pinctrl-v4.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
3
-55
/
+43
[next]