aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23remove extra definitions of U32_MAXAlex Elder1-19/+0
2014-01-23kernel.h: define u8, s8, u32, etc. limitsAlex Elder1-0/+13
2014-01-23conditionally define U32_MAXAlex Elder1-0/+2
2014-01-23add generic fixmap.hMark Salter1-0/+97
2014-01-23asm/types.h: Remove include/asm-generic/int-l64.hGeert Uytterhoeven2-51/+1
2014-01-23include/linux/genalloc.h: spinlock_t needs spinlock_types.hShawn Guo1-0/+2
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen1-0/+4
2014-01-23mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann1-0/+1
2014-01-23memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov1-2/+7
2014-01-23memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov1-5/+4
2014-01-23memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov1-5/+9
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin8-29/+39
2014-01-23mm: print more details for bad_page()Dave Hansen1-1/+3
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+2
2014-01-23Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds2-25/+89
2014-01-22Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-32/+33
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds7-9/+135
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-20/+16
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-11/+9
2014-01-22Merge tag 'dm-3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-3/+17
2014-01-22Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-20/+228
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-271/+149
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-10/+160
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi1-0/+2
2014-01-22neighbour.h: fix commentLi Zhong1-1/+1
2014-01-22sched: Fix warning on make htmldocs caused by wait.hMasanari Iida1-2/+2
2014-01-21dm log userspace: allow mark requests to piggyback on flush requestsDongmao Zhang1-3/+17
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds20-243/+543
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+2
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-73/+47
2014-01-21Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-1/+10
2014-01-21mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim1-4/+0
2014-01-21mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim1-2/+0
2014-01-21mm: compaction: encapsulate defer reset logicVlastimil Babka1-0/+16
2014-01-21mm: compaction: trace compaction begin and endMel Gorman1-0/+42
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman1-0/+87
2014-01-21mm: numa: trace tasks that fail migration due to rate limitingMel Gorman1-0/+26
2014-01-21mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman1-4/+1
2014-01-21mm/memblock: add memblock memory allocation apisSantosh Shilimkar1-0/+152
2014-01-21mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko1-2/+2
2014-01-21mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko1-2/+3
2014-01-21mm/bootmem: remove duplicated declaration of __free_pages_bootmem()Grygorii Strashko1-1/+0
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2-0/+14
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim2-3/+1
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim1-6/+0
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim1-4/+1
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim1-0/+15
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim2-6/+10
2014-01-21memblock, mem_hotplug: make memblock skip hotpluggable regions if neededTang Chen1-0/+24
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-1/+2