aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-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-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-22Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+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-16XArray tests: Correct some 64-bit assumptionsMatthew Wilcox1-2/+2
2018-11-16XArray: Correct xa_store_rangeMatthew Wilcox1-2/+3
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-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
2018-09-18netlink: add NLA_REJECT policy typeJohannes Berg1-7/+16
2018-09-14crc-t10dif: crc_t10dif_mutex can be statickbuild test robot1-1/+1
2018-09-10lib/crc32: make core crc32() routines weak so they can be overriddenArd Biesheuvel1-4/+7
2018-09-07vsprintf: print OF node name using full_nameRob Herring1-1/+6
2018-09-04lib/Kconfig.debug: fix three typos in help textThibaut Sautereau1-2/+2
2018-09-04crc-t10dif: Allow current transform to be inspected in sysfsMartin K. Petersen1-0/+11
2018-09-04crc-t10dif: Pick better transform if one becomes availableMartin K. Petersen1-2/+44
2018-09-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds5-109/+238
2018-08-23lib/fonts: convert comments to utf-8Arnd Bergmann4-512/+512
2018-08-22lib/rhashtable: guarantee initial hashtable allocationDavidlohr Bueso1-3/+11
2018-08-22lib/rhashtable: simplify bucket_table_alloc()Davidlohr Bueso1-5/+2
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy1-5/+23
2018-08-22lib/Kconfig: remove 'default n' for testsAndy Shevchenko2-18/+0
2018-08-22lib: add crc64 calculation routinesColy Li5-0/+145
2018-08-22lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King1-1/+1
2018-08-22lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko1-8/+1
2018-08-21ida: Change ida_get_new_above to return the idMatthew Wilcox1-18/+12
2018-08-21ida: Remove old APIMatthew Wilcox2-50/+7
2018-08-21test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox1-0/+54
2018-08-21test_ida: Convert check_ida_conv to new APIMatthew Wilcox1-0/+30
2018-08-21test_ida: Move ida_check_maxMatthew Wilcox1-0/+23
2018-08-21test_ida: Move ida_check_leafMatthew Wilcox1-0/+25
2018-08-21ida: Start new test_ida moduleMatthew Wilcox3-0/+49
2018-08-21ida: Add new APIMatthew Wilcox1-39/+31
2018-08-21ida: Lock the IDA in ida_destroyMatthew Wilcox1-6/+11
2018-08-21radix-tree: Fix UBSAN warningMatthew Wilcox1-1/+1
2018-08-20rhashtable: remove duplicated include from rhashtable.cYue Haibing1-1/+0
2018-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+7
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+20
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds1-8/+0
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+36
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe27-522/+434
2018-08-16ila: make lockdep happy againCong Wang1-4/+7
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe17-3322/+161
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-375/+7
2018-08-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+26
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-25/+14
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-48/+267
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+34
2018-08-14Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds2-8/+16
2018-08-14Merge branch 'for-4.19-nmi' into for-linusPetr Mladek1-3/+0
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-16/+18
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-35/+34
2018-08-13Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-4/+6
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+0
2018-08-11Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon13-3298/+48
2018-08-10lib/ubsan: remove null-pointer checksAndrey Ryabinin1-11/+0
2018-08-08test_overflow: Add shift overflow testsKees Cook1-1/+197
2018-08-07lib/mpi: remove redundant variable esignColin Ian King1-2/+1
2018-08-07lib/vsprintf: Do not handle %pO[^F] as %pxBart Van Assche1-0/+1
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu16-3311/+161
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-08-02debugobjects: Remove redundant NULL pointer checkZhong Jiang1-2/+1
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-0/+1
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig1-0/+6
2018-08-01bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko1-0/+20
2018-07-30debugobjects: Make stack check warning more informativeJoel Fernandes (Google)1-2/+5
2018-07-30Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman7-27/+115
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie4-13/+113
2018-07-27lib: Use existing define with polynomialKrzysztof Kozlowski2-2/+4
2018-07-27lib/crc: Use consistent naming for CRC-32 polynomialsKrzysztof Kozlowski2-7/+7
2018-07-27lib/crc: Move polynomial definition to separate headerKrzysztof Kozlowski3-14/+2
2018-07-26kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann1-1/+1
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar7-26/+114
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+73
2018-07-24Merge tag 'fsi-updates-2018-07-24' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman1-0/+36