aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/hpilo.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-30misc: hpilo: rename device creation loop variableGravatar Ian Abbott 1-4/+4
2024-01-30misc: hpilo: fix inconsistent device numbersGravatar Ian Abbott 1-1/+1
2023-08-11misc: hpilo: make ilo_class a static const structureGravatar Ivan Orlov 1-9/+9
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+0
2023-03-29misc: hpilo: remove unused is_device_reset functionGravatar Tom Rix 1-6/+0
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2021-06-04misc: hpilo: map iLO shared memory by PCI revision idGravatar Matt Hsiao 1-1/+9
2020-07-23misc: hpilo: avoid a useless memsetGravatar Christophe JAILLET 1-2/+0
2020-07-23misc: hpilo: switch from 'pci_' to 'dma_' APIGravatar Christophe JAILLET 1-3/+4
2020-07-14hpilo: Replace one-element array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-02-27misc: hpilo: Do not claim unsupported hardwareGravatar Matt Hsiao 1-0/+2
2019-02-27misc: hpilo: Exclude unsupported device via blacklistGravatar Matt Hsiao 1-3/+9
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+1
2017-12-07misc: hpilo: Use SPDX-License-IdentifierGravatar Dhaval Shah 1-4/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-08-28misc: hpilo: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2016-09-27drivers/misc/hpilo: Changes to support new security states in iLO5 FWGravatar Rusk, Mark 1-4/+13
2015-10-04misc: hpilo: Change e-mail address from hp.com to hpe.comGravatar Masanari Iida 1-2/+2
2015-10-04misc: hpilo: Add min and max value of module parameter in descriptionGravatar Masanari Iida 1-1/+1
2013-08-14drivers/misc/hpilo: Correct panic when an AUX iLO is detectedGravatar Mark Rusk 1-2/+2
2012-11-21misc: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-11-21drivers/misc: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-15misc: hpilo: ignore auxiliary HP iLO BMC'sGravatar Mark Rusk 1-4/+11
2012-09-26MISC: hpilo, remove pci_disable_deviceGravatar Jiri Slaby 1-2/+9
2012-06-14misc: hpilo: increase number of max supported channelsGravatar Camuso, Tony 1-12/+21
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+1
2010-10-22hpilo: Despecificate driver from iLO generationGravatar dann frazier 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-09hpilo: fix pointer warning in ilo_ccb_setupGravatar Prarit Bhargava 1-8/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-09-15hpilo: add poll f_opGravatar David Altobelli 1-1/+41
2009-09-15hpilo: add interrupt handlerGravatar David Altobelli 1-44/+94
2009-09-15hpilo: staging for interrupt handlingGravatar David Altobelli 1-47/+73
2009-04-01hpilo: reduce frequency of IO operationsGravatar David Altobelli 1-3/+3
2009-02-27hpilo: new pci deviceGravatar David Altobelli 1-1/+2
2009-02-05hpilo: open/close fixGravatar David Altobelli 1-3/+3
2009-01-29hpilo: increment versionGravatar David Altobelli 1-1/+1
2008-07-21HP iLO driverGravatar David Altobelli 1-0/+768