aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ioport.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26resources: support allocating space within a region from the top downBjorn Helgaas1-0/+1
2010-05-11resource: shared I/O region supportAlan Cox1-1/+3
2010-03-23resources: add interfaces that return conflict informationBjorn Helgaas1-0/+2
2010-03-14resource: add window supportBjorn Helgaas1-0/+1
2010-03-14resource: add bus number supportBjorn Helgaas1-0/+1
2010-03-14resource: expand IORESOURCE_TYPE_BITS to make room for bus resource typeBjorn Helgaas1-8/+8
2010-02-22resource: add release_child_resourcesYinghai Lu1-0/+1
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-2/+4
2009-12-16resource: constify arg to resource_size() and resource_type()Jean Delvare1-2/+2
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-0/+4
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu1-0/+2
2009-01-15resources: fix parameter name and kernel-docRandy Dunlap1-1/+2
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven1-3/+8
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-10-16resource: add resource_type() and IORESOURCE_TYPE_BITSMagnus Damm1-1/+6
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linusIngo Molnar1-0/+1
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar1-0/+3
2008-09-26IO resources, x86: ioremap sanity check to catch mapping requests exceeding the BAR sizesSuresh Siddha1-0/+1
2008-09-13include/linux/ioport.h: add missing macro argument for devm_release_* familyHiroshi DOYU1-2/+2
2008-09-04IO resources: add reserve_region_with_split()Yinghai Lu1-0/+3
2008-08-29Resource handling: add 'insert_resource_expand_to_fit()' functionLinus Torvalds1-0/+1
2008-07-30resource: add resource_size()Magnus Damm1-0/+4
2008-07-16PNP: support optional IRQ resourcesBjorn Helgaas1-0/+1
2008-07-16PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas1-0/+4
2008-06-11pnpacpi: fix IRQ flag decodingBjorn Helgaas1-3/+3
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky1-1/+4
2008-01-30x86: remove extern declarations for code, data, bss resourcesBernhard Walle1-0/+2
2007-10-16memory unplug: memory hotplug cleanupKAMEZAWA Hiroyuki1-3/+0
2007-04-28libata/IDE: remove combined mode quirkJeff Garzik1-1/+0
2007-02-09devres: device resource managementTejun Heo1-0/+20
2006-12-20PCI legacy resource fixRalf Baechle1-0/+3
2006-12-01Altix: Initial ACPI support - ROM shadowing.John Keller1-0/+1
2006-07-12[PATCH] The scheduled unexport of insert_resourceAdrian Bunk1-1/+1
2006-07-03[PATCH] PNPACPI: support shareable interruptsBjorn Helgaas1-0/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-11/+16
2006-06-27[PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki1-0/+3
2006-06-27[PATCH] 64bit resource: change resource core to use resource_size_tGreg Kroah-Hartman1-10/+13
2006-06-27[PATCH] 64bit resource: introduce resource_size_t for the start and end of struct resourceGreg Kroah-Hartman1-1/+3
2005-11-07[PATCH] __deprecated_for_modules: insert_resourceAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+127