index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/gup_benchmark.c: prevent integer overflow in ioctl
Dan Carpenter
2018-10-31
1
-0
/
+3
*
mm/hmm: invalidate device page table at start of invalidation
Jérôme Glisse
2018-10-31
1
-12
/
+15
*
mm/hmm: use a structure for update callback parameters
Jérôme Glisse
2018-10-31
1
-11
/
+22
*
mm/hmm: properly handle migration pmd
Jérôme Glisse
2018-10-31
1
-6
/
+34
*
mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
Ralph Campbell
2018-10-31
1
-15
/
+21
*
mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
Ralph Campbell
2018-10-31
1
-1
/
+23
*
mm/hmm: fix utf8 ...
Jérôme Glisse
2018-10-31
1
-1
/
+1
*
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-28
17
-940
/
+647
|
\
|
*
radix tree: Remove multiorder support
Matthew Wilcox
2018-10-21
1
-2
/
+2
|
*
page cache: Finish XArray conversion
Matthew Wilcox
2018-10-21
1
-1
/
+1
|
*
shmem: Comment fixups
Matthew Wilcox
2018-10-21
1
-6
/
+6
|
*
memfd: Convert memfd_tag_pins to XArray
Matthew Wilcox
2018-10-21
1
-26
/
+18
|
*
memfd: Convert memfd_wait_for_pins to XArray
Matthew Wilcox
2018-10-21
1
-36
/
+25
|
*
shmem: Convert shmem_partial_swap_usage to XArray
Matthew Wilcox
2018-10-21
1
-14
/
+4
|
*
shmem: Convert shmem_free_swap to XArray
Matthew Wilcox
2018-10-21
1
-2
/
+2
|
*
shmem: Convert shmem_alloc_hugepage to XArray
Matthew Wilcox
2018-10-21
1
-10
/
+4
|
*
shmem: Convert shmem_add_to_page_cache to XArray
Matthew Wilcox
2018-10-21
1
-47
/
+34
|
*
shmem: Convert find_swap_entry to XArray
Matthew Wilcox
2018-10-21
1
-17
/
+10
|
*
shmem: Convert shmem_confirm_swap to XArray
Matthew Wilcox
2018-10-21
1
-6
/
+1
|
*
shmem: Convert shmem_radix_tree_replace to XArray
Matthew Wilcox
2018-10-21
1
-14
/
+8
|
*
pagevec: Use xa_mark_t
Matthew Wilcox
2018-10-21
1
-2
/
+2
|
*
mm: Convert is_page_cache_freeable to XArray
Matthew Wilcox
2018-10-21
1
-4
/
+4
|
*
mm: Convert khugepaged_scan_shmem to XArray
Matthew Wilcox
2018-10-21
1
-12
/
+5
|
*
mm: Convert collapse_shmem to XArray
Matthew Wilcox
2018-10-21
1
-93
/
+66
|
*
mm: Convert huge_memory to XArray
Matthew Wilcox
2018-10-21
1
-10
/
+7
|
*
mm: Convert page migration to XArray
Matthew Wilcox
2018-10-21
1
-30
/
+18
|
*
mm: Convert __do_page_cache_readahead to XArray
Matthew Wilcox
2018-10-21
1
-3
/
+1
|
*
mm: Convert delete_from_swap_cache to XArray
Matthew Wilcox
2018-10-21
2
-15
/
+11
|
*
mm: Convert add_to_swap_cache to XArray
Matthew Wilcox
2018-10-21
1
-64
/
+29
|
*
mm: Convert truncate to XArray
Matthew Wilcox
2018-10-21
1
-9
/
+6
|
*
mm: Convert workingset to XArray
Matthew Wilcox
2018-10-21
1
-30
/
+21
|
*
mm: Convert page-writeback to XArray
Matthew Wilcox
2018-10-21
1
-46
/
+26
|
*
page cache: Convert filemap_range_has_page to XArray
Matthew Wilcox
2018-10-21
1
-8
/
+19
|
*
page cache: Remove stray radix comment
Matthew Wilcox
2018-10-21
1
-1
/
+1
|
*
page cache: Convert delete_batch to XArray
Matthew Wilcox
2018-10-21
1
-15
/
+13
|
*
page cache: Convert filemap_map_pages to XArray
Matthew Wilcox
2018-10-21
1
-29
/
+13
|
*
page cache: Convert find_get_entries_tag to XArray
Matthew Wilcox
2018-10-21
1
-30
/
+24
|
*
page cache; Convert find_get_pages_range_tag to XArray
Matthew Wilcox
2018-10-21
1
-42
/
+26
|
*
page cache: Convert find_get_pages_contig to XArray
Matthew Wilcox
2018-10-21
1
-31
/
+22
|
*
page cache: Convert find_get_pages_range to XArray
Matthew Wilcox
2018-10-21
1
-33
/
+19
|
*
page cache: Convert find_get_entries to XArray
Matthew Wilcox
2018-10-21
1
-28
/
+23
|
*
page cache: Convert find_get_entry to XArray
Matthew Wilcox
2018-10-21
1
-35
/
+28
|
*
page cache: Convert page deletion to XArray
Matthew Wilcox
2018-10-21
1
-18
/
+13
|
*
page cache: Add and replace pages using the XArray
Matthew Wilcox
2018-10-21
1
-82
/
+57
|
*
page cache: Convert hole search to XArray
Matthew Wilcox
2018-10-21
2
-62
/
+52
|
*
xarray: Define struct xa_node
Matthew Wilcox
2018-10-21
1
-8
/
+8
|
*
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-29
10
-29
/
+28
*
|
hugetlbfs: dirty pages as they are added to pagecache
Mike Kravetz
2018-10-26
1
-0
/
+6
*
|
mm: export add_swap_extent()
Omar Sandoval
2018-10-26
1
-0
/
+1
*
|
mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
Omar Sandoval
2018-10-26
2
-8
/
+11
[next]