aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-15docs: kernel-api.rst: drop kernel/irq/manage.c kernel-doc tagGravatar Mauro Carvalho Chehab 1-6/+0
2020-10-15docs: genericirq.rst: don't document chip.c functions twiceGravatar Mauro Carvalho Chehab 1-0/+2
2020-09-25dma-mapping: add a new dma_alloc_pages APIGravatar Christoph Hellwig 1-8/+0
2020-09-25dma-mapping: add a new dma_alloc_noncoherent APIGravatar Christoph Hellwig 1-39/+36
2020-09-11dma-mapping: move the dma_declare_coherent_memory documentationGravatar Christoph Hellwig 1-24/+0
2020-09-09Documentation: core-api/cpu_hotplug: fix a typoGravatar Barry Song 1-1/+1
2020-08-13Merge tag 'docs-5.9-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-16/+16
2020-08-11Core-api: Documentation: Replace deprecated :c:func: UsageGravatar Puranjay Mohan 1-16/+16
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-7/+0
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 11-9/+882
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+2
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-15/+3
2020-07-23docs: core-api/printk-formats.rst: use literal block syntaxGravatar Daniel W. S. Almeida 1-1/+3
2020-07-23docs/core-api: memory-allocation: describe reclaim behaviourGravatar Mike Rapoport 1-0/+44
2020-07-23Documentation: fix typo for core-api/cpu_hotplug documentationGravatar Yaohui Wang 1-2/+2
2020-07-23padata: fold padata_alloc_possible() into padata_alloc()Gravatar Daniel Jordan 1-1/+1
2020-07-23padata: remove stop functionGravatar Daniel Jordan 1-14/+2
2020-07-16powerpc/pseries: remove cede offline state for CPUsGravatar Nathan Lynch 1-7/+0
2020-07-13Documentation: printk-basics: eliminate duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-13kobject: documentation: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-0/+8
2020-07-03Replace HTTP links with HTTPS ones: vsprintfGravatar Alexander A. Klimov 1-2/+2
2020-06-30dma-mapping: Add a new dma_need_sync APIGravatar Christoph Hellwig 1-0/+8
2020-06-26docs: move other kAPI documents to core-apiGravatar Mauro Carvalho Chehab 4-0/+827
2020-06-26docs: fix references for DMA*.txt filesGravatar Mauro Carvalho Chehab 2-4/+4
2020-06-26docs: mm/gup: minor documentation updateGravatar Souptick Joarder 1-1/+1
2020-06-19docs: mm/gup: Minor documentation updateGravatar Souptick Joarder 1-1/+1
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-2/+2
2020-06-08docs: mm/gup: pin_user_pages.rst: add a "case 5"Gravatar John Hubbard 1-0/+18
2020-06-08mm/gup: update pin_user_pages.rst for "case 3" (mmu notifiers)Gravatar John Hubbard 1-14/+19
2020-06-08Replace HTTP links with HTTPS ones: documentationGravatar Alexander A. Klimov 1-2/+2
2020-06-03padata: document multithreaded jobsGravatar Daniel Jordan 1-10/+31
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-06-02mm: remove map_vm_rangeGravatar Christoph Hellwig 1-1/+1
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 16-13/+3471
2020-06-01Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+3
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-10/+12
2020-05-28x86/Kconfig: Update config and kernel doc for MPK feature on AMDGravatar Babu Moger 1-2/+3
2020-05-20lib/vsprintf: Print time64_t in human readable formatGravatar Andy Shevchenko 1-10/+12
2020-05-15docs: move the kref doc into the core-api bookGravatar Mauro Carvalho Chehab 3-1/+325
2020-05-15docs: add IRQ documentation at the core-api bookGravatar Mauro Carvalho Chehab 6-0/+428
2020-05-15docs: debugging-via-ohci1394.txt: add it to the core-api bookGravatar Mauro Carvalho Chehab 2-0/+186
2020-05-15docs: move DMA kAPI to Documentation/core-apiGravatar Mauro Carvalho Chehab 5-0/+1970
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierGravatar Daniel Borkmann 1-0/+14
2020-05-05kobject: documentation: Fix erroneous function example in kobject doc.Gravatar Qi Zheng 1-12/+14