Commit Graph

4291 Commits (e9a8a85d9f88313264d59d40815951a46ff9a4bb)

Author SHA1 Message Date
Linus Torvalds d7824370e2 mm: fix up some user-visible effects of the stack guard page 15 years ago
Randy Dunlap 03ab450f03 mm/page-writeback: fix non-kernel-doc function comments 15 years ago
Linus Torvalds 11ac552477 mm: fix page table unmap for stack guard page properly 15 years ago
David Howells fe622e76fd NOMMU: Remove an extraneous no_printk() 15 years ago
Linus Torvalds 5528f9132c mm: fix missing page table unmap for stack guard page failure case 15 years ago
Linus Torvalds 320b2b8de1 mm: keep a guard page below a grow-down stack segment 15 years ago
Wu Fengguang 1babe18385 writeback: add comment to the dirty limit functions 15 years ago
Wu Fengguang 16c4042f08 writeback: avoid unnecessary calculation of bdi dirty thresholds 15 years ago
Wu Fengguang e50e37201a writeback: balance_dirty_pages(): reduce calls to global_page_state 15 years ago
Randy Dunlap 3c111a071d mm: fix fatal kernel-doc error 15 years ago
KOSAKI Motohiro 13d7e3a2db memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_id 15 years ago
KOSAKI Motohiro 00918b6ab8 memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() 15 years ago
KOSAKI Motohiro 14fec79680 memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask 15 years ago
KOSAKI Motohiro da280d636b memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone() 15 years ago
KOSAKI Motohiro b8f5c5664d memcg: sc.nr_to_reclaim should be initialized 15 years ago
KAMEZAWA Hiroyuki f75ca96203 memcg: avoid css_get() 15 years ago
KAMEZAWA Hiroyuki 158e0a2d1b memcg: use find_lock_task_mm() in memory cgroups oom 15 years ago
Daisuke Nishimura 73045c47b6 memcg: remove mem from arg of charge_common 15 years ago
Daisuke Nishimura bd0d24bfe8 memcg: remove redundant code 15 years ago
KAMEZAWA Hiroyuki 2bd9bb206b memcg: clean up waiting move acct 15 years ago
KAMEZAWA Hiroyuki 4b53433468 memcg: clean up try_charge main loop 15 years ago
Naoya Horiguchi 28957a5467 hugetlb: add missing unlock in avoidcopy path in hugetlb_cow() 15 years ago
Naoya Horiguchi e3390f67a7 hwpoison: rename CONFIG 15 years ago
Naoya Horiguchi 43131e141a HWPOISON, hugetlb: support hwpoison injection for hugepage 15 years ago
Naoya Horiguchi fd6a03edd2 HWPOISON, hugetlb: detect hwpoison in hugetlb code 15 years ago
Naoya Horiguchi 93f70f900d HWPOISON, hugetlb: isolate corrupted hugepage 15 years ago
Naoya Horiguchi c9fbdd5f13 HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage error 15 years ago
Naoya Horiguchi 7013febc89 HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage 15 years ago
Naoya Horiguchi 7af446a841 HWPOISON, hugetlb: enable error handling path for hugepage 15 years ago
Naoya Horiguchi 0fe6e20b9c hugetlb, rmap: add reverse mapping for hugepage 15 years ago
KAMEZAWA Hiroyuki d2997b1042 hibernation: freeze swap at hibernation 15 years ago
KAMEZAWA Hiroyuki 966cca029f mm: fix corruption of hibernation caused by reusing swap during image saving 15 years ago
Lai Jiangshan d9f8984c2c ksm: cleanup for mm_slots_hash 15 years ago
Wu Fengguang e31f3698cd vmscan: raise the bar to PAGEOUT_IO_SYNC stalls 15 years ago
Kulikov Vasiliy 51980ac9e7 mm/vmalloc.c: check kmalloc() return value 15 years ago
KOSAKI Motohiro cc8e970c3c memcg: add mm_vmscan_memcg_isolate tracepoint 15 years ago
KOSAKI Motohiro bdce6d9ebf memcg, vmscan: add memcg reclaim tracepoint 15 years ago
KOSAKI Motohiro 4dc4b3d971 vmscan: shrink_slab() requires the number of lru_pages, not the page order 15 years ago
Jeremy Fitzhardinge 57250a5bf0 mmu-notifiers: remove mmu notifier calls in apply_to_page_range() 15 years ago
KOSAKI Motohiro 58c37f6e0d vmscan: protect reading of reclaim_stat with lru_lock 15 years ago
KOSAKI Motohiro 1574804899 vmscan: avoid subtraction of unsigned types 15 years ago
Andrea Arcangeli 9a5b489b87 mm: set VM_FAULT_WRITE in do_swap_page() 15 years ago
Rik van Riel ad8c2ee801 rmap: add exclusive page to private anon_vma on swapin 15 years ago
David Rientjes a63d83f427 oom: badness heuristic rewrite 15 years ago
KOSAKI Motohiro cef1d3523d oom: multi threaded process coredump don't make deadlock 15 years ago
Luis Claudio R. Goncalves 93b43fa550 oom: give the dying task a higher priority 15 years ago
KOSAKI Motohiro 19b4586cd9 oom: remove child->mm check from oom_kill_process() 15 years ago
KOSAKI Motohiro df1090a8dd oom: cleanup has_intersects_mems_allowed() 15 years ago
KOSAKI Motohiro a96cfd6e91 oom: move OOM_DISABLE check from oom_kill_task to out_of_memory() 15 years ago
KOSAKI Motohiro 113e27f36d oom: kill duplicate OOM_DISABLE check 15 years ago