summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
AgeCommit message (Expand)Author
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-10-08doc: move namespaces.rst from kbuild/ to core-api/Masahiro Yamada
2019-10-07mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka
2019-09-25kernel-doc: core-api: include string.h into core-apiJoe Perches
2019-09-14docs: printk-formats: Stop encouraging use of unnecessary %h[xudi] and %hh[xudi]Joe Perches
2019-07-31docs: index.rst: don't use genindex for pdf outputMauro Carvalho Chehab
2019-07-31docs: packing: move it to core-api book and adjust markupsMauro Carvalho Chehab
2019-07-17docs: remove extra conf.py filesMauro Carvalho Chehab
2019-07-15docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab
2019-07-15docs: move gcc_plugins.txt to core-api and rename to .rstMauro Carvalho Chehab
2019-07-15docs: sysctl: convert to ReSTMauro Carvalho Chehab
2019-07-12asm-generic, x86: add bitops instrumentation for KASANMarco Elver
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-28Merge branch 'automarkup' into docs-nextJonathan Corbet
2019-06-27Add the RCU docs to the core-api manualJonathan Corbet
2019-06-26docs: remove :c:func: annotations from xarray.rstJonathan Corbet
2019-06-25timekeeping: Boot should be boottime for coarse ns accessorJason A. Donenfeld
2019-06-22timekeeping: Add missing _ns functions for coarse accessorsJason A. Donenfeld
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld
2019-06-08docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab
2019-06-07Documentation: fix typo CLOCK_MONONOTNIC_COARSEAurelien Thierry
2019-06-06docs/core-api: Add integer power functions to the listAndy Shevchenko
2019-06-06docs/core-api: Add string helpers API to the listAndy Shevchenko
2019-05-28doc: Remove ".vnet" from paulmck email addressesPaul E. McKenney
2019-05-24docs: Do not seek comments in kernel/rcu/tree_plugin.hJonathan Corbet
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