aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmiLinus Torvalds10-1765/+1547
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-9/+2
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-4/+10
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+16
2018-05-26random: convert to ->poll_maskChristoph Hellwig1-13/+16
2018-05-24ipmi: Properly release srcu locks on error conditionsCorey Minyard1-18/+25
2018-05-23ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman1-3/+14
2018-05-22ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard1-1/+2
2018-05-19hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Colin Ian King1-1/+1
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig6-86/+7
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-14/+1
2018-05-10agp: uninorth: make two functions staticMathieu Malaterre1-2/+2
2018-05-09ipmi: Remove the proc interfaceCorey Minyard4-486/+0
2018-05-05hwrng: stm32 - fix pm_suspend issuelionel.debieve@st.com1-2/+7
2018-05-05hwrng: stm32 - define default state for rng driverlionel.debieve@st.com1-0/+1
2018-04-30Merge 4.17-rc3 into char-misc-nextGreg Kroah-Hartman2-92/+113
2018-04-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-86/+71
2018-04-26Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-6/+42
2018-04-25virtio_console: reset on out of memoryMichael S. Tsirkin1-7/+10
2018-04-25virtio_console: move removal codeMichael S. Tsirkin1-36/+36
2018-04-25virtio_console: drop custom control queue cleanupMichael S. Tsirkin1-17/+0
2018-04-25virtio_console: free buffers after resetMichael S. Tsirkin1-25/+24
2018-04-25virtio_console: don't tie bufs to a vqMichael S. Tsirkin1-7/+7
2018-04-25random: rate limit unseeded randomness warningsTheodore Ts'o1-5/+34
2018-04-24random: fix possible sleeping allocation from irq contextTheodore Ts'o1-1/+8
2018-04-23char: mspec: change return type to vm_fault_tSouptick Joarder1-9/+2
2018-04-21Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-31/+97
2018-04-21hwrng: via - support new Centaur CPUdavidwang1-1/+1
2018-04-19ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva1-2/+1
2018-04-18ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang3-0/+220
2018-04-18ipmi_si: Clean up shutdown a bitCorey Minyard1-21/+11
2018-04-18ipmi_si: Rename intf_num to si_numCorey Minyard1-9/+9
2018-04-18ipmi: Remove smi->intf checksCorey Minyard2-17/+6
2018-04-18ipmi_ssif: Get rid of unused intf_numCorey Minyard1-5/+0
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard3-10/+3
2018-04-18ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard1-0/+4
2018-04-18ipmi_ssif: Remove usecount handlingCorey Minyard1-21/+0
2018-04-18ipmi: Remove condition on interface shutdownCorey Minyard1-2/+1
2018-04-18ipmi_ssif: Convert over to a shutdown handlerCorey Minyard1-24/+31
2018-04-18ipmi_si: Convert over to a shutdown handlerCorey Minyard1-13/+18
2018-04-18ipmi: Rework locking and shutdown for hot removeCorey Minyard1-210/+280
2018-04-18ipmi: Fix some counter issuesCorey Minyard1-31/+45
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard3-95/+99
2018-04-18ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard4-47/+47
2018-04-18ipmi_devintf: Small lock reworkCorey Minyard1-55/+28
2018-04-18ipmi: Clean up some style issues in the message handlerCorey Minyard1-48/+35
2018-04-18ipmi: Break up i_ipmi_requestCorey Minyard1-310/+344
2018-04-18ipmi:devintf: Clean up some coding style issuesCorey Minyard1-22/+18
2018-04-18ipmi: Clean up some debug codeCorey Minyard1-33/+25