index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
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-10-18
mremap: properly flush TLB before releasing the page
Linus Torvalds
2
-23
/
+17
2018-10-16
mm: move is_kernel_rodata() to asm-generic/sections.h
Bartosz Golaszewski
1
-7
/
+0
2018-10-13
mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2
Jérôme Glisse
1
-6
/
+0
2018-10-13
mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACE
Jann Horn
1
-1
/
+1
2018-10-11
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Greg Kroah-Hartman
1
-10
/
+0
2018-10-09
x86/mm: Page size aware flush_tlb_mm_range()
Peter Zijlstra
1
-0
/
+1
2018-10-09
Merge branch 'tlb/asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/g...
Peter Zijlstra
3
-250
/
+264
2018-10-09
mm, sched/numa: Remove remaining traces of NUMA rate-limiting
Srikar Dronamraju
1
-10
/
+0
2018-10-07
percpu: stop leaking bitmap metadata blocks
Mike Rapoport
1
-0
/
+1
2018-10-05
Merge branch 'akpm'
Greg Kroah-Hartman
8
-23
/
+132
2018-10-05
mm: madvise(MADV_DODUMP): allow hugetlbfs pages
Daniel Black
1
-1
/
+1
2018-10-05
mm/vmscan.c: fix int overflow in callers of do_shrink_slab()
Kirill Tkhai
1
-4
/
+3
2018-10-05
mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly
Jann Horn
1
-0
/
+3
2018-10-05
mm/vmstat.c: fix outdated vmstat_text
Jann Horn
1
-1
/
+0
2018-10-05
mm/migrate.c: split only transparent huge pages when allocation fails
Anshuman Khandual
1
-1
/
+1
2018-10-05
mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctl
YueHaibing
1
-1
/
+2
2018-10-05
mm, thp: fix mlocking THP page with migration enabled
Kirill A. Shutemov
2
-1
/
+4
2018-10-05
hugetlb: take PMD sharing into account when flushing tlb/caches
Mike Kravetz
1
-9
/
+44
2018-10-05
mm: migration: fix migration of huge PMD shared pages
Mike Kravetz
2
-5
/
+74
2018-10-04
Merge branch 'linus' into x86/core, to pick up fixes
Ingo Molnar
16
-119
/
+118
[prev]
[next]