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
2018-12-28
kmemleak: add config to select auto scan
Sri Krishna chowdary
1
-0
/
+15
2018-12-28
lib/ioremap: ensure break-before-make is used for huge p4d mappings
Will Deacon
1
-6
/
+21
2018-12-28
lib/ioremap: ensure phys_addr actually corresponds to a physical address
Will Deacon
1
-16
/
+12
2018-12-28
ioremap: rework pXd_free_pYd_page() API
Will Deacon
1
-14
/
+42
2018-12-28
lib/show_mem.c: drop pgdat_resize_lock in show_mem()
Wei Yang
1
-3
/
+0
2018-12-28
mm: convert zone->managed_pages to atomic variable
Arun KS
1
-1
/
+1
2018-12-28
debugobjects: call debug_objects_mem_init eariler
Qian Cai
1
-5
/
+3
2018-12-28
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
1
-22
/
+76
2018-12-28
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-9
/
+52
2018-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
9
-38
/
+1391
2018-12-27
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-0
/
+16
2018-12-27
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2018-12-26
Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-1
/
+1
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-50
/
+117
2018-12-20
raid6/ppc: Fix build for clang
Joel Stanley
1
-0
/
+15
2018-12-19
test_rhashtable: remove semaphore usage
Arnd Bergmann
1
-13
/
+19
2018-12-17
lib: fix build failure in CONFIG_DEBUG_VIRTUAL test
Christophe Leroy
1
-0
/
+1
2018-12-13
XArray: Fix xa_alloc when id exceeds max
Matthew Wilcox
2
-5
/
+36
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-6
/
+40
2018-12-06
XArray tests: Check iterating over multiorder entries
Matthew Wilcox
1
-0
/
+31
2018-12-06
XArray tests: Handle larger indices more elegantly
Matthew Wilcox
1
-43
/
+48
2018-12-06
radix tree: Don't return retry entries from lookup
Matthew Wilcox
1
-2
/
+2
2018-12-04
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-1
/
+1
2018-12-04
Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...
David S. Miller
1
-16
/
+7
2018-12-04
rhashtable: detect when object movement between tables might have invalidated...
NeilBrown
1
-3
/
+5
2018-12-01
debugobjects: avoid recursive calls with kmemleak
Qian Cai
1
-3
/
+2
2018-12-01
lib/test_kmod.c: fix rmmod double free
Luis Chamberlain
1
-1
/
+0
2018-11-30
test_hexdump: use memcpy instead of strncpy
Linus Torvalds
1
-1
/
+1
2018-11-30
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+37
2018-11-29
lib: cordic: Move cordic macros and defines to header file
Priit Laes
1
-16
/
+7
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-82
/
+107
2018-11-27
percpu-refcount: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-26
iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed ones
Al Viro
1
-1
/
+37
2018-11-25
Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2
-82
/
+107
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-11-22
Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2018-11-20
crypto: chacha - add XChaCha12 support
Eric Biggers
1
-3
/
+3
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
2
-20
/
+25
2018-11-20
crypto: chacha20-generic - add HChaCha20 library function
Eric Biggers
1
-6
/
+44
2018-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2018-11-19
XArray tests: Add missing locking
Matthew Wilcox
1
-0
/
+10
2018-11-18
lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
Arnd Bergmann
1
-2
/
+1
2018-11-17
net: remove VLAN_TAG_PRESENT
Michał Mirosław
1
-6
/
+8
2018-11-17
XArray tests: Correct some 64-bit assumptions
Matthew Wilcox
1
-2
/
+2
2018-11-17
XArray: Correct xa_store_range
Matthew Wilcox
1
-2
/
+3
2018-11-16
test_objagg: Fix warning.
David S. Miller
1
-0
/
+1
2018-11-16
lib: introduce initial implementation of object aggregation manager
Jiri Pirko
5
-0
/
+1351
2018-11-15
Merge tag 'gnss-4.20-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-2
/
+2
2018-11-13
lib/gcd: Remove use of CPU_NO_EFFICIENT_FFS macro
Paul Burton
1
-1
/
+1
2018-11-11
test_firmware: fix error return getting clobbered
Colin Ian King
1
-0
/
+1
[next]