aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+11
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+21
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Gravatar Linus Torvalds 1-4/+13
2023-04-18module: add debug stats to help identify memory pressureGravatar Luis Chamberlain 1-2/+20
2023-04-10dma-api-howto: typo fixGravatar Michael S. Tsirkin 1-1/+1
2023-03-30docs: move x86 documentation into Documentation/arch/Gravatar Jonathan Corbet 1-1/+1
2023-03-29mm/slab: document kfree() as allowed for kmem_cache_alloc() objectsGravatar Vlastimil Babka 1-4/+13
2023-03-28mm, printk: introduce new format %pGt for page_typeGravatar Hyeonggon Yoo 1-5/+11
2023-03-24Documentation: core-api: update kernel-doc reference to kmod.cGravatar Bagas Sanjaya 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-16/+15
2023-02-22Merge tag 'docs-6.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-3/+3
2023-02-16Documentation: core-api: padata: correct spellingGravatar Randy Dunlap 1-1/+1
2023-02-15Documentation: core-api: packing: correct spellingGravatar Randy Dunlap 1-1/+1
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Gravatar Matthew Wilcox (Oracle) 1-15/+14
2023-02-02docs/mm: Physical Memory: remove useless markupGravatar Mike Rapoport (IBM) 1-2/+0
2023-01-31docs: ftrace: always use canonical ftrace pathGravatar Ross Zwisler 1-2/+2
2023-01-26docs/mm: Physical Memory: add structure, introduction and nodes descriptionGravatar Mike Rapoport (IBM) 1-0/+2
2023-01-24docs: add more netlink docs (incl. spec docs)Gravatar Jakub Kicinski 2-0/+102
2023-01-18selftests/vm: rename selftests/vm to selftests/mmGravatar SeongJae Park 1-1/+1
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+3
2022-12-12Merge tag 'docs-6.2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-3/+0
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2022-11-24timers: Update the documentation to reflect on the new timer_shutdown() APIGravatar Steven Rostedt (Google) 1-1/+1
2022-11-24Documentation: Replace del_timer/del_timer_sync()Gravatar Thomas Gleixner 1-1/+1
2022-11-21math64: favor kernel-doc from header filesGravatar Liam Beguin 1-3/+0
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsGravatar Kees Cook 1-0/+3
2022-10-25overflow: Fix kern-doc markup for functionsGravatar Kees Cook 1-0/+6
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-3/+218
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-0/+10
2022-10-03mm/page_alloc: remove obsolete gfpflags_normal_context()Gravatar Miaohe Lin 1-3/+0
2022-09-29docs: put atomic*.txt and memory-barriers.txt into the core-api bookGravatar Jonathan Corbet 4-0/+58
2022-09-29docs: move asm-annotations.rst into core-apiGravatar Jonathan Corbet 2-0/+223
2022-09-28vsprintf: add new `%pA` format specifierGravatar Gary Guo 1-0/+10
2022-09-27Remove duplicate words inside documentationGravatar Akhil Raj 1-1/+1
2022-09-26Maple Tree: add new data structureGravatar Liam R. Howlett 2-0/+218
2022-08-18Documentation: irqdomain: Fix typo of "at least once"Gravatar Eric Lin 1-1/+1
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-4/+4
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 1-0/+14
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-235/+0
2022-08-03Merge tag 'xarray-6.0' of git://git.infradead.org/users/willy/xarrayGravatar Linus Torvalds 1-0/+3
2022-08-01Merge tag 'x86_mm_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-23/+21
2022-07-19dma-mapping: add dma_opt_mapping_size()Gravatar John Garry 1-0/+14
2022-07-15headers/deps: mm: align MANITAINERS and Docs with new gfp.h structureGravatar Yury Norov 1-4/+4
2022-07-10IDR: Note that the IDR API is deprecatedGravatar Matthew Wilcox (Oracle) 1-0/+3
2022-07-01doc: module: update file referencesGravatar Masahiro Yamada 2-3/+3
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSGravatar Arnd Bergmann 3-235/+0
2022-06-27docs: rename Documentation/vm to Documentation/mmGravatar Mike Rapoport 1-1/+1
2022-06-07Documentation/protection-keys: Clean up documentation for User Space pkeysGravatar Ira Weiny 1-23/+21
2022-05-25Merge tag 'docs-5.19' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-0/+344