aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+3
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-3/+3
2015-05-22ipmi/powernv: Convert to irq event interfaceAlistair Popple1-17/+22
2015-05-05ipmi: Fix multi-part message handlingCorey Minyard1-13/+38
2015-05-05ipmi: Add alert handling to SSIFCorey Minyard1-16/+116
2015-05-05ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai1-2/+1
2015-05-05ipmi: Report an error if ACPI _IFT doesn't existCorey Minyard1-1/+3
2015-05-05ipmi: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2015-05-05ipmi: Don't report err in the SI driver for SSIF devicesCorey Minyard1-2/+3
2015-05-05ipmi: Remove incorrect use of seq_has_overflowedJoe Perches3-5/+5
2015-05-05ipmi:ssif: Ignore spaces when comparing I2C adapter namesCorey Minyard1-3/+22
2015-05-05ipmi_ssif: Fix the logic on user-supplied addressesCorey Minyard1-1/+1
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+2
2015-04-10ipmi_ssif: Use interruptible completion for waiting in the threadCorey Minyard1-3/+5
2015-04-10ipmi/powernv: Fix minor locking bugAlistair Popple1-0/+1
2015-04-10ipmi: Handle BMCs that don't allow clearing the rcv irq bitCorey Minyard1-7/+102
2015-03-16char: constify of_device_id arrayFabian Frederick1-2/+2
2015-02-19ipmi: Fix a memory ordering issueCorey Minyard1-4/+10
2015-02-19ipmi: Remove uses of return value of seq_printfJoe Perches3-16/+26
2015-02-19ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai1-43/+17
2015-02-19ipmi: Free ipmi_recv_msg messages from the linked list on closeNicholas Krause1-1/+5
2015-02-19ipmi: avoid gcc warningArnd Bergmann1-8/+21
2015-02-19ipmi: Update timespec usage to timespec64John Stultz1-12/+13
2015-02-19ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz1-40/+21
2015-02-19drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause1-1/+0
2015-02-19char: ipmi: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2015-02-19ipmi: Remove a FIXME for slab conversionCorey Minyard1-1/+0
2014-12-30ipmi: Fix compile warning with tv_usecCorey Minyard1-1/+2
2014-12-21ipmi: Fix compile issue with isspace()Corey Minyard1-0/+1
2014-12-21ipmi: Finish cleanup of BMC attributesCorey Minyard1-29/+17
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-11ipmi: Check the BT interrupt enable periodicallyCorey Minyard1-2/+25
2014-12-11ipmi: Fix attention handling for system interfacesCorey Minyard1-15/+30
2014-12-11ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard1-96/+101
2014-12-11drivers/char/ipmi: Add powernv IPMI driverJeremy Kerr3-0/+317
2014-12-11ipmi: Add SMBus interface driver (SSIF)Corey Minyard3-0/+1879
2014-12-11ipmi: Remove the now unused priority from SMI senderCorey Minyard2-4/+3
2014-12-11ipmi: Remove the now unnecessary message queueCorey Minyard1-78/+34
2014-12-11ipmi: Make the message handler easier to use for SMI interfacesCorey Minyard1-40/+162
2014-12-11ipmi: Move message sending into its own functionCorey Minyard1-4/+9
2014-12-11ipmi: rename waiting_msgs to waiting_rcv_msgsCorey Minyard1-15/+16
2014-12-11ipmi: Fix handling of BMC flagsCorey Minyard1-37/+68
2014-12-11ipmi: Initialize BMC device attributesCorey Minyard1-0/+2
2014-12-11ipmi: Unregister previously registered driver in error casetrenn@suse.de1-0/+1
2014-12-11ipmi: Fix a bug in hot add/removeCorey Minyard1-1/+1
2014-12-11ipmi: Remove useless sysfs_name parametersCorey Minyard2-30/+5
2014-12-11ipmi: clean up the device handling for the bmc deviceCorey Minyard1-193/+92
2014-12-11ipmi: Move the address source to string to ipmi-generic codeCorey Minyard2-7/+15
2014-12-11ipmi: Ignore SSIF in the PNP handlingCorey Minyard1-0/+5
2014-10-20char: ipmi: drop owner assignment from platform_driversWolfram Sang1-1/+0