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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
93
-34
/
+112
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
91
-0
/
+91
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
91
-0
/
+91
2017-11-02
KEYS: fix out-of-bounds read during ASN.1 parsing
Eric Biggers
1
-0
/
+3
2017-10-30
Mark 'ioremap_page_range()' as possibly sleeping
Linus Torvalds
1
-0
/
+1
2017-10-28
assoc_array: Fix a buggy node-splitting case
David Howells
1
-34
/
+17
2017-10-25
locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y
Byungchul Park
1
-0
/
+15
2017-10-25
locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and ...
Byungchul Park
1
-2
/
+2
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
4
-14
/
+14
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-2
/
+2
2017-10-22
textsearch: fix typos in library helpers
Randy Dunlap
2
-2
/
+2
2017-10-19
Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5
James Morris
1
-0
/
+6
2017-10-14
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-2
/
+4
2017-10-14
locking/lockdep: Disable cross-release features for now
Ingo Molnar
1
-2
/
+2
2017-10-14
lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests together
Randy Dunlap
1
-72
/
+71
2017-10-12
lib/digsig: fix dereference of NULL user_key_payload
Eric Biggers
1
-0
/
+6
2017-10-10
locking/selftest: Avoid false BUG report
Peter Zijlstra
1
-0
/
+2
2017-10-04
lib/ratelimit.c: use deferred printk() version
Sergey Senozhatsky
1
-1
/
+3
2017-10-04
lib/idr.c: fix comment for idr_replace()
Eric Biggers
1
-2
/
+2
2017-10-04
lib/lz4: make arrays static const, reduces object code size
Colin Ian King
1
-2
/
+2
2017-10-03
Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+41
2017-09-23
Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+5
2017-09-22
parisc: Fix too large frame size warnings
Helge Deller
1
-1
/
+2
2017-09-21
iov_iter: fix page_copy_sane for compound pages
Petar Penkov
1
-2
/
+4
2017-09-20
rhashtable: Documentation tweak
Andreas Gruenbacher
1
-4
/
+5
2017-09-18
driver core: suppress sending MODALIAS in UNBIND uevents
Dmitry Torokhov
1
-8
/
+41
2017-09-15
Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
19
-0
/
+12361
2017-09-14
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-2
/
+2
2017-09-14
lib/test_bitmap.c: use ULL suffix for 64-bit constants
Geert Uytterhoeven
1
-4
/
+4
2017-09-14
idr: remove WARN_ON_ONCE() when trying to replace negative ID
Eric Biggers
1
-1
/
+1
2017-09-11
Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+0
2017-09-09
cpumask: make cpumask_next() out-of-line
Alexey Dobriyan
1
-0
/
+16
2017-09-09
test_kmod: flip INT checks to be consistent
Dan Carpenter
1
-1
/
+1
2017-09-09
test_kmod: remove paranoid UINT_MAX check on uint range processing
Dan Carpenter
1
-1
/
+1
2017-09-09
lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...
Takashi Iwai
1
-2
/
+2
2017-09-09
radix-tree: must check __radix_tree_preload() return value
Eric Dumazet
1
-4
/
+5
2017-09-09
lib/cmdline.c: remove meaningless comment
Baoquan He
1
-1
/
+0
2017-09-09
lib/string.c: check for kmalloc() failure
Dan Carpenter
1
-3
/
+15
2017-09-09
bitmap: introduce BITMAP_FROM_U64()
Yury Norov
1
-15
/
+32
2017-09-09
lib/test_bitmap.c: add test for bitmap_parselist()
Yury Norov
1
-0
/
+74
2017-09-09
lib/bitmap.c: make bitmap_parselist() thread-safe and much faster
Yury Norov
1
-12
/
+6
2017-09-09
lib: add test module for CONFIG_DEBUG_VIRTUAL
Florian Fainelli
3
-0
/
+61
2017-09-09
lib/hexdump.c: return -EINVAL in case of error in hex2bin()
Andy Shevchenko
1
-2
/
+3
2017-09-09
lib/interval_tree: fast overlap detection
Davidlohr Bueso
1
-2
/
+2
2017-09-09
lib/rbtree_test.c: support rb_root_cached
Davidlohr Bueso
1
-19
/
+137
2017-09-09
lib/rbtree_test.c: add (inorder) traversal test
Davidlohr Bueso
1
-2
/
+23
2017-09-09
lib/rbtree_test.c: make input module parameters
Davidlohr Bueso
1
-21
/
+34
2017-09-09
rbtree: add some additional comments for rebalancing cases
Davidlohr Bueso
1
-3
/
+5
2017-09-09
rbtree: optimize root-check during rebalancing loop
Davidlohr Bueso
1
-7
/
+16
[next]