summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorLines
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard-2/+17
2019-04-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso-0/+2
2019-04-16ipmi: Fix failure on SMBIOS specified devicesCorey Minyard-1/+0
2019-02-22ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter-1/+2
2019-02-22ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard-42/+3
2019-02-22ipmi_si: Consolidate scanning the platform busCorey Minyard-30/+23
2019-02-22ipmi_si: Remove hotmod devices on removal and exitCorey Minyard-6/+43
2019-02-22ipmi_si: Remove hardcode IPMI devices by scanning the platform busCorey Minyard-7/+15
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard-113/+98
2019-02-22ipmi: Consolidate the adding of platform devicesCorey Minyard-214/+205
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard-27/+29
2019-02-22ipmi_si: Convert some types into unsignedCorey Minyard-4/+4
2019-02-22ipmi_si: Fix crash when using hard-coded deviceCorey Minyard-76/+216
2019-02-09ipmi: Use dedicated API for copying a UUIDAndy Shevchenko-1/+1
2019-02-09ipmi: Use defined constant for UUID representationAndy Shevchenko-4/+4
2019-02-09ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard-42/+74
2019-02-09ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire-2/+3
2019-02-09ipmi: Fix return value when a message is truncatedCorey Minyard-3/+3
2019-02-09ipmi: clean an indentation issue, remove extraneous spaceColin Ian King-1/+1
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard-76/+92
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard-45/+105
2019-02-09ipmi: Fix SSIF flag requestsCorey Minyard-12/+52
2019-02-09ipmi_si: fix use-after-free of resource->nameYang Yingliang-4/+11
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard-63/+80
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang-1/+1
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen-1/+1
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva-8/+18
2019-01-23ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard-8/+17
2018-11-27drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney-1/+1
2018-10-11ipmi: Fix timer race with module unloadJan Glauber-4/+6
2018-09-18ipmi:ssif: Add support for multi-part transmit messages > 2 partsCorey Minyard-50/+159
2018-09-18ipmi: Remove platform driver overrides and use the id_tableCorey Minyard-7/+13
2018-09-18ipmi: Free the address list on module cleanupCorey Minyard-0/+2
2018-09-18ipmi: Don't leave holes in the I2C address list in the ssif driverCorey Minyard-6/+5
2018-09-18ipmi: fix return value of ipmi_set_my_LUNYueHaibing-1/+1
2018-09-18ipmi: Convert pr_xxx() to dev_xxx() in the BT codeCorey Minyard-16/+22
2018-09-18ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard-0/+4
2018-09-18ipmi:dmi: Use pr_fmt in the IPMI DMI codeCorey Minyard-9/+10
2018-09-18ipmi: Change to ktime_get_ts64()Arnd Bergmann-3/+3
2018-09-18ipmi_si: fix potential integer overflow on large shiftColin Ian King-1/+1
2018-09-18ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos-2/+2
2018-09-18ipmi: Convert printk(KERN_<level> to pr_<level>(Joe Perches-55/+46
2018-09-18ipmi: Use more common logging stylesJoe Perches-138/+130
2018-09-18ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches-27/+24
2018-09-18pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard-5/+0
2018-09-18ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smiCorey Minyard-2/+2
2018-08-31ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva-1/+3
2018-08-31ipmi: Fix I2C client removal in the SSIF driverCorey Minyard-11/+6
2018-08-31ipmi: Move BT capabilities detection to the detect callCorey Minyard-44/+48
2018-08-31ipmi: Rework SMI registration failureCorey Minyard-46/+37