| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: move ia64 architecture docs under Documentation/arch/ | Jonathan Corbet | 2023-04-10 | 1 | -1/+1 |
* | PCI/sysfs: Find shadow ROM before static attribute initialization | Bjorn Helgaas | 2022-01-26 | 1 | -2/+2 |
* | ia64: remove support for machvecs | Christoph Hellwig | 2019-08-16 | 2 | -5/+2 |
* | ia64: remove now unused machvec indirections | Christoph Hellwig | 2019-08-16 | 1 | -7/+6 |
* | docs: ia64: convert to ReST | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | dma-mapping: make the get_required_mask method available unconditionally | Christoph Hellwig | 2018-10-01 | 1 | -26/+0 |
* | PCI/MSI: Don't set up INTx if MSI or MSI-X is enabled | Bjorn Helgaas | 2018-03-13 | 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 |
* | PCI: Add a generic weak pcibios_align_resource() | Palmer Dabbelt | 2017-08-02 | 1 | -7/+0 |
* | ia64: Use generic pci_mmap_resource_range() | David Woodhouse | 2017-04-20 | 1 | -30/+0 |
* | ia64: Remove redundant checks for WC in pci_mmap_page_range() | David Woodhouse | 2017-04-20 | 1 | -16/+2 |
* | ia64: Remove redundant valid_mmap_phys_addr_range() from pci_mmap_page_range() | David Woodhouse | 2017-04-20 | 1 | -3/+0 |
* | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 2017-04-20 | 1 | -1/+2 |
* | PCI: Set ROM shadow location in arch code, not in PCI core | Bjorn Helgaas | 2016-03-08 | 1 | -6/+16 |
* | PCI: Mark shadow copy of VGA ROM as IORESOURCE_PCI_FIXED | Bjorn Helgaas | 2016-03-08 | 1 | -1/+2 |
* | ia64/PCI/ACPI: Use common interface to support PCI host bridge | Jiang Liu | 2015-10-16 | 1 | -187/+48 |
* | ia64/PCI: Use common struct resource_entry to replace struct iospace_resource | Jiang Liu | 2015-10-16 | 1 | -9/+8 |
* | ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge | Jiang Liu | 2015-10-16 | 1 | -221/+193 |
* | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code" | Bjorn Helgaas | 2015-09-15 | 1 | -2/+3 |
* | PCI: Call pci_read_bridge_bases() from core instead of arch code | Lorenzo Pieralisi | 2015-07-23 | 1 | -3/+2 |
* | PCI / ACPI: Do not set ACPI companions for host bridges with parents | Rafael J. Wysocki | 2015-05-28 | 1 | -3/+10 |
* | ia64/PCI: Treat all host bridge Address Space Descriptors (even consumers) as... | Bjorn Helgaas | 2015-04-21 | 1 | -4/+1 |
* | Merge branch 'acpica' | Rafael J. Wysocki | 2015-02-10 | 1 | -7/+7 |
|\ |
|
| * | ACPICA: Resources: Provide common part for struct acpi_resource_address struc... | Lv Zheng | 2015-01-26 | 1 | -7/+7 |
* | | ia64/PCI: Clip bridge windows to fit in upstream windows | Yinghai Lu | 2015-01-16 | 1 | -27/+21 |
|/ |
|
* | vgaarb: Don't default exclusively to first video device with mem+io | Bruno Prémont | 2014-09-16 | 1 | -23/+1 |
* | x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup() | Bruno Prémont | 2014-07-10 | 1 | -0/+22 |
* | ia64/PCI: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 1 | -3/+1 |
* | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2014-02-18 | 1 | -11/+14 |
|\ |
|
| * | ia64/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA device | Sander Eikelenboom | 2014-02-14 | 1 | -11/+14 |
* | | ia64: Remove acpi_get_pxm() usage | Bjorn Helgaas | 2014-02-03 | 1 | -8/+2 |
|/ |
|
* | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki | 2013-11-14 | 1 | -3/+3 |
* | PCI: Replace printks with appropriate pr_*() | Yijing Wang | 2013-06-18 | 1 | -6/+7 |
* | PCI/IA64: introduce probe_pci_root_info() to manage _CRS resource | Yijing Wang | 2013-06-18 | 1 | -43/+57 |
* | PCI/IA64: Add host bridge resource release for _CRS path | Yijing Wang | 2013-06-18 | 1 | -0/+9 |
* | PCI/IA64: fix memleak for create pci root bus fail | Jiang Liu | 2013-06-18 | 1 | -14/+60 |
* | PCI/IA64: Allocate pci_root_info instead of using stack | Yijing Wang | 2013-06-18 | 1 | -23/+35 |
* | PCI/IA64: embed pci hostbridge resources into pci_root_info | Yijing Wang | 2013-06-18 | 1 | -28/+37 |
* | ia64/PCI: Implement pcibios_{add|remove}_bus() hooks | Jiang Liu | 2013-04-12 | 1 | -0/+11 |
* | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-02-25 | 1 | -0/+8 |
|\ |
|
| * | ACPI / PCI: Set root bridge ACPI handle in advance | Rafael J. Wysocki | 2013-01-13 | 1 | -0/+8 |
* | | IA64: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 2 | -19/+14 |
|/ |
|
* | Merge branch 'pci/yinghai-misc' into next | Bjorn Helgaas | 2012-09-24 | 1 | -2/+1 |
|\ |
|
| * | ia64/PCI: Clear host bridge aperture struct resource | Yinghai Lu | 2012-09-21 | 1 | -2/+1 |
* | | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 2012-09-18 | 1 | -8/+0 |
* | | PCI: Discard __init annotations for pci_fixup_irqs() and related functions | Thierry Reding | 2012-09-18 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-07-30 | 1 | -2/+2 |
|\ |
|