Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9ca9be2b09ea1b5289b936e917c8a93119a65736
/
drivers
/
char
/
ipmi
1d86e29
ipmi: Fix a memory ordering issue
by Corey Minyard
· 10 years ago
d6c5dc1
ipmi: Remove uses of return value of seq_printf
by Joe Perches
· 10 years ago
2d06a0c
ipmi: Use is_visible callback for conditional sysfs entries
by Takashi Iwai
· 10 years ago
bdf2829
ipmi: Free ipmi_recv_msg messages from the linked list on close
by Nicholas Krause
· 10 years ago
191cc41
ipmi: avoid gcc warning
by Arnd Bergmann
· 10 years ago
48862ea2
ipmi: Update timespec usage to timespec64
by John Stultz
· 10 years ago
f93aae9
ipmi: Cleanup DEBUG_TIMING ifdef usage
by John Stultz
· 10 years ago
31013fa
drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.c
by Nicholas Krause
· 10 years ago
bb82d90
char: ipmi: Remove obsolete cleanup for clientdata
by Wolfram Sang
· 10 years ago
2fcaf60
ipmi: Remove a FIXME for slab conversion
by Corey Minyard
· 10 years ago
1421c93
ipmi: Fix compile warning with tv_usec
by Corey Minyard
· 10 years ago
e3fe142
ipmi: Fix compile issue with isspace()
by Corey Minyard
· 10 years ago
9c63331
ipmi: Finish cleanup of BMC attributes
by Corey Minyard
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
95c97b5
ipmi: Check the BT interrupt enable periodically
by Corey Minyard
· 10 years ago
a8df150
ipmi: Fix attention handling for system interfaces
by Corey Minyard
· 10 years ago
d9b7e4f
ipmi: Periodically check to see if irqs and messages are set right
by Corey Minyard
· 10 years ago
6a11e5c
drivers/char/ipmi: Add powernv IPMI driver
by Jeremy Kerr
· 10 years ago
2593070
ipmi: Add SMBus interface driver (SSIF)
by Corey Minyard
· 13 years ago
99ab32f
ipmi: Remove the now unused priority from SMI sender
by Corey Minyard
· 10 years ago
b874b98
ipmi: Remove the now unnecessary message queue
by Corey Minyard
· 10 years ago
7ea0ed2
ipmi: Make the message handler easier to use for SMI interfaces
by Corey Minyard
· 10 years ago
7f4a1c8
ipmi: Move message sending into its own function
by Corey Minyard
· 10 years ago
65be754
ipmi: rename waiting_msgs to waiting_rcv_msgs
by Corey Minyard
· 10 years ago
968bf7c
ipmi: Fix handling of BMC flags
by Corey Minyard
· 10 years ago
3d9e5df
ipmi: Initialize BMC device attributes
by Corey Minyard
· 10 years ago
80fad5b
ipmi: Unregister previously registered driver in error case
by trenn@suse.de
· 10 years ago
ceb51ca
ipmi: Fix a bug in hot add/remove
by Corey Minyard
· 10 years ago
5a0e10e
ipmi: Remove useless sysfs_name parameters
by Corey Minyard
· 10 years ago
16639eb
ipmi: clean up the device handling for the bmc device
by Corey Minyard
· 10 years ago
7e50387
ipmi: Move the address source to string to ipmi-generic code
by Corey Minyard
· 10 years ago
ab42bf2
ipmi: Ignore SSIF in the PNP handling
by Corey Minyard
· 10 years ago
394b3d0
char: ipmi: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
567eded
ipmi: Clear drvdata when interface is removed
by Takao Indoh
· 10 years ago
cc4cbe9
ipmi: work around gcc-4.9 build warning
by Arnd Bergmann
· 10 years ago
08dc416
ipmi/of: Don't use unavailable interfaces
by Benjamin Herrenschmidt
· 10 years ago
1f66842
ipmi: Clean up the error handling for channel config errors
by Corey Minyard
· 10 years ago
2fe5de9
Merge branch 'sched/urgent' into sched/core, to avoid conflicts
by Ingo Molnar
· 11 years ago
8698a74
sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE
by Dongsheng Yang
· 11 years ago
7aefac2
ipmi: boolify some things
by Corey Minyard
· 11 years ago
8998649
ipmi: Turn off all activity on an idle ipmi interface
by Corey Minyard
· 11 years ago
0dfe6e7
ipmi: Turn off default probing of interfaces
by Corey Minyard
· 11 years ago
eb6d78e
ipmi: Reset the KCS timeout when starting error recovery
by Corey Minyard
· 11 years ago
48e8ac2
ipmi: Fix a race restarting the timer
by Bodo Stroesser
· 11 years ago
a94cdd1
Char: ipmi_bt_sm, fix infinite loop
by Jiri Slaby
· 11 years ago
4c020b0
drivers/char: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
dfa1942
ipmi: Add missing rv in ipmi_parisc_probe()
by Geert Uytterhoeven
· 11 years ago
d02b370
ipmi: Cleanup error return
by Corey Minyard
· 11 years ago
e21404d
ipmi: fix timeout calculation when bmc is disconnected
by Xie XiuQi
· 11 years ago
ccb3368
ipmi: use USEC_PER_SEC instead of 1000000 for more meaningful
by Xie XiuQi
· 11 years ago
aa5b2ba
ipmi: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
fdbeb7d
BMC support for PARISC machines
by Thomas Bogendoerfer
· 11 years ago
a798e2d
Add MODULE_ALIAS for autoloading ipmi driver on ACPI systems
by Jordan_Hargrave@Dell.com
· 11 years ago
f0ba939
ipmi: Initialize locals to avoid warning
by Corey Minyard
· 11 years ago
fa7df37
ipmi: info leak in compat_ipmi_ioctl()
by Dan Carpenter
· 11 years ago
a151427
char: Convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
6368087
ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutex
by Benjamin LaHaise
· 11 years ago
0849bfe
ipmi: Improve error messages on failed irq enable
by Corey Minyard
· 11 years ago
a5f2b3d
drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflow
by Chen Gang
· 11 years ago
1b6b698
drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup
by Alexandru Gheorghiu
· 11 years ago
a8ca16e
proc: Supply a function to remove a proc entry by PDE
by David Howells
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
f2afae4
ipmi: add options to disable openfirmware and PCI scanning
by Corey Minyard
· 12 years ago
d941aea
ipmi: add new kernel options to prevent automatic ipmi init
by Corey Minyard
· 12 years ago
bcd2982
Drivers: char: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
39af33f
char: remove use of __devexit
by Bill Pemberton
· 12 years ago
0bbed20
char: remove use of __devinitdata
by Bill Pemberton
· 12 years ago
2223cbe
char: remove use of __devinit
by Bill Pemberton
· 12 years ago
b3834be
various: Fix spelling of "asynchronous" in comments.
by Adam Buchbinder
· 12 years ago
a6c16c2
IPMI: Detect register spacing on PCI interfaces
by Corey Minyard
· 12 years ago
9ebca93
IPMI: Fix some uninitialized warning
by Corey Minyard
· 12 years ago
18cb2ae5
char/ipmi: remove local ioctl defines replaced by generic ones
by Oskar Schirmer
· 12 years ago
afec8a7
PM / IPMI: Remove empty legacy PCI PM callbacks
by Rafael J. Wysocki
· 12 years ago
532bfc8
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
423a5bb
ipmi: use locks on watchdog timeout set on reboot
by Corey Minyard
· 13 years ago
f60adf4
ipmi: simplify locking
by Corey Minyard
· 13 years ago
895dcfd
ipmi: fix message handling during panics
by Corey Minyard
· 13 years ago
7adf579
ipmi: use a tasklet for handling received messages
by Corey Minyard
· 13 years ago
828dc9d
ipmi: increase KCS timeouts
by Matthew Garrett
· 13 years ago
b88e769
ipmi: decrease the IPMI message transaction time in interrupt mode
by Srinivas_Gowda
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
86a1e18
watchdog: nowayout is bool
by Wim Van Sebroeck
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
b75d91f
ipmi_watchdog: restore settings when BMC reset
by Corey Minyard
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
9c48f1c
x86, nmi: Wire up NMI handlers to new routines
by Don Zickus
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
0741273
ipmi: convert to seq_file interface
by Alexey Dobriyan
· 13 years ago
b1608d6
drivercore: revert addition of of_match to struct device
by Grant Likely
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
0dcf334
drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatch
by Sergey Senozhatsky
· 14 years ago
4c5811b
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
4c418ba
ipmi: Fix IPMI errors due to timing problems
by Doe, YiCheng
· 14 years ago
a1e9c9d
ipmi: convert OF driver to platform driver
by Rob Herring
· 14 years ago
d247852
char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver
by Corey Minyard
· 14 years ago
52cfd50
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 14 years ago
4b63bd3
Merge branch 'ipmi' into release
by Len Brown
· 14 years ago
Next »