2017-05-03 |
Andrey Ryabinin | fs: fix data invalidation in the cleancache during... |
tree | commitdiff |
2017-05-03 |
Tetsuo Handa | mm, page_alloc: remove debug_guardpage_minorder() test... |
tree | commitdiff |
2017-05-03 |
Anshuman Khandual | mm/memory-failure.c: add page flag description in error... |
tree | commitdiff |
2017-05-03 |
Anshuman Khandual | mm/madvise: move up the behavior parameter validation |
tree | commitdiff |
2017-05-03 |
Anshuman Khandual | mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISON |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: memcontrol: use node page state naming scheme for... |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: memcontrol: re-use node VM page state enum |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: memcontrol: re-use global VM event enum |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: memcontrol: clean up memory.events counting function |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: vmscan: fix IO/refault regression in cache workings... |
tree | commitdiff |
2017-05-03 |
Anshuman Khandual | mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK insid... |
tree | commitdiff |
2017-05-03 |
Michal Hocko | oom: improve oom disable handling |
tree | commitdiff |
2017-05-03 |
Tim Chen | mm/swap_slots.c: add warning if swap slots cache failed... |
tree | commitdiff |
2017-05-03 |
Vinayak Menon | mm: enable page poisoning early at boot |
tree | commitdiff |
2017-05-03 |
Huang Ying | mm, swap: avoid lock swap_avail_lock when held cluster... |
tree | commitdiff |
2017-05-03 |
Huang Ying | mm, swap: improve readability via make spin_lock/unlock... |
tree | commitdiff |
2017-05-03 |
Huang Ying | mm, swap: fix comment in __read_swap_cache_async |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: remove SWAP_[SUCCESS|AGAIN|FAIL] |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: make rmap_one boolean function |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: make rmap_walk() return void |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: make ttu's return boolean |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: remove SWAP_AGAIN in ttu |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: remove SWAP_MLOCK in ttu |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: make try_to_munlock() return void |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttu |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: remove SWAP_DIRTY in ttu |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: remove unncessary ret in page_referenced |
tree | commitdiff |
2017-05-03 |
Yisheng Xie | mm/vmscan: more restrictive condition for retry in... |
tree | commitdiff |
2017-05-03 |
Yisheng Xie | mm/compaction: ignore block suitable after check large... |
tree | commitdiff |
2017-05-03 |
Wei Yang | mm/sparse: refine usemap_size() a little |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: page_alloc: __GFP_NOWARN shouldn't suppress stall... |
tree | commitdiff |
2017-05-03 |
Mel Gorman | mm, vmscan: prevent kswapd sleeping prematurely due... |
tree | commitdiff |
2017-05-03 |
Mel Gorman | mm, vmscan: only clear pgdat congested/dirty/writeback... |
tree | commitdiff |
2017-05-03 |
Shantanu Goel | mm, vmscan: fix zone balance check in prepare_kswapd_sleep |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: do not use double negation for testing page flags |
tree | commitdiff |
2017-05-03 |
Kees Cook | mm: remove rodata_test_data export, add pr_fmt |
tree | commitdiff |
2017-05-03 |
Matthew Wilcox | mm: tighten up the fault path a little |
tree | commitdiff |
2017-05-03 |
Michal Hocko | mm: introduce memalloc_nofs_{save,restore} API |
tree | commitdiff |
2017-05-03 |
David Rientjes | mm, vmstat: suppress pcp stats for unpopulated zones... |
tree | commitdiff |
2017-05-03 |
David Rientjes | mm, vmstat: print non-populated zones in zoneinfo |
tree | commitdiff |
2017-05-03 |
Xishi Qiu | mm: use is_migrate_isolate_page() to simplify the code |
tree | commitdiff |
2017-05-03 |
Xishi Qiu | mm: use is_migrate_highatomic() to simplify the code |
tree | commitdiff |
2017-05-03 |
Huang Ying | mm, swap: Fix a race in free_swap_and_cache() |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: memcontrol: provide shmem statistics |
tree | commitdiff |
2017-05-03 |
Shaohua Li | mm: enable MADV_FREE for swapless system |
tree | commitdiff |
2017-05-03 |
Minchan Kim | mm: fix lazyfree BUG_ON check in try_to_unmap_one() |
tree | commitdiff |
2017-05-03 |
Shaohua Li | mm: reclaim MADV_FREE pages |
tree | commitdiff |
2017-05-03 |
Shaohua Li | mm: move MADV_FREE pages into LRU_INACTIVE_FILE list |
tree | commitdiff |
2017-05-03 |
Shaohua Li | mm: don't assume anonymous pages have SwapBacked flag |
tree | commitdiff |
2017-05-03 |
Shaohua Li | mm: delete unnecessary TTU_* flags |
tree | commitdiff |
2017-05-03 |
Geliang Tang | mm/page-writeback.c: use setup_deferrable_timer |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: remove unnecessary back-off function when retrying... |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | Revert "mm, vmscan: account for skipped pages as a... |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: don't avoid high-priority reclaim on memcg limit... |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: don't avoid high-priority reclaim on unreclaimable... |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: remove unnecessary reclaimability check from NUMA... |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: remove seemingly spurious reclaimability check... |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: fix check for reclaimable pages in PF_MEMALLOC... |
tree | commitdiff |
2017-05-03 |
Johannes Weiner | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes |
tree | commitdiff |
2017-05-03 |
Greg Thelen | slab: avoid IPIs when creating kmem caches |
tree | commitdiff |
2017-05-03 |
Linus Torvalds | Merge branch 'stable-4.12' of git://git.infradead.org... |
tree | commitdiff |
2017-05-03 |
Linus Torvalds | Merge branch 'next' of git://git./linux/kernel/git... |
tree | commitdiff |
2017-05-03 |
Linus Torvalds | Merge branch 'for-linus' of git://git./linux/kernel... |
tree | commitdiff |
2017-05-03 |
Linus Torvalds | Merge branch 'for-linus' of git://git./linux/kernel... |
tree | commitdiff |
2017-05-03 |
Linus Torvalds | Merge branch 'for-linus' of git://git./linux/kernel... |
tree | commitdiff |
2017-05-03 |
Linus Torvalds | Merge tag 'pinctrl-v4.12-1' of git://git./linux/kernel... |
tree | commitdiff |
2017-05-03 |
Linus Torvalds | Merge tag 'mmc-v4.12' of git://git./linux/kernel/git... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge git://git./linux/kernel/git/davem/net-next |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'linus' of git://git./linux/kernel/git... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'work.compat' of git://git./linux/kernel... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'work.splice' of git://git./linux/kernel... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'work.iov_iter' of git://git./linux/kernel... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'for-next' of git://git.samba.org/sfrench... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge tag 'usercopy-v4.12-rc1' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge tag 'pstore-v4.12-rc1' of git://git./linux/kernel... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge tag 'docs-4.12' of git://git.lwn.net/linux |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge tag 'm68k-for-v4.12-tag1' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'for-linus' of git://git./linux/kernel... |
tree | commitdiff |
2017-05-02 |
Jiri Kosina | Merge branch 'for-4.12/asus' into for-linus |
tree | commitdiff |
2017-05-02 |
Jiri Kosina | Merge branches 'for-4.11/upstream-fixes', 'for-4.12... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-mm-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-vdso-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-platform-for-linus' of git://git... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-irq-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-debug-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-cleanups-for-linus' of git://git... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-build-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-asm-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-apic-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-cpu-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-boot-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'ras-core-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'perf-core-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'x86-process-for-linus' of git://git.... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'locking-core-for-linus' of git://git... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'sched-core-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-02 |
Linus Torvalds | Merge branch 'efi-core-for-linus' of git://git./linux... |
tree | commitdiff |
2017-05-01 |
Linus Torvalds | Merge branch 'timers-core-for-linus' of git://git.... |
tree | commitdiff |
2017-05-01 |
Linus Torvalds | Merge branch 'irq-core-for-linus' of git://git./linux... |
tree | commitdiff |
next |