summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: add ability to --fix unnecessary blank lines around bracesJoe Perches2015-02-131-4/+10
* checkpatch: add types for other OS typedefsJoe Perches2015-02-131-0/+8
* checkpatch: add ability to coalesce commit descriptions on multiple linesJoe Perches2015-02-131-0/+7
* checkpatch: add likely/unlikely comparison misuse testJoe Perches2015-02-131-0/+7
* checkpatch: update git commit messageJoe Perches2015-02-131-13/+32
* checkpatch: Allow comments in macros tested for single statementsJoe Perches2015-02-131-0/+1
* checkpatch: add check for keyword 'boolean' in Kconfig definitionsChristoph Jaeger2015-02-131-0/+7
* checkpatch: fix UNNECESSARY_KERN_LEVEL false positivePaolo Bonzini2015-02-131-1/+1
* checkpatch: ignore __pure $AttributeJoe Perches2015-02-131-0/+1
* checkpatch: improve octal permissions testsJoe Perches2015-02-131-1/+5
* checkpatch: emit an error when using predefined timestamp macrosJoe Perches2015-02-131-0/+6
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-138-201/+7
* profile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-2/+1
* irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-7/+4
* proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-6/+4
* padata: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-8/+3
* mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-4/+3
* slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-12/+8
* drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-2/+3
* usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-136-29/+13
* scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-3/+3
* input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-3/+3
* wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-35/+12
* net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-22/+8
* tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-4/+4
* workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-3/+2
* percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-4/+2
* time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-9/+2
* sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-15/+6
* rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-3/+2
* cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-33/+9
* arm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-2/+2
* xtensa: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-5/+2
* ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-4/+2
* x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-133-36/+21
* tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-137-39/+24
* powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-133-18/+10
* mips: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-8/+5
* bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-2/+2
* cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo2015-02-132-0/+16
* lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2015-02-132-59/+96
* cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo2015-02-131-7/+7
* lib/genalloc.c: check result of devres_alloc()Jan Kara2015-02-131-0/+2
* lib/string.c: improve strrchr()Rasmus Villemoes2015-02-131-6/+6
* fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda2015-02-131-3/+3
* mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda2015-02-131-6/+6
* clk: convert clock name allocations to kstrdup_constAndrzej Hajda2015-02-131-6/+6
* kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-135-23/+12
* kernfs: convert node name allocation to kstrdup_constAndrzej Hajda2015-02-131-6/+6
* mm/util: add kstrdup_constAndrzej Hajda2015-02-132-0/+41
OpenPOWER on IntegriCloud