aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin3-0/+16
2015-02-13module: fix types of device tables aliasesAndrey Ryabinin1-1/+1
2015-02-13kernel: add support for .init_array.* constructorsAndrey Ryabinin1-0/+1
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+3
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin1-2/+7
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin1-0/+8
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin2-2/+36
2015-02-13mm: slub: share object_err functionAndrey Ryabinin1-0/+3
2015-02-13mm: slub: introduce virt_to_obj functionAndrey Ryabinin1-0/+16
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin1-0/+6
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2-0/+49
2015-02-13compiler: introduce __alias(symbol) shortcutAndrey Ryabinin1-0/+1
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo5-92/+7
2015-02-13cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo2-0/+16
2015-02-13cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo1-7/+7
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo1-5/+2
2015-02-13mm/util: add kstrdup_constAndrzej Hajda1-0/+3
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes1-6/+6
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes1-6/+6
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes1-0/+4
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes1-1/+1
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds2-0/+210
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-10/+122
2015-02-12Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds2-78/+77
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-254/+209
2015-02-12lib/halfmd4.c: simplify includesRasmus Villemoes1-0/+2
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko1-3/+3
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes1-3/+0
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes1-1/+1
2015-02-12linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes1-11/+11
2015-02-12linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes1-13/+13
2015-02-12lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes1-7/+7
2015-02-12libstring_helpers.c:string_get_size(): return voidRasmus Villemoes1-2/+2
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2-6/+3
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur1-0/+1
2015-02-12linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven1-4/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-0/+5
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS)Petr Cermak1-0/+5
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran2-3/+4
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov1-1/+8
2015-02-12memcg: cleanup static keys decrementVladimir Davydov1-5/+0
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov1-1/+2
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-2/+7
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov1-5/+5
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov1-0/+4
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov3-12/+9
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov2-12/+54