summaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)Author
2019-05-14lib: Move mathematic helpers to separate folderAndy Shevchenko
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-26vsprintf: Avoid confusion between invalid address and valuePetr Mladek
2019-04-26vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra
2019-04-02docs: core-api: Drop reference to flexible-arraysJonathan Neuschäfer
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-12Drop flex_arraysKent Overstreet
2019-03-12generic radix treesKent Overstreet
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-03-04printk/docs: Add extra integer types to printk-formatsLouis Taylor
2019-02-20XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox
2019-02-06XArray: Add cyclic allocationMatthew Wilcox
2019-02-06XArray: Add support for 1s-based allocationMatthew Wilcox
2019-02-06XArray: Change xa_insert to return -EBUSYMatthew Wilcox
2019-02-04refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsElena Reshetova
2019-02-01docs: Use underscore not hyphen in labelTobin C. Harding
2019-01-14docs: don't try to get comments from rcupdate_wait.h or rcutree.hJonathan Corbet
2019-01-14docs/core-api/mm: fix GFP combinations section nameMike Rapoport
2019-01-14docs/core-api: memory-allocation: add mention of kmem_cache_create_userspaceMike Rapoport
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox
2019-01-05Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linuxLinus Torvalds
2019-01-03Docs/kernel-api.rst: Remove blk-tag.c referenceMarcos Paulo de Souza
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-12-29Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds
2018-12-20docs/mm-api: link slab_common.c to "The Slab Cache" sectionMike Rapoport
2018-12-10lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko
2018-12-06docs/core-api: make mm-api.rst more structuredMike Rapoport
2018-12-06XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox
2018-11-20Documentation: Use "while" instead of "whilst"Will Deacon
2018-11-20Link the memory allocation guide from the MM docsMatthew Wilcox
2018-11-05XArray: Fix DocumentationMatthew Wilcox
2018-11-05XArray: Handle NULL pointers differently for allocationMatthew Wilcox
2018-11-05XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox
2018-11-05XArray: Regularise xa_reserveMatthew Wilcox
2018-10-31docs/boot-time-mm: remove bootmem documentationMike Rapoport
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-25Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds
2018-10-21xarray: Add range store functionalityMatthew Wilcox
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox
2018-10-21xarray: Add documentationMatthew Wilcox
2018-10-15idr: Change documentation licenseMatthew Wilcox
2018-10-12doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven
2018-10-12docs/core-api: memory-hotplug: add some details about locking internalsDavid Hildenbrand
2018-10-12docs/core-api: rename memory-hotplug-notifier to memory-hotplugMike Rapoport