index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-08
Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
10
-26
/
+34
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-04-24
ipmi: Remove warning if no slave address is present
Corey Minyard
2
-5
/
+3
2019-04-24
ipmi:ssif: Only unregister the platform driver if it was registered
Corey Minyard
1
-1
/
+2
2019-04-24
ipmi:ssif: compare block number correctly for multi-part return messages
Kamlakant Patel
1
-1
/
+5
2019-04-24
ipmi: Add the i2c-addr property for SSIF interfaces
Corey Minyard
5
-12
/
+22
2019-04-17
ipmi: avoid atomic_inc in exit function
Arnd Bergmann
1
-1
/
+1
2019-04-17
ipmi: Remove file from ipmi_file_private
Corey Minyard
1
-3
/
+0
2019-04-17
ipmi_si: remove an unused variable in try_smi_init()
Dan Carpenter
1
-2
/
+0
2019-04-17
ipmi: Make ipmi_interfaces_srcu variable static
YueHaibing
1
-1
/
+1
2019-04-17
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
1
-2
/
+17
2019-04-17
ipmi: ipmi_si_hardcode.c: init si_type array to fix a crash
Tony Camuso
1
-0
/
+2
2019-04-17
ipmi: Fix failure on SMBIOS specified devices
Corey Minyard
1
-1
/
+0
2019-02-22
ipmi_si: Potential array underflow in hotmod_handler()
Dan Carpenter
1
-1
/
+2
2019-02-22
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
1
-42
/
+3
2019-02-22
ipmi_si: Consolidate scanning the platform bus
Corey Minyard
4
-30
/
+23
2019-02-22
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
3
-6
/
+43
2019-02-22
ipmi_si: Remove hardcode IPMI devices by scanning the platform bus
Corey Minyard
1
-7
/
+15
2019-02-22
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
3
-113
/
+98
2019-02-22
ipmi: Consolidate the adding of platform devices
Corey Minyard
9
-214
/
+205
2019-02-22
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
8
-27
/
+29
2019-02-22
ipmi_si: Convert some types into unsigned
Corey Minyard
1
-4
/
+4
2019-02-22
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
4
-76
/
+216
2019-02-10
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
1
-1
/
+1
2019-02-10
ipmi: Use defined constant for UUID representation
Andy Shevchenko
1
-4
/
+4
2019-02-10
ipmi:ssif: Change some pr_xxx to dev_xxx calls
Corey Minyard
1
-42
/
+74
2019-02-10
ipmi: kcs_bmc: handle devm_kasprintf() failure case
Nicholas Mc Guire
1
-2
/
+3
2019-02-10
ipmi: Fix return value when a message is truncated
Corey Minyard
1
-3
/
+3
2019-02-10
ipmi: clean an indentation issue, remove extraneous space
Colin Ian King
1
-1
/
+1
2019-02-10
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
3
-76
/
+92
2019-02-10
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
3
-45
/
+105
2019-02-10
ipmi: Fix SSIF flag requests
Corey Minyard
1
-12
/
+52
2019-02-10
ipmi_si: fix use-after-free of resource->name
Yang Yingliang
3
-4
/
+11
2019-01-23
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
1
-63
/
+80
2019-01-23
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
1
-1
/
+1
2019-01-23
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
1
-1
/
+1
2019-01-23
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
1
-8
/
+18
2019-01-23
ipmi:ssif: Fix handling of multi-part return messages
Corey Minyard
1
-8
/
+17
2018-11-27
drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-10-12
ipmi: Fix timer race with module unload
Jan Glauber
1
-4
/
+6
2018-09-19
ipmi:ssif: Add support for multi-part transmit messages > 2 parts
Corey Minyard
1
-50
/
+159
2018-09-19
ipmi: Remove platform driver overrides and use the id_table
Corey Minyard
3
-7
/
+13
2018-09-19
ipmi: Free the address list on module cleanup
Corey Minyard
1
-0
/
+2
2018-09-19
ipmi: Don't leave holes in the I2C address list in the ssif driver
Corey Minyard
1
-6
/
+5
2018-09-19
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
1
-1
/
+1
2018-09-19
ipmi: Convert pr_xxx() to dev_xxx() in the BT code
Corey Minyard
1
-16
/
+22
2018-09-19
ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address
Corey Minyard
1
-0
/
+4
2018-09-19
ipmi:dmi: Use pr_fmt in the IPMI DMI code
Corey Minyard
1
-9
/
+10
2018-09-19
ipmi: Change to ktime_get_ts64()
Arnd Bergmann
1
-3
/
+3
2018-09-19
ipmi_si: fix potential integer overflow on large shift
Colin Ian King
1
-1
/
+1
[next]