summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm,oom_reaper: do not attempt to reap a task twiceTetsuo Handa2016-10-072-13/+3
* mm,oom_reaper: reduce find_lock_task_mm() usageTetsuo Handa2016-10-071-43/+38
* mm, swap: add swap_cluster_listHuang Ying2016-10-072-74/+70
* mm: unrig VMA cache hit ratioAlexey Dobriyan2016-10-071-4/+4
* mm: pagewalk: fix the comment for test_walkJames Morse2016-10-071-2/+2
* do_generic_file_read(): fail immediately if killedBart Van Assche2016-10-071-1/+3
* mm/page_owner: don't define fields on struct page_ext by hard-codingJoonsoo Kim2016-10-072-31/+58
* mm/page_ext: support extra space allocation by page_ext userJoonsoo Kim2016-10-073-11/+34
* mm/page_ext: rename offset to indexJoonsoo Kim2016-10-071-3/+3
* mm/page_owner: move page_owner specific function to page_owner.cJoonsoo Kim2016-10-073-79/+79
* mm/debug_pagealloc.c: don't allocate page_ext if we don't use guard pageJoonsoo Kim2016-10-071-1/+7
* mm/debug_pagealloc.c: clean-up guard page handling codeJoonsoo Kim2016-10-071-16/+18
* mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko2016-10-073-33/+0
* mm: fix set pageblock migratetype in deferred struct page initXishi Qiu2016-10-071-7/+13
* mem-hotplug: fix node spanned pages when we have a movable nodeXishi Qiu2016-10-071-31/+23
* mm, vmscan: make compaction_ready() more accurate and readableVlastimil Babka2016-10-071-23/+20
* mm, compaction: require only min watermarks for non-costly ordersVlastimil Babka2016-10-072-3/+12
* mm, compaction: use proper alloc_flags in __compaction_suitable()Vlastimil Babka2016-10-072-3/+11
* mm, compaction: create compact_gap wrapperVlastimil Babka2016-10-073-7/+29
* mm, compaction: use correct watermark when checking compaction successVlastimil Babka2016-10-071-3/+3
* mm, compaction: add the ultimate direct compaction priorityVlastimil Babka2016-10-072-2/+6
* mm, compaction: don't recheck watermarks after COMPACT_SUCCESSVlastimil Babka2016-10-071-8/+3
* mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka2016-10-074-12/+12
* mm, compaction: cleanup unused functionsVlastimil Babka2016-10-072-48/+17
* mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka2016-10-072-23/+22
* mm/oom_kill.c: fix task_will_free_mem() commentMichal Hocko2016-10-071-2/+3
* mm: memcontrol: add sanity checks for memcg->id.ref on get/putVladimir Davydov2016-10-071-1/+5
* mm/vmalloc.c: fix align value calculation errorzijun_hu2016-10-072-14/+30
* mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov2016-10-074-205/+167
* ocfs2: fix undefined struct variable in inode.hJoseph Qi2016-10-071-2/+0
* fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
* fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
* fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
* fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
* jiffies: add time comparison functions for 64 bit jiffiesJason A. Donenfeld2016-10-071-0/+4
* fsnotify: clean up spinlock assertionsJan Kara2016-10-072-8/+4
* fanotify: fix possible false warning when freeing eventsJan Kara2016-10-071-2/+11
* fanotify: use notification_lock instead of access_lockJan Kara2016-10-072-9/+5
* fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-075-37/+41
* fsnotify: drop notification_mutex before destroying eventJan Kara2016-10-072-2/+6
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-0782-1330/+2119
|\
| * i2c: axxia: disable clks in case of failure in probeAlexey Khoroshilov2016-09-241-2/+12
| * i2c: octeon: thunderx: Limit register access retriesJan Glauber2016-09-242-12/+19
| * i2c: uniphier-f: fix misdetection of incomplete STOP conditionMasahiro Yamada2016-09-241-5/+11
| * gpio: pca953x: variable 'id' was used twiceWolfram Sang2016-09-241-7/+7
| * i2c: i801: Add support for Kaby Lake PCH-HAndy Shevchenko2016-09-241-0/+4
| * gpio: pca953x: fix an incorrect lockdep warningBartosz Golaszewski2016-09-241-0/+2
| * i2c: add a warning to i2c_adapter_depth()Bartosz Golaszewski2016-09-241-0/+3
| * lockdep: make MAX_LOCKDEP_SUBCLASSES unconditionally visibleBartosz Golaszewski2016-09-241-2/+2
| * i2c: export i2c_adapter_depth()Bartosz Golaszewski2016-09-242-7/+3