summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
Commit message (Expand)AuthorAgeFilesLines
* lib: Move mathematic helpers to separate folderAndy Shevchenko2019-05-141-2/+2
* Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds2019-05-081-1/+0
|\
| * docs: core-api: Drop reference to flexible-arraysJonathan Neuschäfer2019-04-021-1/+0
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-0/+8
|\ \
| * | vsprintf: Avoid confusion between invalid address and valuePetr Mladek2019-04-261-0/+1
| * | vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek2019-04-261-0/+7
* | | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-031-10/+0
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-123-130/+13
|\ \
| * | Drop flex_arraysKent Overstreet2019-03-121-130/+0
| * | generic radix treesKent Overstreet2019-03-122-0/+13
* | | Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-111-5/+10
|\ \ \ | |/ / |/| |
| * | XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox2019-02-201-1/+0
| * | XArray: Add cyclic allocationMatthew Wilcox2019-02-061-1/+3
| * | XArray: Add support for 1s-based allocationMatthew Wilcox2019-02-061-3/+7
| * | XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-061-1/+1
* | | Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-093-9/+7
|\ \ \ | |_|/ |/| |
| * | docs: Use underscore not hyphen in labelTobin C. Harding2019-02-011-1/+1
| * | docs: don't try to get comments from rcupdate_wait.h or rcutree.hJonathan Corbet2019-01-141-4/+0
| * | docs/core-api/mm: fix GFP combinations section nameMike Rapoport2019-01-141-1/+1
| * | docs/core-api: memory-allocation: add mention of kmem_cache_create_userspaceMike Rapoport2019-01-141-3/+5
* | | Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-03-091-0/+8
|\ \ \
| * | | printk/docs: Add extra integer types to printk-formatsLouis Taylor2019-03-041-0/+8
* | | | refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsElena Reshetova2019-02-041-3/+21
| |_|/ |/| |
* | | XArray: Honour reserved entries in xa_insertMatthew Wilcox2019-01-061-6/+9
| |/ |/|
* | Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linuxLinus Torvalds2019-01-051-6/+0
|\ \
| * | Docs/kernel-api.rst: Remove blk-tag.c referenceMarcos Paulo de Souza2019-01-031-6/+0
* | | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2019-01-011-0/+18
|\ \ \
| * | | lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko2018-12-101-0/+18
* | | | Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds2018-12-293-12/+28
|\ \ \ \ | | |/ / | |/| |
| * | | docs/mm-api: link slab_common.c to "The Slab Cache" sectionMike Rapoport2018-12-201-0/+3
| * | | docs/core-api: make mm-api.rst more structuredMike Rapoport2018-12-061-9/+20
| * | | Documentation: Use "while" instead of "whilst"Will Deacon2018-11-201-3/+3
| * | | Link the memory allocation guide from the MM docsMatthew Wilcox2018-11-201-0/+2
| |/ /
* | | XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox2018-12-061-1/+4
* | | XArray: Fix DocumentationMatthew Wilcox2018-11-051-1/+5
* | | XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-051-9/+19
* | | XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox2018-11-051-1/+4
* | | XArray: Regularise xa_reserveMatthew Wilcox2018-11-051-0/+13
|/ /
* | docs/boot-time-mm: remove bootmem documentationMike Rapoport2018-10-311-60/+9
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-282-0/+436
|\ \ | |/ |/|
| * xarray: Add range store functionalityMatthew Wilcox2018-10-211-0/+8
| * xarray: Track free entries in an XArrayMatthew Wilcox2018-10-211-3/+20
| * xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-211-0/+6
| * xarray: Add documentationMatthew Wilcox2018-10-212-0/+405
* | Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-251-3/+2
|\ \
| * | lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven2018-10-121-3/+2
| |/
* | Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-247-5/+259
|\ \
| * | doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven2018-10-121-3/+3
| * | docs/core-api: memory-hotplug: add some details about locking internalsDavid Hildenbrand2018-10-121-0/+38
| * | docs/core-api: rename memory-hotplug-notifier to memory-hotplugMike Rapoport2018-10-122-3/+6