summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin
2015-02-13lib: add kasan test moduleAndrey Ryabinin
2015-02-13kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin
2015-02-13fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-13mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey 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-13x86_64: add KASan supportAndrey Ryabinin
2015-02-13kasan: disable memory hotplugAndrey Ryabinin
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin
2015-02-13compiler: introduce __alias(symbol) shortcutAndrey Ryabinin
2015-02-13MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton
2015-02-13epoll: optimize setting task running after blockingDavidlohr Bueso
2015-02-13checkpatch: add of_device_id to structs that should be constJoe Perches
2015-02-13checkpatch: try to avoid poor patch subject linesJoe Perches
2015-02-13checkpatch: make sure a commit reference description uses parenthesesJoe Perches
2015-02-13checkpatch: add --strict test for spaces around arithmeticJoe Perches
2015-02-13checkpatch: neaten printk_ratelimited message positionJoe Perches
2015-02-13checkpatch: improve "no space necessary after cast" testJoe Perches
2015-02-13checkpatch: improve seq_print->seq_puts suggestionHeba Aamer
2015-02-13checkpatch: add ability to --fix unnecessary blank lines around bracesJoe Perches
2015-02-13checkpatch: add types for other OS typedefsJoe Perches
2015-02-13checkpatch: add ability to coalesce commit descriptions on multiple linesJoe Perches
2015-02-13checkpatch: add likely/unlikely comparison misuse testJoe Perches
2015-02-13checkpatch: update git commit messageJoe Perches
2015-02-13checkpatch: Allow comments in macros tested for single statementsJoe Perches
2015-02-13checkpatch: add check for keyword 'boolean' in Kconfig definitionsChristoph Jaeger
2015-02-13checkpatch: fix UNNECESSARY_KERN_LEVEL false positivePaolo Bonzini
2015-02-13checkpatch: ignore __pure $AttributeJoe Perches
2015-02-13checkpatch: improve octal permissions testsJoe Perches
2015-02-13checkpatch: emit an error when using predefined timestamp macrosJoe Perches
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo
2015-02-13profile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13padata: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo