summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds
2015-02-14mutex: remove unused field "name" in debug modeAdrien Schildknecht
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin
2015-02-13module: fix types of device tables aliasesAndrey Ryabinin
2015-02-13kernel: add support for .init_array.* constructorsAndrey Ryabinin
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-13mm: slub: share object_err functionAndrey Ryabinin
2015-02-13mm: slub: introduce virt_to_obj functionAndrey Ryabinin
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin
2015-02-13compiler: introduce __alias(symbol) shortcutAndrey Ryabinin
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo
2015-02-13cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo
2015-02-13cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo
2015-02-13mm/util: add kstrdup_constAndrzej Hajda
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-02-12Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-12lib/halfmd4.c: simplify includesRasmus Villemoes
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes
2015-02-12linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes
2015-02-12linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes
2015-02-12lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes
2015-02-12libstring_helpers.c:string_get_size(): return voidRasmus Villemoes
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur
2015-02-12linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov