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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-21
page cache: Finish XArray conversion
Matthew Wilcox
1
-1
/
+1
2018-10-21
shmem: Comment fixups
Matthew Wilcox
1
-6
/
+6
2018-10-21
memfd: Convert memfd_tag_pins to XArray
Matthew Wilcox
1
-26
/
+18
2018-10-21
memfd: Convert memfd_wait_for_pins to XArray
Matthew Wilcox
1
-36
/
+25
2018-10-21
shmem: Convert shmem_partial_swap_usage to XArray
Matthew Wilcox
1
-14
/
+4
2018-10-21
shmem: Convert shmem_free_swap to XArray
Matthew Wilcox
1
-2
/
+2
2018-10-21
shmem: Convert shmem_alloc_hugepage to XArray
Matthew Wilcox
1
-10
/
+4
2018-10-21
shmem: Convert shmem_add_to_page_cache to XArray
Matthew Wilcox
1
-47
/
+34
2018-10-21
shmem: Convert find_swap_entry to XArray
Matthew Wilcox
1
-17
/
+10
2018-10-21
shmem: Convert shmem_confirm_swap to XArray
Matthew Wilcox
1
-6
/
+1
2018-10-21
shmem: Convert shmem_radix_tree_replace to XArray
Matthew Wilcox
1
-14
/
+8
2018-10-21
pagevec: Use xa_mark_t
Matthew Wilcox
1
-2
/
+2
2018-10-21
mm: Convert is_page_cache_freeable to XArray
Matthew Wilcox
1
-4
/
+4
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
2
-15
/
+11
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
1
-30
/
+21
2018-10-21
mm: Convert page-writeback to XArray
Matthew Wilcox
1
-46
/
+26
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
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
1
-30
/
+24
2018-10-21
page cache; Convert find_get_pages_range_tag to XArray
Matthew Wilcox
1
-42
/
+26
2018-10-21
page cache: Convert find_get_pages_contig to XArray
Matthew Wilcox
1
-31
/
+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
1
-82
/
+57
2018-10-21
page cache: Convert hole search to XArray
Matthew Wilcox
2
-62
/
+52
2018-10-21
xarray: Define struct xa_node
Matthew Wilcox
1
-8
/
+8
2018-09-29
xarray: Replace exceptional entries
Matthew Wilcox
10
-29
/
+28
2018-09-20
mm: slowly shrink slabs with a relatively small number of objects
Roman Gushchin
1
-0
/
+11
2018-09-20
mm: shmem.c: Correctly annotate new inodes for lockdep
Joel Fernandes (Google)
1
-0
/
+2
2018-09-20
mm: disable deferred struct page for 32-bit arches
Pasha Tatashin
1
-0
/
+1
2018-09-13
Merge tag 'ovl-fixes-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-63
/
+66
2018-09-13
mm: get rid of vmacache_flush_all() entirely
Linus Torvalds
2
-40
/
+2
2018-09-06
Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+5
2018-09-04
mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal
Dave Jiang
1
-2
/
+2
2018-09-04
mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.
Aneesh Kumar K.V
2
-1
/
+6
2018-09-04
mm/util.c: improve kvfree() kerneldoc
Andrew Morton
1
-4
/
+7
2018-09-04
kmemleak: always register debugfs file
Vincent Whitchurch
1
-4
/
+5
2018-09-04
mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().
Tetsuo Handa
1
-0
/
+1
2018-09-04
mm: memcontrol: print proper OOM header when no eligible victim left
Johannes Weiner
2
-5
/
+10
[next]