summaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
2024-11-22docs: core-api/gfp_mask-from-fs-io: indicate that vmalloc supports GFP_NOFS/G...Pavel Tikhomirov1-9/+11
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+71
2024-11-20Merge tag 'wq-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+7
2024-11-20Merge tag 'docs-6.13' of git://git.lwn.net/linuxLinus Torvalds2-3/+3
2024-11-05Documentation/core-api: add min heap API introductionKuan-Wei Chiu2-0/+301
2024-10-28printf: Add print format (%pra) for struct rangeIra Weiny1-0/+13
2024-10-28Documentation/printf: struct resource add start == end special caseIra Weiny1-1/+6
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-8/+30
2024-10-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-8/+30
2024-10-17docs/core-api: swiotlb: fix typosEder Zulian1-2/+2
2024-10-14Documentation/protection-keys: add AArch64 to documentationJoey Gouly1-8/+30
2024-10-08workqueue: Adjust WQ_MAX_ACTIVE from 512 to 2048Chen Ridong1-2/+2
2024-10-08workqueue: doc: Add a note saturating the system_wq is not permittedChen Ridong1-0/+5
2024-10-07Documentation: core-api/cpuhotplug: Fix missing prefixLucas De Marchi1-1/+1
2024-10-03lib: packing: adjust definitions and implementation for arbitrary buffer lengthsVladimir Oltean1-0/+71
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-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-10-02move 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-03printf: remove %pGt supportMatthew Wilcox (Oracle)1-3/+1
2024-09-01Document/kexec: generalize crash hotplug descriptionSourabh Jain1-4/+6
2024-08-05workqueue: 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-30Union-Find: add a new module in kernel libraryXavier1-0/+102
2024-07-29docs/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-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+9
2024-07-18Merge 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-03mm: remove page_mkclean()Kefeng Wang1-4/+4
2024-07-03mm: 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-26docs: 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-22Merge 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-19arch: 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