summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-06-0710-1765/+1547Star
|\
| * 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/+0Star
| * ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva2018-04-191-2/+1Star
| * ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang2018-04-183-0/+220
| * ipmi_si: Clean up shutdown a bitCorey Minyard2018-04-181-21/+11Star
| * ipmi_si: Rename intf_num to si_numCorey Minyard2018-04-181-9/+9
| * ipmi: Remove smi->intf checksCorey Minyard2018-04-182-17/+6Star
| * ipmi_ssif: Get rid of unused intf_numCorey Minyard2018-04-181-5/+0Star
| * ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-183-10/+3Star
| * ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard2018-04-181-0/+4
| * ipmi_ssif: Remove usecount handlingCorey Minyard2018-04-181-21/+0Star
| * ipmi: Remove condition on interface shutdownCorey Minyard2018-04-181-2/+1Star
| * 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/+28Star
| * ipmi: Clean up some style issues in the message handlerCorey Minyard2018-04-181-48/+35Star
| * ipmi: Break up i_ipmi_requestCorey Minyard2018-04-181-310/+344
| * ipmi:devintf: Clean up some coding style issuesCorey Minyard2018-04-181-22/+18Star
| * ipmi: Clean up some debug codeCorey Minyard2018-04-181-33/+25Star
| * ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard2018-04-181-37/+23Star
| * ipmi: Add a panic handler for IPMI usersCorey Minyard2018-04-181-110/+104Star
| * ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard2018-04-181-30/+20Star
| * ipmi:watchdog: Rework locking and handlingCorey Minyard2018-04-181-155/+140Star
| * 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 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-9/+2Star
|\ \
| * \ Merge 4.17-rc3 into char-misc-nextGreg Kroah-Hartman2018-04-302-92/+113
| |\ \
| * | | char: mspec: change return type to vm_fault_tSouptick Joarder2018-04-231-9/+2Star
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-064-4/+10
|\ \ \ \
| * | | | hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Colin Ian King2018-05-181-1/+1
| * | | | hwrng: stm32 - fix pm_suspend issuelionel.debieve@st.com2018-05-051-2/+7
| * | | | hwrng: stm32 - define default state for rng driverlionel.debieve@st.com2018-05-051-0/+1
| * | | | hwrng: via - support new Centaur CPUdavidwang2018-04-201-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-13/+16
|\ \ \ \
| * | | | random: convert to ->poll_maskChristoph Hellwig2018-05-261-13/+16
| | |_|/ | |/| |
* | | | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1Star
* | | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-166-86/+7Star
* | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+1Star
* | | | agp: uninorth: make two functions staticMathieu Malaterre2018-05-101-2/+2
|/ / /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-271-86/+71Star
|\ \ \
| * | | virtio_console: reset on out of memoryMichael S. Tsirkin2018-04-251-7/+10
| * | | virtio_console: move removal codeMichael S. Tsirkin2018-04-251-36/+36
| * | | virtio_console: drop custom control queue cleanupMichael S. Tsirkin2018-04-251-17/+0Star