summaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-34/+134
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds23-86/+119
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds5-1/+60
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-38/+4
2014-01-23Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-251/+19
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+49
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-33/+208
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-0/+551
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-11/+13
2014-01-23drivers/w1/masters/w1-gpio.c: add strong pullup emulationEvgeny Boger1-0/+1
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook1-0/+1
2014-01-23exec: kill task_struct->did_execOleg Nesterov1-1/+0
2014-01-23kernel/fork.c: make dup_mm() staticDaeSeok Youn1-2/+0
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov1-1/+1
2014-01-23coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov1-4/+17
2014-01-23coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov1-3/+1
2014-01-23fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin1-7/+0
2014-01-23printk/cache: mark printk_once test variable __read_mostlyJoe Perches2-11/+12
2014-01-23lib/parser.c: add match_wildcard() functionDu, Changbin1-0/+1
2014-01-23include/linux/of.h: make for_each_child_of_node() reference its args when CON...David Howells1-1/+6
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-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/msz...Linus Torvalds1-0/+2
2014-01-23Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+7
2014-01-22Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-32/+33
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-19/+13
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-9/+7
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-264/+109
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-2/+139
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi1-0/+2
2014-01-22sched: Fix warning on make htmldocs caused by wait.hMasanari Iida1-2/+2
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds17-243/+388
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-0/+2
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-73/+47
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: 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