summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes-0/+4
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes-1/+1
2015-02-13NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust-1/+0
2015-02-13NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust-1/+1
2015-02-13PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki-2/+18
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds-0/+210
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-10/+122
2015-02-13virtio: Don't expose legacy net features when VIRTIO_NET_NO_LEGACY defined.Rusty Russell-2/+30
2015-02-12Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-78/+77
2015-02-13Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie-0/+349
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-254/+209
2015-02-12lib/halfmd4.c: simplify includesRasmus Villemoes-0/+2
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko-3/+3
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes-3/+0
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes-1/+1
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes-1/+1
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes-1/+1
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes-1/+1
2015-02-12linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes-11/+11
2015-02-12linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes-13/+13
2015-02-12lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes-7/+7
2015-02-12libstring_helpers.c:string_get_size(): return voidRasmus Villemoes-2/+2
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes-6/+3
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur-0/+1
2015-02-12linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven-4/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-0/+5
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak-0/+5
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran-3/+4
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov-1/+8
2015-02-12memcg: cleanup static keys decrementVladimir Davydov-5/+0
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov-1/+2
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov-2/+7
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov-5/+5
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov-0/+4
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov-12/+9
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov-12/+54
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov-0/+3
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov-3/+2
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov-2/+10
2015-02-12memcg: rename some cache id related variablesVladimir Davydov-2/+2
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov-4/+14
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov-2/+4
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov-0/+16
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman-1/+2
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman-156/+1
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman-2/+1
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman-1/+1
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman-0/+20
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman-4/+0
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+9