summaryrefslogtreecommitdiff
path: root/include/linux/concap.h
AgeCommit message (Collapse)Author
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
Remove the "#ifdef __KERNEL__" tests from unexported header files in linux/include whose entire contents are wrapped in that preprocessor test. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2005-04-16Linux-2.6.12-rc2Linus Torvalds
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
it/drivers/pci/p2pdma.c?id=2b9f4bb2a4fb77da4862f9ddf5209de2bcdaa0c0'>PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe 2019-08-16PCI/P2PDMA: Whitelist some Intel host bridgesLogan Gunthorpe 2019-08-16PCI/P2PDMA: Factor out host_bridge_whitelist()Logan Gunthorpe 2019-08-16PCI/P2PDMA: Apply host bridge whitelist for ACSLogan Gunthorpe 2019-08-16PCI/P2PDMA: Factor out __upstream_bridge_distance()Logan Gunthorpe 2019-08-16PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()Logan Gunthorpe 2019-08-16PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap structLogan Gunthorpe 2019-08-16PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe 2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2019-07-12Merge branch 'pci/trivial'Bjorn Helgaas 2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas 2019-07-02PCI/P2PDMA: Fix missing check for dma_virt_opsLogan Gunthorpe 2019-07-02PCI/P2PDMA: use the dev_pagemap internal refcountChristoph Hellwig 2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig 2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig 2019-06-22Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2019-06-19PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is presentLogan Gunthorpe 2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams 2019-06-13PCI/P2PDMA: track pgmap references per resource, not globallyDan Williams 2019-06-13PCI/P2PDMA: fix the gen_pool_add_virt() failure pathDan Williams 2019-05-01PCI/P2PDMA: Allow P2P DMA between any devices under AMD ZEN Root ComplexChristian König 2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2018-12-28mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams 2018-12-11PCI/P2PDMA: Clean up documentation and kernel-docRandy Dunlap 2018-10-17PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpersLogan Gunthorpe 2018-10-17PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offsetLogan Gunthorpe 2018-10-17PCI/P2PDMA: Add sysfs group to display p2pmem statsLogan Gunthorpe 2018-10-10PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe