summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-0776-172/+154
|\
| * treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-0630-68/+67
| * treewide: Use struct_size() for vmalloc()-familyKees Cook2018-06-061-2/+1
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-0643-96/+75
| * device: Use overflow helpers for devm_kmalloc()Kees Cook2018-06-051-1/+6
| * overflow.h: Add allocation size calculation helpersKees Cook2018-06-051-5/+5
* | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-073-8/+9
|\ \
| * | serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven2018-06-051-2/+2
| * | thermal: bcm2835: Stop using printk format %pCrGeert Uytterhoeven2018-06-051-2/+2
| * | clk: renesas: cpg-mssr: Stop using printk format %pCrGeert Uytterhoeven2018-06-051-4/+5
* | | Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-06-0710-1765/+1547
|\ \ \
| * | | ipmi: Properly release srcu locks on error conditionsCorey Minyard2018-05-241-18/+25
| * | | ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman2018-05-231-3/+14
| * | | ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-05-221-1/+2
| * | | ipmi: Remove the proc interfaceCorey Minyard2018-05-094-486/+0
| * | | ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva2018-04-191-2/+1
| * | | ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang2018-04-183-0/+220
| * | | ipmi_si: Clean up shutdown a bitCorey Minyard2018-04-181-21/+11
| * | | ipmi_si: Rename intf_num to si_numCorey Minyard2018-04-181-9/+9
| * | | ipmi: Remove smi->intf checksCorey Minyard2018-04-182-17/+6
| * | | ipmi_ssif: Get rid of unused intf_numCorey Minyard2018-04-181-5/+0
| * | | ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-183-10/+3
| * | | ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard2018-04-181-0/+4
| * | | ipmi_ssif: Remove usecount handlingCorey Minyard2018-04-181-21/+0
| * | | ipmi: Remove condition on interface shutdownCorey Minyard2018-04-181-2/+1
| * | | ipmi_ssif: Convert over to a shutdown handlerCorey Minyard2018-04-181-24/+31
| * | | ipmi_si: Convert over to a shutdown handlerCorey Minyard2018-04-181-13/+18
| * | | ipmi: Rework locking and shutdown for hot removeCorey Minyard2018-04-181-210/+280
| * | | ipmi: Fix some counter issuesCorey Minyard2018-04-181-31/+45
| * | | ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard2018-04-183-95/+99
| * | | ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard2018-04-184-47/+47
| * | | ipmi_devintf: Small lock reworkCorey Minyard2018-04-181-55/+28
| * | | ipmi: Clean up some style issues in the message handlerCorey Minyard2018-04-181-48/+35
| * | | ipmi: Break up i_ipmi_requestCorey Minyard2018-04-181-310/+344
| * | | ipmi:devintf: Clean up some coding style issuesCorey Minyard2018-04-181-22/+18
| * | | ipmi: Clean up some debug codeCorey Minyard2018-04-181-33/+25
| * | | ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard2018-04-181-37/+23
| * | | ipmi: Add a panic handler for IPMI usersCorey Minyard2018-04-181-110/+104
| * | | ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard2018-04-181-30/+20
| * | | ipmi:watchdog: Rework locking and handlingCorey Minyard2018-04-181-155/+140
| * | | ipmi: Add a maintenance mode for IPMB messagesCorey Minyard2018-04-181-0/+28
| * | | ipmi: Add a way to tune some timeoutsCorey Minyard2018-04-181-32/+48
* | | | Merge tag 'edac_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2018-06-076-60/+652
|\ \ \ \
| * | | | EDAC, ghes: Make platform-based whitelisting x86-onlyBorislav Petkov2018-05-211-5/+9
| * | | | EDAC, altera: Fix ARM64 build warningThor Thayer2018-05-151-1/+1
| * | | | EDAC, skx: Fix skx_edac build error when ACPI_NFIT=mRandy Dunlap2018-05-141-0/+1
| * | | | EDAC, ghes: Use BIT() macroBorislav Petkov2018-05-121-14/+13
| * | | | EDAC, ghes: Add DDR4 and NVDIMM memory typesToshi Kani2018-05-121-1/+11
| * | | | EDAC, altera: Handle SDRAM Uncorrectable Errors on Stratix10Thor Thayer2018-05-122-11/+64
| * | | | EDAC, altera: Add support for Stratix10 SDRAM EDACThor Thayer2018-05-123-28/+555