aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-10/+7
2014-10-12don't need that forward declaration of struct nameidata in dcache.h anymoreGravatar Al Viro 1-1/+0
2014-10-12take dname_external() into fs/dcache.cGravatar Al Viro 1-5/+0
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 7-13/+76
2014-10-12Merge tag 'trace-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-1/+20
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-156/+4
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Gravatar Linus Torvalds 5-3/+142
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 5-35/+537
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 4-49/+33
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-16/+69
2014-10-11Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-0/+4
2014-10-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+3
2014-10-11Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcGravatar Linus Torvalds 8-7/+61
2014-10-10Merge tag 'sound-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 9-87/+129
2014-10-10Merge tag 'edac/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-0/+15
2014-10-10Merge tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-17/+62
2014-10-10Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma...Gravatar Linus Torvalds 2-8/+26
2014-10-10Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+3
2014-10-10net/phy: micrel: Add clock support for KSZ8021/KSZ8031Gravatar Sascha Hauer 1-0/+1
2014-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 2-156/+3
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 8-56/+104
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 2-20/+9
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 3-24/+6
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Gravatar Linus Torvalds 29-404/+238
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Gravatar Geert Uytterhoeven 1-0/+4
2014-10-09include/linux/screen_info.h: remove unused ORIG_* macrosGravatar Geert Uytterhoeven 1-8/+0
2014-10-09include/linux/blkdev.h: use NULL instead of zeroGravatar Michele Curti 1-1/+1
2014-10-09include/linux/kernel.h: deduplicate code implementing clamp* macrosGravatar Michal Nazarewicz 1-17/+7
2014-10-09include/linux/kernel.h: rewrite min3, max3 and clamp using min and maxGravatar Michal Nazarewicz 1-27/+5
2014-10-09zsmalloc: change return value unit of zs_get_total_size_bytesGravatar Minchan Kim 1-1/+1
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitGravatar Konstantin Khlebnikov 3-0/+10
2014-10-09mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPGravatar Konstantin Khlebnikov 2-70/+20
2014-10-09mm/balloon_compaction: redesign ballooned pages managementGravatar Konstantin Khlebnikov 3-83/+44
2014-10-09mm: memcontrol: fix transparent huge page allocations under pressureGravatar Johannes Weiner 1-2/+4
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cGravatar Vladimir Davydov 1-1/+0
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cGravatar Vladimir Davydov 1-14/+0
2014-10-09mm: introduce VM_BUG_ON_MMGravatar Sasha Levin 1-0/+10
2014-10-09mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setGravatar Junxiao Bi 1-2/+4
2014-10-09mm: clean up zone flagsGravatar Johannes Weiner 1-48/+3
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMAGravatar Sasha Levin 2-2/+2
2014-10-09mm: introduce VM_BUG_ON_VMAGravatar Sasha Levin 1-0/+8
2014-10-09mm: introduce dump_vmaGravatar Sasha Levin 1-0/+2
2014-10-09include/linux/migrate.h: remove migrate_page #defineGravatar Andrew Morton 1-3/+0
2014-10-09mempolicy: unexport get_vma_policy() and remove its "task" argGravatar Oleg Nesterov 1-2/+0
2014-10-09mempolicy: introduce __get_vma_policy(), export get_task_policy()Gravatar Oleg Nesterov 1-0/+3
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itGravatar Oleg Nesterov 1-1/+1
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceGravatar Johannes Weiner 1-16/+0
2014-10-09prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operationGravatar Cyrill Gorcunov 1-0/+27
2014-10-09mm: introduce check_data_rlimit helperGravatar Cyrill Gorcunov 1-0/+15
2014-10-09mm: rename allocflags_to_migratetype for clarityGravatar David Rientjes 1-1/+1