summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dyndbg: fix old BUG_ON in >control parserJim Cromie12 days1-1/+5
* maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett12 days1-8/+8
* Fix a potential infinite loop in extract_user_to_sg()David Howells12 days1-1/+1
* bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionAndrii Nakryiko12 days1-2/+3
* stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin2024-05-021-2/+2
* bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang2024-04-271-8/+11
* lib: checksum: hide unused expected_csum_ipv6_magic[]Arnd Bergmann2024-04-171-2/+3
* dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-04-131-3/+13
* stackdepot: rename pool_index to pool_index_plus_1Peter Collingbourne2024-04-101-2/+2
* lib/stackdepot: move stack_record struct definition into the headerOscar Salvador2024-04-101-43/+0
* pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner2024-04-031-1/+1
* lib/stackdepot: off by one in depot_fetch_stack()Dan Carpenter2024-03-261-1/+1
* lib/stackdepot: fix first entry having a 0-handleOscar Salvador2024-03-261-7/+9
* net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao2024-03-261-2/+1
* lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow2024-03-261-2/+2
* lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow2024-03-261-1/+1
* kunit: test: Log the correct filter string in executor_testDavid Gow2024-03-261-1/+1
* kunit: Setup DMA masks on the kunit deviceMaxime Ripard2024-03-261-0/+4
* iov_iter: get rid of 'copy_mc' flagLinus Torvalds2024-03-061-23/+0
* Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-292-8/+13
|\
| * kunit: Fix again checksum tests on big endian CPUsChristophe Leroy2024-02-291-8/+9
| * netlink: add nla be16/32 types to minlen arrayFlorian Westphal2024-02-221-0/+4
* | stackdepot: use variable size records for non-evictable entriesMarco Elver2024-02-231-123/+127
* | lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck2024-02-201-0/+1
|/
* Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-02-171-10/+14
|\
| * Revert "kobject: Remove redundant checks for whether ktype is NULL"Greg Kroah-Hartman2024-02-081-10/+14
* | Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-161-19/+30
|\ \
| * | seq_buf: Fix kernel documentationAndy Shevchenko2024-02-151-17/+18
| * | seq_buf: Don't use "proxy" headersAndy Shevchenko2024-02-151-2/+12
| |/
* | Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-143-0/+19
|\ \
| * | kunit: device: Unregister the kunit_bus on shutdownDavid Gow2024-02-063-0/+19
* | | Merge tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-304-6/+18
|\| |
| * | kunit: run test suites only after module initialization completesMarco Pagani2024-01-222-3/+15
| * | kunit: device: Fix a NULL vs IS_ERR() check in init()Dan Carpenter2024-01-221-2/+2
| * | kunit: Fix a NULL vs IS_ERR() bugDan Carpenter2024-01-221-1/+1
| |/
* | stackdepot: make fast paths lock-less againMarco Elver2024-01-251-111/+211
* | stackdepot: add stats counters exported via debugfsMarco Elver2024-01-251-0/+53
|/
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-202-6/+292
|\
| * lib: checksum: Fix build with CONFIG_NET=nPalmer Dabbelt2024-01-191-0/+2
| * Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt2024-01-171-5/+7
| |\
| | * lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and nameNathan Chancellor2024-01-171-5/+6
| | * riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor2024-01-171-0/+1
| * | kunit: Add tests for csum_ipv6_magic and ip_fast_csumCharlie Jenkins2024-01-171-1/+283
| |/
* | Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-01-194-26/+1
|\ \
| * | string: Remove strlcpy()Kees Cook2024-01-194-26/+1
* | | Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-181-5/+0
|\ \ \
| * | | sbitmap: remove stale comment in sbq_calc_wake_batchKemeng Shi2024-01-151-5/+0
* | | | Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-01-181-11/+62
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'for-6.8/cxl-misc' into for-6.8/cxlDan Williams2024-01-053-4/+49
| |\ \ \
| * | | | lib/firmware_table: tables: Add CDAT table parsing supportDave Jiang2023-12-221-12/+63