summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-182-11/+17
|\
| * random: vDSO: minimize and simplify header includesChristophe Leroy2024-09-131-5/+8
| * random: vDSO: avoid call to out of line memset()Christophe Leroy2024-09-131-5/+7
| * random: vDSO: add missing c-getrandom-y in MakefileChristophe Leroy2024-09-131-0/+1
| * random: vDSO: don't use 64-bit atomics on 32-bit architecturesChristophe Leroy2024-09-131-1/+1
* | Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-186-39/+100
|\ \
| * | lib/string_helpers: rework overflow-dependent codeJustin Stitt2024-08-151-0/+3
| * | fortify: use if_changed_dep to record header dependency in *.cmd filesMasahiro Yamada2024-08-151-6/+6
| * | fortify: move test_fortify.sh to lib/test_fortify/Masahiro Yamada2024-08-152-2/+68
| * | fortify: refactor test_fortify Makefile to fix some build problemsMasahiro Yamada2024-08-154-39/+31
* | | Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-09-181-0/+31
|\ \ \
| * | | kunit, slub: add test_kfree_rcu() and test_leak_destroy()Vlastimil Babka2024-08-271-0/+31
* | | | Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-181-0/+1
|\ \ \ \
| * | | | locking/csd_lock: Provide an indication of ongoing CSD-lock stallPaul E. McKenney2024-08-141-0/+1
* | | | | Merge tag 'cgroup-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-182-1/+50
|\ \ \ \ \
| * | | | | Union-Find: add a new module in kernel libraryXavier2024-07-312-1/+50
| |/ / / /
* | | | | Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-09-174-0/+72
|\ \ \ \ \
| * | | | | lib/math: Add int_pow test suiteLuis Felipe Hernandez2024-09-124-0/+72
| |/ / / /
* | | | | Merge tag 'x86-core-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-171-2/+2
|\ \ \ \ \
| * | | | | x86/traps: Enable UBSAN traps on x86Gatlin Newhouse2024-08-061-2/+2
| |/ / / /
* | | | | Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-09-171-0/+8
|\ \ \ \ \
| * | | | | kcov: Add interrupt handling self testDmitry Vyukov2024-08-081-0/+8
| | |_|/ / | |/| | |
* | | | | Merge tag 'core-debugobjects-2024-09-16' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-09-171-14/+13
|\ \ \ \ \
| * | | | | debugobjects: Remove redundant checks in fill_pool()Zhen Lei2024-09-091-7/+5
| * | | | | debugobjects: Fix conditions in fill_pool()Zhen Lei2024-09-091-2/+3
| * | | | | debugobjects: Fix the compilation attributes of some global variablesZhen Lei2024-09-091-7/+7
| | |_|_|/ | |/| | |
* | | | | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-171-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2024-09-1010-17/+47
| |\ \ \ \ \
| * | | | | | treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen2024-09-081-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-171-1/+1
|\ \ \ \ \ \
| * | | | | | softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos2024-08-201-1/+1
| |/ / / / /
* | | | | | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-09-163-4/+564
|\ \ \ \ \ \
| * | | | | | mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of foliosDavid Howells2024-09-123-4/+564
* | | | | | | Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-09-1613-2654/+126
|\ \ \ \ \ \ \
| * | | | | | | crypto: lib/mpi - Add error checks to extensionHerbert Xu2024-08-177-47/+117
| * | | | | | | Revert "lib/mpi: Extend the MPI library"Herbert Xu2024-08-1711-1100/+10
| * | | | | | | Revert "lib/mpi: Introduce ec implementation to MPI library"Herbert Xu2024-08-102-1508/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-064-13/+37
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge tag 'linux_kselftest-kunit-fixes-6.11-rc7' of git://git.kernel.org/pub/...Linus Torvalds2024-09-052-2/+24
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | kunit: Device wrappers should also manage driver nameDavid Gow2024-08-262-2/+24
| | |/ / / /
| * | | | | alloc_tag: fix allocation tag reporting when CONFIG_MODULES=nSuren Baghdasaryan2024-09-021-6/+11
| * | | | | maple_tree: remove rcu_read_lock() from mt_validate()Liam R. Howlett2024-09-021-5/+2
| | |/ / / | |/| | |
* / | | | netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-2/+1
|/ / / /
* | | | Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-08-291-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | random: vDSO: reject unknown getrandom() flagsYann Droneaud2024-08-261-0/+4
| | |/ | |/|
* | | Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-08-171-0/+2
|\ \ \
| * | | lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet2024-08-141-0/+2
| | |/ | |/|
* | | kunit/overflow: Fix UB in overflow_allocation_testIvan Orlov2024-08-151-2/+1
| |/ |/|
* | minmax: don't use max() in situations that want a C constant expressionLinus Torvalds2024-07-291-1/+1
* | minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-292-1/+2
|/