summaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
2024-10-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-8/+30
2024-10-14Documentation/protection-keys: add AArch64 to documentationJoey Gouly1-8/+30
2024-10-03Merge tag 'vfs-6.12-rc2.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2024-10-03Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-01Documentation: add missing folio_queue entryChristian Brauner1-0/+1
2024-09-30Merge tag 'vfs-6.12-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+212
2024-09-30netfs: Add folio_queue API documentationDavid Howells1-0/+212
2024-09-29Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+9
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar2-0/+9
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+6
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2024-09-18Merge tag 'cgroup-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+107
2024-09-05Merge tag 'v6.11-rc6' into docs-mwJonathan Corbet1-1/+1
2024-09-04printf: remove %pGt supportMatthew Wilcox (Oracle)1-3/+1
2024-09-02Document/kexec: generalize crash hotplug descriptionSourabh Jain1-4/+6
2024-08-06workqueue: doc: Fix function name, remove markersNikita Shubin1-1/+1
2024-08-05cleanup: Add usage and style documentationDan Williams2-0/+9
2024-08-02Documentation: Fix the compilation errors in union_find.rstXavier2-1/+6
2024-07-31Union-Find: add a new module in kernel libraryXavier1-0/+102
2024-07-30docs/core-api: memory-allocation: GFP_NOWAIT doesn't need __GFP_NOWARNDave Martin1-2/+3
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+9
2024-07-19Merge tag 'docs-6.11' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2024-07-15irqdomain: Fix the kernel-doc and plug it into DocumentationJiri Slaby (SUSE)1-0/+2
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka1-2/+4
2024-07-04mm: remove page_mkclean()Kefeng Wang1-4/+4
2024-07-04mm: remove page_maybe_dma_pinned()Kefeng Wang1-6/+6
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka1-2/+4
2024-06-27docs: genericirq.rst: remove extra parenthesis in function definitionChih-Wei Chien1-1/+1
2024-05-27Documentation/core-api: correct reference to SWIOTLB_DYNAMICLukas Bulwahn1-1/+1
2024-05-23Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+79
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2-0/+322
2024-05-20arch: add ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2-0/+79
2024-05-13Merge tag 'docs-6.10' of git://git.lwn.net/linuxLinus Torvalds3-5/+25
2024-05-07docs:core-api: fixed typos and grammar in printk-index pageDennis Lam1-2/+2
2024-05-02Docs: typos/spellingRemington Brasga1-1/+1
2024-05-02Documentation/core-api: add swiotlb documentationMichael Kelley2-0/+322
2024-04-03Documentation/core-api: Update events_freezable_power references.Audra Mitchell1-3/+3
2024-04-02docs: dma: correct dma_set_mask() sample codeFrank Li1-2/+22
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-14/+29
2024-02-06workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo1-9/+5
2024-02-05workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo1-5/+24
2024-01-17Merge tag 'docs-6.8-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2024-01-12Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds3-3/+3
2024-01-11Documentation/core-api: fix spelling mistake in workqueueattreyee-muk1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+4
2024-01-04Documentation/core-api : fix typo in workqueueattreyee-muk1-1/+1
2023-12-11maple_tree: update the documentation of maple treePeng Zhang1-0/+4