aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/core-api (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-99/+480
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2021-09-11Documentation: core-api/cpuhotplug: Rewrite the API sectionThomas Gleixner1-99/+480
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig1-0/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-49/+37
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-49/+37
2021-09-01Merge tag 'docs-5.15' of git://git.lwn.net/linuxLinus Torvalds2-14/+25
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-4/+1
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+25
2021-08-28Documentation: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-1/+1
2021-08-12Documentation: Update irq_domain.rst with new lookup APIsMarc Zyngier1-3/+25
2021-07-26printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet1-4/+1
2021-07-25docs: printk-formats: fix build warningIoana Ciornei1-0/+1
2021-07-15docs/core-api: Modify document layoutYanteng Si1-14/+24
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd1-0/+11
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+2
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko1-5/+2
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+6
2021-06-17docs: core-api: avoid using ReST :doc:`foo` markupMauro Carvalho Chehab4-6/+7
2021-06-14docs: printk-formats: update size-casting examplesCarlos Llamas1-5/+4
2021-06-10irqdomain: Kill irq_domain_add_legacy_isaMarc Zyngier1-1/+0
2021-05-17lib/vsprintf: Allow to override ISO 8601 date and time separatorAndy Shevchenko1-1/+6
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