index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
2019-04-17
1
-2
/
+17
*
ipmi: ipmi_si_hardcode.c: init si_type array to fix a crash
Tony Camuso
2019-04-16
1
-0
/
+2
*
ipmi: Fix failure on SMBIOS specified devices
Corey Minyard
2019-04-16
1
-1
/
+0
*
ipmi_si: Potential array underflow in hotmod_handler()
Dan Carpenter
2019-02-22
1
-1
/
+2
*
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
2019-02-22
1
-42
/
+3
*
ipmi_si: Consolidate scanning the platform bus
Corey Minyard
2019-02-22
4
-30
/
+23
*
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
2019-02-22
3
-6
/
+43
*
ipmi_si: Remove hardcode IPMI devices by scanning the platform bus
Corey Minyard
2019-02-22
1
-7
/
+15
*
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
2019-02-22
3
-113
/
+98
*
ipmi: Consolidate the adding of platform devices
Corey Minyard
2019-02-22
9
-214
/
+205
*
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
2019-02-22
8
-27
/
+29
*
ipmi_si: Convert some types into unsigned
Corey Minyard
2019-02-22
1
-4
/
+4
*
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
2019-02-22
4
-76
/
+216
*
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
2019-02-09
1
-1
/
+1
*
ipmi: Use defined constant for UUID representation
Andy Shevchenko
2019-02-09
1
-4
/
+4
*
ipmi:ssif: Change some pr_xxx to dev_xxx calls
Corey Minyard
2019-02-09
1
-42
/
+74
*
ipmi: kcs_bmc: handle devm_kasprintf() failure case
Nicholas Mc Guire
2019-02-09
1
-2
/
+3
*
ipmi: Fix return value when a message is truncated
Corey Minyard
2019-02-09
1
-3
/
+3
*
ipmi: clean an indentation issue, remove extraneous space
Colin Ian King
2019-02-09
1
-1
/
+1
*
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-09
3
-76
/
+92
*
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-02-09
3
-45
/
+105
*
ipmi: Fix SSIF flag requests
Corey Minyard
2019-02-09
1
-12
/
+52
*
ipmi_si: fix use-after-free of resource->name
Yang Yingliang
2019-02-09
3
-4
/
+11
*
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
2019-01-23
1
-63
/
+80
*
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
2019-01-23
1
-1
/
+1
*
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
2019-01-23
1
-1
/
+1
*
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
2019-01-23
1
-8
/
+18
*
ipmi:ssif: Fix handling of multi-part return messages
Corey Minyard
2019-01-23
1
-8
/
+17
*
drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2018-11-27
1
-1
/
+1
*
ipmi: Fix timer race with module unload
Jan Glauber
2018-10-11
1
-4
/
+6
*
ipmi:ssif: Add support for multi-part transmit messages > 2 parts
Corey Minyard
2018-09-18
1
-50
/
+159
*
ipmi: Remove platform driver overrides and use the id_table
Corey Minyard
2018-09-18
3
-7
/
+13
*
ipmi: Free the address list on module cleanup
Corey Minyard
2018-09-18
1
-0
/
+2
*
ipmi: Don't leave holes in the I2C address list in the ssif driver
Corey Minyard
2018-09-18
1
-6
/
+5
*
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
2018-09-18
1
-1
/
+1
*
ipmi: Convert pr_xxx() to dev_xxx() in the BT code
Corey Minyard
2018-09-18
1
-16
/
+22
*
ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address
Corey Minyard
2018-09-18
1
-0
/
+4
*
ipmi:dmi: Use pr_fmt in the IPMI DMI code
Corey Minyard
2018-09-18
1
-9
/
+10
*
ipmi: Change to ktime_get_ts64()
Arnd Bergmann
2018-09-18
1
-3
/
+3
*
ipmi_si: fix potential integer overflow on large shift
Colin Ian King
2018-09-18
1
-1
/
+1
*
ipmi_si_pci: fix NULL device in ipmi_si error message
Meelis Roos
2018-09-18
1
-2
/
+2
*
ipmi: Convert printk(KERN_<level> to pr_<level>(
Joe Perches
2018-09-18
4
-55
/
+46
*
ipmi: Use more common logging styles
Joe Perches
2018-09-18
8
-138
/
+130
*
ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
Joe Perches
2018-09-18
1
-27
/
+24
*
pci:ipmi: Move IPMI PCI class id defines to pci_ids.h
Corey Minyard
2018-09-18
1
-5
/
+0
*
ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smi
Corey Minyard
2018-09-18
1
-2
/
+2
*
ipmi: Fix NULL pointer dereference in ssif_probe
Gustavo A. R. Silva
2018-08-31
1
-1
/
+3
*
ipmi: Fix I2C client removal in the SSIF driver
Corey Minyard
2018-08-31
1
-11
/
+6
*
ipmi: Move BT capabilities detection to the detect call
Corey Minyard
2018-08-31
1
-44
/
+48
*
ipmi: Rework SMI registration failure
Corey Minyard
2018-08-31
3
-46
/
+37
[next]