Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8732b298fa1cd266d8962d45109ba5cfa4212f37
/
drivers
/
char
/
ipmi
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
93f30c7
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
6363b3f
Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
24219d2
ipmi: get rid of pointless access_ok()
by Al Viro
· 7 years ago
6297fab
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux into for-next
by Corey Minyard
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e4dca7b
treewide: Fix function prototypes for module_param_call()
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
b79bba1
ipmi: remove redundant initialization of bmc
by Colin Ian King
· 7 years ago
daf9a4e
ipmi: pr_err() strings should end with newlines
by Arvind Yadav
· 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
ac2673d
ipmi_ssif: Add device attrs for the things in proc
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
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
c468f91
ipmi: Make ipmi_demangle_device_id more generic
by Jeremy Kerr
· 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
7e030d6
ipmi: Prefer ACPI system interfaces over SMBIOS ones
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
e6dd76a
IPMI: make ipmi_poweroff_handler const
by Bhumika Goyal
· 7 years ago
1c9f98d
ipmi: Make IPMI panic strings always available
by Corey Minyard
· 7 years ago
b72fce5
char: ipmi: make function ipmi_get_info_from_resources static
by Colin Ian King
· 7 years ago
392a17b
ipmi: fix unsigned long underflow
by Corey Minyard
· 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
· 7 years ago
c856863
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
4495ec6
ipmi:ssif: Add missing unlock in error branch
by Corey Minyard
· 8 years ago
1e7a75f
char: ipmi: constify bmc_dev_attr_group and bmc_device_type
by Arvind Yadav
· 8 years ago
87ff091
ipmi:ssif: Check dev before setting drvdata
by Corey Minyard
· 8 years ago
e5f699d
ipmi: get rid of field-by-field __get_user()
by Al Viro
· 8 years ago
8b9e04f
ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native one
by Al Viro
· 8 years ago
ac6424b
sched/wait: Rename wait_queue_t => wait_queue_entry_t
by Ingo Molnar
· 8 years ago
0944d88
ipmi: Convert DMI handling over to a platform device
by Corey Minyard
· 9 years ago
9f88145
ipmi: Create a platform device for a DMI-specified IPMI interface
by Corey Minyard
· 8 years ago
cdea465
ipmi: use rcu lock around call to intf->handlers->sender()
by Tony Camuso
· 8 years ago
be8647d
ipmi:ssif: Use i2c_adapter_id instead of adapter->nr
by Corey Minyard
· 8 years ago
1adc910
ipmi: Use the proper default value for register size in ACPI
by Corey Minyard
· 8 years ago
bf10ff6
ipmi_ssif: remove redundant null check on array client->adapter->name
by Colin Ian King
· 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
860f01e
ipmi/watchdog: fix watchdog timeout set on reboot
by Valentin Vidic
· 8 years ago
cf9806f
ipmi_ssif: unlock on allocation failure
by Dan Carpenter
· 8 years ago
2c1175c
ipmi/watchdog: fix wdog hang on panic waiting for ipmi response
by Robert Lippert
· 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
7ecaff7
ipmi: bt-bmc: Add ast2500 compatible string
by Joel Stanley
· 8 years ago
36cb82da
ipmi_ssif: use setup_timer
by Geliang Tang
· 8 years ago
6de65fc
ipmi: Fix kernel panic at ipmi_ssif_thread()
by Joeseph Chang
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
eb99459
ipmi: bt-bmc: Use a regmap for register access
by Andrew Jeffery
· 8 years ago
db3b7e1
char: ipmi: constify ipmi_smi_handlers structures
by Bhumika Goyal
· 8 years ago
210af2a
ipmi: make ipmi_usr_hndl const
by Corey Minyard
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
196202b
Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmi
by Linus Torvalds
· 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
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
1c8018f
ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc'
by Cédric Le Goater
· 8 years ago
56189b5
ipmi_ssif: Remove an unused module parameter
by Corey Minyard
· 8 years ago
5ac7b2f
ipmi: Periodically check for events, not messages
by Corey Minyard
· 8 years ago
bd85f4b3
ipmi: fix crash on reading version from proc after unregisted bmc
by Xie XiuQi
· 8 years ago
d94655b
ipmi/bt-bmc: remove redundant return value check of platform_get_resource()
by Wei Yongjun
· 8 years ago
a3e6061
ipmi/bt-bmc: add a dependency on ARCH_ASPEED
by Cédric Le Goater
· 8 years ago
1a377a7
ipmi: Fix ioremap error handling in bt-bmc
by Joel Stanley
· 8 years ago
54f9c4d
ipmi: add an Aspeed BT IPMI BMC driver
by Alistair Popple
· 8 years ago
6630420
Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
Next »