index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
pci
Age
Commit message (
Expand
)
Author
2025-06-04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-05-27
Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2025-05-13
PM: sleep: Introduce pm_suspend_in_progress()
Rafael J. Wysocki
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-04-17
x86/PCI: Drop 'pci' suffix from intel_mid_pci.c
Andy Shevchenko
2025-04-14
x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>
Ingo Molnar
2025-04-14
x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-03-25
Merge tag 'for-linus-6.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-03-21
PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag
Roger Pau Monne
2025-02-27
x86/pci: Remove old STA2x11 support
Arnd Bergmann
2025-01-25
Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-01-15
PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1
Werner Sembach
2025-01-08
x86/amd_nb: Move SMN access code to a new amd_node driver
Mario Limonciello
2024-11-25
Merge branch 'pci/thunderbolt'
Bjorn Helgaas
2024-11-06
PCI: Detect and trust built-in Thunderbolt chips
Esther Shimanovich
2024-10-18
PCI: Remove unused PCI_SUBTRACTIVE_DECODE
Ilpo Järvinen
2024-08-21
x86/PCI: Check pcie_find_root_port() return for NULL
Samasth Norway Ananda
2024-07-15
Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-06-24
x86/pci/xen: Fix PCIBIOS_* return code handling
Ilpo Järvinen
2024-06-24
x86/pci/intel_mid_pci: Fix PCIBIOS_* return code handling
Ilpo Järvinen
2024-05-28
x86/PCI: Switch to new Intel CPU model defines
Tony Luck
2024-05-21
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-16
Merge branch 'pci/misc'
Bjorn Helgaas
2024-05-16
x86/pci: Skip early E820 check for ECAM region
Bjorn Helgaas
2024-05-08
x86/pci/ce4100: Remove unused 'struct sim_reg_op'
Dr. David Alan Gilbert
2024-05-03
x86/pci: Remove OLPC dead code
Kunwu Chan
2024-02-29
PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge
Daniel Drake
2024-01-17
Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-15
Merge branch 'pci/enumeration'
Bjorn Helgaas
2023-12-10
x86: sta2x11: include header for sta2x11_get_instance() prototype
Arnd Bergmann
2023-12-05
x86/pci: Reorder pci_mmcfg_arch_map() definition before calls
Bjorn Helgaas
2023-12-05
x86/pci: Return pci_mmconfig_add() failure early
Bjorn Helgaas
2023-12-05
x86/pci: Comment pci_mmconfig_insert() obscure MCFG dependency
Bjorn Helgaas
2023-12-05
x86/pci: Rename pci_mmcfg_check_reserved() to pci_mmcfg_reserved()
Bjorn Helgaas
2023-12-05
x86/pci: Rename acpi_mcfg_check_entry() to acpi_mcfg_valid_entry()
Bjorn Helgaas
2023-12-05
x86/pci: Rename 'MMCONFIG' to 'ECAM', use pr_fmt
Bjorn Helgaas
2023-12-05
x86/pci: Add MCFG debug logging
Bjorn Helgaas
2023-12-05
x86/pci: Reword ECAM EfiMemoryMappedIO logging to avoid 'reserved'
Bjorn Helgaas
2023-12-05
x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS
Bjorn Helgaas
2023-12-01
x86/pci: Clean up open-coded PCIBIOS return code mangling
Ilpo Järvinen
2023-10-06
x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4
Mario Limonciello
2023-08-30
Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-08-30
Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-08-18
range.h: Move resource API and constant to respective files
Andy Shevchenko
2023-08-09
x86/apic: Rename disable_apic
Thomas Gleixner
2023-07-13
x86/PCI: Use struct_size() in pirq_convert_irt_table()
Christophe JAILLET
2023-06-26
Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
[next]