| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-07 | 76 | -172/+154 |
|\ |
|
| * | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 2018-06-06 | 30 | -68/+67 |
| * | treewide: Use struct_size() for vmalloc()-family | Kees Cook | 2018-06-06 | 1 | -2/+1 |
| * | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 2018-06-06 | 43 | -96/+75 |
| * | device: Use overflow helpers for devm_kmalloc() | Kees Cook | 2018-06-05 | 1 | -1/+6 |
| * | overflow.h: Add allocation size calculation helpers | Kees Cook | 2018-06-05 | 1 | -5/+5 |
* | | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-06-07 | 3 | -8/+9 |
|\ \ |
|
| * | | serial: sh-sci: Stop using printk format %pCr | Geert Uytterhoeven | 2018-06-05 | 1 | -2/+2 |
| * | | thermal: bcm2835: Stop using printk format %pCr | Geert Uytterhoeven | 2018-06-05 | 1 | -2/+2 |
| * | | clk: renesas: cpg-mssr: Stop using printk format %pCr | Geert Uytterhoeven | 2018-06-05 | 1 | -4/+5 |
* | | | Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmi | Linus Torvalds | 2018-06-07 | 10 | -1765/+1547 |
|\ \ \ |
|
| * | | | ipmi: Properly release srcu locks on error conditions | Corey Minyard | 2018-05-24 | 1 | -18/+25 |
| * | | | ipmi: NPCM7xx KCS BMC: enable interrupt to the host | Avi Fishman | 2018-05-23 | 1 | -3/+14 |
| * | | | ipmi:bt: Set the timeout before doing a capabilities check | Corey Minyard | 2018-05-22 | 1 | -1/+2 |
| * | | | ipmi: Remove the proc interface | Corey Minyard | 2018-05-09 | 4 | -486/+0 |
| * | | | ipmi_ssif: Fix uninitialized variable issue | Gustavo A. R. Silva | 2018-04-19 | 1 | -2/+1 |
| * | | | ipmi: add an NPCM7xx KCS BMC driver | Haiyue Wang | 2018-04-18 | 3 | -0/+220 |
| * | | | ipmi_si: Clean up shutdown a bit | Corey Minyard | 2018-04-18 | 1 | -21/+11 |
| * | | | ipmi_si: Rename intf_num to si_num | Corey Minyard | 2018-04-18 | 1 | -9/+9 |
| * | | | ipmi: Remove smi->intf checks | Corey Minyard | 2018-04-18 | 2 | -17/+6 |
| * | | | ipmi_ssif: Get rid of unused intf_num | Corey Minyard | 2018-04-18 | 1 | -5/+0 |
| * | | | ipmi: ipmi_unregister_smi() cannot fail, have it return void | Corey Minyard | 2018-04-18 | 3 | -10/+3 |
| * | | | ipmi_devintf: Add an error return on invalid ioctls | Corey Minyard | 2018-04-18 | 1 | -0/+4 |
| * | | | ipmi_ssif: Remove usecount handling | Corey Minyard | 2018-04-18 | 1 | -21/+0 |
| * | | | ipmi: Remove condition on interface shutdown | Corey Minyard | 2018-04-18 | 1 | -2/+1 |
| * | | | ipmi_ssif: Convert over to a shutdown handler | Corey Minyard | 2018-04-18 | 1 | -24/+31 |
| * | | | ipmi_si: Convert over to a shutdown handler | Corey Minyard | 2018-04-18 | 1 | -13/+18 |
| * | | | ipmi: Rework locking and shutdown for hot remove | Corey Minyard | 2018-04-18 | 1 | -210/+280 |
| * | | | ipmi: Fix some counter issues | Corey Minyard | 2018-04-18 | 1 | -31/+45 |
| * | | | ipmi: Change ipmi_smi_t to struct ipmi_smi * | Corey Minyard | 2018-04-18 | 3 | -95/+99 |
| * | | | ipmi: Rename ipmi_user_t to struct ipmi_user * | Corey Minyard | 2018-04-18 | 4 | -47/+47 |
| * | | | ipmi_devintf: Small lock rework | Corey Minyard | 2018-04-18 | 1 | -55/+28 |
| * | | | ipmi: Clean up some style issues in the message handler | Corey Minyard | 2018-04-18 | 1 | -48/+35 |
| * | | | ipmi: Break up i_ipmi_request | Corey Minyard | 2018-04-18 | 1 | -310/+344 |
| * | | | ipmi:devintf: Clean up some coding style issues | Corey Minyard | 2018-04-18 | 1 | -22/+18 |
| * | | | ipmi: Clean up some debug code | Corey Minyard | 2018-04-18 | 1 | -33/+25 |
| * | | | ipmi:watchdog: Use the IPMI panic handler instead of the system one | Corey Minyard | 2018-04-18 | 1 | -37/+23 |
| * | | | ipmi: Add a panic handler for IPMI users | Corey Minyard | 2018-04-18 | 1 | -110/+104 |
| * | | | ipmi:watchdog: Replace printk() with pr_xxx() | Corey Minyard | 2018-04-18 | 1 | -30/+20 |
| * | | | ipmi:watchdog: Rework locking and handling | Corey Minyard | 2018-04-18 | 1 | -155/+140 |
| * | | | ipmi: Add a maintenance mode for IPMB messages | Corey Minyard | 2018-04-18 | 1 | -0/+28 |
| * | | | ipmi: Add a way to tune some timeouts | Corey Minyard | 2018-04-18 | 1 | -32/+48 |
* | | | | Merge tag 'edac_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2018-06-07 | 6 | -60/+652 |
|\ \ \ \ |
|
| * | | | | EDAC, ghes: Make platform-based whitelisting x86-only | Borislav Petkov | 2018-05-21 | 1 | -5/+9 |
| * | | | | EDAC, altera: Fix ARM64 build warning | Thor Thayer | 2018-05-15 | 1 | -1/+1 |
| * | | | | EDAC, skx: Fix skx_edac build error when ACPI_NFIT=m | Randy Dunlap | 2018-05-14 | 1 | -0/+1 |
| * | | | | EDAC, ghes: Use BIT() macro | Borislav Petkov | 2018-05-12 | 1 | -14/+13 |
| * | | | | EDAC, ghes: Add DDR4 and NVDIMM memory types | Toshi Kani | 2018-05-12 | 1 | -1/+11 |
| * | | | | EDAC, altera: Handle SDRAM Uncorrectable Errors on Stratix10 | Thor Thayer | 2018-05-12 | 2 | -11/+64 |
| * | | | | EDAC, altera: Add support for Stratix10 SDRAM EDAC | Thor Thayer | 2018-05-12 | 3 | -28/+555 |