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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-26
mm: pass pvec directly to find_get_entries
Matthew Wilcox (Oracle)
4
-20
/
+13
2021-02-26
mm: remove nr_entries parameter from pagevec_lookup_entries
Matthew Wilcox (Oracle)
3
-6
/
+5
2021-02-26
mm: add an 'end' parameter to pagevec_lookup_entries
Matthew Wilcox (Oracle)
3
-38
/
+16
2021-02-26
mm: add an 'end' parameter to find_get_entries
Matthew Wilcox (Oracle)
4
-15
/
+10
2021-02-26
mm: add and use find_lock_entries
Matthew Wilcox (Oracle)
4
-97
/
+78
2021-02-26
iomap: use mapping_seek_hole_data
Matthew Wilcox (Oracle)
2
-119
/
+43
2021-02-26
mm/filemap: add mapping_seek_hole_data
Matthew Wilcox (Oracle)
3
-70
/
+82
2021-02-26
mm/filemap: add helper for finding pages
Matthew Wilcox (Oracle)
1
-55
/
+42
2021-02-26
mm/filemap: rename find_get_entry to mapping_get_entry
Matthew Wilcox (Oracle)
1
-3
/
+4
2021-02-26
mm: add FGP_ENTRY
Matthew Wilcox (Oracle)
5
-41
/
+13
2021-02-26
mm/swap: optimise get_shadow_from_swap_cache
Matthew Wilcox (Oracle)
1
-3
/
+1
2021-02-26
mm/shmem: use pagevec_lookup in shmem_unlock_mapping
Matthew Wilcox (Oracle)
1
-10
/
+1
2021-02-26
mm: make pagecache tagged lookups return only head pages
Matthew Wilcox (Oracle)
1
-5
/
+6
2021-02-25
Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
65
-498
/
+698
2021-02-25
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
6
-49
/
+59
2021-02-25
Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
73
-781
/
+5543
2021-02-25
Merge tag 'nds32-for-linux-5.12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-50
/
+5
2021-02-25
nds32: Fix bogus reference to <asm/procinfo.h>
Geert Uytterhoeven
1
-1
/
+1
2021-02-25
nds32: use get_kernel_nofault in dump_mem
Christoph Hellwig
1
-12
/
+3
2021-02-25
nds32: remove dump_instr
Christoph Hellwig
1
-35
/
+0
2021-02-25
nds32: configs: Cleanup CONFIG_CROSS_COMPILE
Krzysztof Kozlowski
1
-1
/
+0
2021-02-25
nds32: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
1
-1
/
+1
2021-02-24
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
37
-196
/
+318
2021-02-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
117
-1734
/
+2027
2021-02-24
mm/migrate: remove unneeded semicolons
Chengyang Fan
1
-1
/
+1
2021-02-24
hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()
Miaohe Lin
1
-5
/
+2
2021-02-24
hugetlbfs: fix some comment typos
Miaohe Lin
1
-4
/
+4
2021-02-24
hugetlbfs: correct some obsolete comments about inode i_mutex
Miaohe Lin
1
-2
/
+2
2021-02-24
hugetlbfs: make hugepage size conversion more readable
Miaohe Lin
1
-2
/
+2
2021-02-24
hugetlbfs: remove meaningless variable avoid_reserve
Miaohe Lin
1
-3
/
+9
2021-02-24
hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()
Miaohe Lin
1
-1
/
+1
2021-02-24
hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fs
Miaohe Lin
1
-1
/
+1
2021-02-24
hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()
Miaohe Lin
1
-2
/
+0
2021-02-24
hugetlbfs: remove special hugetlbfs_set_page_dirty()
Mike Kravetz
1
-12
/
+1
2021-02-24
mm/hugetlb: change hugetlb_reserve_pages() to type bool
Mike Kravetz
3
-26
/
+17
2021-02-24
mm, oom: fix a comment in dump_task()
Tang Yizhou
1
-3
/
+2
2021-02-24
mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()
Miaohe Lin
1
-1
/
+1
2021-02-24
numa balancing: migrate on fault among multiple bound nodes
Huang Ying
2
-1
/
+19
2021-02-24
mm, compaction: make fast_isolate_freepages() stay within zone
Vlastimil Babka
1
-5
/
+11
2021-02-24
mm/compaction: fix misbehaviors of fast_find_migrateblock()
Wonhyuk Yang
1
-15
/
+12
2021-02-24
mm/compaction: correct deferral logic for proactive compaction
Charan Teja Reddy
1
-6
/
+14
2021-02-24
mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLocked
Miaohe Lin
1
-1
/
+0
2021-02-24
mm/compaction: remove rcu_read_lock during page compaction
Alex Shi
1
-4
/
+1
2021-02-24
z3fold: simplify the zhdr initialization code in init_z3fold_page()
Miaohe Lin
1
-7
/
+1
2021-02-24
z3fold: remove unused attribute for release_z3fold_page
Miaohe Lin
1
-2
/
+1
2021-02-24
mm/vmscan: restore zone_reclaim_mode ABI
Dave Hansen
2
-7
/
+12
2021-02-24
hugetlb: fix uninitialized subpool pointer
Mike Kravetz
1
-0
/
+1
2021-02-24
include/linux/hugetlb.h: add synchronization information for new hugetlb spec...
Mike Kravetz
1
-0
/
+10
2021-02-24
hugetlb: convert PageHugeFreed to HPageFreed flag
Mike Kravetz
2
-19
/
+7
2021-02-24
hugetlb: convert PageHugeTemporary() to HPageTemporary flag
Mike Kravetz
2
-29
/
+13
[next]