index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-05
Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-8
/
+8
2023-09-05
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
1
-8
/
+8
2023-09-02
mm/hwpoison: rename hwp_walk* to hwpoison_walk*
Jiaqi Yan
1
-8
/
+8
2023-09-02
mm: memory-failure: add PageOffline() check
Miaohe Lin
1
-2
/
+3
2023-08-24
mm: memory-failure: fix potential page refcnt leak in memory_failure()
Miaohe Lin
1
-2
/
+1
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-17
/
+24
2023-08-21
mm: memory-failure: use helper macro llist_for_each_entry_safe()
Miaohe Lin
1
-8
/
+5
2023-08-21
mm: memory-failure: fix unexpected return value in soft_offline_page()
Miaohe Lin
1
-4
/
+7
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-0
/
+1
2023-08-18
mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISON
Jiaqi Yan
1
-2
/
+38
2023-08-18
mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwp
Jiaqi Yan
1
-5
/
+3
2023-08-18
mm: memory-failure: fix race window when trying to get hugetlb folio
Miaohe Lin
1
-4
/
+16
2023-08-18
mm: memory-failure: fetch compound head after extra page refcnt is held
Miaohe Lin
1
-2
/
+1
2023-08-18
mm: memory-failure: minor cleanup for comments and codestyle
Miaohe Lin
1
-6
/
+6
2023-08-18
mm: memory-failure: remove unneeded header files
Miaohe Lin
1
-3
/
+0
2023-08-18
mm: memory-failure: use local variable huge to check hugetlb page
Miaohe Lin
1
-2
/
+2
2023-08-18
mm: memory-failure: don't account hwpoison_filter() filtered pages
Miaohe Lin
1
-1
/
+2
2023-08-18
mm: memory-failure: ensure moving HWPoison flag to the raw error pages
Miaohe Lin
1
-0
/
+2
2023-08-18
mm: memory-failure: remove unneeded PageHuge() check
Miaohe Lin
1
-3
/
+0
2023-08-18
mm: merge folio_has_private()/filemap_release_folio() call pairs
David Howells
1
-5
/
+3
2023-08-18
mm: memory-failure: remove unneeded 'inline' annotation
Miaohe Lin
1
-2
/
+2
2023-08-18
mm: memory-failure: remove unneeded page state check in shake_page()
Miaohe Lin
1
-7
/
+4
2023-08-04
mm: memory-failure: avoid false hwpoison page mapped error info
Miaohe Lin
1
-3
/
+7
2023-08-04
mm: memory-failure: fix potential unexpected return value from unpoison_memory()
Miaohe Lin
1
-10
/
+9
2023-07-27
mm/memory-failure: fix hardware poison check in unpoison_memory()
Sidhartha Kumar
1
-1
/
+1
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
1
-12
/
+14
2023-06-19
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
1
-3
/
+5
2023-06-09
mm: memory-failure: move sysctl register in memory_failure_init()
Kefeng Wang
1
-9
/
+2
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-18
/
+47
2023-04-18
mm: ksm: support hwpoison for ksm page
Longlong Xia
1
-9
/
+25
2023-04-18
mm: memory-failure: refactor add_to_kill()
Longlong Xia
1
-8
/
+21
2023-04-13
mm: memory-failure: Move memory failure sysctls to its own file
Kefeng Wang
1
-2
/
+34
2023-03-28
mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT)
Kefeng Wang
1
-1
/
+1
2023-02-27
mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
Naoya Horiguchi
1
-4
/
+4
2023-02-20
mm: change to return bool for isolate_movable_page()
Baolin Wang
1
-2
/
+2
2023-02-20
mm: hugetlb: change to return bool for isolate_hugetlb()
Baolin Wang
1
-1
/
+1
2023-02-20
mm: change to return bool for isolate_lru_page()
Baolin Wang
1
-2
/
+2
2023-02-13
mm/hugetlb: convert isolate_hugetlb to folios
Sidhartha Kumar
1
-1
/
+1
2023-02-02
mm: memory-failure: bump memory failure stats to pglist_data
Jiaqi Yan
1
-0
/
+36
2023-02-02
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
1
-0
/
+35
2023-02-02
mm/hugetlb: convert get_hwpoison_huge_page() to folios
Sidhartha Kumar
1
-11
/
+11
2023-02-02
mm: clean up mlock_page / munlock_page references in comments
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-02-02
mm/memory-failure: convert unpoison_memory() to folios
Sidhartha Kumar
1
-11
/
+9
2023-02-02
mm/memory-failure: convert hugetlb_set_page_hwpoison() to folios
Sidhartha Kumar
1
-4
/
+3
2023-02-02
mm/memory-failure: convert __free_raw_hwp_pages() to folios
Sidhartha Kumar
1
-4
/
+3
2023-02-02
mm/memory-failure: convert raw_hwp_list_head() to folios
Sidhartha Kumar
1
-7
/
+9
2023-02-02
mm/memory-failure: convert free_raw_hwp_pages() to folios
Sidhartha Kumar
1
-10
/
+12
2023-02-02
mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios
Sidhartha Kumar
1
-5
/
+5
2023-02-02
mm/memory-failure: convert try_memory_failure_hugetlb() to folios
Sidhartha Kumar
1
-13
/
+13
2023-02-02
mm/memory-failure: convert __get_huge_page_for_hwpoison() to folios
Sidhartha Kumar
1
-10
/
+10
[next]