index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
pci
/
mmconfig-shared.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/pci: Skip early E820 check for ECAM region
Bjorn Helgaas
2024-05-16
1
-11
/
+29
*
x86/pci: Return pci_mmconfig_add() failure early
Bjorn Helgaas
2023-12-05
1
-7
/
+8
*
x86/pci: Comment pci_mmconfig_insert() obscure MCFG dependency
Bjorn Helgaas
2023-12-05
1
-0
/
+4
*
x86/pci: Rename pci_mmcfg_check_reserved() to pci_mmcfg_reserved()
Bjorn Helgaas
2023-12-05
1
-4
/
+4
*
x86/pci: Rename acpi_mcfg_check_entry() to acpi_mcfg_valid_entry()
Bjorn Helgaas
2023-12-05
1
-7
/
+7
*
x86/pci: Rename 'MMCONFIG' to 'ECAM', use pr_fmt
Bjorn Helgaas
2023-12-05
1
-63
/
+48
*
x86/pci: Add MCFG debug logging
Bjorn Helgaas
2023-12-05
1
-5
/
+18
*
x86/pci: Reword ECAM EfiMemoryMappedIO logging to avoid 'reserved'
Bjorn Helgaas
2023-12-05
1
-8
/
+6
*
x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS
Bjorn Helgaas
2023-12-05
1
-1
/
+12
*
x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space
Bjorn Helgaas
2023-01-13
1
-0
/
+31
*
x86/pci: Simplify is_mmconf_reserved() messages
Bjorn Helgaas
2023-01-11
1
-6
/
+7
*
x86/pci: Return true/false (not 1/0) from bool functions
Yang Li
2021-05-28
1
-5
/
+5
*
sfi: Remove framework for deprecated firmware
Andy Shevchenko
2021-02-15
1
-3
/
+3
*
x86/pci: Fix the function type for check_reserved_t
Sami Tolvanen
2020-12-01
1
-2
/
+2
*
x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator
Joel Fernandes (Google)
2019-08-13
1
-2
/
+3
*
x86/jailhouse: Enable PCI mmconfig access in inmates
Otavio Pontes
2018-03-08
1
-2
/
+2
*
x86/pci: Simplify code by using the new dmi_get_bios_year() helper
Andy Shevchenko
2018-02-23
1
-7
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/boot/e820: Use bool in query APIs
Ingo Molnar
2017-01-28
1
-7
/
+7
*
x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"
Ingo Molnar
2017-01-28
1
-1
/
+1
*
x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...
Ingo Molnar
2017-01-28
1
-2
/
+2
*
x86/boot/e820: Move asm/e820.h to asm/e820/api.h
Ingo Molnar
2017-01-28
1
-1
/
+1
*
Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-02-11
1
-3
/
+3
|
\
|
*
ACPICA: Resources: Provide common part for struct acpi_resource_address struc...
Lv Zheng
2015-01-26
1
-3
/
+3
*
|
ACPI, EINJ: Enhance error injection tolerance level
Chen, Gong
2014-12-15
1
-0
/
+28
|
/
*
x86/PCI: Constify pci_mmcfg_probes[] array
Mathias Krause
2014-09-24
1
-1
/
+1
*
x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconst
Mathias Krause
2014-09-24
1
-10
/
+14
*
x86/PCI: Move __init annotation to the correct place
Mathias Krause
2014-09-24
1
-7
/
+7
*
SFI / ACPI: Fix warnings reported during builds with W=1
Lv Zheng
2013-12-07
1
-1
/
+0
*
Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero"
Bjorn Helgaas
2013-10-05
1
-1
/
+6
*
x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero
ethan.zhao
2013-07-26
1
-6
/
+1
*
x86, uv, uv3: Update ACPI Check to include SGI UV3
Mike Travis
2013-02-12
1
-2
/
+1
*
X86: drivers: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-04
1
-12
/
+9
*
arch/x86: Remove unecessary semicolons
Peter Senna Tschudin
2012-09-19
1
-1
/
+1
*
x86/PCI: use pr_level() to replace printk(KERN_LEVEL)
Jiang Liu
2012-06-22
1
-12
/
+9
*
x86/PCI: refine __pci_mmcfg_init() for better code readability
Jiang Liu
2012-06-22
1
-25
/
+21
*
x86/PCI: simplify pci_mmcfg_late_insert_resources()
Jiang Liu
2012-06-22
1
-26
/
+8
*
x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplug
Jiang Liu
2012-06-22
1
-4
/
+105
*
x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtime
Jiang Liu
2012-06-22
1
-36
/
+68
*
x86/PCI: use RCU list to protect mmconfig list
Jiang Liu
2012-06-22
1
-6
/
+12
*
x86/PCI: split out pci_mmconfig_alloc() for code reuse
Jiang Liu
2012-06-22
1
-4
/
+15
*
x86/PCI: split out pci_mmcfg_check_reserved() for code reuse
Jiang Liu
2012-06-22
1
-26
/
+25
*
x66, UV: Enable 64-bit ACPI MFCG support for SGI UV2 platform
Jack Steiner
2011-06-03
1
-1
/
+2
*
x86/PCI: derive pcibios_last_bus from ACPI MCFG
Jan Beulich
2011-05-21
1
-0
/
+10
*
x86/PCI: MMCONFIG: fix region end calculation
Bjorn Helgaas
2010-10-18
1
-3
/
+1
*
x86/PCI: make ACPI MCFG reserved error messages ACPI specific
Feng Tang
2010-05-19
1
-8
/
+9
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
x86/PCI: Prevent mmconfig memory corruption
Thomas Gleixner
2010-02-25
1
-11
/
+6
*
x86/PCI: MMCONFIG: add lookup function
Bjorn Helgaas
2009-11-25
1
-0
/
+12
*
x86/PCI: MMCONFIG: clean up printks
Bjorn Helgaas
2009-11-25
1
-25
/
+21
[next]