aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-12-28kmemleak: add config to select auto scanGravatar Sri Krishna chowdary 1-0/+15
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsGravatar Will Deacon 1-6/+21
2018-12-28lib/ioremap: ensure phys_addr actually corresponds to a physical addressGravatar Will Deacon 1-16/+12
2018-12-28ioremap: rework pXd_free_pYd_page() APIGravatar Will Deacon 1-14/+42
2018-12-28lib/show_mem.c: drop pgdat_resize_lock in show_mem()Gravatar Wei Yang 1-3/+0
2018-12-28mm: convert zone->managed_pages to atomic variableGravatar Arun KS 1-1/+1
2018-12-28debugobjects: call debug_objects_mem_init earilerGravatar Qian Cai 1-5/+3
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSGravatar Andrey Konovalov 1-22/+76
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-9/+52
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 9-38/+1391
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-0/+16
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-50/+117
2018-12-20raid6/ppc: Fix build for clangGravatar Joel Stanley 1-0/+15
2018-12-18test_rhashtable: remove semaphore usageGravatar Arnd Bergmann 1-13/+19
2018-12-17lib: fix build failure in CONFIG_DEBUG_VIRTUAL testGravatar Christophe Leroy 1-0/+1
2018-12-13XArray: Fix xa_alloc when id exceeds maxGravatar Matthew Wilcox 2-5/+36
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-6/+40
2018-12-06XArray tests: Check iterating over multiorder entriesGravatar Matthew Wilcox 1-0/+31
2018-12-06XArray tests: Handle larger indices more elegantlyGravatar Matthew Wilcox 1-43/+48
2018-12-06radix tree: Don't return retry entries from lookupGravatar Matthew Wilcox 1-2/+2
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+1
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...Gravatar David S. Miller 1-16/+7
2018-12-03rhashtable: detect when object movement between tables might have invalidated...Gravatar NeilBrown 1-3/+5
2018-11-30debugobjects: avoid recursive calls with kmemleakGravatar Qian Cai 1-3/+2
2018-11-30lib/test_kmod.c: fix rmmod double freeGravatar Luis Chamberlain 1-1/+0
2018-11-30test_hexdump: use memcpy instead of strncpyGravatar Linus Torvalds 1-1/+1
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+37
2018-11-29lib: cordic: Move cordic macros and defines to header fileGravatar Priit Laes 1-16/+7
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-82/+107
2018-11-27percpu-refcount: Replace call_rcu_sched() with call_rcu()Gravatar Paul E. McKenney 1-1/+1
2018-11-25iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesGravatar Al Viro 1-1/+37
2018-11-24Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-82/+107
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2018-11-22Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-11-20crypto: chacha - add XChaCha12 supportGravatar Eric Biggers 1-3/+3
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsGravatar Eric Biggers 2-20/+25
2018-11-20crypto: chacha20-generic - add HChaCha20 library functionGravatar Eric Biggers 1-6/+44
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+1
2018-11-19XArray tests: Add missing lockingGravatar Matthew Wilcox 1-0/+10
2018-11-18lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnGravatar Arnd Bergmann 1-2/+1
2018-11-16net: remove VLAN_TAG_PRESENTGravatar Michał Mirosław 1-6/+8
2018-11-16XArray tests: Correct some 64-bit assumptionsGravatar Matthew Wilcox 1-2/+2
2018-11-16XArray: Correct xa_store_rangeGravatar Matthew Wilcox 1-2/+3
2018-11-15test_objagg: Fix warning.Gravatar David S. Miller 1-0/+1
2018-11-15lib: introduce initial implementation of object aggregation managerGravatar Jiri Pirko 5-0/+1351
2018-11-14Merge tag 'gnss-4.20-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-2/+2
2018-11-12lib/gcd: Remove use of CPU_NO_EFFICIENT_FFS macroGravatar Paul Burton 1-1/+1
2018-11-11test_firmware: fix error return getting clobberedGravatar Colin Ian King 1-0/+1