Age | Commit message (Expand) | Author | Files | Lines |
2019-11-07 | x86/efi: EFI soft reservation to E820 enumeration | Dan Williams | 1 | -0/+1 |
2019-08-20 | resource: add a not device managed request_free_mem_region variant | Christoph Hellwig | 1 | -0/+2 |
2019-07-15 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -2/+3 |
2019-07-02 | mm: factor out a devm_request_free_mem_region helper | Christoph Hellwig | 1 | -0/+2 |
2019-07-02 | mm: remove MEMORY_DEVICE_PUBLIC support | Christoph Hellwig | 1 | -1/+0 |
2019-06-20 | x86/mm: Rework ioremap resource mapping determination | Lianbo Jiang | 1 | -0/+9 |
2019-06-20 | x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVED | Lianbo Jiang | 1 | -0/+1 |
2018-02-07 | kernel/resource: iomem_is_exclusive can be boolean | Yaowei Bai | 1 | -1/+1 |
2017-11-07 | x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages | Tom Lendacky | 1 | -0/+3 |
2017-11-07 | resource: Provide resource struct in resource walk callback | Tom Lendacky | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-09 | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse | 1 | -0/+1 |
2017-09-09 | mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory | Jérôme Glisse | 1 | -0/+1 |
2016-05-16 | PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfs | Alex Williamson | 1 | -0/+4 |
2016-03-17 | Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2016-03-17 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+1 |
2016-03-12 | PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPY | Bjorn Helgaas | 1 | -2/+0 |
2016-03-09 | resource: Add remove_resource interface | Toshi Kani | 1 | -0/+1 |
2016-03-08 | PCI: Set ROM shadow location in arch code, not in PCI core | Bjorn Helgaas | 1 | -1/+1 |
2016-01-30 | resource: Kill walk_iomem_res() | Toshi Kani | 1 | -3/+0 |
2016-01-30 | resource: Add walk_iomem_res_desc() | Toshi Kani | 1 | -0/+3 |
2016-01-30 | resource: Add I/O resource descriptor | Toshi Kani | 1 | -0/+18 |
2016-01-30 | resource: Add System RAM resource type | Toshi Kani | 1 | -0/+11 |
2015-10-16 | ACPI/PCI: Enhance ACPI core to support sparse IO space | Jiang Liu | 1 | -0/+1 |
2015-04-16 | kernel/resource.c: remove deprecated __check_region() and friends | Jakub Sitnicki | 1 | -8/+0 |
2014-09-05 | resources: Add device-managed request/release_resource() | Thierry Reding | 1 | -0/+5 |
2014-08-09 | resource: provide new functions to walk through resources | Vivek Goyal | 1 | -0/+6 |
2014-02-27 | vsprintf: Add support for IORESOURCE_UNSET in %pR | Bjorn Helgaas | 1 | -1/+1 |
2014-02-27 | resource: Add resource_contains() | Bjorn Helgaas | 1 | -0/+10 |
2013-04-30 | resource: add release_mem_region_adjustable() | Toshi Kani | 1 | -0/+4 |
2012-09-11 | resources: Document IORESOURCE_IO | Mark Brown | 1 | -1/+1 |
2012-09-11 | resources: Add register address resource type | Mark Brown | 1 | -0/+1 |
2012-05-07 | resources: add resource_overlaps() | Wei Yang | 1 | -0/+7 |
2012-02-14 | PCI: Move struct resource_list to setup-bus.c | Yinghai Lu | 1 | -6/+0 |
2011-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 1 | -0/+1 |
2011-07-30 | resources: Add lookup_resource() | Geert Uytterhoeven | 1 | -0/+1 |
2011-07-26 | include/linux/ioport.h: new helper to define common struct resource constructs | Uwe Kleine-König | 1 | -0/+30 |
2010-12-17 | resources: add arch hook for preventing allocation in reserved areas | Bjorn Helgaas | 1 | -0/+1 |
2010-12-17 | Revert "resources: support allocating space within a region from the top down" | Bjorn Helgaas | 1 | -1/+0 |
2010-10-27 | resources: support allocating space within a region from the top down | Bjorn Helgaas | 1 | -0/+1 |
2010-05-11 | resource: shared I/O region support | Alan Cox | 1 | -1/+3 |
2010-03-23 | resources: add interfaces that return conflict information | Bjorn Helgaas | 1 | -0/+2 |
2010-03-15 | resource: add window support | Bjorn Helgaas | 1 | -0/+1 |
2010-03-15 | resource: add bus number support | Bjorn Helgaas | 1 | -0/+1 |
2010-03-15 | resource: expand IORESOURCE_TYPE_BITS to make room for bus resource type | Bjorn Helgaas | 1 | -8/+8 |
2010-02-23 | resource: add release_child_resources | Yinghai Lu | 1 | -0/+1 |
2010-02-23 | resource/PCI: mark struct resource as const | Dominik Brodowski | 1 | -1/+1 |
2010-02-23 | resource/PCI: align functions now return start of resource | Dominik Brodowski | 1 | -2/+4 |
2009-12-16 | resource: constify arg to resource_size() and resource_type() | Jean Delvare | 1 | -2/+2 |
2009-09-23 | walk system ram range | KAMEZAWA Hiroyuki | 1 | -0/+4 |