summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipmi_si: Move the hotmod handling to another file.Corey Minyard2017-09-274-244/+264
* ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard2017-09-273-309/+229Star
* ipmi_si: Move io setup into io structureCorey Minyard2017-09-272-92/+85Star
* ipmi_si: Move irq setup handling into the io structCorey Minyard2017-09-273-81/+82
* ipmi_si: Move some platform data into the io structureCorey Minyard2017-09-272-216/+213Star
* ipmi_si: Rename function to add smi, make it globalCorey Minyard2017-09-272-16/+28
* ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard2017-09-271-27/+23Star
* ipmi: Rescan channel list on BMC changesCorey Minyard2017-09-271-58/+111
* ipmi: Move lun and address out of channel structCorey Minyard2017-09-271-22/+25
* ipmi: Retry BMC registration on a failureCorey Minyard2017-09-271-1/+23
* ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard2017-09-271-73/+167
* ipmi: Use a temporary BMC for an interfaceCorey Minyard2017-09-271-9/+13
* ipmi: Dynamically fetch GUID periodicallyCorey Minyard2017-09-271-19/+42
* ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard2017-09-271-28/+65
* ipmi: Remove the device id from ipmi_register_smi()Corey Minyard2017-09-275-25/+1Star
* ipmi: allow dynamic BMC version informationJeremy Kerr2017-09-271-15/+190
* ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard2017-09-271-35/+10Star
* ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr2017-09-273-14/+16
* ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr2017-09-271-0/+11
* ipmi: Get the device id through a functionCorey Minyard2017-09-273-42/+130
* ipmi: Fix printing the BMC guidCorey Minyard2017-09-271-3/+6
* ipmi: Rework BMC registrationCorey Minyard2017-09-271-23/+45
* ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard2017-09-271-10/+23
* ipmi: Fix issues with BMC refcountsCorey Minyard2017-09-271-16/+35
* ipmi: Check that the device type is BMC when scanning deviceCorey Minyard2017-09-271-3/+9
* ipmi: Move bmc find routing to below bmc device typeCorey Minyard2017-09-271-50/+51
* ipmi: Fix getting the GUID dataCorey Minyard2017-09-271-1/+1
* IPMI: make ipmi_poweroff_handler constBhumika Goyal2017-09-271-1/+1
* ipmi: Make IPMI panic strings always availableCorey Minyard2017-09-273-24/+98
* char: ipmi: make function ipmi_get_info_from_resources staticColin Ian King2017-09-271-2/+3
* ipmi: fix unsigned long underflowCorey Minyard2017-09-271-4/+6
* char: ipmi: eliminate misleading print info when being probed via ACPIHanjun Guo2017-09-271-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-09-273-0/+8
|\
| * quota: Fix quota corruption with generic/232 testJan Kara2017-09-271-0/+4
| * isofs: fix build regressionArnd Bergmann2017-09-181-0/+2
| * quota: add missing lock into __dquot_transfer()Konstantin Khlebnikov2017-09-181-0/+2
* | Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-09-2721-67/+247
|\ \
| * | selftests: timers: set-timer-lat: Fix hang when testing unsupported alarmsShuah Khan2017-09-251-3/+6
| * | selftests: timers: set-timer-lat: fix hang when std out/err are redirectedShuah Khan2017-09-251-3/+1Star
| * | selftests/memfd: correct run_tests.sh permissionLi Zhijian2017-09-251-0/+0
| * | selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook2017-09-251-5/+13
| * | selftests: futex: Makefile: fix for loops in targets to run silentlyShuah Khan2017-09-251-3/+3
| * | selftests: Makefile: fix for loops in targets to run silentlyShuah Khan2017-09-251-7/+7
| * | selftests: mqueue: Use full path to run tests from MakefileShuah Khan2017-09-251-2/+2
| * | selftests: futex: copy sub-dir test scripts for make O=dir runShuah Khan2017-09-251-1/+4
| * | selftests: lib.mk: copy test scripts and test files for make O=dir runShuah Khan2017-09-211-0/+11
| * | selftests: sync: kselftest and kselftest-clean fail for make O=dir caseShuah Khan2017-09-211-6/+18
| * | selftests: sync: use TEST_CUSTOM_PROGS instead of TEST_PROGSShuah Khan2017-09-211-2/+4
| * | selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/installShuah Khan2017-09-211-5/+11
| * | selftests: watchdog: fix to use TEST_GEN_PROGS and remove cleanShuah Khan2017-09-211-6/+1Star