Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8732b298fa1cd266d8962d45109ba5cfa4212f37
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
b79bba1
ipmi: remove redundant initialization of bmc
by Colin Ian King
· 7 years ago
106a846
ipmi: Clean up some print operations
by Corey Minyard
· 7 years ago
95e300c
ipmi: Make the DMI probe into a generic platform probe
by Corey Minyard
· 7 years ago
55f91cb
ipmi: Make the IPMI proc interface configurable
by Corey Minyard
· 7 years ago
3fd32f9
ipmi: Convert IPMI GUID over to Linux guid_t
by Corey Minyard
· 7 years ago
31b0b07
ipmi: Rescan channel list on BMC changes
by Corey Minyard
· 7 years ago
5fdb1fb
ipmi: Move lun and address out of channel struct
by Corey Minyard
· 7 years ago
c0734bd
ipmi: Retry BMC registration on a failure
by Corey Minyard
· 7 years ago
b2cfd8a
ipmi: Rework device id and guid handling to catch changing BMCs
by Corey Minyard
· 7 years ago
c659ff3
ipmi: Use a temporary BMC for an interface
by Corey Minyard
· 7 years ago
28f26ac
ipmi: Dynamically fetch GUID periodically
by Corey Minyard
· 7 years ago
39d3fb4
ipmi: Always fetch the guid through ipmi_get_device_id()
by Corey Minyard
· 7 years ago
1e5058e
ipmi: Remove the device id from ipmi_register_smi()
by Corey Minyard
· 7 years ago
aa9c9ab
ipmi: allow dynamic BMC version information
by Jeremy Kerr
· 7 years ago
68e7e50
ipmi: Don't use BMC product/dev ids in the BMC name
by Corey Minyard
· 7 years ago
a9137c3
ipmi: Add a reference from BMC devices to their interfaces
by Jeremy Kerr
· 7 years ago
511d57d
ipmi: Get the device id through a function
by Corey Minyard
· 7 years ago
9b64a8b
ipmi: Fix printing the BMC guid
by Corey Minyard
· 7 years ago
a2cb600
ipmi: Rework BMC registration
by Corey Minyard
· 7 years ago
9ca15af
ipmi: Fix issues with BMC refcounts
by Corey Minyard
· 7 years ago
eae4a36
ipmi: Check that the device type is BMC when scanning device
by Corey Minyard
· 7 years ago
f33e4df
ipmi: Move bmc find routing to below bmc device type
by Corey Minyard
· 7 years ago
72630d9
ipmi: Fix getting the GUID data
by Corey Minyard
· 7 years ago
1c9f98d
ipmi: Make IPMI panic strings always available
by Corey Minyard
· 7 years ago
392a17b
ipmi: fix unsigned long underflow
by Corey Minyard
· 7 years ago
1e7a75f
char: ipmi: constify bmc_dev_attr_group and bmc_device_type
by Arvind Yadav
· 8 years ago
cdea465
ipmi: use rcu lock around call to intf->handlers->sender()
by Tony Camuso
· 8 years ago
210af2a
ipmi: make ipmi_usr_hndl const
by Corey Minyard
· 8 years ago
070cbd1
ipmi: create hardware-independent softdep for ipmi_devintf
by Martin Wilck
· 8 years ago
a24b5dd
ipmi: Fix sequence number handling
by Corey Minyard
· 8 years ago
bd85f4b3
ipmi: fix crash on reading version from proc after unregisted bmc
by Xie XiuQi
· 8 years ago
b07b58a
ipmi: remove trydefaults parameter and default init
by Tony Camuso
· 9 years ago
ae4ea9a
ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
by Junichi Nomura
· 9 years ago
99ee673
ipmi: constify some struct and char arrays
by LABBE Corentin
· 9 years ago
c49c097
ipmi: Don't call receive handler in the panic context
by Hidehiro Kawai
· 9 years ago
06e5e34
ipmi: Avoid touching possible corrupted lists in the panic context
by Hidehiro Kawai
· 9 years ago
82802f9
ipmi: Don't flush messages in sender() in run-to-completion mode
by Hidehiro Kawai
· 9 years ago
b0868dd
ipmi: Remove unneeded set_run_to_completion call
by Hidehiro Kawai
· 9 years ago
81d02b7
ipmi: Make some data const that was only read
by Corey Minyard
· 10 years ago
b2234ee
ipmi: Add a comment in how messages are delivered from the lower layer
by Corey Minyard
· 10 years ago
5e33cd0
ipmi: Remove incorrect use of seq_has_overflowed
by Joe Perches
· 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
191cc41
ipmi: avoid gcc warning
by Arnd Bergmann
· 10 years ago
2fcaf60
ipmi: Remove a FIXME for slab conversion
by Corey Minyard
· 10 years ago
9c63331
ipmi: Finish cleanup of BMC attributes
by Corey Minyard
· 10 years ago
99ab32f
ipmi: Remove the now unused priority from SMI sender
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
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
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
1f66842
ipmi: Clean up the error handling for channel config errors
by Corey Minyard
· 10 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
f0ba939
ipmi: Initialize locals to avoid warning
by Corey Minyard
· 11 years ago
1b6b698
drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup
by Alexandru Gheorghiu
· 12 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
b3834be
various: Fix spelling of "asynchronous" in comments.
by Adam Buchbinder
· 12 years ago
9ebca93
IPMI: Fix some uninitialized warning
by Corey Minyard
· 12 years ago
532bfc8
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 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
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
0741273
ipmi: convert to seq_file interface
by Alexey Dobriyan
· 14 years ago
16f4232
IPMI: Add one interface to get more info of low-level IPMI device
by Zhao Yakui
· 14 years ago
60ee6d5
ipmi: fix __init and __exit attribute locations
by Corey Minyard
· 14 years ago
279fbd0
ipmi: update driver to use dev_printk and its constructs
by Myron Stowe
· 15 years ago
ddac44b7
ipmi: change timeout and event poll to one second
by Corey Minyard
· 15 years ago
c7df670
sysfs: fix sysfs lockdep warning in ipmi code
by Greg Kroah-Hartman
· 15 years ago
a99bbaf
headers: remove sched.h from poll.h
by Alexey Dobriyan
· 15 years ago
9a2845c
ipmi: fix ipmi_si modprobe hang
by Corey Minyard
· 16 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
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
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
c70d749
ipmi: style fixes in the base code
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
e381d1c4
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
ac01915
IPMI: fix hotmod remove lock
by Corey Minyard
· 17 years ago
fcfa472
IPMI: add polled interface
by Corey Minyard
· 17 years ago
3542ae4
Tweak /proc/ipmi removal
by Alexey Dobriyan
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 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
Next »