summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-02-13wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13arm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13xtensa: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13mips: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo
2015-02-13lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo
2015-02-13cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo
2015-02-13lib/genalloc.c: check result of devres_alloc()Jan Kara
2015-02-13lib/string.c: improve strrchr()Rasmus Villemoes
2015-02-13fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda
2015-02-13mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda
2015-02-13clk: convert clock name allocations to kstrdup_constAndrzej Hajda
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo
2015-02-13kernfs: convert node name allocation to kstrdup_constAndrzej Hajda
2015-02-13mm/util: add kstrdup_constAndrzej Hajda
2015-02-13lib: crc32: constify crc32 lookup tableDaniel Borkmann
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes
2015-02-13lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds