aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/probe_roms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06x86/kernel: Validate ROM memory before accessing when SEV-SNP is activeBrijesh Singh1-1/+12
2021-10-18x86/pci/probe_roms: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-1/+1
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds1-2/+2
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-10/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2012-09-05x86/pci/probe_roms: Add missing __iomem annotation to pci_map_biosrom()Mathias Krause1-1/+1
2012-03-08x86: Include probe_roms.h in probe_roms.cJan Beulich1-0/+1
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-2/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-03-15x86: Introduce pci_map_biosrom()Dan Williams1-0/+267