aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2017-03-26Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-16/+10
2017-03-20cxl: Route eeh events to all slices for pci_channel_io_perm_failure stateGravatar Vaibhav Jain 1-7/+6
2017-03-16vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyGravatar Christoph Hellwig 1-2/+2
2017-03-16mei: don't wait for os version message replyGravatar Alexander Usyskin 1-12/+2
2017-03-16mei: fix deadlock on mei resetGravatar Tomas Winkler 1-2/+6
2017-03-09mm: convert generic code to 5-level pagingGravatar Kirill A. Shutemov 1-2/+7
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 23-9/+30
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2017-03-02sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependenciesGravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 9-8/+9
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 4-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 4-1/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-10/+27
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+1
2017-02-25Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-26/+19
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-8/+8
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 3-3/+5
2017-02-23Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+50
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 28-519/+2215
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 6-29/+95
2017-02-21cxl: fix nested locking hang during EEH hotplugGravatar Andrew Donnellan 4-10/+27
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-20/+87
2017-02-19Merge remote-tracking branches 'asoc/topic/max9867', 'asoc/topic/mtk', 'asoc/...Gravatar Mark Brown 5-0/+17
2017-02-19Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/chmap', 'asoc/...Gravatar Mark Brown 1-0/+50
2017-02-11misc: eeprom: at24: use device_property_*() functions instead of of_get_prope...Gravatar Ben Gardner 1-26/+19
2017-02-10misc: panel: Abstract temporary backlight handlingGravatar Geert Uytterhoeven 1-41/+60
2017-02-10misc: panel: Add lcd_home() helperGravatar Geert Uytterhoeven 1-24/+15
2017-02-10misc: panel: Remove always-true check from panel_detach()Gravatar Geert Uytterhoeven 1-16/+14
2017-02-10misc: panel: Move all suboptions into a big if sectionGravatar Geert Uytterhoeven 1-18/+19
2017-02-10misc: panel: Remove reference to misc device supportGravatar Geert Uytterhoeven 1-4/+3
2017-02-10misc: panel: Remove unused LCD_FLAG_S and LCD_FLAG_IDGravatar Geert Uytterhoeven 1-2/+0
2017-02-10misc: panel: Remove PANEL_VERSIONGravatar Geert Uytterhoeven 1-12/+6
2017-02-10misc: panel: Fix LCD_FLAG_F/LCD_FLAG_N exchangeGravatar Geert Uytterhoeven 1-2/+3
2017-02-10mei: remove support for broken parallel readGravatar Alexander Usyskin 1-22/+26
2017-02-10lkdtm: Convert to refcount_t testingGravatar Kees Cook 3-18/+85
2017-02-03cxl: Fix build when CONFIG_DEBUG_FS=nGravatar Andrew Donnellan 2-5/+57
2017-02-03mei: me: generate an interrupt if the hw indicates reset.Gravatar Alexander Usyskin 1-0/+16
2017-02-03mei: me: add a wrapper to set host generated data interruptGravatar Alexander Usyskin 1-6/+15
2017-02-03misc: fix typo on KconfigGravatar Miguel Bernal Marin 1-0/+1
2017-02-03vmw_vmci: switch to pci_irq_alloc_vectorsGravatar Christoph Hellwig 1-55/+20
2017-01-31mei: simplify error handling via devres function.Gravatar Tomas Winkler 5-105/+26
2017-01-31mei: revamp io list cleanup function.Gravatar Tomas Winkler 3-72/+47