summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra2023-03-101-1/+14
* kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai2023-03-101-2/+10
* kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman2023-03-101-5/+5
* printf: fix errname.c listArnd Bergmann2023-03-101-8/+14
* lib/mpi: Fix buffer overrun when SG is too longHerbert Xu2023-03-101-1/+2
* sbitmap: correct wake_batch recalculation to avoid potential IO hungKemeng Shi2023-03-101-4/+1
* sbitmap: Use single per-bitmap counting to wake up queued tagsGabriel Krisman Bertazi2023-03-101-96/+26
* sbitmap: remove redundant check in __sbitmap_queue_get_batchKemeng Shi2023-03-101-5/+3
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-0/+7
* maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett2023-02-092-9/+97
* maple_tree: should get pivots boundary by typeWei Yang2023-02-091-2/+3
* netlink: prevent potential spectre v1 gadgetsEric Dumazet2023-02-011-0/+3
* lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik2023-02-011-1/+0
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-01-241-2/+1
* kunit: alloc_string_stream_fragment error handling bug fixYoungJun.park2023-01-121-1/+3
* test_kprobes: Fix implicit declaration error of test_kprobesLi Hua2023-01-071-0/+1
* maple_tree: fix mas_spanning_rebalance() on insufficient dataLiam Howlett2022-12-311-1/+3
* test_maple_tree: add test for mas_spanning_rebalance() on insufficient dataLiam Howlett2022-12-311-0/+23
* test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao2022-12-311-0/+1
* lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2022-12-311-1/+1
* lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui2022-12-311-2/+2
* lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi2022-12-311-0/+10
* Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-021-0/+1
|\
| * Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabledLee Jones2022-11-301-0/+1
* | error-injection: Add prompt for function error injectionSteven Rostedt (Google)2022-12-011-1/+7
* | Merge tag 'char-misc-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-271-1/+1
|\ \ | |/ |/|
| * lib/vdso: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-11-231-1/+1
* | test_kprobes: fix implicit declaration error of test_kprobesLi Hua2022-11-221-0/+1
* | mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng2022-11-221-5/+8
|/
* maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett2022-11-081-2/+1
* maple_tree: fix depth tracking in maple_stateLiam Howlett2022-11-081-1/+2
* kmsan: make sure PREEMPT_RT is offAlexander Potapenko2022-11-081-0/+1
* Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARNAlexander Potapenko2022-11-081-1/+1
* maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-084-35741/+232
* maple_tree: mas_anode_descend() clang-analyzer cleanupLiam Howlett2022-11-081-6/+4
* maple_tree: remove pointer to pointer use in mas_alloc_nodes()Liam Howlett2022-11-081-3/+1
* Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-031-26/+15
|\
| * netlink: introduce bigendian integer typesFlorian Westphal2022-11-011-26/+15
* | Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-292-3/+4
|\ \ | |/ |/|
| * lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn2022-10-281-2/+2
| * Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko2022-10-281-1/+2
* | Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-271-36/+22
|\ \
| * | rhashtable: make test actually randomRolf Eike Beer2022-10-261-36/+22
* | | Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-271-11/+36
|\ \ \ | |/ / |/| |
| * | overflow: Refactor test skips for Clang-specific issuesKees Cook2022-10-251-17/+35
| * | overflow: disable failing tests for older clang versionsNick Desaulniers2022-10-251-1/+8
| |/
* / kunit: update NULL vs IS_ERR() testsDan Carpenter2022-10-182-3/+3
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1617-47/+38
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-113-3/+3
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-116-12/+12