aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-07docs: printk-formats: add ptrdiff_t type to printk-formatsGravatar Miles Chen 1-0/+14
2019-11-07kasan: support instrumented bitops combined with generic bitopsGravatar Daniel Axtens 1-1/+16
2019-10-29docs/core-api: memory-allocation: mention size helpersGravatar Chris Packham 1-1/+2
2019-10-29docs/core-api: memory-allocation: remove uses of c:func:Gravatar Chris Packham 1-26/+23
2019-10-29docs/core-api: memory-allocation: fix typoGravatar Chris Packham 1-1/+1
2019-10-29Merge tag 'v5.4-rc4' into docs-nextGravatar Jonathan Corbet 3-0/+159
2019-10-18docs: remove :c:func: from genericirq.rstGravatar Jonathan Corbet 1-25/+25
2019-10-17printf: add support for printing symbolic error namesGravatar Rasmus Villemoes 1-0/+12
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+155
2019-10-11lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesGravatar Sakari Ailus 1-0/+24
2019-10-11lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psGravatar Sakari Ailus 1-10/+0
2019-10-10docs: remove :c:func: from genalloc.rstGravatar Jonathan Corbet 1-9/+9
2019-10-08doc: move namespaces.rst from kbuild/ to core-api/Gravatar Masahiro Yamada 2-0/+155
2019-10-07mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Gravatar Vlastimil Babka 1-0/+4
2019-10-07genalloc: Fix a set of docs build warningsGravatar Jonathan Corbet 1-4/+4
2019-10-07docs: Catch up with the new location of get_user_pages_fast()Gravatar Jonathan Corbet 1-1/+1
2019-10-07docs: remove :c:func: from refcount-vs-atomic.rstGravatar Jonathan Corbet 1-18/+18
2019-09-25kernel-doc: core-api: include string.h into core-apiGravatar Joe Perches 1-0/+3
2019-09-14docs: printk-formats: Stop encouraging use of unnecessary %h[xudi] and %hh[xudi]Gravatar Joe Perches 1-8/+8
2019-07-31docs: index.rst: don't use genindex for pdf outputGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-31docs: packing: move it to core-api book and adjust markupsGravatar Mauro Carvalho Chehab 2-0/+167
2019-07-17docs: remove extra conf.py filesGravatar Mauro Carvalho Chehab 1-10/+0
2019-07-15docs: admin-guide: move sysctl directory to itGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15docs: move gcc_plugins.txt to core-api and rename to .rstGravatar Mauro Carvalho Chehab 2-0/+94
2019-07-15docs: sysctl: convert to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-12asm-generic, x86: add bitops instrumentation for KASANGravatar Marco Elver 1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 5-138/+249
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-06-28Merge branch 'automarkup' into docs-nextGravatar Jonathan Corbet 1-135/+135
2019-06-27Add the RCU docs to the core-api manualGravatar Jonathan Corbet 1-0/+1