index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
binfmt_elf_fdpic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages
Miaohe Lin
2
-7
/
+4
2022-09-27
mm, hwpoison: use __PageMovable() to detect non-lru movable pages
Miaohe Lin
1
-7
/
+9
2022-09-27
mm, hwpoison: use ClearPageHWPoison() in memory_failure()
Miaohe Lin
1
-1
/
+1
2022-09-27
mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lock
Yang Shi
1
-0
/
+2
2022-09-26
x86/uaccess: avoid check_object_size() in copy_from_user_nmi()
Kees Cook
1
-1
/
+1
2022-09-26
mm/page_isolation: fix isolate_single_pageblock() isolation behavior
Zi Yan
1
-11
/
+14
2022-09-26
mm,hwpoison: check mm when killing accessing process
Shuai Xue
1
-0
/
+3
2022-09-26
mm/hugetlb: correct demote page offset logic
Doug Berger
1
-6
/
+8
2022-09-26
mm: prevent page_frag_alloc() from corrupting the memory
Maurizio Lombardi
1
-0
/
+12
2022-09-26
mm: bring back update_mmu_cache() to finish_fault()
Sergei Antonov
1
-4
/
+10
2022-09-26
frontswap: don't call ->init if no ops are registered
Christoph Hellwig
1
-0
/
+3
2022-09-26
mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()
Naoya Horiguchi
1
-4
/
+2
2022-09-26
mm: fix madivse_pageout mishandling on non-LRU page
Minchan Kim
1
-2
/
+5
2022-09-26
powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flush
Yang Shi
1
-9
/
+0
2022-09-26
mm: gup: fix the fast GUP race against THP collapse
Yang Shi
2
-10
/
+34
2022-09-12
mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
David Hildenbrand
6
-12
/
+85
2022-09-12
mm/mremap_pages: save a few cycles in get_dev_pagemap()
Christophe JAILLET
1
-1
/
+1
2022-09-12
mm: remove BUG_ON() in __isolate_free_page()
Kefeng Wang
1
-11
/
+3
2022-09-12
mm/kmemleak: make create_object return void
Liu Shixin
1
-12
/
+9
2022-09-12
selftest: vm: remove deleted local_config.* from .gitignore
Tarun Sahu
1
-1
/
+0
2022-09-12
hugetlb: make hugetlb depends on SYSFS or SYSCTL
Miaohe Lin
1
-0
/
+1
2022-09-12
hugetlb: remove meaningless BUG_ON(huge_pte_none())
Miaohe Lin
1
-1
/
+0
2022-09-12
hugetlb: add comment for subtle SetHPageVmemmapOptimized()
Miaohe Lin
1
-0
/
+4
2022-09-12
hugetlb: kill hugetlbfs_pagecache_page()
Miaohe Lin
1
-14
/
+1
2022-09-12
hugetlb: pass NULL to kobj_to_hstate() if nid is unused
Miaohe Lin
1
-4
/
+2
2022-09-12
hugetlb: use helper {huge_pte|pmd}_lock()
Miaohe Lin
1
-2
/
+1
2022-09-12
hugetlb: use sizeof() to get the array size
Miaohe Lin
1
-2
/
+2
2022-09-12
hugetlb: use LIST_HEAD() to define a list head
Miaohe Lin
1
-5
/
+2
2022-09-12
hugetlb: Use helper macro SZ_1K
Miaohe Lin
1
-1
/
+1
2022-09-12
hugetlb: make hugetlb_cma_check() static
Miaohe Lin
2
-5
/
+9
2022-09-12
fs/buffer: remove bh_submit_read() helper
Zhang Yi
2
-26
/
+0
2022-09-12
ext2: replace bh_submit_read() helper with bh_read()
Zhang Yi
1
-3
/
+4
2022-09-12
fs/buffer: remove ll_rw_block() helper
Zhang Yi
2
-60
/
+4
2022-09-12
ufs: replace ll_rw_block()
Zhang Yi
1
-8
/
+4
2022-09-12
udf: replace ll_rw_block()
Zhang Yi
3
-9
/
+3
2022-09-12
reiserfs: replace ll_rw_block()
Zhang Yi
3
-10
/
+9
2022-09-12
ocfs2: replace ll_rw_block()
Zhang Yi
2
-4
/
+2
2022-09-12
ntfs3: replace ll_rw_block()
Zhang Yi
1
-5
/
+2
2022-09-12
jbd2: replace ll_rw_block()
Zhang Yi
2
-15
/
+16
2022-09-12
isofs: replace ll_rw_block()
Zhang Yi
1
-1
/
+1
2022-09-12
gfs2: replace ll_rw_block()
Zhang Yi
2
-11
/
+4
2022-09-12
fs/buffer: replace ll_rw_block()
Zhang Yi
1
-7
/
+5
2022-09-12
fs/buffer: add some new buffer read helpers
Zhang Yi
2
-0
/
+103
2022-09-12
fs/buffer: remove __breadahead_gfp()
Zhang Yi
2
-19
/
+0
2022-09-12
mm/vmalloc: extend find_vmap_lowest_match_check with extra arguments
Song Liu
1
-6
/
+7
2022-09-12
mm/migrate_device.c: fix a misleading and outdated comment
Alistair Popple
1
-3
/
+10
2022-09-12
mm/page_alloc.c: delete a redundant parameter of rmqueue_pcplist
zezuo
1
-3
/
+2
2022-09-12
mm/damon: get the hotness from damon_hot_score() in damon_pageout_score()
Kaixu Xia
1
-40
/
+6
2022-09-12
mm/thp: remove redundant CONFIG_TRANSPARENT_HUGEPAGE
Liu Shixin
1
-2
/
+1
2022-09-12
mm/thp: simplify has_transparent_hugepage by using IS_BUILTIN
Liu Shixin
1
-5
/
+1
[next]