aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/index.rst
AgeCommit message (Expand)Author
2023-01-24docs: add more netlink docs (incl. spec docs)Jakub Kicinski
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-29docs: put atomic*.txt and memory-barriers.txt into the core-api bookJonathan Corbet
2022-09-29docs: move asm-annotations.rst into core-apiJonathan Corbet
2022-09-26Maple Tree: add new data structureLiam R. Howlett
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-25Merge tag 'docs-5.19' of git://git.lwn.net/linuxLinus Torvalds
2022-04-22Documentation: move watch_queue to core-apiRandy Dunlap
2022-04-13printk/index: Printk index feature documentationPetr Mladek
2022-01-27Documentation: Fill the gaps about entry/noinstr constraintsThomas Gleixner
2021-06-17docs: core-api: avoid using ReST :doc:`foo` markupMauro Carvalho Chehab
2020-12-31atomic: remove further references to atomic_opsLukas Bulwahn
2020-06-26docs: move other kAPI documents to core-apiMauro Carvalho Chehab
2020-05-15docs: move the kref doc into the core-api bookMauro Carvalho Chehab
2020-05-15docs: add IRQ documentation at the core-api bookMauro Carvalho Chehab
2020-05-15docs: debugging-via-ohci1394.txt: add it to the core-api bookMauro Carvalho Chehab
2020-05-15docs: move DMA kAPI to Documentation/core-apiMauro Carvalho Chehab
2020-04-21docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)
2020-04-20docs: pr_*() kerneldocs and basic printk docsRicardo Cañuelo
2020-03-10docs: move core-api/ioctl.rst to driver-api/Jonathan Corbet
2020-03-10docs: move gcc-plugins to the kbuild manualJonathan Corbet
2020-03-10docs: Organize core-api/index.rstJonathan Corbet
2020-03-02Documentation: kobject.txt has been moved to core-api/kobject.rstSameer Rahmani
2020-01-31mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-03Documentation: document ioctl interfaces betterArnd Bergmann
2019-12-11padata: update documentationDaniel Jordan
2019-10-08doc: move namespaces.rst from kbuild/ to core-api/Masahiro Yamada
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-15docs: move gcc_plugins.txt to core-api and rename to .rstMauro Carvalho Chehab
2019-06-27Add the RCU docs to the core-api manualJonathan Corbet
2019-06-08docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab
2019-04-02docs: core-api: Drop reference to flexible-arraysJonathan Neuschäfer
2019-03-12generic radix treesKent Overstreet
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-21xarray: Add documentationMatthew Wilcox
2018-10-12docs/core-api: rename memory-hotplug-notifier to memory-hotplugMike Rapoport
2018-10-07docs/vm: split memory hotplug notifier description to Documentation/core-apiMike Rapoport
2018-09-20docs: core-api: add memory allocation guideMike Rapoport
2018-08-23docs/core-api: split memory management API to a separate fileMike Rapoport
2018-08-02Merge branch 'rppt' into docs-nextJonathan Corbet
2018-08-02docs/mm: add description of boot time memory managementMike Rapoport
2018-07-23Documentation: document ktime_get_*() APIsArnd Bergmann
2018-05-29doc: document scope NOFS, NOIO APIsMichal Hocko
2018-05-08docs: core-api: add circular-buffers documentationMauro Carvalho Chehab
2018-05-08docs: core-api: add cachetlb documentationMauro Carvalho Chehab
2018-02-06idr: Add documentationMatthew Wilcox