Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d82924c3b8d0607094b94fab290a33c5ad7d586c
/
drivers
/
char
/
ipmi
/
ipmi_si_intf.c
dd3535b
ipmi: Change to ktime_get_ts64()
by Arnd Bergmann
· 7 years ago
25880f7
ipmi: Use more common logging styles
by Joe Perches
· 7 years ago
2512e40
ipmi: Rework SMI registration failure
by Corey Minyard
· 6 years ago
2068db5
ipmi: Cleanup oops on initialization failure
by Corey Minyard
· 7 years ago
163475e
ipmi: Remove the proc interface
by Corey Minyard
· 7 years ago
93c303d
ipmi_si: Clean up shutdown a bit
by Corey Minyard
· 7 years ago
57bccb4
ipmi_si: Rename intf_num to si_num
by Corey Minyard
· 7 years ago
0fbecb4
ipmi: Remove smi->intf checks
by Corey Minyard
· 7 years ago
6a0d23e
ipmi: ipmi_unregister_smi() cannot fail, have it return void
by Corey Minyard
· 7 years ago
7960f18
ipmi_si: Convert over to a shutdown handler
by Corey Minyard
· 7 years ago
a567b62
ipmi: Change ipmi_smi_t to struct ipmi_smi *
by Corey Minyard
· 7 years ago
532ed92
ipmi: missing error code in try_smi_init()
by Dan Carpenter
· 7 years ago
71404a2
ipmi: Consolidate cleanup code
by Corey Minyard
· 7 years ago
da18e2c
ipmi: Remove some unnecessary initializations
by Corey Minyard
· 7 years ago
cc095f0
ipmi: Fix some error cleanup issues
by Corey Minyard
· 7 years ago
243ac21
ipmi: Add or fix SPDX-License-Identifier in all files
by Corey Minyard
· 7 years ago
bd1c06a
ipmi: Clear smi_info->thread to prevent use-after-free during module unload
by Masamitsu Yamazaki
· 7 years ago
174134a
ipmi_si: Fix error handling of platform device
by Corey Minyard
· 7 years ago
bfb529e
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 7 years ago
4f7f555
ipmi: Stop timers before cleaning up the module
by Masamitsu Yamazaki
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
d7e17fe
ipmi_si: Delete an error message for a failed memory allocation in try_smi_init()
by Markus Elfring
· 7 years ago
c0a32fe
ipmi_si: fix memory leak on new_smi
by Colin Ian King
· 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
3dd377b
ipmi_si: Add device attrs for the things in proc
by Corey Minyard
· 7 years ago
67f4fb0
ipmi_si: remove ipmi_smi_alloc() function
by Corey Minyard
· 7 years ago
58e2763
ipmi_si: Move port and mem I/O handling to their own files
by Corey Minyard
· 7 years ago
d1a6791
ipmi_si: Get rid of unused spacing and port fields
by Corey Minyard
· 7 years ago
c6f85a7
ipmi_si: Move PARISC handling to another file
by Corey Minyard
· 7 years ago
13d0b35
ipmi_si: Move PCI setup to another file
by Corey Minyard
· 7 years ago
9d70029
ipmi_si: Move platform device handling to another file
by Corey Minyard
· 7 years ago
7a45330
ipmi_si: Move hardcode handling to a separate file.
by Corey Minyard
· 7 years ago
44814ec
ipmi_si: Move the hotmod handling to another file.
by Corey Minyard
· 7 years ago
bb398a4
ipmi_si: Change ipmi_si_add_smi() to take just I/O info
by Corey Minyard
· 7 years ago
e1eeb7f
ipmi_si: Move io setup into io structure
by Corey Minyard
· 7 years ago
4f3e819
ipmi_si: Move irq setup handling into the io struct
by Corey Minyard
· 7 years ago
910840f
ipmi_si: Move some platform data into the io structure
by Corey Minyard
· 7 years ago
1e89a49
ipmi_si: Rename function to add smi, make it global
by Corey Minyard
· 7 years ago
1e5058e
ipmi: Remove the device id from ipmi_register_smi()
by Corey Minyard
· 7 years ago
c468f91
ipmi: Make ipmi_demangle_device_id more generic
by Jeremy Kerr
· 7 years ago
7e030d6
ipmi: Prefer ACPI system interfaces over SMBIOS ones
by Corey Minyard
· 7 years ago
b72fce5
char: ipmi: make function ipmi_get_info_from_resources static
by Colin Ian King
· 7 years ago
719c1b3
char: ipmi: eliminate misleading print info when being probed via ACPI
by Hanjun Guo
· 8 years ago
0618cdf
parisc/ipmi_si_intf: Fix section mismatches on parisc platform
by Helge Deller
· 7 years ago
9eb7888
Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 8 years ago
0944d88
ipmi: Convert DMI handling over to a platform device
by Corey Minyard
· 9 years ago
1adc910
ipmi: Use the proper default value for register size in ACPI
by Corey Minyard
· 8 years ago
291b38a
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 8 years ago
684497b
Annotate hardware config module parameters in drivers/char/ipmi/
by David Howells
· 8 years ago
3f724c4
ipmi_si: use smi_num for init_name
by Tony Camuso
· 8 years ago
9467171
ipmi: Pick up slave address from SMBIOS on an ACPI device
by Corey Minyard
· 8 years ago
bb2a08c
ipmi_si: Clean up printks
by Corey Minyard
· 8 years ago
1abf71e
Move platform device creation earlier in the initialization
by Corey Minyard
· 8 years ago
5ac7b2f
ipmi: Periodically check for events, not messages
by Corey Minyard
· 8 years ago
b07b58a
ipmi: remove trydefaults parameter and default init
by Tony Camuso
· 9 years ago
57a38f1
IPMI: reserve memio regions separately
by Corey Minyard
· 9 years ago
7682485
ipmi: Fix some minor coding style issues
by Corey Minyard
· 9 years ago
9f0257b3
ipmi: do not probe ACPI devices if si_tryacpi is unset
by Joe Lawrence
· 9 years ago
d9dffd2
ipmi_si: Avoid a wrong long timeout on transaction done
by Corey Minyard
· 9 years ago
f813655
ipmi_si: Fix module parameter doc names
by Corey Minyard
· 9 years ago
58c9d61
ipmi: put acpi.h with the other headers
by Tony Camuso
· 9 years ago
bb0dceb
ipmi: Remove unnecessary pci_disable_device.
by Dave Jones
· 9 years ago
99ee673
ipmi: constify some struct and char arrays
by LABBE Corentin
· 9 years ago
27f972d
ipmi: move timer init to before irq is setup
by Jan Stancek
· 9 years ago
66f4401
char: ipmi: Move MODULE_DEVICE_TABLE() to follow struct
by Luis de Bethencourt
· 9 years ago
314ef52
ipmi: Stop the timer immediately if idle
by Corey Minyard
· 9 years ago
0cfec91
ipmi: Start the timer and thread on internal msgs
by Corey Minyard
· 9 years ago
acbd9ae
ipmi: add of_device_id in MODULE_DEVICE_TABLE
by Brijesh Singh
· 9 years ago
d088289
ipmi: Compensate for BMCs that wont set the irq enable bit
by Corey Minyard
· 9 years ago
82802f9
ipmi: Don't flush messages in sender() in run-to-completion mode
by Hidehiro Kawai
· 9 years ago
e45361d
ipmi: Factor out message flushing procedure
by Hidehiro Kawai
· 9 years ago
81d02b7
ipmi: Make some data const that was only read
by Corey Minyard
· 10 years ago
a793089
ipmi: Delete an unnecessary check before the function call "cleanup_one_si"
by Markus Elfring
· 10 years ago
fedb25e
char:ipmi - Change 1 to true for bool type variables during initialization.
by Shailendra Verma
· 10 years ago
0fbcf4a
ipmi: Convert the IPMI SI ACPI handling to a platform device
by Corey Minyard
· 10 years ago
9f81270
ipmi: Fix a problem that messages are not issued in run_to_completion mode
by Hidehiro Kawai
· 10 years ago
a182a4b
ipmi: Report an error if ACPI _IFT doesn't exist
by Corey Minyard
· 10 years ago
b1e65e7
ipmi: Don't report err in the SI driver for SSIF devices
by Corey Minyard
· 10 years ago
5e33cd0
ipmi: Remove incorrect use of seq_has_overflowed
by Joe Perches
· 10 years ago
1fc1499
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
1e7d6a4
ipmi: Handle BMCs that don't allow clearing the rcv irq bit
by Corey Minyard
· 10 years ago
da2ff52
char: constify of_device_id array
by Fabian Frederick
· 10 years ago
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
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
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
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
968bf7c
ipmi: Fix handling of BMC flags
by Corey Minyard
· 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
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
Next »