summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | kset: fix memory leak when kset_register() returns errorYang Yingliang2022-10-251-1/+8
| * | | | | | | kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman2022-10-221-5/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-2/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao2022-11-231-0/+1
| * | | | | | Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman2022-11-216-35780/+257
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"Colin Ian King2022-11-101-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-2110-35832/+321
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2022-10-171-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-144-0/+1177
|\ \ \ \ \ \
| * | | | | | crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel2022-11-113-0/+736
| * | | | | | crypto: lib/gf128mul - make gf128mul_lle time invariantArd Biesheuvel2022-11-111-19/+39
| * | | | | | crypto: move gf128mul library into lib/cryptoArd Biesheuvel2022-11-113-0/+421
| |/ / / / /
* | | | | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-1410-343/+1075
|\ \ \ \ \ \
| * | | | | | lib: fortify_kunit: build without structleak pluginAnders Roxell2022-12-021-0/+1
| * | | | | | panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-021-2/+1
| * | | | | | kunit/fortify: Validate __alloc_size attribute resultsKees Cook2022-11-222-0/+256
| * | | | | | overflow: Introduce overflows_type() and castable_to_type()Kees Cook2022-11-022-0/+382
| * | | | | | siphash: Convert selftest to KUnitKees Cook2022-11-013-105/+82
| * | | | | | fortify: Short-circuit known-safe calls to strscpy()Kees Cook2022-11-011-0/+13
| * | | | | | string: Convert strscpy() self-test to KUnitKees Cook2022-11-014-154/+135
| * | | | | | kunit/memcpy: Add dynamic size and window testsKees Cook2022-10-281-0/+205
| * | | | | | string: Rewrite and add more kern-doc for the str*() functionsKees Cook2022-10-281-82/+0
* | | | | | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-142-0/+136
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe2022-12-028-35786/+267
| |\ \ \ \ \ \ \
| * | | | | | | | interval-tree: Add a utility to iterate over spans in an interval treeJason Gunthorpe2022-11-292-0/+136
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-134-11/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | maple_tree: allow TEST_MAPLE_TREE only when DEBUG_KERNEL is setRandy Dunlap2022-11-301-0/+1
| * | | | | | | | maple_tree: mte_set_full() and mte_clear_full() clang-analyzer clean upLiam Howlett2022-11-301-4/+9
| * | | | | | | | percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt2022-11-301-6/+23
| * | | | | | | | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-306-35759/+252
| |\ \ \ \ \ \ \ \
| * | | | | | | | | kasan: switch kunit tests to console tracepointsAndrey Konovalov2022-11-081-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-137-27/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib: packing: replace bit_reverse() with bitrev8()Uladzislau Koshchanka2022-12-122-14/+3
| * | | | | | | | | rhashtable: Allow rhashtable to be used from irq-safe contextsTejun Heo2022-12-091-6/+10
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+8
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-293-6/+10
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | lib/test_rhashtable: Remove set but unused variable 'insert_retries'Jiapeng Chong2022-11-251-4/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-175-35754/+242
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | net: remove skb->vlan_presentEric Dumazet2022-11-111-1/+0
| * | | | | | | | | mac_pton: Don't access memory over expected lengthAndy Shevchenko2022-11-091-1/+2
| * | | | | | | | | lib: Fix some kernel-doc commentsYang Li2022-11-081-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-0/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mem: Move memmove to out of line assemblerNick Desaulniers2022-11-011-0/+22
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'regulator-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-12-131-11/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v6.1-rc4' into regulator-6.2Mark Brown2022-11-257-79/+80
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | lib/test_linear_ranges: Use LINEAR_RANGE()Matti Vaittinen2022-11-161-11/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-135-183/+79
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lru_cache: remove unused lc_private, lc_set, lc_index_ofJoel Colledge2022-11-221-44/+0
| * | | | | | | | | lru_cache: remove compiled out codeChristoph Böhmwalder2022-11-221-11/+0