index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Age
Commit message (
Expand
)
Author
2019-07-24
Fix uninitialized variable in ipmb_dev_int.c
Asmaa Mnebhi
2019-07-13
Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2019-06-23
fix platform_no_drv_owner.cocci warnings
kbuild test robot
2019-06-19
ipmi: ipmb: don't allocate i2c_client on stack
Arnd Bergmann
2019-06-12
ipmi: ipmb: Fix build error while CONFIG_I2C is set to m
YueHaibing
2019-06-10
Add support for IPMB driver
Asmaa Mnebhi
2019-06-03
drivers: ipmi: Drop device reference
Suzuki K Poulose
2019-05-24
ipmi_ssif: fix unexpected driver unregister warning
Kefeng Wang
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-20
ipmi_si: use bool type for initialized variable
Kefeng Wang
2019-05-20
ipmi_si: fix unexpected driver unregister warning
Kefeng Wang
2019-05-08
Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2019-04-24
ipmi: Remove warning if no slave address is present
Corey Minyard
2019-04-24
ipmi:ssif: Only unregister the platform driver if it was registered
Corey Minyard
2019-04-24
ipmi:ssif: compare block number correctly for multi-part return messages
Kamlakant Patel
2019-04-24
ipmi: Add the i2c-addr property for SSIF interfaces
Corey Minyard
2019-04-17
ipmi: avoid atomic_inc in exit function
Arnd Bergmann
2019-04-17
ipmi: Remove file from ipmi_file_private
Corey Minyard
2019-04-17
ipmi_si: remove an unused variable in try_smi_init()
Dan Carpenter
2019-04-17
ipmi: Make ipmi_interfaces_srcu variable static
YueHaibing
2019-04-17
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
2019-04-16
ipmi: ipmi_si_hardcode.c: init si_type array to fix a crash
Tony Camuso
2019-04-16
ipmi: Fix failure on SMBIOS specified devices
Corey Minyard
2019-02-22
ipmi_si: Potential array underflow in hotmod_handler()
Dan Carpenter
2019-02-22
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
2019-02-22
ipmi_si: Consolidate scanning the platform bus
Corey Minyard
2019-02-22
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
2019-02-22
ipmi_si: Remove hardcode IPMI devices by scanning the platform bus
Corey Minyard
2019-02-22
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
2019-02-22
ipmi: Consolidate the adding of platform devices
Corey Minyard
2019-02-22
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
2019-02-22
ipmi_si: Convert some types into unsigned
Corey Minyard
2019-02-22
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
2019-02-09
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
2019-02-09
ipmi: Use defined constant for UUID representation
Andy Shevchenko
2019-02-09
ipmi:ssif: Change some pr_xxx to dev_xxx calls
Corey Minyard
2019-02-09
ipmi: kcs_bmc: handle devm_kasprintf() failure case
Nicholas Mc Guire
2019-02-09
ipmi: Fix return value when a message is truncated
Corey Minyard
2019-02-09
ipmi: clean an indentation issue, remove extraneous space
Colin Ian King
2019-02-09
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-09
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-02-09
ipmi: Fix SSIF flag requests
Corey Minyard
2019-02-09
ipmi_si: fix use-after-free of resource->name
Yang Yingliang
2019-01-23
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
2019-01-23
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
2019-01-23
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
2019-01-23
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
[next]