aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-01-23printk/cache: mark printk_once test variable __read_mostlyGravatar Joe Perches 2-11/+12
2014-01-23lib/parser.c: add match_wildcard() functionGravatar Du, Changbin 1-0/+1
2014-01-23uapi: convert u64 to __u64 in exported headersGravatar Mike Frysinger 2-2/+2
2014-01-23include/uapi/linux/dn.h: pull in ioctl.h headerGravatar Mike Frysinger 1-0/+1
2014-01-23include/uapi/linux/ppp-ioctl.h: pull in ppp_defs.hGravatar Mike Frysinger 1-0/+1
2014-01-23include/linux/of.h: make for_each_child_of_node() reference its args when CON...Gravatar David Howells 1-1/+6
2014-01-23remove extra definitions of U32_MAXGravatar Alex Elder 1-19/+0
2014-01-23kernel.h: define u8, s8, u32, etc. limitsGravatar Alex Elder 1-0/+13
2014-01-23conditionally define U32_MAXGravatar Alex Elder 1-0/+2
2014-01-23add generic fixmap.hGravatar Mark Salter 1-0/+97
2014-01-23asm/types.h: Remove include/asm-generic/int-l64.hGravatar Geert Uytterhoeven 2-51/+1
2014-01-23include/linux/genalloc.h: spinlock_t needs spinlock_types.hGravatar Shawn Guo 1-0/+2
2014-01-23numa: add a sysctl for numa_balancingGravatar Andi Kleen 1-0/+4
2014-01-23mm: free memblock.memory in free_all_bootmemGravatar Philipp Hachtmann 1-0/+1
2014-01-23memcg, slab: RCU protect memcg_params for root cachesGravatar Vladimir Davydov 1-2/+7
2014-01-23memcg, slab: clean up memcg cache initialization/destructionGravatar Vladimir Davydov 1-5/+4
2014-01-23memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathGravatar Vladimir Davydov 1-5/+9
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGEGravatar Sasha Levin 8-29/+39
2014-01-23mm: print more details for bad_page()Gravatar Dave Hansen 1-1/+3
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-0/+2
2014-01-23Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 2-25/+89
2014-01-22Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-32/+33
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 7-9/+135
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-20/+16
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 6-11/+9
2014-01-22Merge tag 'dm-3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+17
2014-01-22Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 6-20/+228
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-271/+149
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 3-10/+160
2014-01-22fuse: fix pipe_buf_operationsGravatar Miklos Szeredi 1-0/+2
2014-01-22neighbour.h: fix commentGravatar Li Zhong 1-1/+1
2014-01-22sched: Fix warning on make htmldocs caused by wait.hGravatar Masanari Iida 1-2/+2
2014-01-21dm log userspace: allow mark requests to piggyback on flush requestsGravatar Dongmao Zhang 1-3/+17
2014-01-21Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 20-243/+543
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-0/+2
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 2-73/+47
2014-01-21Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+10
2014-01-21mm/migrate: remove unused function, fail_migrate_page()Gravatar Joonsoo Kim 1-4/+0
2014-01-21mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesGravatar Joonsoo Kim 1-2/+0
2014-01-21mm: compaction: encapsulate defer reset logicGravatar Vlastimil Babka 1-0/+16
2014-01-21mm: compaction: trace compaction begin and endGravatar Mel Gorman 1-0/+42
2014-01-21sched: add tracepoints related to NUMA task migrationGravatar Mel Gorman 1-0/+87
2014-01-21mm: numa: trace tasks that fail migration due to rate limitingGravatar Mel Gorman 1-0/+26
2014-01-21mm: numa: limit scope of lock for NUMA migrate rate limitingGravatar Mel Gorman 1-4/+1
2014-01-21mm/memblock: add memblock memory allocation apisGravatar Santosh Shilimkar 1-0/+152
2014-01-21mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGravatar Grygorii Strashko 1-2/+2
2014-01-21mm/memblock: reorder parameters of memblock_find_in_range_nodeGravatar Grygorii Strashko 1-2/+3
2014-01-21mm/bootmem: remove duplicated declaration of __free_pages_bootmem()Gravatar Grygorii Strashko 1-1/+0
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Gravatar Oleg Nesterov 2-0/+14
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Gravatar Joonsoo Kim 2-3/+1