summaryrefslogtreecommitdiffstats
path: root/drivers/pci/proc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-06PCI/AER: Remove unused parametersKeith Busch1-9/+5
2018-06-03PCI/AER: Decode Error Source Requester IDBjorn Helgaas1-7/+11
2018-06-03PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov1-24/+24
2018-06-03PCI/DPC: Use the generic pcie_do_fatal_recovery() pathOza Pawandeep2-20/+34
2018-06-03PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep3-8/+9
2018-06-03PCI/DPC: Disable ERR_NONFATAL handling by DPCOza Pawandeep2-2/+3
2018-06-03PCI/portdrv: Add generic pcie_port_find_device()Oza Pawandeep2-0/+24
2018-05-26PCI: Remove unused pcie_get_minimum_link()Bjorn Helgaas2-45/+0
2018-05-26ixgbe: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-46/+1
2018-05-26cxgb4: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-74/+1
2018-05-26bnxt_en: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-18/+1
2018-05-26bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-17/+6
2018-05-26PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig1-6/+9
2018-05-17PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep4-30/+49
2018-05-17PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep8-366/+398
2018-05-17PCI/AER: Rename error recovery interfaces to generic PCI namingOza Pawandeep1-8/+8
2018-05-17PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devicesOza Pawandeep3-33/+96
2018-05-17PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep4-28/+34
2018-05-16PCI/DPC: Clear interrupt status in interrupt handler top halfOza Pawandeep1-1/+4
2018-05-10PCI/AER: Add TLP header information to tracepointThomas Tai2-6/+20
2018-05-08PCI/AER: Unify error bit printing for native and CPER reportingAlexandru Gagniuc1-7/+9
2018-05-07PCI: Check whether bridges allow access to extended config spaceGilles Buloz2-0/+53
2018-04-27x86/PCI: Make pci=earlydump output neatAndy Shevchenko1-14/+5
2018-04-23PCI/ACPI: Request LTR control from platform before using itBjorn Helgaas4-1/+14
2018-04-18PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTRBjorn Helgaas1-0/+9
2018-04-16Linux 4.17-rc1v4.17-rc1Linus Torvalds1-2/+2
2018-04-14kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo5-4/+28
2018-04-14kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo4-32/+31
2018-04-14kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo2-34/+13
2018-04-14kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo1-22/+12
2018-04-14kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo1-46/+30
2018-04-14kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo1-97/+103
2018-04-14kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo3-61/+71
2018-04-14kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo1-16/+22
2018-04-14kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2-8/+13
2018-04-14kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo1-14/+0
2018-04-14include/linux/kexec.h: silence compile warningsPhilipp Rudo1-0/+2
2018-04-14kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro3-188/+201
2018-04-14x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro1-11/+7
2018-04-14x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferAKASHI Takahiro1-51/+31
2018-04-14x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()AKASHI Takahiro1-12/+12
2018-04-14x86: kexec_file: purge system-ram walking from prepare_elf64_headers()AKASHI Takahiro1-63/+58
2018-04-14kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro8-94/+71
2018-04-14kexec_file: make use of purgatory optionalAKASHI Takahiro3-0/+11
2018-04-14proc: revalidate misc dentriesAlexey Dobriyan1-1/+22
2018-04-14mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka1-1/+2
2018-04-14kexec: export PG_swapbacked to VMCOREINFOPetr Tesarik1-0/+1
2018-04-14ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers1-3/+20
2018-04-14mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann1-1/+5
2018-04-14mm/gup.c: document return valueMichael S. Tsirkin6-3/+17