summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
Commit message (Expand)AuthorAgeFilesLines
* docs: timekeeping: Use correct prototype for deprecated functionsChris Packham2020-04-151-3/+3
* mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)2020-04-021-0/+3
* mm: dump_page(): additional diagnostics for huge pinned pagesJohn Hubbard2020-04-021-0/+7
* mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard2020-04-021-5/+28
* mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-021-23/+17
* mm/gup: track FOLL_PIN pagesJohn Hubbard2020-04-021-3/+3
* docs: move core-api/ioctl.rst to driver-api/Jonathan Corbet2020-03-102-254/+0
* docs: move gcc-plugins to the kbuild manualJonathan Corbet2020-03-102-98/+0
* docs: Organize core-api/index.rstJonathan Corbet2020-03-101-22/+73
* Documentation: kobject.txt has been moved to core-api/kobject.rstSameer Rahmani2020-03-022-0/+435
* docs/core-api: Add Fedora instructions for GCC pluginsMichael Ellerman2020-02-251-0/+4
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard2020-01-312-0/+233
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-292-0/+254
|\
| * Documentation: document ioctl interfaces betterArnd Bergmann2020-01-032-0/+254
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-282-0/+170
|\ \
| * | padata: update documentationDaniel Jordan2019-12-112-0/+170
| |/
* | Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2020-01-231-28/+42
|\ \ | |/ |/|
| * XArray: Add xa_for_each_rangeMatthew Wilcox (Oracle)2020-01-171-4/+6
| * XArray: Improve documentation of search marksMatthew Wilcox (Oracle)2019-11-081-24/+36
* | Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-061-1/+7
|\ \
| * | docs/core-api: Remove possibly confusing sub-headings from Bit OperationsMichael Ellerman2019-12-041-9/+0
| * | kasan: support instrumented bitops combined with generic bitopsDaniel Axtens2019-11-071-1/+16
* | | lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-12-041-1/+1
* | | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-12-021-0/+3
|\ \ \
| * | | scripts/nsdeps: support nsdeps for external module buildsMasahiro Yamada2019-11-111-0/+3
| | |/ | |/|
* | | Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds2019-12-026-83/+97
|\ \ \
| * | | docs: Add request_irq() documentationJonathan Corbet2019-11-181-0/+2
| * | | docs: printk-formats: add ptrdiff_t type to printk-formatsMiles Chen2019-11-071-0/+14
| * | | docs/core-api: memory-allocation: mention size helpersChris Packham2019-10-291-1/+2
| * | | docs/core-api: memory-allocation: remove uses of c:func:Chris Packham2019-10-291-26/+23
| * | | docs/core-api: memory-allocation: fix typoChris Packham2019-10-291-1/+1
| * | | Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet2019-10-293-0/+159
| |\| |
| * | | docs: remove :c:func: from genericirq.rstJonathan Corbet2019-10-181-25/+25
| * | | docs: remove :c:func: from genalloc.rstJonathan Corbet2019-10-101-9/+9
| * | | genalloc: Fix a set of docs build warningsJonathan Corbet2019-10-071-4/+4
| * | | docs: Catch up with the new location of get_user_pages_fast()Jonathan Corbet2019-10-071-1/+1
| * | | docs: remove :c:func: from refcount-vs-atomic.rstJonathan Corbet2019-10-071-18/+18
| | |/ | |/|
* | | Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-261-10/+24
|\ \ \
| * | | lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus2019-10-111-0/+24
| * | | lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus2019-10-111-10/+0
| |/ /
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-0/+12
|\ \ \ | |_|/ |/| |
| * | printf: add support for printing symbolic error namesRasmus Villemoes2019-10-171-0/+12
* | | Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-10-112-0/+155
|\ \ \
| * | | doc: move namespaces.rst from kbuild/ to core-api/Masahiro Yamada2019-10-082-0/+155
| | |/ | |/|
* / | mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka2019-10-071-0/+4
|/ /
* | kernel-doc: core-api: include string.h into core-apiJoe Perches2019-09-251-0/+3
* | docs: printk-formats: Stop encouraging use of unnecessary %h[xudi] and %hh[xudi]Joe Perches2019-09-141-8/+8
* | docs: index.rst: don't use genindex for pdf outputMauro Carvalho Chehab2019-07-311-1/+1
* | docs: packing: move it to core-api book and adjust markupsMauro Carvalho Chehab2019-07-312-0/+167