aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/pvpanic (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29misc/pvpanic: Convert regular spinlock into trylock on panic pathGuilherme G. Piccoli1-2/+8
2021-09-14pvpanic: Indentation fixes here and thereAndy Shevchenko3-18/+12
2021-09-14pvpanic: Fix typos in the commentsAndy Shevchenko2-2/+2
2021-09-14pvpanic: Keep single style across modulesAndy Shevchenko2-10/+7
2021-08-27misc/pvpanic: fix set driver dataMihai Carabas1-0/+2
2021-07-21misc/pvpanic-pci: Allow automatic loadingEric Auger1-0/+2
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-53/+22
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-09misc/pvpanic: Remove some dead-codeChristophe JAILLET1-3/+0
2021-05-27misc/pvpanic: Make 'pvpanic_probe()' resource managedChristophe JAILLET4-42/+18
2021-05-27misc/pvpanic-mmio: Use GFP_KERNEL instead of GFP_ATOMICChristophe JAILLET1-1/+1
2021-05-27misc/pvpanic-mmio: Fix error handling in 'pvpanic_mmio_probe()'Christophe JAILLET1-2/+1
2021-05-27misc/pvpanic-pci: Use GFP_KERNEL instead of GFP_ATOMICChristophe JAILLET1-1/+1
2021-05-27misc/pvpanic-pci: Fix error handling in 'pvpanic_pci_probe()'Christophe JAILLET1-6/+3
2021-04-02misc/pvpanic: Make some symbols staticYueHaibing1-2/+2
2021-04-02misc/pvpanic: fix return value check in pvpanic_pci_probe()Qiheng Lin1-2/+2
2021-03-28misc/pvpanic: add PCI driverMihai Carabas3-0/+134
2021-03-28misc/pvpanic: probe multiple instancesMihai Carabas3-39/+87
2021-03-28misc/pvpanic: split-up generic and platform dependent codeMihai Carabas5-0/+256