summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-14kasan: enable stack instrumentationAndrey Ryabinin7-5/+44
2015-02-14x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin9-11/+74
2015-02-14lib: add kasan test moduleAndrey Ryabinin3-3/+289
2015-02-14kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin1-0/+6
2015-02-14fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin1-0/+5
2015-02-14mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin9-5/+197
2015-02-14mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin1-0/+25
2015-02-14mm: slub: share object_err functionAndrey Ryabinin2-1/+4
2015-02-14mm: slub: introduce virt_to_obj functionAndrey Ryabinin1-0/+16
2015-02-14mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin6-0/+38
2015-02-14x86_64: add KASan supportAndrey Ryabinin16-4/+290
2015-02-14kasan: disable memory hotplugAndrey Ryabinin1-0/+21
2015-02-14kasan: add kernel address sanitizer infrastructureAndrey Ryabinin14-1/+855
2015-02-14compiler: introduce __alias(symbol) shortcutAndrey Ryabinin1-0/+1
2015-02-14MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton3-3/+1
2015-02-14epoll: optimize setting task running after blockingDavidlohr Bueso1-2/+2
2015-02-14checkpatch: add of_device_id to structs that should be constJoe Perches1-3/+5
2015-02-14checkpatch: try to avoid poor patch subject linesJoe Perches1-0/+7
2015-02-14checkpatch: make sure a commit reference description uses parenthesesJoe Perches1-1/+5
2015-02-14checkpatch: add --strict test for spaces around arithmeticJoe Perches1-1/+16
2015-02-14checkpatch: neaten printk_ratelimited message positionJoe Perches1-1/+1
2015-02-14checkpatch: improve "no space necessary after cast" testJoe Perches1-1/+1
2015-02-14checkpatch: improve seq_print->seq_puts suggestionHeba Aamer1-1/+2
2015-02-14checkpatch: add ability to --fix unnecessary blank lines around bracesJoe Perches1-4/+10
2015-02-14checkpatch: add types for other OS typedefsJoe Perches1-0/+8
2015-02-14checkpatch: add ability to coalesce commit descriptions on multiple linesJoe Perches1-0/+7
2015-02-14checkpatch: add likely/unlikely comparison misuse testJoe Perches1-0/+7
2015-02-14checkpatch: update git commit messageJoe Perches1-13/+32
2015-02-14checkpatch: Allow comments in macros tested for single statementsJoe Perches1-0/+1
2015-02-14checkpatch: add check for keyword 'boolean' in Kconfig definitionsChristoph Jaeger1-0/+7
2015-02-14checkpatch: fix UNNECESSARY_KERN_LEVEL false positivePaolo Bonzini1-1/+1
2015-02-14checkpatch: ignore __pure $AttributeJoe Perches1-0/+1
2015-02-14checkpatch: improve octal permissions testsJoe Perches1-1/+5
2015-02-14checkpatch: emit an error when using predefined timestamp macrosJoe Perches1-0/+6
2015-02-14bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo8-201/+7
2015-02-14profile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-2/+1
2015-02-14irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-7/+4
2015-02-14proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-6/+4
2015-02-14padata: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-8/+3
2015-02-14mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+3
2015-02-14slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-12/+8
2015-02-14drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-2/+3
2015-02-14usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo6-29/+13
2015-02-14scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-3/+3
2015-02-14input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-3/+3
2015-02-14wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-35/+12
2015-02-14net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-22/+8
2015-02-14tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-4/+4
2015-02-14workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasksTejun Heo1-3/+2
2015-02-14percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+2