index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Age
Commit message (
Expand
)
Author
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
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
2019-01-23
ipmi:ssif: Fix handling of multi-part return messages
Corey Minyard
2018-11-27
drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2018-10-11
ipmi: Fix timer race with module unload
Jan Glauber
2018-09-18
ipmi:ssif: Add support for multi-part transmit messages > 2 parts
Corey Minyard
2018-09-18
ipmi: Remove platform driver overrides and use the id_table
Corey Minyard
2018-09-18
ipmi: Free the address list on module cleanup
Corey Minyard
2018-09-18
ipmi: Don't leave holes in the I2C address list in the ssif driver
Corey Minyard
2018-09-18
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
2018-09-18
ipmi: Convert pr_xxx() to dev_xxx() in the BT code
Corey Minyard
2018-09-18
ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address
Corey Minyard
2018-09-18
ipmi:dmi: Use pr_fmt in the IPMI DMI code
Corey Minyard
2018-09-18
ipmi: Change to ktime_get_ts64()
Arnd Bergmann
[next]