summaryrefslogtreecommitdiffstats
path: root/drivers/misc/pvpanic
Commit message (Expand)AuthorAgeFilesLines
* pvpanic: Kill duplicate PCI_VENDOR_ID_REDHAT definitionAndy Shevchenko2024-01-041-1/+0
* pvpanic: Don't use "proxy" headersAndy Shevchenko2023-12-234-12/+17
* misc/pvpanic: deduplicate common codeThomas Weißschuh2023-10-184-122/+80
* misc/pvpanic: Convert regular spinlock into trylock on panic pathGuilherme G. Piccoli2022-04-291-2/+8
* pvpanic: Indentation fixes here and thereAndy Shevchenko2021-09-143-18/+12
* pvpanic: Fix typos in the commentsAndy Shevchenko2021-09-142-2/+2
* pvpanic: Keep single style across modulesAndy Shevchenko2021-09-142-10/+7
* misc/pvpanic: fix set driver dataMihai Carabas2021-08-271-0/+2
* misc/pvpanic-pci: Allow automatic loadingEric Auger2021-07-211-0/+2
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-054-53/+22
|\
| * misc/pvpanic: Remove some dead-codeChristophe JAILLET2021-06-091-3/+0
| * misc/pvpanic: Make 'pvpanic_probe()' resource managedChristophe JAILLET2021-05-274-42/+18
| * misc/pvpanic-mmio: Use GFP_KERNEL instead of GFP_ATOMICChristophe JAILLET2021-05-271-1/+1
| * misc/pvpanic-mmio: Fix error handling in 'pvpanic_mmio_probe()'Christophe JAILLET2021-05-271-2/+1
| * misc/pvpanic-pci: Use GFP_KERNEL instead of GFP_ATOMICChristophe JAILLET2021-05-271-1/+1
| * misc/pvpanic-pci: Fix error handling in 'pvpanic_pci_probe()'Christophe JAILLET2021-05-271-6/+3
* | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
|/
* misc/pvpanic: Make some symbols staticYueHaibing2021-04-021-2/+2
* misc/pvpanic: fix return value check in pvpanic_pci_probe()Qiheng Lin2021-04-021-2/+2
* misc/pvpanic: add PCI driverMihai Carabas2021-03-283-0/+134
* misc/pvpanic: probe multiple instancesMihai Carabas2021-03-283-39/+87
* misc/pvpanic: split-up generic and platform dependent codeMihai Carabas2021-03-285-0/+256