index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-28
8
-221
/
+1390
|
\
|
*
radix tree: Remove multiorder support
Matthew Wilcox
2018-10-21
1
-36
/
+4
|
*
xarray: Add range store functionality
Matthew Wilcox
2018-10-21
1
-0
/
+2
|
*
radix tree test suite: Convert tag_tagged_items to XArray
Matthew Wilcox
2018-10-21
1
-2
/
+0
|
*
radix tree: Remove radix_tree_clear_tags
Matthew Wilcox
2018-10-21
1
-2
/
+0
|
*
radix tree: Remove radix_tree_maybe_preload_order
Matthew Wilcox
2018-10-21
1
-1
/
+0
|
*
radix tree: Remove split/join code
Matthew Wilcox
2018-10-21
1
-6
/
+0
|
*
radix tree: Remove radix_tree_update_node_t
Matthew Wilcox
2018-10-21
1
-6
/
+1
|
*
shmem: Convert shmem_alloc_hugepage to XArray
Matthew Wilcox
2018-10-21
1
-5
/
+1
|
*
pagevec: Use xa_mark_t
Matthew Wilcox
2018-10-21
1
-3
/
+5
|
*
mm: Convert delete_from_swap_cache to XArray
Matthew Wilcox
2018-10-21
1
-2
/
+3
|
*
mm: Convert workingset to XArray
Matthew Wilcox
2018-10-21
1
-9
/
+0
|
*
mm: Convert page-writeback to XArray
Matthew Wilcox
2018-10-21
1
-7
/
+10
|
*
page cache: Convert find_get_entries_tag to XArray
Matthew Wilcox
2018-10-21
1
-1
/
+1
|
*
page cache; Convert find_get_pages_range_tag to XArray
Matthew Wilcox
2018-10-21
1
-2
/
+2
|
*
page cache: Convert find_get_pages_contig to XArray
Matthew Wilcox
2018-10-21
1
-17
/
+0
|
*
page cache: Add and replace pages using the XArray
Matthew Wilcox
2018-10-21
2
-5
/
+6
|
*
page cache: Convert hole search to XArray
Matthew Wilcox
2018-10-21
1
-2
/
+2
|
*
page cache: Rearrange address_space
Matthew Wilcox
2018-10-21
1
-15
/
+31
|
*
ida: Convert to XArray
Matthew Wilcox
2018-10-21
1
-11
/
+7
|
*
xarray: Track free entries in an XArray
Matthew Wilcox
2018-10-21
1
-0
/
+101
|
*
xarray: Add xa_reserve and xa_release
Matthew Wilcox
2018-10-21
1
-2
/
+32
|
*
xarray: Add xas_create_range
Matthew Wilcox
2018-10-21
1
-0
/
+13
|
*
xarray: Add xas_for_each_conflict
Matthew Wilcox
2018-10-21
1
-0
/
+17
|
*
xarray: Step through an XArray
Matthew Wilcox
2018-10-21
1
-0
/
+67
|
*
xarray: Destroy an XArray
Matthew Wilcox
2018-10-21
1
-0
/
+1
|
*
xarray: Extract entries from an XArray
Matthew Wilcox
2018-10-21
1
-0
/
+2
|
*
xarray: Add XArray iterators
Matthew Wilcox
2018-10-21
1
-0
/
+165
|
*
xarray: Add XArray conditional store operations
Matthew Wilcox
2018-10-21
1
-0
/
+60
|
*
xarray: Add XArray unconditional store operations
Matthew Wilcox
2018-10-21
1
-2
/
+145
|
*
xarray: Add XArray marks
Matthew Wilcox
2018-10-21
1
-0
/
+63
|
*
xarray: Add XArray load operation
Matthew Wilcox
2018-10-21
1
-0
/
+336
|
*
xarray: Define struct xa_node
Matthew Wilcox
2018-10-21
2
-26
/
+30
|
*
xarray: Add definition of struct xarray
Matthew Wilcox
2018-10-21
2
-20
/
+78
|
*
xarray: Change definition of sibling entries
Matthew Wilcox
2018-09-30
2
-4
/
+93
|
*
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-30
3
-40
/
+117
|
*
Update email address
Matthew Wilcox
2018-09-30
1
-1
/
+1
*
|
Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
2018-10-27
1
-5
/
+16
|
\
\
|
*
|
rtc: move rtc_add_group/s definitions
Alexandre Belloni
2018-09-28
1
-0
/
+16
|
*
|
rtc: unexport non devm managed registration
Alexandre Belloni
2018-09-13
1
-5
/
+0
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-10-27
25
-118
/
+421
|
\
\
\
|
*
|
|
mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
Omar Sandoval
2018-10-27
1
-6
/
+7
|
*
|
|
mm/gup: cache dev_pagemap while pinning pages
Keith Busch
2018-10-27
2
-14
/
+6
|
*
|
|
mm: zero remaining unavailable struct pages
Naoya Horiguchi
2018-10-27
1
-15
/
+0
|
*
|
|
mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type
Kirill Tkhai
2018-10-27
1
-1
/
+1
|
*
|
|
mm: dax: add comment for PFN_SPECIAL
Yang Shi
2018-10-27
1
-0
/
+2
|
*
|
|
mm: mremap: downgrade mmap_sem to read when shrinking
Yang Shi
2018-10-27
1
-0
/
+2
|
*
|
|
hugetlb: introduce generic version of huge_ptep_get
Alexandre Ghiti
2018-10-27
1
-0
/
+7
|
*
|
|
hugetlb: introduce generic version of huge_ptep_set_access_flags()
Alexandre Ghiti
2018-10-27
1
-0
/
+9
|
*
|
|
hugetlb: introduce generic version of huge_ptep_set_wrprotect()
Alexandre Ghiti
2018-10-27
1
-0
/
+8
[next]