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
*
checkpatch: improve operator spacing check
Sam Bobroff
2015-04-17
1
-1
/
+1
*
checkpatch: add 'Prefer ARRAY_SIZE" test
Joe Perches
2015-04-17
1
-0
/
+13
*
checkpatch: add uart_ops to normally const structs
Joe Perches
2015-04-17
1
-0
/
+1
*
checkpatch: add #define foo "string" long line exception
Joe Perches
2015-04-17
1
-2
/
+3
*
checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...
Joe Perches
2015-04-17
2
-2
/
+11
*
checkpatch: don't ask for asm/file.h to linux/file.h unconditionally
Fabian Frederick
2015-04-17
1
-7
/
+11
*
checkpatch: add test for repeated const uses
Joe Perches
2015-04-17
1
-0
/
+18
*
checkpatch: improve return negative errno check
Joe Perches
2015-04-17
1
-3
/
+3
*
checkpatch: match more world writable permissions
Joe Perches
2015-04-17
1
-2
/
+10
*
checkpatch: add optional --codespell dictionary to find more typos
Joe Perches
2015-04-17
1
-4
/
+34
*
checkpatch: spell check reudce
Jani Nikula
2015-04-17
1
-0
/
+1
*
checkpatch: add spell checking of email subject line
Joe Perches
2015-04-17
1
-1
/
+2
*
checkpatch: improve "no space is necessary after a cast" test
Joe Perches
2015-04-17
1
-2
/
+9
*
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
[next]