aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+25
2021-08-28Documentation: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-1/+1
2021-08-12Documentation: Update irq_domain.rst with new lookup APIsGravatar Marc Zyngier 1-3/+25
2021-07-08module: add printk formats to add module build ID to stacktracesGravatar Stephen Boyd 1-0/+11
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+2
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerGravatar Andy Shevchenko 1-5/+2
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+6
2021-06-17docs: core-api: avoid using ReST :doc:`foo` markupGravatar Mauro Carvalho Chehab 4-6/+7
2021-06-14docs: printk-formats: update size-casting examplesGravatar Carlos Llamas 1-5/+4
2021-06-10irqdomain: Kill irq_domain_add_legacy_isaGravatar Marc Zyngier 1-1/+0
2021-05-17lib/vsprintf: Allow to override ISO 8601 date and time separatorGravatar Andy Shevchenko 1-1/+6
2021-05-06Merge tag 'docs-5.13-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-13/+13
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-10/+12
2021-05-04Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+88
2021-05-03docs/core-api: Consistent code styleGravatar Yanteng Si 1-13/+13
2021-04-30mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiGravatar Mike Rapoport 1-0/+1
2021-04-30mm/mempolicy: fix mpol_misplaced kernel-docGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-04-30mm/doc: add mm.h and mm_types.h to the mm-api documentGravatar Matthew Wilcox (Oracle) 1-0/+4
2021-04-30mm/vmalloc: remove unmap_kernel_rangeGravatar Nicholas Piggin 1-1/+1
2021-04-30mm/vmalloc: remove map_kernel_rangeGravatar Nicholas Piggin 1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+18
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+26
2021-04-27Merge branch 'for-5.13-vsprintf-pgp' into for-linusGravatar Petr Mladek 1-1/+1
2021-04-07printk: clarify the documentation for plain pointer printingGravatar Vlastimil Babka 1-1/+25
2021-03-26irqdomain: Introduce irq_domain_create_simple() APIGravatar Andy Shevchenko 1-10/+12
2021-03-25docs: rbtree.rst: Fix a typoGravatar Bhaskar Chowdhury 1-1/+1
2021-03-19vsprintf: dump full information of page flags in pGpGravatar Yafang Shao 1-1/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-0/+18
2021-03-15dma-mapping: add a dma_alloc_noncontiguous APIGravatar Christoph Hellwig 1-0/+78
2021-03-15dma-mapping: add a dma_mmap_pages helperGravatar Christoph Hellwig 1-0/+10
2021-02-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+2
2021-02-24mm/gfp: add kernel-doc for gfp_tGravatar Matthew Wilcox (Oracle) 1-5/+2
2021-02-17lib/vsprintf: Add support for printing V4L2 and DRM fourccsGravatar Sakari Ailus 1-0/+18
2021-02-09dma-mapping: remove the {alloc,free}_noncoherent methodsGravatar Christoph Hellwig 1-42/+22
2020-12-31atomic: remove further references to atomic_opsGravatar Lukas Bulwahn 1-1/+0
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-3/+7
2020-12-15selftests/vm: only some gup_test items are really benchmarksGravatar John Hubbard 1-1/+1
2020-12-15mm/gup_benchmark: rename to mm/gup_testGravatar John Hubbard 1-3/+3
2020-12-15mm: slab: provide krealloc_array()Gravatar Bartosz Golaszewski 1-0/+4
2020-12-14Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-664/+0
2020-12-03atomic: Delete obsolete documentationGravatar Peter Zijlstra 1-664/+0
2020-11-13docs: core-api/printk-formats.rst: Clarify formatting {cpu,node}maskGravatar Geert Uytterhoeven 1-1/+3
2020-11-07irqdomain: Introduce irq_domain_create_legacy() APIGravatar Andy Shevchenko 1-0/+6
2020-10-23dma-mapping: document dma_{alloc,free}_pagesGravatar Christoph Hellwig 1-6/+43
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 3-6/+4
2020-10-16XArray: add xas_splitGravatar Matthew Wilcox (Oracle) 1-7/+9
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-71/+36
2020-10-15docs: basics.rst: move kernel-doc workqueue markups to workqueue.rstGravatar Mauro Carvalho Chehab 1-0/+2