aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/core-api (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-06Merge tag 'docs-5.13-2' of git://git.lwn.net/linuxLinus Torvalds1-13/+13
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-10/+12
2021-05-04Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+88
2021-05-03docs/core-api: Consistent code styleYanteng Si1-13/+13
2021-04-30mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiMike Rapoport1-0/+1
2021-04-30mm/mempolicy: fix mpol_misplaced kernel-docMatthew Wilcox (Oracle)1-0/+1
2021-04-30mm/doc: add mm.h and mm_types.h to the mm-api documentMatthew Wilcox (Oracle)1-0/+4
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin1-1/+1
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+18
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-2/+26
2021-04-27Merge branch 'for-5.13-vsprintf-pgp' into for-linusPetr Mladek1-1/+1
2021-04-07printk: clarify the documentation for plain pointer printingVlastimil Babka1-1/+25
2021-03-26irqdomain: Introduce irq_domain_create_simple() APIAndy Shevchenko1-10/+12
2021-03-25docs: rbtree.rst: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-19vsprintf: dump full information of page flags in pGpYafang Shao1-1/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+18
2021-03-15dma-mapping: add a dma_alloc_noncontiguous APIChristoph Hellwig1-0/+78
2021-03-15dma-mapping: add a dma_mmap_pages helperChristoph Hellwig1-0/+10
2021-02-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+2
2021-02-24mm/gfp: add kernel-doc for gfp_tMatthew Wilcox (Oracle)1-5/+2
2021-02-17lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus1-0/+18
2021-02-09dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig1-42/+22
2020-12-31atomic: remove further references to atomic_opsLukas Bulwahn1-1/+0
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+7
2020-12-15selftests/vm: only some gup_test items are really benchmarksJohn Hubbard1-1/+1
2020-12-15mm/gup_benchmark: rename to mm/gup_testJohn Hubbard1-3/+3
2020-12-15mm: slab: provide krealloc_array()Bartosz Golaszewski1-0/+4
2020-12-14Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-664/+0
2020-12-03atomic: Delete obsolete documentationPeter Zijlstra1-664/+0
2020-11-13docs: core-api/printk-formats.rst: Clarify formatting {cpu,node}maskGeert Uytterhoeven1-1/+3
2020-11-07irqdomain: Introduce irq_domain_create_legacy() APIAndy Shevchenko1-0/+6
2020-10-23dma-mapping: document dma_{alloc,free}_pagesChristoph Hellwig1-6/+43
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-6/+4
2020-10-16XArray: add xas_splitMatthew Wilcox (Oracle)1-7/+9
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-71/+36
2020-10-15docs: basics.rst: move kernel-doc workqueue markups to workqueue.rstMauro Carvalho Chehab1-0/+2
2020-10-15docs: kernel-api.rst: drop kernel/irq/manage.c kernel-doc tagMauro Carvalho Chehab1-6/+0
2020-10-15docs: genericirq.rst: don't document chip.c functions twiceMauro Carvalho Chehab1-0/+2
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-8/+0
2020-09-25dma-mapping: add a new dma_alloc_noncoherent APIChristoph Hellwig1-39/+36
2020-09-11dma-mapping: move the dma_declare_coherent_memory documentationChristoph Hellwig1-24/+0
2020-09-09Documentation: core-api/cpu_hotplug: fix a typoBarry Song1-1/+1
2020-08-13Merge tag 'docs-5.9-2' of git://git.lwn.net/linuxLinus Torvalds1-16/+16
2020-08-11Core-api: Documentation: Replace deprecated :c:func: UsagePuranjay Mohan1-16/+16
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-7/+0
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds11-9/+882
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-2/+2
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-15/+3