summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'docs-6.5' of git://git.lwn.net/linuxLinus Torvalds2023-06-271-0/+6
|\ \ \
| * | | Documentation: core-api: Add error pointer functions to kernel-apiJames Seo2023-05-191-0/+6
| |/ /
* | | Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-0/+12
|\ \ \
| * | | rcu: Add more RCU files to kernel-api.rstPaul E. McKenney2023-05-111-0/+12
| |/ /
* | | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-11/+2
|\ \ \
| * | | x86/topology: Remove CPU0 hotplug optionThomas Gleixner2023-05-151-11/+2
| |/ /
* / / mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells2023-05-311-0/+6
|/ /
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-5/+11
|\ \
| * | mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo2023-03-281-5/+11
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-3/+21
|\ \ \
| * | | module: add debug stats to help identify memory pressureLuis Chamberlain2023-04-181-2/+20
| * | | Documentation: core-api: update kernel-doc reference to kmod.cBagas Sanjaya2023-03-241-1/+1
| |/ /
* | | Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-04-251-4/+13
|\ \ \ | |_|/ |/| |
| * | mm/slab: document kfree() as allowed for kmem_cache_alloc() objectsVlastimil Babka2023-03-291-4/+13
| |/
* | dma-api-howto: typo fixMichael S. Tsirkin2023-04-101-1/+1
* | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-16/+15
|\
| * mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)2023-02-021-15/+14
| * selftests/vm: rename selftests/vm to selftests/mmSeongJae Park2023-01-181-1/+1
* | Merge tag 'docs-6.3' of git://git.lwn.net/linuxLinus Torvalds2023-02-222-3/+3
|\ \
| * | Documentation: core-api: padata: correct spellingRandy Dunlap2023-02-161-1/+1
| * | docs/mm: Physical Memory: remove useless markupMike Rapoport (IBM)2023-02-021-2/+0
| * | docs: ftrace: always use canonical ftrace pathRoss Zwisler2023-01-311-2/+2
| * | docs/mm: Physical Memory: add structure, introduction and nodes descriptionMike Rapoport (IBM)2023-01-261-0/+2
| |/
* | Documentation: core-api: packing: correct spellingRandy Dunlap2023-02-151-1/+1
* | docs: add more netlink docs (incl. spec docs)Jakub Kicinski2023-01-242-0/+102
|/
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-0/+3
|\
| * string: Rewrite and add more kern-doc for the str*() functionsKees Cook2022-10-281-0/+3
* | Merge tag 'docs-6.2' of git://git.lwn.net/linuxLinus Torvalds2022-12-121-3/+0
|\ \
| * | math64: favor kernel-doc from header filesLiam Beguin2022-11-211-3/+0
* | | Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-121-1/+1
|\ \ \ | |_|/ |/| |
| * | timers: Update the documentation to reflect on the new timer_shutdown() APISteven Rostedt (Google)2022-11-241-1/+1
| * | Documentation: Replace del_timer/del_timer_sync()Thomas Gleixner2022-11-241-1/+1
| |/
* / overflow: Fix kern-doc markup for functionsKees Cook2022-10-251-0/+6
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-103-3/+218
|\
| * mm/page_alloc: remove obsolete gfpflags_normal_context()Miaohe Lin2022-10-031-3/+0
| * Maple Tree: add new data structureLiam R. Howlett2022-09-262-0/+218
* | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2022-10-031-0/+10
|\ \
| * | vsprintf: add new `%pA` format specifierGary Guo2022-09-281-0/+10
| |/
* | docs: put atomic*.txt and memory-barriers.txt into the core-api bookJonathan Corbet2022-09-294-0/+58
* | docs: move asm-annotations.rst into core-apiJonathan Corbet2022-09-292-0/+223
* | Remove duplicate words inside documentationAkhil Raj2022-09-271-1/+1
* | Documentation: irqdomain: Fix typo of "at least once"Eric Lin2022-08-181-1/+1
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-4/+4
|\
| * headers/deps: mm: align MANITAINERS and Docs with new gfp.h structureYury Norov2022-07-151-4/+4
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-0/+14
|\ \
| * | dma-mapping: add dma_opt_mapping_size()John Garry2022-07-191-0/+14
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\ \
| * | docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
| |/
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-053-235/+0
|\ \