| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages | Tom Lendacky | 2017-11-07 | 1 | -0/+3 |
* | resource: Provide resource struct in resource walk callback | Tom Lendacky | 2017-11-07 | 1 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse | 2017-09-08 | 1 | -0/+1 |
* | mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory | Jérôme Glisse | 2017-09-08 | 1 | -0/+1 |
* | PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfs | Alex Williamson | 2016-05-16 | 1 | -0/+4 |
* | Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-03-16 | 1 | -0/+1 |
|\ |
|
| * | resource: Add remove_resource interface | Toshi Kani | 2016-03-09 | 1 | -0/+1 |
* | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-03-16 | 1 | -3/+1 |
|\ \
| |/
|/| |
|
| * | PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPY | Bjorn Helgaas | 2016-03-12 | 1 | -2/+0 |
| * | PCI: Set ROM shadow location in arch code, not in PCI core | Bjorn Helgaas | 2016-03-08 | 1 | -1/+1 |
* | | resource: Kill walk_iomem_res() | Toshi Kani | 2016-01-30 | 1 | -3/+0 |
* | | resource: Add walk_iomem_res_desc() | Toshi Kani | 2016-01-30 | 1 | -0/+3 |
* | | resource: Add I/O resource descriptor | Toshi Kani | 2016-01-30 | 1 | -0/+18 |
* | | resource: Add System RAM resource type | Toshi Kani | 2016-01-30 | 1 | -0/+11 |
|/ |
|
* | ACPI/PCI: Enhance ACPI core to support sparse IO space | Jiang Liu | 2015-10-16 | 1 | -0/+1 |
* | kernel/resource.c: remove deprecated __check_region() and friends | Jakub Sitnicki | 2015-04-15 | 1 | -8/+0 |
* | resources: Add device-managed request/release_resource() | Thierry Reding | 2014-09-04 | 1 | -0/+5 |
* | resource: provide new functions to walk through resources | Vivek Goyal | 2014-08-08 | 1 | -0/+6 |
* | vsprintf: Add support for IORESOURCE_UNSET in %pR | Bjorn Helgaas | 2014-02-26 | 1 | -1/+1 |
* | resource: Add resource_contains() | Bjorn Helgaas | 2014-02-26 | 1 | -0/+10 |
* | resource: add release_mem_region_adjustable() | Toshi Kani | 2013-04-29 | 1 | -0/+4 |
* | resources: Document IORESOURCE_IO | Mark Brown | 2012-09-11 | 1 | -1/+1 |
* | resources: Add register address resource type | Mark Brown | 2012-09-11 | 1 | -0/+1 |
* | resources: add resource_overlaps() | Wei Yang | 2012-05-07 | 1 | -0/+7 |
* | PCI: Move struct resource_list to setup-bus.c | Yinghai Lu | 2012-02-14 | 1 | -6/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2011-07-31 | 1 | -0/+1 |
|\ |
|
| * | resources: Add lookup_resource() | Geert Uytterhoeven | 2011-07-30 | 1 | -0/+1 |
* | | include/linux/ioport.h: new helper to define common struct resource constructs | Uwe Kleine-König | 2011-07-25 | 1 | -0/+30 |
|/ |
|
* | resources: add arch hook for preventing allocation in reserved areas | Bjorn Helgaas | 2010-12-17 | 1 | -0/+1 |
* | Revert "resources: support allocating space within a region from the top down" | Bjorn Helgaas | 2010-12-17 | 1 | -1/+0 |
* | resources: support allocating space within a region from the top down | Bjorn Helgaas | 2010-10-26 | 1 | -0/+1 |
* | resource: shared I/O region support | Alan Cox | 2010-05-11 | 1 | -1/+3 |
* | resources: add interfaces that return conflict information | Bjorn Helgaas | 2010-03-23 | 1 | -0/+2 |
* | resource: add window support | Bjorn Helgaas | 2010-03-14 | 1 | -0/+1 |
* | resource: add bus number support | Bjorn Helgaas | 2010-03-14 | 1 | -0/+1 |
* | resource: expand IORESOURCE_TYPE_BITS to make room for bus resource type | Bjorn Helgaas | 2010-03-14 | 1 | -8/+8 |
* | resource: add release_child_resources | Yinghai Lu | 2010-02-22 | 1 | -0/+1 |
* | resource/PCI: mark struct resource as const | Dominik Brodowski | 2010-02-22 | 1 | -1/+1 |
* | resource/PCI: align functions now return start of resource | Dominik Brodowski | 2010-02-22 | 1 | -2/+4 |
* | resource: constify arg to resource_size() and resource_type() | Jean Delvare | 2009-12-16 | 1 | -2/+2 |
* | walk system ram range | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -0/+4 |
* | PCI/x86: don't assume prefetchable ranges are 64bit | Yinghai Lu | 2009-06-11 | 1 | -0/+2 |
* | resources: fix parameter name and kernel-doc | Randy Dunlap | 2009-01-15 | 1 | -1/+2 |
* | resource: allow MMIO exclusivity for device drivers | Arjan van de Ven | 2009-01-07 | 1 | -3/+8 |
* | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-10-16 | 1 | -0/+1 |
|\ |
|
| *-----. | Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri... | Ingo Molnar | 2008-10-15 | 1 | -0/+1 |
| |\ \ \ \ |
|
| | | | * | | IO resources, x86: ioremap sanity check to catch mapping requests exceeding t... | Suresh Siddha | 2008-09-26 | 1 | -0/+1 |
* | | | | | | resource: add resource_type() and IORESOURCE_TYPE_BITS | Magnus Damm | 2008-10-16 | 1 | -1/+6 |
|/ / / / / |
|
* | | | | | Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D | Ingo Molnar | 2008-10-11 | 1 | -0/+3 |
|\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
|