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