aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
2020-06-26docs: 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
2020-04-21docs: Add rbtree documentation to the core-apiGravatar Matthew Wilcox (Oracle) 2-0/+430
2020-04-20docs: pr_*() kerneldocs and basic printk docsGravatar Ricardo Cañuelo 3-0/+118
2020-04-15docs: timekeeping: Use correct prototype for deprecated functionsGravatar Chris Packham 1-3/+3
2020-04-02mm: add pagemap.h to the fine documentationGravatar Matthew Wilcox (Oracle) 1-0/+3
2020-04-02mm: dump_page(): additional diagnostics for huge pinned pagesGravatar John Hubbard 1-0/+7
2020-04-02mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingGravatar John Hubbard 1-5/+28
2020-04-02mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesGravatar John Hubbard 1-23/+17
2020-04-02mm/gup: track FOLL_PIN pagesGravatar John Hubbard 1-3/+3
2020-03-10docs: move core-api/ioctl.rst to driver-api/Gravatar Jonathan Corbet 2-254/+0
2020-03-10docs: move gcc-plugins to the kbuild manualGravatar Jonathan Corbet 2-98/+0
2020-03-10docs: Organize core-api/index.rstGravatar Jonathan Corbet 1-22/+73
2020-03-02Documentation: kobject.txt has been moved to core-api/kobject.rstGravatar Sameer Rahmani 2-0/+435
2020-02-25docs/core-api: Add Fedora instructions for GCC pluginsGravatar Michael Ellerman 1-0/+4
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()Gravatar John Hubbard 1-1/+1
2020-01-31mm/gup: introduce pin_user_pages*() and FOLL_PINGravatar John Hubbard 2-0/+233
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-0/+254
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-0/+170
2020-01-23Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-28/+42
2020-01-17XArray: Add xa_for_each_rangeGravatar Matthew Wilcox (Oracle) 1-4/+6
2020-01-03Documentation: document ioctl interfaces betterGravatar Arnd Bergmann 2-0/+254
2019-12-11padata: update documentationGravatar Daniel Jordan 2-0/+170
2019-12-06Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+7
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrGravatar Huang Shijie 1-1/+1
2019-12-04docs/core-api: Remove possibly confusing sub-headings from Bit OperationsGravatar Michael Ellerman 1-9/+0
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+3
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxGravatar Linus Torvalds 6-83/+97
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+24
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+12
2019-11-18docs: Add request_irq() documentationGravatar Jonathan Corbet 1-0/+2
2019-11-11scripts/nsdeps: support nsdeps for external module buildsGravatar Masahiro Yamada 1-0/+3
2019-11-08XArray: Improve documentation of search marksGravatar Matthew Wilcox (Oracle) 1-24/+36