summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kmemleak: add config to select auto scanSri Krishna chowdary2018-12-281-0/+15
* lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-281-6/+21
* lib/ioremap: ensure phys_addr actually corresponds to a physical addressWill Deacon2018-12-281-16/+12Star
* ioremap: rework pXd_free_pYd_page() APIWill Deacon2018-12-281-14/+42
* lib/show_mem.c: drop pgdat_resize_lock in show_mem()Wei Yang2018-12-281-3/+0Star
* mm: convert zone->managed_pages to atomic variableArun KS2018-12-281-1/+1
* debugobjects: call debug_objects_mem_init earilerQian Cai2018-12-281-5/+3Star
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-281-22/+76
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-272-9/+52
|\
| * crypto: chacha - add XChaCha12 supportEric Biggers2018-11-201-3/+3
| * crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-202-20/+25
| * crypto: chacha20-generic - add HChaCha20 library functionEric Biggers2018-11-201-6/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-279-38/+1391
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-203-50/+117
| |\ \
| * | | test_rhashtable: remove semaphore usageArnd Bergmann2018-12-191-13/+19
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-104-6/+40
| |\ \ \
| * \ \ \ Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller2018-12-041-16/+7Star
| |\ \ \ \
| | * | | | lib: cordic: Move cordic macros and defines to header filePriit Laes2018-11-291-16/+7Star
| | | |_|/ | | |/| |
| * | | | rhashtable: detect when object movement between tables might have invalidated...NeilBrown2018-12-041-3/+5
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-292-82/+107
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-251-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-2/+1Star
| |\ \ \ \ \ \
| * | | | | | | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-171-6/+8
| * | | | | | | test_objagg: Fix warning.David S. Miller2018-11-151-0/+1
| * | | | | | | lib: introduce initial implementation of object aggregation managerJiri Pirko2018-11-155-0/+1351
* | | | | | | | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-272-0/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | raid6/ppc: Fix build for clangJoel Stanley2018-12-201-0/+15
| * | | | | | | | lib: fix build failure in CONFIG_DEBUG_VIRTUAL testChristophe Leroy2018-12-171-0/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | percpu-refcount: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-271-1/+1
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-12-261-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | lib/gcd: Remove use of CPU_NO_EFFICIENT_FFS macroPaul Burton2018-11-121-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2018-12-132-5/+36
* | | | | | | XArray tests: Check iterating over multiorder entriesMatthew Wilcox2018-12-061-0/+31
* | | | | | | XArray tests: Handle larger indices more elegantlyMatthew Wilcox2018-12-061-43/+48
* | | | | | | radix tree: Don't return retry entries from lookupMatthew Wilcox2018-12-061-2/+2
| |/ / / / / |/| | | | |
* | | | | | debugobjects: avoid recursive calls with kmemleakQian Cai2018-11-301-3/+2Star
* | | | | | lib/test_kmod.c: fix rmmod double freeLuis Chamberlain2018-11-301-1/+0Star
* | | | | | test_hexdump: use memcpy instead of strncpyLinus Torvalds2018-11-301-1/+1
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-11-301-1/+37
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesAl Viro2018-11-251-1/+37
| |/ / / /
* | | | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-252-82/+107
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | XArray tests: Add missing lockingMatthew Wilcox2018-11-191-0/+10
| * | | | XArray tests: Correct some 64-bit assumptionsMatthew Wilcox2018-11-161-2/+2
| * | | | XArray: Correct xa_store_rangeMatthew Wilcox2018-11-161-2/+3
| * | | | XArray: Fix DocumentationMatthew Wilcox2018-11-051-5/+5
| * | | | XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-051-3/+10
| * | | | XArray: Unify xa_store and __xa_storeMatthew Wilcox2018-11-051-33/+25Star
| * | | | XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-051-0/+24