Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fd8c8d46ca9402c15383d2cf0bc3ee7740de3b62
/
drivers
/
char
/
ipmi
c7df670
sysfs: fix sysfs lockdep warning in ipmi code
by Greg Kroah-Hartman
· 15 years ago
2f95d51
ipmi: fix slave_addrs setting to actually work
by Bela Lubkin
· 15 years ago
ae74e82
ipmi: add parameter to limit CPU usage in kipmid
by Martin Wilck
· 15 years ago
27d0567
ACPI: fix ACPI=n allmodconfig build
by Ingo Molnar
· 15 years ago
288f02b
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 15 years ago
d1da96a
drivers/char/ipmi: Use KCS_IDLE_STATE
by Julia Lawall
· 15 years ago
1a544d2
Merge branch 'ipmi' into release
by Len Brown
· 15 years ago
9e368fa
ipmi: add PNP discovery (ACPI namespace via PNPACPI)
by Bjorn Helgaas
· 15 years ago
18a3e0b
ipmi: refer to table as "SPMI", not "ACPI"
by Bjorn Helgaas
· 15 years ago
ad49768
ipmi: remove unused PCI probe code
by Bjorn Helgaas
· 15 years ago
6d45611
sysctl: Drop & in front of every proc_handler.
by Eric W. Biederman
· 15 years ago
894d249
sysctl drivers: Remove dead binary sysctl support
by Eric W. Biederman
· 15 years ago
a99bbaf
headers: remove sched.h from poll.h
by Alexey Dobriyan
· 15 years ago
0e6b9e8
trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.c
by Peter Huewe
· 15 years ago
9de33df
ipmi: remove driver_data direct access of struct device
by Greg Kroah-Hartman
· 16 years ago
9a2845c
ipmi: fix ipmi_si modprobe hang
by Corey Minyard
· 15 years ago
4dec302
ipmi: add oem message handling
by dann frazier
· 16 years ago
25176ed
ipmi: fix statistics counting issues
by Corey Minyard
· 16 years ago
40112ae
ipmi: test for event buffer before using
by Corey Minyard
· 16 years ago
8b32b5d
ipmi: fix platform return check
by Corey Minyard
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
fe2d5ff
Fix platform drivers that crash on suspend/resume
by Darrick J. Wong
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
6c89161
ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_si
by Scott James Remnant
· 16 years ago
03457cd
device create: char: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
68e1ee6
powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
by Kumar Gala
· 16 years ago
a09f485
drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leak
by Andrew Morton
· 16 years ago
11c675c
ipmi/powerpc: Use linux/of_{device,platform}.h instead of asm
by Stephen Rothwell
· 16 years ago
47aa579
device create: char: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
3976df9
[PATCH] IPMI: return correct value from ipmi_write
by Mark Rustad
· 16 years ago
70b028b
ipmi: fasync BKL pushdown
by Jonathan Corbet
· 16 years ago
af96f01
ipmi-watchdog: BKL pushdown
by Arnd Bergmann
· 16 years ago
ecc3898
ipmi: cdev lock_kernel() pushdown
by Jonathan Corbet
· 16 years ago
3b7ec11
ipmi: support I/O resources in OF driver
by Nate Case
· 16 years ago
adf535e
ipmi: fix return from atca_oem_poweroff_hook
by Adrian Bunk
· 17 years ago
7400630
ipmi: make alloc_recv_msg static
by Adrian Bunk
· 17 years ago
fa68be0
ipmi: remove ->write_proc code
by Alexey Dobriyan
· 17 years ago
95c0ba8
ipmi: remove unused target and action in Makefile
by Denis Cheng
· 17 years ago
36c7dc4
IPMI: Style fixes in the misc code
by Corey Minyard
· 17 years ago
c305e3d
IPMI: Style fixes in the system interface code
by Corey Minyard
· 17 years ago
c70d749
ipmi: style fixes in the base code
by Corey Minyard
· 17 years ago
ba8ff1c
IPMI: Convert system interface defines to an enum
by Corey Minyard
· 17 years ago
64959e2
ipmi: convert locked counters to atomics in the system interface
by Corey Minyard
· 17 years ago
73f2bdb
IPMI: convert message handler defines to an enum
by Corey Minyard
· 17 years ago
b2655f2
ipmi: convert locked counters to atomics
by Konstantin Baydarov
· 17 years ago
f7caa1b
ipmi: update driver version
by Corey Minyard
· 17 years ago
87ebd06
ipmi: don't print event queue full on every event
by Corey Minyard
· 17 years ago
5956dce
ipmi: don't grab locks in run-to-completion mode
by Konstantin Baydarov
· 17 years ago
bda4c30
ipmi: run to completion fixes
by Corey Minyard
· 17 years ago
4ea1842
ipmi: hold ATTN until upper layer ready
by Corey Minyard
· 17 years ago
e381d1c
drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INIT
by Denis Cheng
· 17 years ago
bed9759
drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT
by Denis Cheng
· 17 years ago
783e6bc
[WATCHDOG] ipmi: add the standard watchdog timeout ioctls
by Corey Minyard
· 17 years ago
d8c9861
IPMI: add 0.9 support
by Corey Minyard
· 17 years ago
ac01915
IPMI: fix hotmod remove lock
by Corey Minyard
· 17 years ago
612b5a8
IPMI: new NMI handling
by Corey Minyard
· 17 years ago
fcfa472
IPMI: add polled interface
by Corey Minyard
· 17 years ago
f8fbcd3
IPMI: remove bogus semaphore from watchdog
by Corey Minyard
· 17 years ago
c45adc3
IPMI: don't init irq until ready
by Corey Minyard
· 17 years ago
3542ae4
Tweak /proc/ipmi removal
by Alexey Dobriyan
· 17 years ago
64a6f95
signedness: module_param_array nump argument
by Al Viro
· 17 years ago
07c015e
Convert from class_device to device in drivers/char
by tonyj@suse.de
· 17 years ago
e869086
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
1855256
drivers/firmware: const-ify DMI API and internals
by Jeff Garzik
· 17 years ago
0ce49a3
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
248bdd5
pci: fix unterminated pci_device_id lists
by Kees Cook
· 17 years ago
35438c4
Merge branch 'linux-2.6' into for-2.6.24
by Paul Mackerras
· 17 years ago
32d2198
IPMI: fix warning in ipmi_si_intf.c
by Mijo Safradin
· 17 years ago
9c25099
[POWERPC] Use of_get_property in ipmi code
by Stephen Rothwell
· 17 years ago
80cd692
ipmi: Fix mem leak in try_init_dmi()
by Jesper Juhl
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
8f14137
drivers/char/ipmi/ipmi_si_intf.c: lower printk severity
by Dan Aloni
· 17 years ago
e5fa499
drivers/char/ipmi/ipmi_poweroff.c: lower printk severity
by Dan Aloni
· 17 years ago
bcf6b4b
Use menuconfig objects II - IPMI
by Jan Engelhardt
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 years ago
faa8b6c
Revert "ipmi: add new IPMI nmi watchdog handling"
by Linus Torvalds
· 17 years ago
10fb62e
IPMI: Add PPC openfirmware unregister
by Christian Krafft
· 17 years ago
8fe1425
IPMI: fix SI address space settings
by Corey Minyard
· 17 years ago
e25df12
[S390] Kconfig: menus with depends on HAS_IOMEM.
by Martin Schwidefsky
· 17 years ago
79df3c1
no longer #include <asm/kdebug.h>
by Adrian Bunk
· 18 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
fca3b74
ipmi: add pci remove handling
by Corey Minyard
· 18 years ago
f64da95
ipmi: add new IPMI nmi watchdog handling
by Corey Minyard
· 18 years ago
ee6cd5f
ipmi: allow shared interrupts
by Corey Minyard
· 18 years ago
dba9b4f
ipmi: add powerpc openfirmware sensing
by Corey Minyard
· 18 years ago
4ff31d7
[PATCH] ipmi: check, if default ports are accessible on PPC
by Christian Krafft
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
bfe1a1e
[PATCH] sysctl: ipmi: remove unnecessary insert_at_head flag
by Eric W. Biederman
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
b653d081
[PATCH] proc: remove useless (and buggy) ->nlink settings
by Alexey Dobriyan
· 18 years ago
78ba2fa
[PATCH] IPMI: Fix some RCU problems
by Corey Minyard
· 18 years ago
15a58ed
ACPICA: Remove duplicate table definitions (non-conflicting), cont
by Alexey Starikovskiy
· 18 years ago
41c57a8
[PATCH] IPMI: fix timeout list handling
by David Barksdale
· 18 years ago
43cdff9
[PATCH] Fix IPMI watchdog set_param_str() using kstrdup
by Sebastien Dugué
· 18 years ago
1d5636c
[PATCH] IPMI: misc fixes
by Corey Minyard
· 18 years ago
0c8204b
[PATCH] IPMI: remove zero inits
by Randy Dunlap
· 18 years ago
7808841
[PATCH] struct path: convert ipmi
by Josef Sipek
· 18 years ago
1aa16ee
[PATCH] IPMI: fix PROC_FS=n warnings
by Randy Dunlap
· 18 years ago
5a1099b
[PATCH] IPMI: increase KCS message size
by Corey Minyard
· 18 years ago
Next »