summaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)Author
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig
2020-06-26docs: mm/gup: minor documentation updateSouptick Joarder
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds
2020-06-08docs: mm/gup: pin_user_pages.rst: add a "case 5"John Hubbard
2020-06-08mm/gup: update pin_user_pages.rst for "case 3" (mmu notifiers)John Hubbard
2020-06-08Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov
2020-06-03padata: document multithreaded jobsDaniel Jordan
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm: remove map_vm_rangeChristoph Hellwig
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-06-01Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-05-28x86/Kconfig: Update config and kernel doc for MPK feature on AMDBabu Moger
2020-05-20lib/vsprintf: Print time64_t in human readable formatAndy Shevchenko
2020-05-15docs: move the kref doc into the core-api bookMauro Carvalho Chehab
2020-05-15docs: add IRQ documentation at the core-api bookMauro Carvalho Chehab
2020-05-15docs: debugging-via-ohci1394.txt: add it to the core-api bookMauro Carvalho Chehab
2020-05-15docs: move DMA kAPI to Documentation/core-apiMauro Carvalho Chehab
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann
2020-05-05kobject: documentation: Fix erroneous function example in kobject doc.Qi Zheng
2020-04-21docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)
2020-04-20docs: pr_*() kerneldocs and basic printk docsRicardo CaƱuelo
2020-04-15docs: timekeeping: Use correct prototype for deprecated functionsChris Packham
2020-04-02mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)
2020-04-02mm: dump_page(): additional diagnostics for huge pinned pagesJohn Hubbard
2020-04-02mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard
2020-04-02mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard
2020-04-02mm/gup: track FOLL_PIN pagesJohn Hubbard
2020-03-10docs: move core-api/ioctl.rst to driver-api/Jonathan Corbet
2020-03-10docs: move gcc-plugins to the kbuild manualJonathan Corbet
2020-03-10docs: Organize core-api/index.rstJonathan Corbet
2020-03-02Documentation: kobject.txt has been moved to core-api/kobject.rstSameer Rahmani
2020-02-25docs/core-api: Add Fedora instructions for GCC pluginsMichael Ellerman
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-01-23Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2020-01-17XArray: Add xa_for_each_rangeMatthew Wilcox (Oracle)
2020-01-03Documentation: document ioctl interfaces betterArnd Bergmann
2019-12-11padata: update documentationDaniel Jordan
2019-12-06Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie
2019-12-04docs/core-api: Remove possibly confusing sub-headings from Bit OperationsMichael Ellerman
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-18docs: Add request_irq() documentationJonathan Corbet