summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-5/+4
2016-07-27mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-3/+3
2016-07-27include/linux/memblock.h: Clean up code for several trivial detailsChen Gang1-11/+9
2016-07-27mm: add NR_ZSMALLOC to vmstatMinchan Kim1-0/+3
2016-07-27mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka1-14/+20
2016-07-27mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa1-1/+1
2016-07-27mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2-9/+8
2016-07-27mm: memcontrol: cleanup kmem charge functionsVladimir Davydov1-96/+7
2016-07-27mm: clean up non-standard page->_mapcount usersVladimir Davydov2-41/+37
2016-07-27mm: remove pointless struct in struct page definitionVladimir Davydov1-36/+32
2016-07-27mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim1-2/+2
2016-07-27mm/page_owner: introduce split_page_owner and replace manual handlingJoonsoo Kim1-7/+5
2016-07-27mm/compaction: split freepages without holding the zone lockJoonsoo Kim1-1/+0
2016-07-27mm: balloon: use general non-lru movable page featureMinchan Kim1-37/+17
2016-07-27mm: migrate: support non-lru movable page migrationMinchan Kim6-12/+46
2016-07-27include/linux/mmdebug.h: add VM_WARN which maps to WARN()Aneesh Kumar K.V1-0/+2
2016-07-27mm: oom: add memcg to oom_controlVladimir Davydov1-3/+5
2016-07-27mm: zap ZONE_OOM_LOCKEDVladimir Davydov1-1/+0
2016-07-27memory-hotplug: more general validation of zone during onlineReza Arbab1-0/+2
2016-07-27mm: faster kmalloc_array(), kcalloc()Alexey Dobriyan1-0/+2
2016-07-27mm: SLUB freelist randomizationThomas Garnier1-0/+5
2016-07-27mm: reorganize SLAB freelist randomizationThomas Garnier1-1/+1
2016-07-27fs/fs-writeback.c: add a new writeback list for syncDave Chinner2-0/+7
2016-07-27debugobjects.h: fix trivial kernel doc warningRandy Dunlap1-1/+1
2016-07-27dax: remote unused fault wrappersRoss Zwisler1-5/+0
2016-07-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-9/+50
2016-07-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-15/+59
2016-07-26Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2016-07-26Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+12
2016-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+24
2016-07-26Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-33/+17
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+14
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-187/+611
2016-07-25Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-104/+96
2016-07-25Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+22
2016-07-25Merge tag 'hwmon-for-linus-v4.8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+25
2016-07-25Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-754/+83
2016-07-25Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-13/+68
2016-07-25Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-13/+103
2016-07-25Merge tag 'char-misc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-77/+42
2016-07-25Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-0/+3
2016-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+12
2016-07-23radix-tree: fix radix_tree_iter_retry() for tagged iterators.Andrey Ryabinin1-0/+1
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner1-15/+10
2016-07-17vlan: use a valid default mtu value for vlan over macsecPaolo Abeni1-0/+7
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar4-6/+42
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins1-1/+1
2016-07-15mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi1-2/+2
2016-07-14sched/cputime: Reorganize vtime native irqtime accounting headersFrederic Weisbecker1-18/+17