index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-5
/
+7
2022-03-23
mm/memory-failure.c: make non-LRU movable pages unhandlable
Miaohe Lin
1
-7
/
+13
2022-03-23
mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pages
Miaohe Lin
1
-1
/
+1
2022-03-23
mm/memory-failure.c: fix race with changing page compound again
Miaohe Lin
1
-0
/
+12
2022-03-23
mm/hwpoison: add in-use hugepage hwpoison filter judgement
luofei
1
-0
/
+8
2022-03-23
mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
luofei
1
-2
/
+7
2022-03-23
mm/memory-failure.c: remove unnecessary PageTransTail check
Miaohe Lin
1
-1
/
+1
2022-03-23
mm/memory-failure.c: remove obsolete comment in __soft_offline_page
Miaohe Lin
1
-4
/
+0
2022-03-23
mm/memory-failure.c: rework the try_to_unmap logic in hwpoison_user_mappings()
Miaohe Lin
1
-19
/
+15
2022-03-23
mm/memory-failure.c: remove PageSlab check in hwpoison_filter_dev
Miaohe Lin
1
-6
/
+0
2022-03-23
mm/memory-failure.c: fix race with changing page more robustly
Miaohe Lin
1
-5
/
+15
2022-03-23
mm/memory-failure.c: rework the signaling logic in kill_proc
Miaohe Lin
1
-10
/
+6
2022-03-23
mm/memory-failure.c: catch unexpected -EFAULT from vma_address()
Miaohe Lin
1
-0
/
+1
2022-03-23
mm/memory-failure.c: minor clean up for memory_failure_dev_pagemap
Miaohe Lin
1
-2
/
+2
2022-03-23
mm/hwpoison: fix error page recovered but reported "not recovered"
Naoya Horiguchi
1
-1
/
+3
2022-03-23
mm/memory-failure.c: remove obsolete comment
Naoya Horiguchi
1
-6
/
+0
2022-03-21
mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-03-21
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2022-03-21
mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-01-30
memory-failure: fetch compound_head after pgmap_pfn_valid()
Joao Martins
1
-0
/
+6
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-68
/
+119
2022-01-15
mm: fix some comment errors
Quanfa Fu
1
-1
/
+1
2022-01-15
mm/hwpoison: fix unpoison_memory()
Naoya Horiguchi
1
-19
/
+90
2022-01-15
mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE
Naoya Horiguchi
1
-2
/
+0
2022-01-15
mm/hwpoison: mf_mutex for soft offline and unpoison
Naoya Horiguchi
1
-44
/
+18
2022-01-15
mm: shmem: don't truncate page if memory failure happens
Yang Shi
1
-3
/
+11
2022-01-10
Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+13
2021-12-25
mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()
Liu Shixin
1
-0
/
+1
2021-12-25
mm, hwpoison: fix condition in free hugetlb page path
Naoya Horiguchi
1
-9
/
+4
2021-11-15
x86/sgx: Hook arch_memory_failure() into mainline code
Tony Luck
1
-6
/
+13
2021-11-13
Revert "mm: shmem: don't truncate page if memory failure happens"
Linus Torvalds
1
-11
/
+3
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-35
/
+76
2021-11-06
mm: hwpoison: handle non-anonymous THP correctly
Yang Shi
1
-5
/
+2
2021-11-06
mm: shmem: don't truncate page if memory failure happens
Yang Shi
1
-3
/
+11
2021-11-06
mm: hwpoison: refactor refcount check handling
Yang Shi
1
-29
/
+64
2021-11-06
mm/memory_failure: constify static mm_walk_ops
Rikard Falkeborn
1
-1
/
+1
2021-11-06
mm: don't include <linux/dax.h> in <linux/mempolicy.h>
Christoph Hellwig
1
-0
/
+1
2021-11-02
Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+4
2021-11-01
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2021-10-29
mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
Yang Shi
1
-0
/
+14
2021-10-29
mm: hwpoison: remove the unnecessary THP check
Yang Shi
1
-14
/
+0
2021-10-27
vsprintf: Make %pGp print the hex value
Matthew Wilcox (Oracle)
1
-4
/
+4
2021-09-27
mm/memcg: Convert mem_cgroup_uncharge() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-25
mm/memory_failure: fix the missing pte_unmap() call
Qi Zheng
1
-5
/
+5
2021-09-25
mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()
Naoya Horiguchi
1
-1
/
+1
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-27
/
+24
2021-09-03
mm/migrate: enable returning precise migrate_pages() success count
Yang Shi
1
-1
/
+1
2021-09-03
mm: fix panic caused by __page_handle_poison()
Michael Wang
1
-2
/
+2
2021-09-03
mm: hwpoison: dump page for unhandlable page
Yang Shi
1
-3
/
+3
2021-09-03
mm: hwpoison: don't drop slab caches for offlining non-LRU page
Yang Shi
1
-10
/
+8
[next]