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
...
*
firmware/ihex2fw.c: restore missing default in switch statement
Nicolas Iooss
2015-04-17
1
-0
/
+1
*
lib/bitmap.c: bitmap_[empty,full]: remove code duplication
Yury Norov
2015-04-17
2
-34
/
+4
*
ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.h
Javi Merino
2015-04-17
1
-2
/
+1
*
media: cxd2820r: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
2015-04-17
5
-11
/
+3
*
cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
2015-04-17
1
-7
/
+1
*
clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
2015-04-17
2
-22
/
+7
*
kernel.h: implement DIV_ROUND_CLOSEST_ULL
Javi Merino
2015-04-17
3
-3
/
+13
*
lib/vsprintf.c: improve put_dec_trunc8 slightly
Rasmus Villemoes
2015-04-17
1
-6
/
+4
*
hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg()
Bartosz Golaszewski
2015-04-17
1
-5
/
+3
*
hwmon: (lm85) use find_closest() in x_TO_REG() functions
Bartosz Golaszewski
2015-04-17
1
-18
/
+8
*
hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()
Bartosz Golaszewski
2015-04-17
1
-14
/
+3
*
documentation: update CodingStyle on local variables naming in macros
Bartosz Golaszewski
2015-04-17
1
-0
/
+13
*
util_macros.h: add find_closest() macro
Bartosz Golaszewski
2015-04-17
1
-0
/
+40
*
lib/dma-debug: fix bucket_find_contain()
Sebastian Ott
2015-04-17
1
-1
/
+1
*
lib/vsprintf.c: even faster binary to decimal conversion
Rasmus Villemoes
2015-04-17
1
-118
/
+128
*
lib: rename lib/find_next_bit.c to lib/find_bit.c
Yury Norov
2015-04-17
2
-1
/
+1
*
lib: move find_last_bit to lib/find_next_bit.c
Yury Norov
2015-04-17
2
-2
/
+27
*
lib: find_*_bit reimplementation
Yury Norov
2015-04-17
3
-216
/
+91
*
alpha: forward declare struct pt_regs in processor.h
Richard Weinberger
2015-04-17
1
-0
/
+1
*
crypto: fix broken crypto_register_instance() module handling
Herbert Xu
2015-04-16
1
-3
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-04-16
136
-1814
/
+3279
|
\
|
*
parisc: remove use of seq_printf return value
Joe Perches
2015-04-16
2
-72
/
+68
|
*
lru_cache: remove use of seq_printf return value
Joe Perches
2015-04-16
1
-4
/
+5
|
*
tracing: remove use of seq_printf return value
Joe Perches
2015-04-16
1
-2
/
+2
|
*
cgroup: remove use of seq_printf return value
Joe Perches
2015-04-16
1
-1
/
+3
|
*
proc: remove use of seq_printf return value
Joe Perches
2015-04-16
2
-36
/
+50
|
*
s390: remove use of seq_printf return value
Joe Perches
2015-04-16
2
-7
/
+11
|
*
cris fasttimer: remove use of seq_printf return value
Joe Perches
2015-04-16
2
-92
/
+78
|
*
cris: remove use of seq_printf return value
Joe Perches
2015-04-16
2
-58
/
+62
|
*
openrisc: remove use of seq_printf return value
Joe Perches
2015-04-16
1
-24
/
+26
|
*
ARM: plat-pxa: remove use of seq_printf return value
Joe Perches
2015-04-16
1
-58
/
+53
|
*
nios2: cpuinfo: remove use of seq_printf return value
Joe Perches
2015-04-16
1
-39
/
+38
|
*
microblaze: mb: remove use of seq_printf return value
Joe Perches
2015-04-16
1
-76
/
+73
|
*
ipc: remove use of seq_printf return value
Joe Perches
2015-04-16
4
-50
/
+58
|
*
rtc: remove use of seq_printf return value
Joe Perches
2015-04-16
4
-28
/
+34
|
*
power: wakeup: remove use of seq_printf return value
Joe Perches
2015-04-16
1
-9
/
+7
|
*
x86: mtrr: if: remove use of seq_printf return value
Joe Perches
2015-04-16
1
-7
/
+5
|
*
linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASK
Rasmus Villemoes
2015-04-16
1
-6
/
+2
|
*
MAINTAINERS: CREDITS: remove Stefano Brivio from B43
Joe Perches
2015-04-16
2
-3
/
+5
|
*
.mailmap: add Ricardo Ribalda
Ricardo Ribalda Delgado
2015-04-16
1
-0
/
+1
|
*
CREDITS: add Ricardo Ribalda Delgado
Ricardo Ribalda Delgado
2015-04-16
1
-0
/
+13
|
*
MAINTAINERS: Use tabs consistently
Joe Perches
2015-04-16
1
-35
/
+35
|
*
lib/string_helpers.c: change semantics of string_escape_mem
Rasmus Villemoes
2015-04-16
6
-73
/
+44
|
*
lib/string_helpers.c: refactor string_escape_mem
Rasmus Villemoes
2015-04-16
1
-103
/
+105
|
*
lib/vsprintf.c: fix potential NULL deref in hex_string
Rasmus Villemoes
2015-04-16
1
-4
/
+12
|
*
lib/vsprintf: add %pC{,n,r} format specifiers for clocks
Geert Uytterhoeven
2015-04-16
2
-0
/
+49
|
*
lib/vsprintf: Move integer format types to the top
Geert Uytterhoeven
2015-04-16
1
-17
/
+15
|
*
lib/vsprintf: document %p parameters passed by reference
Geert Uytterhoeven
2015-04-16
1
-0
/
+15
|
*
lib/vsprintf.c: another small hack
Rasmus Villemoes
2015-04-16
1
-3
/
+4
|
*
lib/vsprintf.c: eliminate duplicate hex string array
Rasmus Villemoes
2015-04-16
1
-5
/
+2
[prev]
[next]