aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_poweroff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18ipmi: Use more common logging stylesJoe Perches1-37/+30
2018-04-18ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard1-16/+16
2018-03-27ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller1-0/+21
2018-03-06ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculationColin Ian King1-2/+1
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard1-21/+1
2017-11-02Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux into for-nextCorey Minyard1-1/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-09-27IPMI: make ipmi_poweroff_handler constBhumika Goyal1-1/+1
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-1/+1
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman1-6/+3
2009-09-21trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.cPeter Huewe1-2/+2
2008-04-29ipmi: fix return from atca_oem_poweroff_hookAdrian Bunk1-1/+1
2008-04-29IPMI: Style fixes in the misc codeCorey Minyard1-90/+94
2008-04-29ipmi: run to completion fixesCorey Minyard1-4/+16
2007-07-16drivers/char/ipmi/ipmi_poweroff.c: lower printk severityDan Aloni1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: ipmi: remove unnecessary insert_at_head flagEric W. Biederman1-1/+1
2006-12-10[PATCH] IPMI: remove zero initsRandy Dunlap1-3/+3
2006-12-07[PATCH] IPMI: fix PROC_FS=n warningsRandy Dunlap1-1/+1
2006-12-07[PATCH] IPMI: add pigeonpoint poweroffCorey Minyard1-1/+51
2006-12-07[PATCH] IPMI: Allow hot system interface removeCorey Minyard1-12/+48
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-31[PATCH] IPMI: tidy up various thingsCorey Minyard1-1/+1
2006-03-26[PATCH] ipmi: add full sysfs supportCorey Minyard1-1/+1
2006-03-24[PATCH] remove ipmi pm_power_off redefinitionOlaf Hering1-3/+1
2006-01-10[PATCH] ipmi: fix compile errors with PROC_FS=nAdrian Bunk1-0/+3
2005-11-07[PATCH] ipmi: poweroff cleanupsCorey Minyard1-3/+1
2005-09-28[PATCH] Add IPMI poweroff control to sysfsCorey Minyard1-1/+1
2005-09-07[PATCH] ipmi poweroff: fix chassis controlCorey Minyard1-74/+58
2005-09-07[PATCH] ipmi: style cleanupsCorey Minyard1-1/+1
2005-09-07[PATCH] ipmi: add hacks for IPMI chassis poweroff for certain Dell serversCorey Minyard1-0/+24
2005-09-07[PATCH] ipmi: clean up versioning of the IPMI driverCorey Minyard1-3/+3
2005-06-24[PATCH] ipmi: use completions, not semaphores, in powerdown codeCorey Minyard1-12/+13
2005-06-24[PATCH] ipmi: add power cycle capabilityCorey Minyard1-9/+103
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+549