index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-4
/
+3
*
slub: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-12
/
+8
*
drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
2
-2
/
+3
*
usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
6
-29
/
+13
*
scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-3
/
+3
*
input: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
2
-3
/
+3
*
wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
2
-35
/
+12
*
net: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
2
-22
/
+8
*
tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
2
-4
/
+4
*
workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-3
/
+2
*
percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-4
/
+2
*
time: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-9
/
+2
*
sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
2
-15
/
+6
*
rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-3
/
+2
*
cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-33
/
+9
*
arm: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-2
/
+2
*
xtensa: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-5
/
+2
*
ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-4
/
+2
*
x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
3
-36
/
+21
*
tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
7
-39
/
+24
*
powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
3
-18
/
+10
*
mips: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-8
/
+5
*
bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-14
1
-2
/
+2
*
cpumask, nodemask: implement cpumask/nodemask_pr_args()
Tejun Heo
2015-02-14
2
-0
/
+16
*
lib/vsprintf: implement bitmap printing through '%*pb[l]'
Tejun Heo
2015-02-14
2
-59
/
+96
*
cpumask: always use nr_cpu_ids in formatting and parsing functions
Tejun Heo
2015-02-14
1
-7
/
+7
*
lib/genalloc.c: check result of devres_alloc()
Jan Kara
2015-02-14
1
-0
/
+2
*
lib/string.c: improve strrchr()
Rasmus Villemoes
2015-02-14
1
-6
/
+6
*
fs/namespace: convert devname allocation to kstrdup_const
Andrzej Hajda
2015-02-14
1
-3
/
+3
*
mm/slab: convert cache name allocations to kstrdup_const
Andrzej Hajda
2015-02-14
1
-6
/
+6
*
clk: convert clock name allocations to kstrdup_const
Andrzej Hajda
2015-02-14
1
-6
/
+6
*
kernfs: remove KERNFS_STATIC_NAME
Tejun Heo
2015-02-14
5
-23
/
+12
*
kernfs: convert node name allocation to kstrdup_const
Andrzej Hajda
2015-02-14
1
-6
/
+6
*
mm/util: add kstrdup_const
Andrzej Hajda
2015-02-14
2
-0
/
+41
*
lib: crc32: constify crc32 lookup table
Daniel Borkmann
2015-02-14
1
-3
/
+3
*
lib: bitmap: remove redundant code from __bitmap_shift_left
Rasmus Villemoes
2015-02-14
1
-7
/
+2
*
lib: bitmap: eliminate branch in __bitmap_shift_left
Rasmus Villemoes
2015-02-14
1
-4
/
+3
*
lib: bitmap: change bitmap_shift_left to take unsigned parameters
Rasmus Villemoes
2015-02-14
2
-11
/
+12
*
lib: bitmap: yet another simplification in __bitmap_shift_right
Rasmus Villemoes
2015-02-14
1
-4
/
+4
*
lib: bitmap: remove redundant code from __bitmap_shift_right
Rasmus Villemoes
2015-02-14
1
-2
/
+0
*
lib: bitmap: eliminate branch in __bitmap_shift_right
Rasmus Villemoes
2015-02-14
1
-3
/
+3
*
lib: bitmap: change bitmap_shift_right to take unsigned parameters
Rasmus Villemoes
2015-02-14
2
-11
/
+11
*
lib/bitmap.c: elide bitmap_copy_le on little-endian
Rasmus Villemoes
2015-02-14
2
-0
/
+6
*
lib/bitmap.c: change prototype of bitmap_copy_le
Rasmus Villemoes
2015-02-14
2
-6
/
+5
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
2015-02-13
10
-8
/
+748
|
\
|
*
leds: leds-gpio: Pass on error codes unmodified
Soren Brinkmann
2015-02-02
1
-1
/
+2
|
*
DT: leds: Add led-sources property
Jacek Anaszewski
2015-01-29
1
-1
/
+15
|
*
leds: Add LED Flash class extension to the LED subsystem
Jacek Anaszewski
2015-01-26
6
-0
/
+711
|
*
leds: leds-mc13783: Use of_get_child_by_name() instead of refcount hack
Geert Uytterhoeven
2015-01-14
1
-3
/
+1
|
*
leds: Use setup_timer
Julia Lawall
2015-01-14
1
-3
/
+2
[next]