summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-2/+2
|\
| * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-2/+2
* | lib: don't depend on linux headers being installed.NeilBrown2018-12-291-2/+0
* | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-282-2/+4
|\ \
| * | kref/kobject: Improve documentationEzequiel Garcia2018-12-061-1/+1
| * | Merge 4.20-rc5 into driver-core-nextGreg Kroah-Hartman2018-12-039-92/+151
| |\ \
| * | | kobject: Fix warnings in lib/kobject_uevent.cBo YU2018-11-111-0/+2
| * | | kobject: drop unnecessary cast "%llu" for u64Bo YU2018-11-111-1/+1
* | | | Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-284-0/+2087
|\ \ \ \
| * | | | Fonts: New Terminus large console fontAmanoel Dawod2018-12-194-0/+2087
| | |/ / | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-285-63/+166
|\ \ \ \
| * | | | 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/+12
| * | | | 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/+0
| * | | | mm: convert zone->managed_pages to atomic variableArun KS2018-12-281-1/+1
| * | | | debugobjects: call debug_objects_mem_init earilerQian Cai2018-12-281-5/+3
| * | | | kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-281-22/+76
* | | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-282-2/+2
|\ \ \ \ \
| * | | | | arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-062-2/+2
* | | | | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-282-18/+171
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | sbitmap: add helpers for add/del wait queue handlingJens Axboe2018-12-201-4/+26
| * | | | | iov_iter: introduce hash_and_copy_to_iter helperSagi Grimberg2018-12-131-0/+16
| * | | | | iov_iter: pass void csum pointer to csum_and_copy_to_iterSagi Grimberg2018-12-131-1/+2
| * | | | | sbitmap: flush deferred clears for resize and shallow getsJens Axboe2018-12-111-43/+51
| * | | | | sbitmap: silence bogus lockdep IRQ warningJens Axboe2018-12-091-0/+8
| * | | | | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-047-88/+148
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | sbitmap: optimize wakeup checkJens Axboe2018-11-301-0/+28
| * | | | | sbitmap: ammortize cost of clearing bitsJens Axboe2018-11-301-8/+73
| * | | | | sbitmap: don't loop for find_next_zero_bit() for !round_robinJens Axboe2018-11-291-8/+13
* | | | | | 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-181-13/+19
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-094-6/+40
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller2018-12-031-16/+7
| |\ \ \ \ \ \ \
| | * | | | | | | lib: cordic: Move cordic macros and defines to header filePriit Laes2018-11-291-16/+7
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | rhashtable: detect when object movement between tables might have invalidated...NeilBrown2018-12-031-3/+5
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-282-82/+107
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-0/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-2/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-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