#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null ico'/>
summaryrefslogtreecommitdiff
path: root/mm/hwpoison-inject.c
AgeCommit message (Expand)Author
2015-09-10hwpoison: use page_cgroup_ino for filtering by memcgVladimir Davydov
2015-09-08mm/hwpoison: fix refcount of THP head page in no-injection caseWanpeng Li
2015-06-24mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi
2015-05-05mm/hwpoison-inject: check PageLRU of hpageNaoya Horiguchi
2015-05-05mm/hwpoison-inject: fix refcounting in no-injection caseNaoya Horiguchi