Age | Commit message (Expand) | Author | Files | Lines |
2024-01-30 | misc: hpilo: rename device creation loop variable | Ian Abbott | 1 | -4/+4 |
2024-01-30 | misc: hpilo: fix inconsistent device numbers | Ian Abbott | 1 | -1/+1 |
2023-08-11 | misc: hpilo: make ilo_class a static const structure | Ivan Orlov | 1 | -9/+9 |
2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+0 |
2023-03-29 | misc: hpilo: remove unused is_device_reset function | Tom Rix | 1 | -6/+0 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
2021-06-04 | misc: hpilo: map iLO shared memory by PCI revision id | Matt Hsiao | 1 | -1/+9 |
2020-07-23 | misc: hpilo: avoid a useless memset | Christophe JAILLET | 1 | -2/+0 |
2020-07-23 | misc: hpilo: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -3/+4 |
2020-07-14 | hpilo: Replace one-element array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2019-02-27 | misc: hpilo: Do not claim unsupported hardware | Matt Hsiao | 1 | -0/+2 |
2019-02-27 | misc: hpilo: Exclude unsupported device via blacklist | Matt Hsiao | 1 | -3/+9 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
2018-02-01 | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+1 |
2017-12-07 | misc: hpilo: Use SPDX-License-Identifier | Dhaval Shah | 1 | -4/+1 |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
2017-08-28 | misc: hpilo: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2016-09-27 | drivers/misc/hpilo: Changes to support new security states in iLO5 FW | Rusk, Mark | 1 | -4/+13 |
2015-10-04 | misc: hpilo: Change e-mail address from hp.com to hpe.com | Masanari Iida | 1 | -2/+2 |
2015-10-04 | misc: hpilo: Add min and max value of module parameter in description | Masanari Iida | 1 | -1/+1 |
2013-08-14 | drivers/misc/hpilo: Correct panic when an AUX iLO is detected | Mark Rusk | 1 | -2/+2 |
2012-11-21 | misc: remove use of __devinit | Bill Pemberton | 1 | -2/+2 |
2012-11-21 | drivers/misc: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-11-15 | misc: hpilo: ignore auxiliary HP iLO BMC's | Mark Rusk | 1 | -4/+11 |
2012-09-26 | MISC: hpilo, remove pci_disable_device | Jiri Slaby | 1 | -2/+9 |
2012-06-14 | misc: hpilo: increase number of max supported channels | Camuso, Tony | 1 | -12/+21 |
2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -1/+1 |
2010-10-22 | hpilo: Despecificate driver from iLO generation | dann frazier | 1 | -1/+1 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-08-09 | hpilo: fix pointer warning in ilo_ccb_setup | Prarit Bhargava | 1 | -8/+9 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-09-15 | hpilo: add poll f_op | David Altobelli | 1 | -1/+41 |
2009-09-15 | hpilo: add interrupt handler | David Altobelli | 1 | -44/+94 |
2009-09-15 | hpilo: staging for interrupt handling | David Altobelli | 1 | -47/+73 |
2009-04-01 | hpilo: reduce frequency of IO operations | David Altobelli | 1 | -3/+3 |
2009-02-27 | hpilo: new pci device | David Altobelli | 1 | -1/+2 |
2009-02-05 | hpilo: open/close fix | David Altobelli | 1 | -3/+3 |
2009-01-29 | hpilo: increment version | David Altobelli | 1 | -1/+1 |
2008-07-21 | HP iLO driver | David Altobelli | 1 | -0/+768 |