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