- 9825b45 kernel/resource: iomem_is_exclusive can be boolean by Yaowei Bai · 7 years ago
- 0e4c12b x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages by Tom Lendacky · 7 years ago
- 1d2e733 resource: Provide resource struct in resource walk callback by Tom Lendacky · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
- 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
- 92efb1b PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfs by Alex Williamson · 9 years ago
- 8759957 Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
- d9c8bea PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPY by Bjorn Helgaas · 9 years ago
- ff3cc95 resource: Add remove_resource interface by Toshi Kani · 9 years ago
- 0c0e073 PCI: Set ROM shadow location in arch code, not in PCI core by Bjorn Helgaas · 9 years ago
- a8fc425 resource: Kill walk_iomem_res() by Toshi Kani · 9 years ago
- 3f33647 resource: Add walk_iomem_res_desc() by Toshi Kani · 9 years ago
- 43ee493 resource: Add I/O resource descriptor by Toshi Kani · 9 years ago
- 9babd5c resource: Add System RAM resource type by Toshi Kani · 9 years ago
- 91236ec ACPI/PCI: Enhance ACPI core to support sparse IO space by Jiang Liu · 9 years ago
- 96831c0a kernel/resource.c: remove deprecated __check_region() and friends by Jakub Sitnicki · 10 years ago
- 8d38821 resources: Add device-managed request/release_resource() by Thierry Reding · 10 years ago
- 8c86e70 resource: provide new functions to walk through resources by Vivek Goyal · 10 years ago
- d19cb80 vsprintf: Add support for IORESOURCE_UNSET in %pR by Bjorn Helgaas · 11 years ago
- 5edb93b resource: Add resource_contains() by Bjorn Helgaas · 11 years ago
- 825f787 resource: add release_mem_region_adjustable() by Toshi Kani · 12 years ago
- c04a9cb resources: Document IORESOURCE_IO by Mark Brown · 12 years ago
- 72dcb11 resources: Add register address resource type by Mark Brown · 12 years ago
- 74d24b2 resources: add resource_overlaps() by Wei Yang · 13 years ago
- 2934a0d PCI: Move struct resource_list to setup-bus.c by Yinghai Lu · 13 years ago
- 968e75f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
- 1c38891 resources: Add lookup_resource() by Geert Uytterhoeven · 14 years ago
- a0e44d4 include/linux/ioport.h: new helper to define common struct resource constructs by Uwe Kleine-König · 13 years ago
- fcb1191 resources: add arch hook for preventing allocation in reserved areas by Bjorn Helgaas · 14 years ago
- c0f5ac5 Revert "resources: support allocating space within a region from the top down" by Bjorn Helgaas · 14 years ago
- e7f8567 resources: support allocating space within a region from the top down by Bjorn Helgaas · 14 years ago
- 8b6d043 resource: shared I/O region support by Alan Cox · 15 years ago
- 66f1207 resources: add interfaces that return conflict information by Bjorn Helgaas · 15 years ago
- 9d7cca0 resource: add window support by Bjorn Helgaas · 15 years ago
- 0f4050c resource: add bus number support by Bjorn Helgaas · 15 years ago
- cd7e9fc resource: expand IORESOURCE_TYPE_BITS to make room for bus resource type by Bjorn Helgaas · 15 years ago
- 5eeec0e resource: add release_child_resources by Yinghai Lu · 15 years ago
- 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 15 years ago
- b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 15 years ago
- f65380c resource: constify arg to resource_size() and resource_type() by Jean Delvare · 15 years ago
- 908eedc walk system ram range by KAMEZAWA Hiroyuki · 15 years ago
- 1f82de1 PCI/x86: don't assume prefetchable ranges are 64bit by Yinghai Lu · 16 years ago
- 6ae301e resources: fix parameter name and kernel-doc by Randy Dunlap · 16 years ago
- e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
- e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- c9f6616 resource: add resource_type() and IORESOURCE_TYPE_BITS by Magnus Damm · 16 years ago
- 6b2ada8 Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus by Ingo Molnar · 16 years ago
- 0afe2db Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D by Ingo Molnar · 16 years ago
- 379daf6 IO resources, x86: ioremap sanity check to catch mapping requests exceeding the BAR sizes by Suresh Siddha · 16 years ago
- dea420c include/linux/ioport.h: add missing macro argument for devm_release_* family by Hiroshi DOYU · 16 years ago
- 268364a IO resources: add reserve_region_with_split() by Yinghai Lu · 16 years ago
- bef69ea Resource handling: add 'insert_resource_expand_to_fit()' function by Linus Torvalds · 16 years ago
- 1a4e564 resource: add resource_size() by Magnus Damm · 16 years ago
- d5ebde6 PNP: support optional IRQ resources by Bjorn Helgaas · 17 years ago
- 08c9f26 PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM by Bjorn Helgaas · 17 years ago
- e9fe9e1 pnpacpi: fix IRQ flag decoding by Bjorn Helgaas · 17 years ago
- 8845256 PCI: clean up resource alignment management by Ivan Kokshaysky · 17 years ago
- c9cce83 x86: remove extern declarations for code, data, bss resources by Bernhard Walle · 17 years ago
- 75884fb memory unplug: memory hotplug cleanup by KAMEZAWA Hiroyuki · 17 years ago
- 8cdfb29 libata/IDE: remove combined mode quirk by Jeff Garzik · 18 years ago
- 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
- fb0f2b4 PCI legacy resource fix by Ralf Baechle · 18 years ago
- a2302c6 Altix: Initial ACPI support - ROM shadowing. by John Keller · 18 years ago
- cd6ef2ad [PATCH] The scheduled unexport of insert_resource by Adrian Bunk · 19 years ago
- c32928c [PATCH] PNPACPI: support shareable interrupts by Bjorn Helgaas · 19 years ago
- 1903ac5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 19 years ago
- 2842f11 [PATCH] catch valid mem range at onlining memory by KAMEZAWA Hiroyuki · 19 years ago
- d75fc8b [PATCH] 64bit resource: change resource core to use resource_size_t by Greg Kroah-Hartman · 19 years ago
- cf7c712 [PATCH] 64bit resource: introduce resource_size_t for the start and end of struct resource by Greg Kroah-Hartman · 19 years ago
- 24622ef [PATCH] __deprecated_for_modules: insert_resource by Adrian Bunk · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago