aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-08-13lib: use PFN_PHYS() in devmem_is_allowed()Liang Wang1-1/+1
2021-08-08once: Fix panic when module unloadKefeng Wang1-3/+8
2021-07-30lib/test_string.c: move string selftest in the Runtime Testing menuMatteo Croce2-3/+3
2021-07-15lib/test_hmm: remove set but unused page variableAlistair Popple1-2/+0
2021-07-10mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman1-3/+0
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+334
2021-07-08kdump: use vmlinux_build_id to simplifyStephen Boyd1-1/+1
2021-07-08buildid: fix kernel-doc notationStephen Boyd1-1/+1
2021-07-08buildid: mark some arguments constStephen Boyd1-4/+4
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd1-1/+7
2021-07-08dump_stack: add vmlinux build ID to stack tracesStephen Boyd3-2/+24
2021-07-08buildid: stash away kernels build ID on initStephen Boyd1-0/+15
2021-07-08buildid: add API to parse build ID out of bufferStephen Boyd1-13/+37
2021-07-08buildid: only consider GNU notes for build ID parsingStephen Boyd1-0/+1
2021-07-08lib: fix spelling mistakesZhen Lei19-23/+23
2021-07-08lib/test: fix spelling mistakesZhen Lei5-7/+7
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+8
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2021-07-05Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2021-07-04iov_iter: remove uaccess_kernel() warning from iov_iter_init()Linus Torvalds1-1/+0
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+16
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-691/+540
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-20/+64
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds11-138/+354
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-88/+450
2021-07-01lib/decompressors: remove set but not used variabled 'level'Yu Kuai1-2/+1
2021-07-01lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov1-0/+8
2021-07-01lz4_decompress: declare LZ4_decompress_safe_withPrefix64k staticRajat Asthana1-1/+1
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko2-2/+4
2021-07-01lib/test_string.c: allow module removalMatteo Croce1-0/+5
2021-07-01lib: uninline simple_strtoull()Alexey Dobriyan1-0/+1
2021-07-01lib: memscan() fixletAlexey Dobriyan1-1/+1
2021-07-01lib/mpi: fix spelling mistakesZhen Lei3-6/+6
2021-07-01lib/decompressors: fix spelling mistakesZhen Lei7-12/+12
2021-07-01lib/math/rational: add Kunit test casesTrent Piepho3-0/+69
2021-07-01lib/math/rational.c: fix divide by zeroTrent Piepho1-5/+11
2021-07-01seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko1-19/+0
2021-07-01lib/test-string_helpers: add test cases for new featuresAndy Shevchenko1-8/+133
2021-07-01lib/test-string_helpers: get rid of trailing comma in terminatorsAndy Shevchenko1-6/+6
2021-07-01lib/test-string_helpers: print flags in hexadecimal formatAndy Shevchenko1-2/+2
2021-07-01lib/string_helpers: allow to append additional characters to be escapedAndy Shevchenko1-4/+15
2021-07-01lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printableAndy Shevchenko1-4/+16
2021-07-01lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCIIAndy Shevchenko1-4/+17
2021-07-01lib/string_helpers: drop indentation level in string_escape_mem()Andy Shevchenko1-18/+18
2021-07-01lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loopAndy Shevchenko1-7/+10
2021-07-01lib: decompress_bunzip2: remove an unneeded semicolonZhen Lei1-1/+1
2021-07-01mm: selftests for exclusive device memoryAlistair Popple2-0/+127
2021-07-01mm: rename migrate_pgmap_ownerAlistair Popple1-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-24/+212
2021-06-29Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+12
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-79/+843
2021-06-29mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman1-0/+3
2021-06-29kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee1-1/+1
2021-06-29kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee1-1/+1
2021-06-29kasan: allow an architecture to disable inline instrumentationDaniel Axtens1-0/+12
2021-06-29kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL()David Gow1-6/+5
2021-06-29printk: introduce dump_stack_lvl()Alexander Potapenko1-7/+13
2021-06-29lib/test_hmm: use vma_lookup() in dmirror_migrate()Liam Howlett1-3/+2
2021-06-29slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd1-1/+1
2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta3-0/+165
2021-06-29kunit: make test->lock irq safeVlastimil Babka1-7/+11
2021-06-29Merge branch 'printk-rework' into for-linusPetr Mladek1-36/+2
2021-06-29Merge branch 'for-5.14-vsprintf-scanf' into for-linusPetr Mladek6-38/+819
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+3
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-36/+84
2021-06-26seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou1-1/+3
2021-06-26seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou1-1/+3
2021-06-25kunit: add unit test for filtering suites by namesDaniel Latypov2-14/+152
2021-06-25kasan: test: make use of kunit_skip()Marco Elver1-8/+4
2021-06-25kunit: test: Add example tests which are always skippedDavid Gow1-0/+31
2021-06-25kunit: Support skipped testsDavid Gow3-21/+77
2021-06-25lib/test: convert lib/test_list_sort.c to use KUnitDaniel Latypov2-80/+54
2021-06-25kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpersDaniel Latypov1-10/+12
2021-06-23kunit: Add gnu_printf specifiersDavid Gow1-3/+3
2021-06-23lib/cmdline_kunit: Remove a cast which are no-longer requiredDavid Gow1-1/+1
2021-06-22clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney1-0/+12
2021-06-22lockdep/selftest: Remove wait-type RCU_CALLBACK testsPeter Zijlstra1-17/+0
2021-06-22lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTINGPeter Zijlstra1-0/+1
2021-06-22locking/selftests: Add a selftest for check_irq_usage()Boqun Feng1-0/+65
2021-06-22locking/lockdep: Improve noinstr vs errorsPeter Zijlstra1-1/+1
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness1-36/+2
2021-06-18sched: Change task_struct::statePeter Zijlstra1-2/+2
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar1-1/+1
2021-06-17lib: add iomem emulation (logic_iomem)Johannes Berg3-0/+334
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman1-1/+1
2021-06-14Merge tag 'v5.13-rc6' into char-misc-nextGreg Kroah-Hartman1-1/+1
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow1-0/+20
2021-06-11kunit: Fix result propagation for parameterised testsDavid Gow1-4/+3
2021-06-10bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu1-20/+45
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu1-4/+19
2021-06-10csum_and_copy_to_pipe_iter(): leave handling of csum_state to callerAl Viro1-23/+18
2021-06-10clean up copy_mc_pipe_to_iter()Al Viro1-24/+9
2021-06-10pipe_zero(): we don't need no stinkin' kmap_atomic()...Al Viro1-1/+3
2021-06-10iov_iter: clean csum_and_copy_...() primitives up a bitAl Viro1-6/+4
2021-06-10copy_page_from_iter(): don't need kmap_atomic() for kvec/bvec casesAl Viro1-2/+2
2021-06-10copy_page_to_iter(): don't bother with kmap_atomic() for bvec/kvec casesAl Viro1-3/+3
2021-06-10iterate_xarray(): only of the first iteration we might get offset != 0Al Viro1-3/+3
2021-06-10pull handling of ->iov_offset into iterate_{iovec,bvec,xarray}Al Viro1-12/+14
2021-06-10iov_iter: make iterator callbacks use base and len instead of iovecAl Viro1-91/+91
2021-06-10iov_iter: make the amount already copied available to iterator callbacksAl Viro1-70/+50
2021-06-10iov_iter: get rid of separate bvec and xarray callbacksAl Viro1-82/+30
2021-06-10iov_iter: teach iterate_{bvec,xarray}() about possible short copiesAl Viro1-41/+24
2021-06-10iterate_bvec(): expand bvec.h macro forest, massage a bitAl Viro1-13/+20
2021-06-10iov_iter: unify iterate_iovec and iterate_kvecAl Viro1-23/+5
2021-06-10iov_iter: massage iterate_iovec and iterate_kvec to logics similar to iterate...Al Viro1-55/+36
2021-06-10iterate_and_advance(): get rid of magic in case when n is 0Al Viro1-1/+1
2021-06-10csum_and_copy_to_iter(): massage into form closer to csum_and_copy_from_iter()Al Viro1-4/+4
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro1-26/+4
2021-06-10[xarray] iov_iter_npages(): just use DIV_ROUND_UP()Al Viro1-14/+2
2021-06-10iov_iter_npages(): don't bother with iterate_all_kinds()Al Viro1-34/+54
2021-06-10get rid of iterate_all_kinds() in iov_iter_get_pages()/iov_iter_get_pages_all...Al Viro1-56/+91
2021-06-10iov_iter_gap_alignment(): get rid of iterate_all_kinds()Al Viro1-13/+14
2021-06-10iov_iter_alignment(): don't bother with iterate_all_kinds()Al Viro1-10/+53
2021-06-10sanitize iov_iter_fault_in_readable()Al Viro1-10/+16
2021-06-10iov_iter: optimize iov_iter_advance() for iovec and kvecAl Viro1-14/+28
2021-06-10iov_iter: separate direction from flavourAl Viro1-37/+48
2021-06-10iov_iter_advance(): don't modify ->iov_offset for ITER_DISCARDAl Viro1-2/+0
2021-06-10iov_iter: reorder handling of flavours in primitivesAl Viro1-46/+45
2021-06-10iov_iter: switch ..._full() variants of primitives to use of iov_iter_revert()Al Viro1-104/+0
2021-06-05lib: crc64: fix kernel-doc warningYueHaibing1-1/+1
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar4-17/+39
2021-06-03iov_iter_advance(): use consistent semantics for move past the endAl Viro1-3/+2
2021-06-03[xarray] iov_iter_fault_in_readable() should do nothing in xarray caseAl Viro1-1/+1
2021-06-03copy_page_to_iter(): fix ITER_DISCARD caseAl Viro1-2/+5
2021-06-03teach copy_page_to_iter() to handle compound pagesAl Viro1-3/+25
2021-06-03iov_iter: Remove iov_iter_for_each_range()David Howells1-27/+0
2021-05-31locking/lockdep: Reduce LOCKDEP dependency listRandy Dunlap1-1/+0
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman3-11/+16
2021-05-31Merge 5.13-rc4 into char-misc-nextGreg Kroah-Hartman2-3/+4
2021-05-27Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2021-05-27lib: test_scanf: Remove pointless use of type_min() with unsigned typesRichard Fitzgerald1-7/+6
2021-05-27dyndbg: display KiB of data memory used.Jim Cromie1-3/+3
2021-05-26locking/atomic: atomic64: support ARCH_ATOMICMark Rutland1-18/+18
2021-05-24Makefile: extend 32B aligned debug option to 64B alignedFeng Tang1-2/+2
2021-05-22lib: kunit: suppress a compilation warning of frame sizeZhen Lei1-0/+1
2021-05-20Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+12
2021-05-19lib: test_scanf: Add tests for sscanf number conversionRichard Fitzgerald3-0/+755
2021-05-19lib: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald3-37/+60
2021-05-19lib: vsprintf: scanf: Negative number must have field width > 1Richard Fitzgerald1-1/+5
2021-05-19lib/smp_processor_id: Use is_percpu_thread() instead of nr_cpus_allowedYejune Deng1-5/+1
2021-05-17lib/vsprintf: Allow to override ISO 8601 date and time separatorAndy Shevchenko2-5/+22
2021-05-17Merge 5.13-rc2 into driver-core-nextGreg Kroah-Hartman1-6/+23
2021-05-14kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabledPeter Collingbourne1-6/+23
2021-05-14lib: devres: Add error information printing for __devm_ioremap_resource()Zhen Lei1-1/+3
2021-05-13dyndbg: drop uninformative vpr_infoJim Cromie1-1/+0
2021-05-13dyndbg: avoid calling dyndbg_emit_prefix when it has no workJim Cromie1-7/+12
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo1-5/+5
2021-05-13percpu_ref: Don't opencode percpu_ref_is_dyingNikolay Borisov1-3/+3
2021-05-12bitmap: Make bitmap_remap() and bitmap_bitremap() available to usersAndy Shevchenko1-2/+3
2021-05-10bitmap_parse: Support 'all' semanticsYury Norov2-0/+16
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-5/+5
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-92/+60
2021-05-06lib: parser: clean up kernel-docRandy Dunlap1-23/+38
2021-05-06lib/genalloc: add parameter description to fix doc compile warningAlex Shi1-0/+5
2021-05-06lib/percpu_counter: tame kernel-doc compile warningAlex Shi1-1/+1
2021-05-06lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang1-3/+3
2021-05-06lib: crc8: pointer to data block should be constRichard Fitzgerald1-1/+1
2021-05-06lib/genalloc.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-05-06lib/list_sort.c: fix typo in function descriptionToastC1-1/+1
2021-05-06lib: fix inconsistent indenting in process_bit1()Wang Qing1-1/+1
2021-05-06lib/bch.c: fix a typo in the file bch.cBhaskar Chowdhury1-1/+1
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov1-6/+6
2021-05-06lib: inline _find_next_bit() wrappersYury Norov1-54/+2
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+2
2021-05-05net: fix nla_strcmp to handle more then one trailing null characterMaciej Żenczykowski1-1/+1
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+39
2021-05-05Merge tag 'char-misc-5.13-rc1-round2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2021-05-05kfence: await for allocation using wait_eventMarco Elver1-0/+1
2021-05-05iov_iter: lift memzero_page() to highmem.hIra Weiny1-7/+1
2021-05-05lib/cmdline: Export next_arg() for being used in modulesAndy Shevchenko1-0/+1
2021-05-05lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()Bartosz Golaszewski1-0/+33
2021-05-05lib: bitmap: order includes alphabeticallyBartosz Golaszewski1-4/+5
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-25/+29
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada1-5/+5
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-117/+79
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-14/+17
2021-04-30kasan: detect false-positives in testsAndrey Konovalov1-26/+29
2021-04-30kasan: init memory in kasan_(un)poison for HW_TAGSAndrey Konovalov1-2/+2
2021-04-30lib/test_vmalloc.c: add a new 'nr_threads' parameterUladzislau Rezki (Sony)1-48/+40
2021-04-30lib/test_vmalloc.c: remove two kvfree_rcu() testsUladzislau Rezki (Sony)1-40/+0
2021-04-30mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual1-1/+8
2021-04-30dyndbg: fix parsing file query without a line-range suffixShuo Chen1-1/+1
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+11
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-4/+5
2021-04-29Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds3-0/+261
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-92/+118
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2021-04-28Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-26/+69
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+57
2021-04-27Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-21/+82
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-19/+149
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-23/+295
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2-12/+8
2021-04-27Merge branch 'for-5.13-vsprintf-pgp' into for-linusPetr Mladek2-15/+141
2021-04-26iov_iter: Four fixes for ITER_XARRAYDavid Howells1-0/+5
2021-04-26Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+22
2021-04-26Merge tag 'driver-core-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+5