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
2016-03-18
lib: move strtobool() to kstrtobool()
Kees Cook
4
-30
/
+57
2016-03-18
include/linux/unaligned: force inlining of byteswap operations
Denys Vlasenko
1
-12
/
+12
2016-03-18
include/uapi/linux/byteorder, swab: force inlining of some byteswap operations
Denys Vlasenko
3
-29
/
+29
2016-03-18
include/asm-generic/atomic-long.h: force inlining of some atomic_long operations
Denys Vlasenko
1
-3
/
+3
2016-03-18
usb: common: convert to use match_string() helper
Heikki Krogerus
1
-14
/
+8
2016-03-18
ide: hpt366: convert to use match_string() helper
Andy Shevchenko
1
-7
/
+2
2016-03-18
ata: hpt366: convert to use match_string() helper
Andy Shevchenko
1
-8
/
+5
2016-03-18
power: ab8500: convert to use match_string() helper
Andy Shevchenko
4
-40
/
+20
2016-03-18
power: charger_manager: convert to use match_string() helper
Andy Shevchenko
1
-23
/
+4
2016-03-18
drm/edid: convert to use match_string() helper
Andy Shevchenko
1
-11
/
+6
2016-03-18
pinctrl: convert to use match_string() helper
Andy Shevchenko
1
-10
/
+3
2016-03-18
device property: convert to use match_string() helper
Andy Shevchenko
1
-8
/
+4
2016-03-18
lib/string: introduce match_string() helper
Andy Shevchenko
2
-0
/
+28
2016-03-18
radix-tree tests: add test for radix_tree_iter_next
Konstantin Khlebnikov
1
-8
/
+39
2016-03-18
radix-tree tests: add regression3 test
Konstantin Khlebnikov
5
-1
/
+90
2016-03-18
radix-tree,shmem: introduce radix_tree_iter_next()
Matthew Wilcox
2
-9
/
+19
2016-03-18
mm: use radix_tree_iter_retry()
Matthew Wilcox
2
-47
/
+29
2016-03-18
btrfs: use radix_tree_iter_retry()
Matthew Wilcox
1
-2
/
+1
2016-03-18
radix_tree: add radix_tree_dump
Matthew Wilcox
1
-0
/
+35
2016-03-18
radix_tree: add support for multi-order entries
Matthew Wilcox
3
-29
/
+93
2016-03-18
radix_tree: loop based on shift count, not height
Matthew Wilcox
1
-3
/
+3
2016-03-18
radix_tree: tag all internal tree nodes as indirect pointers
Matthew Wilcox
2
-8
/
+21
2016-03-18
radix tree test harness
Matthew Wilcox
36
-0
/
+2110
2016-03-18
radix-tree: add an explicit include of bitops.h
Matthew Wilcox
1
-0
/
+1
2016-03-18
lib/bug.c: make panic_on_warn available for all architectures
Heiko Carstens
1
-0
/
+11
2016-03-18
include/linux/list_bl.h: use bool instead of int for boolean functions
Chen Gang
1
-2
/
+2
2016-03-18
MAINTAINERS: update s-Par driver maintainer list
David Kershner
1
-1
/
+0
2016-03-18
printk: add clear_idx symbol to vmcoreinfo
Ivan Delalande
1
-10
/
+9
2016-03-18
printk: check CON_ENABLED in have_callable_console()
Sergey Senozhatsky
1
-1
/
+2
2016-03-18
printk: set may_schedule for some of console_trylock() callers
Sergey Senozhatsky
1
-9
/
+14
2016-03-18
printk: move can_use_console() out of console_trylock_for_printk()
Sergey Senozhatsky
1
-55
/
+42
2016-03-18
include/uapi/linux/elf-em.h: remove v850
Rob Landley
1
-3
/
+0
2016-03-18
fix Christoph's email addresses
Christoph Lameter
7
-7
/
+7
2016-03-18
bug: set warn variable before calling WARN()
Steven Rostedt
1
-9
/
+12
2016-03-18
arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.h
Andrew Morton
1
-0
/
+1
2016-03-18
mn10300, c6x: CONFIG_GENERIC_BUG must depend on CONFIG_BUG
Andrew Morton
2
-0
/
+2
2016-03-18
proc-vmcore: wrong data type casting fix
Dave Young
1
-2
/
+5
2016-03-18
proc/base: make prompt shell start from new line after executing "cat /proc/$...
Minfei Huang
1
-1
/
+1
2016-03-18
procfs: add conditional compilation check
Eric Engestrom
1
-0
/
+2
2016-03-18
proc: add /proc/<pid>/timerslack_ns interface
John Stultz
2
-0
/
+85
2016-03-18
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
9
-21
/
+26
2016-03-18
mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabled
Tetsuo Handa
1
-1
/
+5
2016-03-18
mm,oom: make oom_killer_disable() killable
Tetsuo Handa
1
-7
/
+3
2016-03-18
mm/zsmalloc: add `freeable' column to pool stat
Sergey Senozhatsky
1
-7
/
+13
2016-03-18
zsmalloc: drop unused member 'mapping_area->huge'
YiPing Xu
1
-6
/
+3
2016-03-18
mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignment
Shawn Lin
1
-1
/
+1
2016-03-18
mm: memcontrol: zap oom_info_lock
Vladimir Davydov
1
-4
/
+0
2016-03-18
mm: memcontrol: clarify the uncharge_list() loop
Johannes Weiner
1
-0
/
+4
2016-03-18
mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
Johannes Weiner
2
-4
/
+40
2016-03-18
mm: memcontrol: reclaim when shrinking memory.high below usage
Johannes Weiner
1
-0
/
+6
[next]