aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Gravatar Linus Torvalds 1-8/+0
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Gravatar Linus Torvalds 1-0/+8
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-9/+9
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+17
2022-03-22mm: document and polish read-ahead codeGravatar NeilBrown 1-2/+17
2022-03-21mm: Make compound_pincount always availableGravatar Matthew Wilcox (Oracle) 1-9/+9
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Gravatar Halil Pasic 1-8/+0
2022-02-14swiotlb: fix info leak with DMA_FROM_DEVICEGravatar Halil Pasic 1-0/+8
2022-01-27Documentation: core-api: entry: Add comments about nestingGravatar Nicolas Saenz Julienne 1-0/+18
2022-01-27Documentation: Fill the gaps about entry/noinstr constraintsGravatar Thomas Gleixner 2-0/+269
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxGravatar Linus Torvalds 1-0/+1
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-9/+7
2022-01-07kobject documentation: remove default_attrs informationGravatar Greg Kroah-Hartman 1-3/+2
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGravatar Greg Kroah-Hartman 1-4/+3
2021-12-27driver core: make kobj_type constant.Gravatar Wedson Almeida Filho 1-2/+2
2021-12-16block: Add bio_for_each_folio_all()Gravatar Matthew Wilcox (Oracle) 1-0/+1
2021-11-29block: remove blk-exec.cGravatar Christoph Hellwig 1-3/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+0
2021-11-06mm/memory_hotplug: remove HIGHMEM leftoversGravatar David Hildenbrand 1-3/+0
2021-11-02Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-4/+17
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+0
2021-11-01vsprintf: Update %pGp documentation about that it prints hex valueGravatar Petr Mladek 1-1/+1
2021-10-26irq: remove handle_domain_{irq,nmi}()Gravatar Mark Rutland 1-3/+0
2021-10-25workqueue: doc: Call out the non-reentrance conditionsGravatar Boqun Feng 1-4/+17
2021-10-18mm: Add flush_dcache_folio()Gravatar Matthew Wilcox (Oracle) 1-0/+6
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Gravatar Matthew Wilcox (Oracle) 1-0/+2
2021-09-27mm/lru: Add folio LRU functionsGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-09-27mm: Add folio reference count functionsGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-09-27mm: Introduce struct folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-09-24Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Thomas Gleixner 1-2/+3
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-99/+480
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+3
2021-09-11Documentation: core-api/cpuhotplug: Rewrite the API sectionGravatar Thomas Gleixner 1-99/+480
2021-09-07block: move fs/block_dev.c to block/bdev.cGravatar Christoph Hellwig 1-0/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-49/+37
2021-09-03mm: remove flush_kernel_dcache_pageGravatar Christoph Hellwig 1-49/+37
2021-09-03Documentation: Fix irq-domain.rst build warningGravatar Marc Zyngier 1-2/+3
2021-09-01Merge tag 'docs-5.15' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-14/+25
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+1
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+25
2021-08-28Documentation: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-1/+1
2021-08-12Documentation: Update irq_domain.rst with new lookup APIsGravatar Marc Zyngier 1-3/+25
2021-07-26printk: Move the printk() kerneldoc comment to its new homeGravatar Jonathan Corbet 1-4/+1
2021-07-25docs: printk-formats: fix build warningGravatar Ioana Ciornei 1-0/+1
2021-07-15docs/core-api: Modify document layoutGravatar Yanteng Si 1-14/+24
2021-07-08module: add printk formats to add module build ID to stacktracesGravatar Stephen Boyd 1-0/+11
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+2
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerGravatar Andy Shevchenko 1-5/+2
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0