Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-07x86/efi: EFI soft reservation to E820 enumerationDan Williams
2019-08-20resource: add a not device managed request_free_mem_region variantChristoph Hellwig
2019-07-15Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-07-02mm: factor out a devm_request_free_mem_region helperChristoph Hellwig
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig
2019-06-20x86/mm: Rework ioremap resource mapping determinationLianbo Jiang
2019-06-20x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVEDLianbo Jiang
2018-02-07kernel/resource: iomem_is_exclusive can be booleanYaowei Bai
2017-11-07x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2016-05-16PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfsAlex Williamson
2016-03-17Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-17Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-12PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYBjorn Helgaas
2016-03-09resource: Add remove_resource interfaceToshi Kani
2016-03-08PCI: Set ROM shadow location in arch code, not in PCI coreBjorn Helgaas
2016-01-30resource: Kill walk_iomem_res()Toshi Kani
2016-01-30resource: Add walk_iomem_res_desc()Toshi Kani
2016-01-30resource: Add I/O resource descriptorToshi Kani
2016-01-30resource: Add System RAM resource typeToshi Kani
2015-10-16ACPI/PCI: Enhance ACPI core to support sparse IO spaceJiang Liu
2015-04-16kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki
2014-09-05resources: Add device-managed request/release_resource()Thierry Reding
2014-08-09resource: provide new functions to walk through resourcesVivek Goyal
2014-02-27vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas
2014-02-27resource: Add resource_contains()Bjorn Helgaas
2013-04-30resource: add release_mem_region_adjustable()Toshi Kani
2012-09-11resources: Document IORESOURCE_IOMark Brown
2012-09-11resources: Add register address resource typeMark Brown
2012-05-07resources: add resource_overlaps()Wei Yang
2012-02-14PCI: Move struct resource_list to setup-bus.cYinghai Lu
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2011-07-30resources: Add lookup_resource()Geert Uytterhoeven
2011-07-26include/linux/ioport.h: new helper to define common struct resource constructsUwe Kleine-König
2010-12-17resources: add arch hook for preventing allocation in reserved areasBjorn Helgaas
2010-12-17Revert "resources: support allocating space within a region from the top down"Bjorn Helgaas
2010-10-27resources: support allocating space within a region from the top downBjorn Helgaas
2010-05-11resource: shared I/O region supportAlan Cox
2010-03-23resources: add interfaces that return conflict informationBjorn Helgaas
2010-03-15resource: add window supportBjorn Helgaas
2010-03-15resource: add bus number supportBjorn Helgaas
2010-03-15resource: expand IORESOURCE_TYPE_BITS to make room for bus resource typeBjorn Helgaas
2010-02-23resource: add release_child_resourcesYinghai Lu
2010-02-23resource/PCI: mark struct resource as constDominik Brodowski
2010-02-23resource/PCI: align functions now return start of resourceDominik Brodowski
2009-12-16resource: constify arg to resource_size() and resource_type()Jean Delvare
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki