aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-130/+13
2019-03-12Drop flex_arraysGravatar Kent Overstreet 1-130/+0
2019-03-12generic radix treesGravatar Kent Overstreet 2-0/+13
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-5/+10
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-9/+7
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+8
2019-03-04printk/docs: Add extra integer types to printk-formatsGravatar Louis Taylor 1-0/+8
2019-02-20XArray: Use xa_cmpxchg to implement xa_reserveGravatar Matthew Wilcox 1-1/+0
2019-02-06XArray: Add cyclic allocationGravatar Matthew Wilcox 1-1/+3
2019-02-06XArray: Add support for 1s-based allocationGravatar Matthew Wilcox 1-3/+7
2019-02-06XArray: Change xa_insert to return -EBUSYGravatar Matthew Wilcox 1-1/+1
2019-02-04refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsGravatar Elena Reshetova 1-3/+21
2019-02-01docs: Use underscore not hyphen in labelGravatar Tobin C. Harding 1-1/+1
2019-01-14docs: don't try to get comments from rcupdate_wait.h or rcutree.hGravatar Jonathan Corbet 1-4/+0
2019-01-14docs/core-api/mm: fix GFP combinations section nameGravatar Mike Rapoport 1-1/+1
2019-01-14docs/core-api: memory-allocation: add mention of kmem_cache_create_userspaceGravatar Mike Rapoport 1-3/+5
2019-01-06XArray: Honour reserved entries in xa_insertGravatar Matthew Wilcox 1-6/+9
2019-01-05Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-6/+0
2019-01-03Docs/kernel-api.rst: Remove blk-tag.c referenceGravatar Marcos Paulo de Souza 1-6/+0
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-0/+18
2018-12-29Merge tag 'docs-5.0' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-12/+28
2018-12-20docs/mm-api: link slab_common.c to "The Slab Cache" sectionGravatar Mike Rapoport 1-0/+3
2018-12-10lib/vsprintf: Print time and date in human readable format via %ptGravatar Andy Shevchenko 1-0/+18
2018-12-06docs/core-api: make mm-api.rst more structuredGravatar Mike Rapoport 1-9/+20
2018-12-06XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhGravatar Matthew Wilcox 1-1/+4
2018-11-20Documentation: Use "while" instead of "whilst"Gravatar Will Deacon 1-3/+3
2018-11-20Link the memory allocation guide from the MM docsGravatar Matthew Wilcox 1-0/+2
2018-11-05XArray: Fix DocumentationGravatar Matthew Wilcox 1-1/+5
2018-11-05XArray: Handle NULL pointers differently for allocationGravatar Matthew Wilcox 1-9/+19
2018-11-05XArray: Add xa_store_bh() and xa_store_irq()Gravatar Matthew Wilcox 1-1/+4
2018-11-05XArray: Regularise xa_reserveGravatar Matthew Wilcox 1-0/+13
2018-10-31docs/boot-time-mm: remove bootmem documentationGravatar Mike Rapoport 1-60/+9
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-0/+436
2018-10-25Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+2
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxGravatar Linus Torvalds 7-5/+259
2018-10-21xarray: Add range store functionalityGravatar Matthew Wilcox 1-0/+8
2018-10-21xarray: Track free entries in an XArrayGravatar Matthew Wilcox 1-3/+20
2018-10-21xarray: Add xa_reserve and xa_releaseGravatar Matthew Wilcox 1-0/+6
2018-10-21xarray: Add documentationGravatar Matthew Wilcox 2-0/+405
2018-10-15idr: Change documentation licenseGravatar Matthew Wilcox 1-1/+1
2018-10-12doc: printk-formats: Remove bogus kobject references for device nodesGravatar Geert Uytterhoeven 1-3/+3
2018-10-12docs/core-api: memory-hotplug: add some details about locking internalsGravatar David Hildenbrand 1-0/+38
2018-10-12docs/core-api: rename memory-hotplug-notifier to memory-hotplugGravatar Mike Rapoport 2-3/+6
2018-10-12lib/vsprintf: Hash legacy clock addressesGravatar Geert Uytterhoeven 1-3/+2
2018-10-07docs/vm: split memory hotplug notifier description to Documentation/core-apiGravatar Mike Rapoport 2-0/+86
2018-09-20docs: core-api: add memory allocation guideGravatar Mike Rapoport 2-0/+123
2018-09-20docs: core-api/mm-api: add a lable for GFP flags sectionGravatar Mike Rapoport 1-0/+2
2018-09-20docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencingGravatar Mike Rapoport 1-0/+2
2018-09-11docs/boot-time-mm: fix kernel-doc directive for including all but DOC:Gravatar Mike Rapoport 1-2/+2
2018-08-23docs/core-api: mm-api: add section about GFP flagsGravatar Mike Rapoport 1-0/+21