aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2019-06-26docs: remove :c:func: annotations from xarray.rstGravatar Jonathan Corbet 1-135/+135
2019-06-25timekeeping: Boot should be boottime for coarse ns accessorGravatar Jason A. Donenfeld 1-1/+1
2019-06-22timekeeping: Add missing _ns functions for coarse accessorsGravatar Jason A. Donenfeld 1-3/+7
2019-06-22timekeeping: Use proper clock specifier names in functionsGravatar Jason A. Donenfeld 1-1/+1
2019-06-08docs: move protection-keys.rst to the core-api bookGravatar Mauro Carvalho Chehab 2-0/+100
2019-06-07Documentation: fix typo CLOCK_MONONOTNIC_COARSEGravatar Aurelien Thierry 1-1/+1
2019-06-06docs/core-api: Add integer power functions to the listGravatar Andy Shevchenko 1-0/+9
2019-06-06docs/core-api: Add string helpers API to the listGravatar Andy Shevchenko 1-0/+3
2019-05-28doc: Remove ".vnet" from paulmck email addressesGravatar Paul E. McKenney 1-1/+1
2019-05-24docs: Do not seek comments in kernel/rcu/tree_plugin.hGravatar Jonathan Corbet 1-2/+0
2019-05-14lib: Move mathematic helpers to separate folderGravatar Andy Shevchenko 1-2/+2
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+0
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+8
2019-04-26vsprintf: Avoid confusion between invalid address and valueGravatar Petr Mladek 1-0/+1
2019-04-26vsprintf: Prevent crash when dereferencing invalid pointersGravatar Petr Mladek 1-0/+7
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackGravatar Peter Zijlstra 1-10/+0
2019-04-02docs: core-api: Drop reference to flexible-arraysGravatar Jonathan Neuschäfer 1-1/+0
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