summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.13-2' of git://git.lwn.net/linuxLinus Torvalds2021-05-061-13/+13
|\
| * docs/core-api: Consistent code styleYanteng Si2021-05-031-13/+13
* | Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-051-10/+12
|\ \
| * | irqdomain: Introduce irq_domain_create_simple() APIAndy Shevchenko2021-03-261-10/+12
* | | Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-05-041-0/+88
|\ \ \
| * | | dma-mapping: add a dma_alloc_noncontiguous APIChristoph Hellwig2021-03-151-0/+78
| * | | dma-mapping: add a dma_mmap_pages helperChristoph Hellwig2021-03-151-0/+10
| |/ /
* | | mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiMike Rapoport2021-04-301-0/+1
* | | mm/mempolicy: fix mpol_misplaced kernel-docMatthew Wilcox (Oracle)2021-04-301-0/+1
* | | mm/doc: add mm.h and mm_types.h to the mm-api documentMatthew Wilcox (Oracle)2021-04-301-0/+4
* | | mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin2021-04-301-1/+1
* | | mm/vmalloc: remove map_kernel_rangeNicholas Piggin2021-04-301-1/+1
* | | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-0/+18
|\ \ \
| * \ \ Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-0/+18
| |\ \ \ | | |/ / | |/| |
| | * | lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus2021-02-171-0/+18
* | | | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-271-2/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'for-5.13-vsprintf-pgp' into for-linusPetr Mladek2021-04-271-1/+1
| |\ \ \
| | * | | vsprintf: dump full information of page flags in pGpYafang Shao2021-03-191-1/+1
| * | | | printk: clarify the documentation for plain pointer printingVlastimil Babka2021-04-071-1/+25
| |/ / /
* | / / docs: rbtree.rst: Fix a typoBhaskar Chowdhury2021-03-251-1/+1
| |/ / |/| |
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-241-5/+2
|\ \ \
| * | | mm/gfp: add kernel-doc for gfp_tMatthew Wilcox (Oracle)2021-02-241-5/+2
| |/ /
* / / dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig2021-02-091-42/+22
|/ /
* / atomic: remove further references to atomic_opsLukas Bulwahn2020-12-311-1/+0
|/
* Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-151-0/+6
|\
| * irqdomain: Introduce irq_domain_create_legacy() APIAndy Shevchenko2020-11-071-0/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-152-3/+7
|\ \
| * | selftests/vm: only some gup_test items are really benchmarksJohn Hubbard2020-12-151-1/+1
| * | mm/gup_benchmark: rename to mm/gup_testJohn Hubbard2020-12-151-3/+3
| * | mm: slab: provide krealloc_array()Bartosz Golaszewski2020-12-151-0/+4
| |/
* | Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-141-664/+0
|\ \
| * | atomic: Delete obsolete documentationPeter Zijlstra2020-12-031-664/+0
| |/
* / docs: core-api/printk-formats.rst: Clarify formatting {cpu,node}maskGeert Uytterhoeven2020-11-131-1/+3
|/
* dma-mapping: document dma_{alloc,free}_pagesChristoph Hellwig2020-10-231-6/+43
* Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-10-163-6/+4
|\
| * docs: basics.rst: move kernel-doc workqueue markups to workqueue.rstMauro Carvalho Chehab2020-10-151-0/+2
| * docs: kernel-api.rst: drop kernel/irq/manage.c kernel-doc tagMauro Carvalho Chehab2020-10-151-6/+0
| * docs: genericirq.rst: don't document chip.c functions twiceMauro Carvalho Chehab2020-10-151-0/+2
* | XArray: add xas_splitMatthew Wilcox (Oracle)2020-10-161-7/+9
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-71/+36
|\ \ | |/ |/|
| * dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-8/+0
| * dma-mapping: add a new dma_alloc_noncoherent APIChristoph Hellwig2020-09-251-39/+36
| * dma-mapping: move the dma_declare_coherent_memory documentationChristoph Hellwig2020-09-111-24/+0
* | Documentation: core-api/cpu_hotplug: fix a typoBarry Song2020-09-091-1/+1
|/
* Merge tag 'docs-5.9-2' of git://git.lwn.net/linuxLinus Torvalds2020-08-131-16/+16
|\
| * Core-api: Documentation: Replace deprecated :c:func: UsagePuranjay Mohan2020-08-111-16/+16
* | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-7/+0
|\ \
| * | powerpc/pseries: remove cede offline state for CPUsNathan Lynch2020-07-161-7/+0
* | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-0411-9/+882
|\ \ \ | | |/ | |/|
| * | docs: core-api/printk-formats.rst: use literal block syntaxDaniel W. S. Almeida2020-07-231-1/+3