aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/core-api (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-26/+37
2025-06-06docs: symbol-namespaces: fix reST warning with literal blockKhaled Elnaggar1-1/+1
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+0
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds8-0/+317
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+32
2025-05-27Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-0/+71
2025-05-27Merge tag 'thermal-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2025-05-25docs/core-api/symbol-namespaces: drop table of contents and section numberingMasahiro Yamada1-28/+17
2025-05-25module: Provide EXPORT_SYMBOL_GPL_FOR_MODULES() helperPeter Zijlstra1-0/+22
2025-05-21folio_queue: remove unused field `marks3`Max Kellermann1-3/+0
2025-05-16irqdomain: Fix kernel-doc and add it to DocumentationJiri Slaby (SUSE)2-2/+20
2025-05-16Documentation: irqdomain: Update itJiri Slaby (SUSE)1-48/+74
2025-05-16Documentation: irq-domain.rst: Simple improvementsJiri Slaby (SUSE)1-11/+11
2025-05-16Documentation: irq/concepts: Minor improvementsJiri Slaby (SUSE)1-5/+7
2025-05-16Documentation: irq/concepts: Add commas and reflowJiri Slaby (SUSE)1-10/+9
2025-05-16irqdomain: Drop irq_linear_revmap()Jiri Slaby (SUSE)1-2/+0
2025-05-16irqdomain: Drop irq_domain_add_*() functionsJiri Slaby (SUSE)1-31/+10
2025-05-16powerpc: Switch irq_domain_add_nomap() to use fwnodeJiri Slaby (SUSE)1-1/+1
2025-05-16vsprintf: remove redundant and unused %pCn format specifierLuca Ceresoli1-2/+1
2025-05-12Documentation: KHO: add memblock bindingsMike Rapoport (Microsoft)2-0/+79
2025-05-12Documentation: add documentation for KHOAlexander Graf6-0/+238
2025-05-06docs: core-api: document the IOVA-based APIChristoph Hellwig1-0/+71
2025-04-29vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host orderingPetr Mladek1-5/+5
2025-04-21lib/vsprintf: Add support for generic FourCCs by extending %p4ccHector Martin1-0/+32
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-7/+44
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linuxLinus Torvalds1-6/+16
2025-03-24Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2025-03-17xarray: add xas_try_split() to split a multi-index entryZi Yan1-1/+13
2025-03-16refcount: provide ops for cases when object's memory can be reusedSuren Baghdasaryan1-6/+31
2025-03-13printf: convert self-test to KUnitTamir Duberstein1-2/+2
2025-02-18Documentation/core-api: min_heap: update for variable types changeYu-Chun Lin1-2/+2
2025-02-04docs: Improve discussion of this_cpu_ptr(), add raw_cpu_ptr()Paul E. McKenney1-6/+16
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-11/+15
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+113
2025-01-21Merge tag 'docs-6.14' of git://git.lwn.net/linuxLinus Torvalds4-7/+29
2025-01-15doc/cgroup: Fix title underline lengthMaxime Ripard1-1/+1
2025-01-12XArray: minor documentation improvementsTamir Duberstein1-11/+13
2025-01-12Documentation/core-api: min_heap: add author informationKuan-Wei Chiu1-0/+2
2025-01-09doc: module: DEFAULT_SYMBOL_NAMESPACE must be defined before #includesUwe Kleine-König1-3/+2
2025-01-09doc: module: Fix documented type of namespaceUwe Kleine-König1-3/+3
2025-01-06kernel/cgroup: Add "dmem" memory accounting cgroupMaarten Lankhorst2-0/+10
2024-12-13kref: Improve documentationMatthew Wilcox (Oracle)1-1/+6
2024-12-11lib: packing: document recently added APIsJacob Keller1-5/+113
2024-12-11Documentation: core-api: add generic parser docbookRandy Dunlap2-0/+18
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-2/+2
2024-12-03doc: module: revert misconversions for MODULE_IMPORT_NS()Masahiro Yamada1-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-4/+4
2024-11-26Merge tag 'docs-6.13-2' of git://git.lwn.net/linuxLinus Torvalds1-9/+11
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-0/+301
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-1/+19