summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-09-28ipmi_si: Move platform device handling to another fileCorey Minyard4-589/+613
2017-09-27ipmi_si: Move hardcode handling to a separate file.Corey Minyard4-147/+154
2017-09-27ipmi_si: Move the hotmod handling to another file.Corey Minyard4-244/+264
2017-09-27ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard3-309/+229
2017-09-27ipmi_si: Move io setup into io structureCorey Minyard2-92/+85
2017-09-27ipmi_si: Move irq setup handling into the io structCorey Minyard3-81/+82
2017-09-27ipmi_si: Move some platform data into the io structureCorey Minyard2-216/+213
2017-09-27ipmi_si: Rename function to add smi, make it globalCorey Minyard2-16/+28
2017-09-27ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard1-27/+23
2017-09-27ipmi: Rescan channel list on BMC changesCorey Minyard1-58/+111
2017-09-27ipmi: Move lun and address out of channel structCorey Minyard1-22/+25
2017-09-27ipmi: Retry BMC registration on a failureCorey Minyard1-1/+23
2017-09-27ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard1-73/+167
2017-09-27ipmi: Use a temporary BMC for an interfaceCorey Minyard1-9/+13
2017-09-27ipmi: Dynamically fetch GUID periodicallyCorey Minyard1-19/+42
2017-09-27ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard1-28/+65
2017-09-27ipmi: Remove the device id from ipmi_register_smi()Corey Minyard4-24/+1
2017-09-27ipmi: allow dynamic BMC version informationJeremy Kerr1-15/+190
2017-09-27ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard1-35/+10
2017-09-27ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr2-2/+4
2017-09-27ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr1-0/+11
2017-09-27ipmi: Get the device id through a functionCorey Minyard2-39/+127
2017-09-27ipmi: Fix printing the BMC guidCorey Minyard1-3/+6
2017-09-27ipmi: Rework BMC registrationCorey Minyard1-23/+45
2017-09-27ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard1-10/+23
2017-09-27ipmi: Fix issues with BMC refcountsCorey Minyard1-16/+35
2017-09-27ipmi: Check that the device type is BMC when scanning deviceCorey Minyard1-3/+9
2017-09-27ipmi: Move bmc find routing to below bmc device typeCorey Minyard1-50/+51
2017-09-27ipmi: Fix getting the GUID dataCorey Minyard1-1/+1
2017-09-27IPMI: make ipmi_poweroff_handler constBhumika Goyal1-1/+1
2017-09-27ipmi: Make IPMI panic strings always availableCorey Minyard2-23/+95
2017-09-27char: ipmi: make function ipmi_get_info_from_resources staticColin Ian King1-2/+3
2017-09-27ipmi: fix unsigned long underflowCorey Minyard1-4/+6
2017-09-27char: ipmi: eliminate misleading print info when being probed via ACPIHanjun Guo1-1/+1
2017-09-26Merge tag 'mmc-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-47/+15
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds15-128/+128
2017-09-25nvme-fcloop: fix port deletes and callbacksJames Smart1-64/+38
2017-09-25nvmet-fc: ensure target queue id within range.James Smart1-0/+3
2017-09-25nvmet-fc: on port remove call put outside lockJames Smart1-1/+5
2017-09-25nvme-rdma: don't fully stop the controller in error recoverySagi Grimberg1-1/+1
2017-09-25nvme-rdma: give up reconnect if state change failsSagi Grimberg1-1/+6
2017-09-25nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg1-2/+2
2017-09-25nvme: fix sqhd reference when admin queue connect failsJames Smart1-1/+2
2017-09-25nvmet: implement valid sqhd values in completionsJames Smart3-6/+12
2017-09-25nvme-fabrics: Allow 0 as KATO valueGuilherme G. Piccoli1-9/+9
2017-09-25nvme: allow timed-out ios to retryJames Smart1-2/+0
2017-09-25nvme: stop aer posting if controller state not liveJames Smart1-2/+3
2017-09-25nvme-pci: Print invalid SGL only onceKeith Busch1-12/+18
2017-09-25nvme-pci: initialize queue memory before interruptsKeith Busch1-2/+2
2017-09-25nvmet-fc: fix failing max io queue connectionsJames Smart1-3/+3