Age | Commit message (Expand) | Author | Files | Lines |
2016-07-29 | mm, oom_reaper: do not attempt to reap a task more than twice | Michal Hocko | 1 | -0/+1 |
2016-07-29 | mm, oom: fortify task_will_free_mem() | Michal Hocko | 1 | -23/+3 |
2016-07-29 | mm, oom: skip vforked tasks from being selected | Michal Hocko | 1 | -0/+26 |
2016-07-29 | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj | Michal Hocko | 1 | -0/+2 |
2016-07-28 | Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/... | Linus Torvalds | 1 | -1/+1 |
2016-07-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -2/+21 |
2016-07-28 | Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 3 | -5/+50 |
2016-07-28 | Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2 | -1/+10 |
2016-07-28 | Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a... | Linus Torvalds | 3 | -8/+140 |
2016-07-27 | Merge tag 'for-linus-4.8' of git://git.code.sf.net/p/openipmi/linux-ipmi | Linus Torvalds | 1 | -1/+1 |
2016-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 52 | -449/+4320 |
2016-07-27 | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -1/+2 |
2016-07-27 | Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -15/+71 |
2016-07-27 | ipmi: remove trydefaults parameter and default init | Tony Camuso | 1 | -1/+1 |
2016-07-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 32 | -320/+346 |
2016-07-27 | Merge tag 'for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin... | Linus Torvalds | 2 | -3/+4 |
2016-07-27 | Merge tag 'regulator-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 6 | -7/+72 |
2016-07-27 | Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 1 | -0/+49 |
2016-07-27 | Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 3 | -3/+2932 |
2016-07-27 | Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees... | Linus Torvalds | 1 | -1/+2 |
2016-07-27 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -4/+19 |
2016-07-27 | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2 | -4/+80 |
2016-07-27 | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 4 | -25/+280 |
2016-07-27 | Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -0/+26 |
2016-07-27 | mm: fix build warnings in <linux/compaction.h> | Minchan Kim | 3 | -18/+16 |
2016-07-27 | shmem: split huge pages beyond i_size under memory pressure | Kirill A. Shutemov | 1 | -1/+5 |
2016-07-27 | thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE | Kirill A. Shutemov | 1 | -1/+9 |
2016-07-27 | khugepaged: add support of collapse for tmpfs/shmem pages | Kirill A. Shutemov | 1 | -0/+23 |
2016-07-27 | thp: extract khugepaged from mm/huge_memory.c | Kirill A. Shutemov | 2 | -0/+15 |
2016-07-27 | shmem: add huge pages support | Kirill A. Shutemov | 2 | -0/+5 |
2016-07-27 | shmem: get_unmapped_area align huge page | Hugh Dickins | 1 | -0/+2 |
2016-07-27 | shmem: prepare huge= mount option and sysfs knob | Kirill A. Shutemov | 2 | -1/+4 |
2016-07-27 | mm, rmap: account shmem thp pages | Kirill A. Shutemov | 1 | -1/+3 |
2016-07-27 | radix-tree: implement radix_tree_maybe_preload_order() | Kirill A. Shutemov | 1 | -0/+1 |
2016-07-27 | page-flags: relax policy for PG_mappedtodisk and PG_reclaim | Kirill A. Shutemov | 1 | -3/+3 |
2016-07-27 | thp, mlock: do not mlock PTE-mapped file huge pages | Kirill A. Shutemov | 1 | -1/+12 |
2016-07-27 | thp, vmstats: add counters for huge file pages | Kirill A. Shutemov | 1 | -0/+7 |
2016-07-27 | mm: introduce do_set_pmd() | Kirill A. Shutemov | 1 | -0/+2 |
2016-07-27 | rmap: support file thp | Kirill A. Shutemov | 1 | -1/+1 |
2016-07-27 | mm: postpone page table allocation until we have page to map | Kirill A. Shutemov | 1 | -1/+9 |
2016-07-27 | mm: introduce fault_env | Kirill A. Shutemov | 3 | -29/+33 |
2016-07-27 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -5/+4 |
2016-07-27 | mm, memcg: use consistent gfp flags during readahead | Michal Hocko | 1 | -3/+3 |
2016-07-27 | include/linux/memblock.h: Clean up code for several trivial details | Chen Gang | 1 | -11/+9 |
2016-07-27 | mm: add NR_ZSMALLOC to vmstat | Minchan Kim | 1 | -0/+3 |
2016-07-27 | mm, frontswap: convert frontswap_enabled to static key | Vlastimil Babka | 1 | -14/+20 |
2016-07-27 | mm,oom: remove unused argument from oom_scan_process_thread(). | Tetsuo Handa | 1 | -1/+1 |
2016-07-27 | mm: charge/uncharge kmemcg from generic page allocator paths | Vladimir Davydov | 2 | -9/+8 |
2016-07-27 | mm: memcontrol: cleanup kmem charge functions | Vladimir Davydov | 1 | -96/+7 |
2016-07-27 | mm: clean up non-standard page->_mapcount users | Vladimir Davydov | 2 | -41/+37 |