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
2018-08-22
autofs: fix inconsistent use of now variable
Ian Kent
1
-7
/
+3
2018-08-22
autofs: fix directory and symlink access
Ian Kent
1
-3
/
+30
2018-08-22
init/main.c: log init process file name
Paul Menzel
1
-0
/
+1
2018-08-22
init/Kconfig: fix its typos
Randy Dunlap
1
-2
/
+2
2018-08-22
init/: remove ineffective sparse disabling
Luc Van Oostenryck
5
-50
/
+0
2018-08-22
fs/eventpoll.c: simplify ep_is_linked() callers
Davidlohr Bueso
1
-8
/
+8
2018-08-22
fs/eventpoll.c: loosen irq safety in ep_poll()
Davidlohr Bueso
1
-6
/
+7
2018-08-22
fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery
Davidlohr Bueso
1
-7
/
+16
2018-08-22
checkpatch: DT bindings should be a separate patch
Rob Herring
1
-0
/
+14
2018-08-22
checkpatch: warn on unnecessary int declarations
Joe Perches
1
-0
/
+20
2018-08-22
checkpatch: check for space after "else" keyword
Michal Zylowski
1
-2
/
+2
2018-08-22
checkpatch: fix SPDX license check with --root=<path>
Joe Perches
1
-2
/
+3
2018-08-22
checkpatch: warn when a patch doesn't have a description
Joe Perches
1
-0
/
+13
2018-08-22
checkpatch: check for #if 0/#if 1
Prakruthi Deepak Heragu
1
-3
/
+8
2018-08-22
checkpatch: fix krealloc reuse test
Joe Perches
1
-1
/
+2
2018-08-22
checkpatch: validate SPDX license with spdxcheck.py
Joe Perches
1
-2
/
+18
2018-08-22
checkpatch: fix macro argument reuse test
Joe Perches
1
-0
/
+1
2018-08-22
checkpatch: warn if missing author Signed-off-by
Geert Uytterhoeven
1
-3
/
+25
2018-08-22
checkpatch: update section keywords
Geert Uytterhoeven
1
-1
/
+2
2018-08-22
checkpatch: improve runtime execution speed a little
Joe Perches
1
-33
/
+33
2018-08-22
checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTS
Joe Perches
1
-5
/
+18
2018-08-22
checkpatch: add a --strict test for structs with bool member definitions
Joe Perches
1
-0
/
+7
2018-08-22
lib/test_hexdump.c: fix failure on big endian cpu
Christophe Leroy
1
-5
/
+23
2018-08-22
lib/Kconfig: remove 'default n' for tests
Andy Shevchenko
2
-18
/
+0
2018-08-22
bcache: use routines from lib/crc64.c for CRC64 calculation
Coly Li
3
-135
/
+18
2018-08-22
lib: add crc64 calculation routines
Coly Li
6
-0
/
+156
2018-08-22
lib/test_debug_virtual.c: make struct pointer foo static
Colin Ian King
1
-1
/
+1
2018-08-22
include/linux/bitops.h: introduce BITS_PER_TYPE
Chris Wilson
2
-2
/
+2
2018-08-22
lib/bitmap.c: drop unnecessary 0 check for u32 array operations
Andy Shevchenko
1
-8
/
+1
2018-08-22
get_maintainer: allow option --mpath <directory> to read all files in <direct...
Joe Perches
1
-7
/
+6
2018-08-22
get_maintainer.pl: add -mpath=<path or file> for MAINTAINERS file location
Joe Perches
1
-18
/
+30
2018-08-22
get_maintainer: allow usage outside of kernel tree
Antonio Nino Diaz
1
-3
/
+6
2018-08-22
s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()
Davidlohr Bueso
1
-0
/
+8
2018-08-22
fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()
Davidlohr Bueso
1
-8
/
+6
2018-08-22
fs/epoll: loosen irq safety in ep_scan_ready_list()
Davidlohr Bueso
1
-5
/
+4
2018-08-22
sched/wait: assert the wait_queue_head lock is held in __wake_up_common
Christoph Hellwig
1
-0
/
+2
2018-08-22
userfaultfd: use fault_wqh lock
Matthew Wilcox
1
-3
/
+3
2018-08-22
epoll: use the waitqueue lock to protect ep->wq
Christoph Hellwig
1
-36
/
+29
2018-08-22
kernel: tracepoints: add support for relative references
Ard Biesheuvel
2
-27
/
+41
2018-08-22
PCI: Add support for relative addressing in quirk tables
Ard Biesheuvel
2
-3
/
+29
2018-08-22
init: allow initcall tables to be emitted using relative references
Ard Biesheuvel
4
-41
/
+68
2018-08-22
module: use relative references for __ksymtab entries
Ard Biesheuvel
6
-24
/
+91
2018-08-22
module: allow symbol exports to be disabled
Ard Biesheuvel
3
-5
/
+12
2018-08-22
arch: enable relative relocations for arm64, power and x86
Ard Biesheuvel
4
-0
/
+13
2018-08-22
spelling.txt: add more spellings to spelling.txt
Colin Ian King
1
-0
/
+88
2018-08-22
kernel/hung_task.c: allow to set checking interval separately from timeout
Dmitry Vyukov
6
-3
/
+43
2018-08-22
kernel/crash_core.c: print timestamp using time64_t
Arnd Bergmann
1
-1
/
+1
2018-08-22
linux/compiler.h: don't use bool
Rasmus Villemoes
1
-1
/
+1
2018-08-22
userns: use irqsave variant of refcount_dec_and_lock()
Anna-Maria Gleixner
1
-4
/
+1
2018-08-22
userns: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
2
-6
/
+7
[prev]
[next]