summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-01-22Merge tag 'linux_kselftest-kunit-6.14-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-21Merge tag 'docs-6.14' of git://git.lwn.net/linuxLinus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-19Merge branch 'vsnprintf'Linus Torvalds
2025-01-16pldmfw: enable selected component updateKonrad Knitter
2025-01-16lockref: use bool for false/true returnsChristoph Hellwig
2025-01-16lockref: improve the lockref_get_not_zero descriptionChristoph Hellwig
2025-01-16lockref: remove lockref_put_not_zeroChristoph Hellwig
2025-01-15alloc_tag: skip pgalloc_tag_swap if profiling is disabledSuren Baghdasaryan
2025-01-15kunit: Introduce autorun optionStanislav Kinsburskii
2025-01-13vsnprintf: fix the number base for non-numeric formatsLinus Torvalds
2025-01-10Merge tag 'v6.13-rc6' into drm-nextDave Airlie
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-06vsnprintf: fix up kerneldoc for argument name changesLinus Torvalds
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-02lib: test_objpool: Use kthread_run_on_cpu()Frederic Weisbecker
2024-12-30maple_tree: reload mas before the second call for mas_empty_areaYang Erkun
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)
2024-12-26fprobe: Use ftrace_regs in fprobe entry handlerMasami Hiramatsu (Google)
2024-12-23vsprintf: don't make the 'binary' version pack small integer argumentsLinus Torvalds
2024-12-23vsnprintf: collapse the number format state into one single stateLinus Torvalds
2024-12-23vsnprintf: mark the indirect width and precision cases unlikelyLinus Torvalds
2024-12-23vsnprintf: inline skip_atoi() againLinus Torvalds
2024-12-23vsprintf: deal with format specifiers with a lookup tableLinus Torvalds
2024-12-23vsprintf: deal with format flags with a simple lookup tableLinus Torvalds
2024-12-23vsprintf: associate the format state with the format pointerLinus Torvalds
2024-12-23vsprintf: fix calling convention for format_decode()Linus Torvalds
2024-12-23vsprintf: avoid nested switch statement on same variableLinus Torvalds
2024-12-23vsprintf: simplify number handlingLinus Torvalds
2024-12-22Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...Peter Zijlstra
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells
2024-12-20Merge branch 'locking/urgent'Peter Zijlstra
2024-12-20Merge tag 'drm-misc-next-2024-12-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-12-18alloc_tag: fix module allocation tags populated area calculationSuren Baghdasaryan
2024-12-18mm/codetag: clear tags before swapDavid Wang
2024-12-17Documentation: move dev-tools debugging files to process/debugging/Randy Dunlap
2024-12-15lockdep: Clarify size for LOCKDEP_*_BITS configsCarlos Llamas
2024-12-15lockdep: Fix upper limit for LOCKDEP_*_BITS configsCarlos Llamas
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-12drm/log: select CONFIG_FONT_SUPPORTArnd Bergmann
2024-12-11lib: packing: add pack_fields() and unpack_fields()Vladimir Oltean
2024-12-11lib: packing: demote truncation error in pack() to a warning in __pack()Vladimir Oltean