aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-01-05lib/genalloc.c: include vmalloc.hOlof Johansson1-0/+1
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-27/+27
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-16/+19
2019-01-04lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie1-2/+2
2019-01-04lib/find_bit_benchmark.c: align test_find_next_and_bit with othersYury Norov1-6/+5
2019-01-04lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov1-8/+12
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds2-8/+10
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds3-8/+8
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+3
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2-3/+158
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-2/+6
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+2
2018-12-29lib: don't depend on linux headers being installed.NeilBrown1-2/+0
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+4
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-0/+2087
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-63/+166
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+2
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+171
2018-12-28kmemleak: add config to select auto scanSri Krishna chowdary1-0/+15
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon1-6/+21
2018-12-28lib/ioremap: ensure phys_addr actually corresponds to a physical addressWill Deacon1-16/+12
2018-12-28ioremap: rework pXd_free_pYd_page() APIWill Deacon1-14/+42
2018-12-28lib/show_mem.c: drop pgdat_resize_lock in show_mem()Wei Yang1-3/+0
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS1-1/+1
2018-12-28debugobjects: call debug_objects_mem_init earilerQian Cai1-5/+3
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-22/+76
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-9/+52
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-38/+1391
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-0/+16
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-1/+1
2018-12-22seq_buf: Use size_t for len in seq_buf_puts()Michael Ellerman1-1/+1
2018-12-22seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman1-1/+5
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-50/+117
2018-12-20sbitmap: add helpers for add/del wait queue handlingJens Axboe1-4/+26
2018-12-20raid6/ppc: Fix build for clangJoel Stanley1-0/+15
2018-12-19Fonts: New Terminus large console fontAmanoel Dawod4-0/+2087
2018-12-18test_rhashtable: remove semaphore usageArnd Bergmann1-13/+19
2018-12-17lib: fix build failure in CONFIG_DEBUG_VIRTUAL testChristophe Leroy1-0/+1
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2-5/+36
2018-12-13iov_iter: introduce hash_and_copy_to_iter helperSagi Grimberg1-0/+16
2018-12-13iov_iter: pass void csum pointer to csum_and_copy_to_iterSagi Grimberg1-1/+2
2018-12-11sbitmap: flush deferred clears for resize and shallow getsJens Axboe1-43/+51
2018-12-10lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko2-3/+158
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+40
2018-12-09sbitmap: silence bogus lockdep IRQ warningJens Axboe1-0/+8
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2-2/+2
2018-12-06XArray tests: Check iterating over multiorder entriesMatthew Wilcox1-0/+31
2018-12-06XArray tests: Handle larger indices more elegantlyMatthew Wilcox1-43/+48
2018-12-06radix tree: Don't return retry entries from lookupMatthew Wilcox1-2/+2
2018-12-06kref/kobject: Improve documentationEzequiel Garcia1-1/+1
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe7-88/+148
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller1-16/+7
2018-12-03rhashtable: detect when object movement between tables might have invalidated...NeilBrown1-3/+5
2018-12-03Merge 4.20-rc5 into driver-core-nextGreg Kroah-Hartman9-92/+151
2018-11-30debugobjects: avoid recursive calls with kmemleakQian Cai1-3/+2
2018-11-30lib/test_kmod.c: fix rmmod double freeLuis Chamberlain1-1/+0
2018-11-30sbitmap: optimize wakeup checkJens Axboe1-0/+28
2018-11-30sbitmap: ammortize cost of clearing bitsJens Axboe1-8/+73
2018-11-30test_hexdump: use memcpy instead of strncpyLinus Torvalds1-1/+1
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+37
2018-11-30s390: use common bust_spinlocks()Sergey Senozhatsky1-3/+3
2018-11-29sbitmap: don't loop for find_next_zero_bit() for !round_robinJens Axboe1-8/+13
2018-11-29lib: cordic: Move cordic macros and defines to header filePriit Laes1-16/+7
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-82/+107
2018-11-27iov_iter: reduce code duplicationAl Viro1-27/+27
2018-11-27percpu-refcount: Replace call_rcu_sched() with call_rcu()Paul E. McKenney1-1/+1
2018-11-25iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesAl Viro1-1/+37
2018-11-24Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-82/+107
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-11-22Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers1-3/+3
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2-20/+25
2018-11-20crypto: chacha20-generic - add HChaCha20 library functionEric Biggers1-6/+44
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2018-11-19XArray tests: Add missing lockingMatthew Wilcox1-0/+10
2018-11-18lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann1-2/+1
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-6/+8
2018-11-16XArray tests: Correct some 64-bit assumptionsMatthew Wilcox1-2/+2
2018-11-16XArray: Correct xa_store_rangeMatthew Wilcox1-2/+3
2018-11-15test_objagg: Fix warning.David S. Miller1-0/+1
2018-11-15lib: introduce initial implementation of object aggregation managerJiri Pirko5-0/+1351
2018-11-14Merge tag 'gnss-4.20-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-2/+2
2018-11-12lib/gcd: Remove use of CPU_NO_EFFICIENT_FFS macroPaul Burton1-1/+1
2018-11-11kobject: Fix warnings in lib/kobject_uevent.cBo YU1-0/+2
2018-11-11kobject: drop unnecessary cast "%llu" for u64Bo YU1-1/+1
2018-11-11test_firmware: fix error return getting clobberedColin Ian King1-0/+1
2018-11-06lib/raid6: Fix arm64 test buildJeremy Linton1-2/+2
2018-11-05XArray: Fix DocumentationMatthew Wilcox1-5/+5
2018-11-05XArray: Handle NULL pointers differently for allocationMatthew Wilcox1-3/+10
2018-11-05XArray: Unify xa_store and __xa_storeMatthew Wilcox1-33/+25
2018-11-05XArray: Turn xa_erase into an exported functionMatthew Wilcox1-0/+24
2018-11-05XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox1-41/+0
2018-11-05XArray: Regularise xa_reserveMatthew Wilcox2-11/+13
2018-11-05XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox1-3/+3
2018-11-05XArray: Fix xa_for_each with a single element at 0Matthew Wilcox2-1/+31
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-41/+84
2018-10-31Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-346/+0
2018-10-31Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt4-346/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-2/+1
2018-10-31lib/lz4: update LZ4 decompressor moduleGao Xiang2-141/+349
2018-10-31lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan1-8/+8
2018-10-31lib/sg_pool.c: remove unnecessary null check when freeing objectzhong jiang1-4/+3
2018-10-31lib/zlib_inflate/inflate.c: remove fall through warningsCorentin Labbe1-0/+12
2018-10-31lib/parser.c: switch match_number() over to use match_strdup()Eric Biggers1-4/+1
2018-10-31lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers1-4/+1
2018-10-31lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers1-5/+1
2018-10-31lib/bitmap.c: simplify bitmap_print_to_pagebuf()Rasmus Villemoes1-5/+2
2018-10-31lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes1-4/+6
2018-10-31lib/bitmap.c: remove wrong documentationRasmus Villemoes1-5/+0
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+2
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds7-942/+3578
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+70
2018-10-26lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin1-0/+70
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+6
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-1/+160
2018-10-25Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-0/+346
2018-10-25Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-108/+108
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-5/+58
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds1-11/+9
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-47/+223
2018-10-24iov_iter: Add I/O discard iteratorDavid Howells1-7/+48
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-13/+15
2018-10-24iov_iter: Use accessor functionDavid Howells1-28/+28
2018-10-23Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+3
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+9
2018-10-22lib: Add umoddi3 and udivmoddi4 of GCC library routinesZong Li4-0/+346
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+26
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-4/+7
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox2-206/+13
2018-10-21xarray: Add range store functionalityMatthew Wilcox2-2/+129
2018-10-21xarray: Move multiorder_check to in-kernel testsMatthew Wilcox1-0/+44
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox1-0/+37
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox1-0/+32
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox1-12/+0
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2-13/+40
2018-10-21radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox1-74/+0
2018-10-21radix tree: Remove split/join codeMatthew Wilcox1-169/+2
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox2-35/+9
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox1-43/+1
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox1-0/+56
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox1-0/+65
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox1-3/+3
2018-10-21ida: Convert to XArrayMatthew Wilcox2-247/+203
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox2-4/+145
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox2-0/+87
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox2-0/+169
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox2-0/+129
2018-10-21xarray: Step through an XArrayMatthew Wilcox2-0/+189
2018-10-21xarray: Destroy an XArrayMatthew Wilcox2-0/+62
2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox1-0/+80
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox2-0/+475
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox2-0/+91
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox3-6/+868
2018-10-21xarray: Add XArray marksMatthew Wilcox2-2/+264
2018-10-21xarray: Add XArray load operationMatthew Wilcox5-43/+286
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox1-24/+24
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox4-41/+84
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-10-19locking/lockdep: Make global debug_locks* variables read-mostlyWaiman Long1-2/+2
2018-10-19locking/lockdep: Fix debug_locks off performance problemWaiman Long1-1/+1
2018-10-16lib: Fix ia64 bootloader linkageAlexander Shishkin4-32/+36
2018-10-15test_ida: Fix lockdep warningMatthew Wilcox1-2/+2
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+18
2018-10-12doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven1-11/+9
2018-10-12Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtdGreg Kroah-Hartman2-5/+13
2018-10-12lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven1-5/+4
2018-10-12lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven1-1/+1
2018-10-12lib/vsprintf: Prepare for more general use of ptr_to_id()Geert Uytterhoeven1-103/+103
2018-10-12lib/vsprintf: Make ptr argument conts in ptr_to_id()Geert Uytterhoeven1-1/+2
2018-10-12lib/bch: fix possible stack overrunArnd Bergmann2-5/+13
2018-10-11Makefile: Globally enable VLA warningKees Cook1-0/+2
2018-10-11lib: Add memcat_p(): paste 2 pointer arrays togetherAlexander Shishkin4-0/+155
2018-10-10Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+1
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik1-0/+9
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2018-10-08netlink: Add strict version of nlmsg_parse and nla_parseDavid Ahern1-12/+36
2018-10-05vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)1-1/+1
2018-10-04ARM: 8800/1: use choice for kernel unwindersStefan Agner1-3/+3
2018-10-01netlink: add validation function to policyJohannes Berg1-0/+7
2018-10-01netlink: add attribute range validation to policyJohannes Berg1-0/+72
2018-10-02lib/xz: Put CRC32_POLY_LE in xz_private.hJoel Stanley2-1/+4
2018-09-29xarray: Change definition of sibling entriesMatthew Wilcox2-45/+26
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox2-47/+34
2018-09-29idr: Permit any valid kernel pointer to be storedMatthew Wilcox2-10/+15
2018-09-28netlink: add nested array policy validationJohannes Berg1-0/+51
2018-09-28netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg1-0/+14
2018-09-28netlink: move extack setting into validate_nla()Johannes Berg1-32/+36
2018-09-28netlink: make validation_data constJohannes Berg1-3/+2
2018-09-28netlink: remove NLA_NESTED_COMPATJohannes Berg1-11/+0
2018-09-27bpf: test_bpf: add init_net to dev for flow_dissectorSong Liu1-0/+1
2018-09-26percpu-refcount: Introduce percpu_ref_resurrect()Bart Van Assche1-2/+26
2018-09-21crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers1-3/+3
2018-09-18netlink: add ethernet address policy typesJohannes Berg1-1/+7