aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-13cxl: Rename some psl8 specific functionsChristophe Lombard6-54/+54
2017-04-13cxl: Update implementation service layerChristophe Lombard6-59/+110
2017-04-13cxl: Keep track of mm struct associated with a contextChristophe Lombard6-90/+61
2017-04-13cxl: Remove unused values in bare-metal environment.Christophe Lombard3-24/+7
2017-04-13cxl: Read vsec perst load imageChristophe Lombard1-0/+1
2017-04-08eeprom: idt_89hpesx: Add OF device ID tableJavier Martinez Canillas1-0/+57
2017-04-08misc: ds1682: Add OF device ID tableJavier Martinez Canillas1-0/+7
2017-04-08misc: tsl2550: Add OF device ID tableJavier Martinez Canillas1-0/+7
2017-04-08lkdtm: turn off kcov for lkdtm_rodata_do_nothing:Arnd Bergmann1-0/+2
2017-04-08lkdtm: add bad USER_DS testKees Cook3-0/+13
2017-04-08auxdisplay: Move arm-charlcd.c to drivers/auxdisplay folderAndy Shevchenko3-379/+0
2017-04-08auxdisplay: Move panel.c to drivers/auxdisplay folderAndy Shevchenko3-2077/+0
2017-04-08mei: implement fsyncAlexander Usyskin1-0/+72
2017-04-08mei: bus: elminate variable length arraysTomas Winkler1-4/+5
2017-04-08mei: hbm: remove variable length arraysTomas Winkler1-15/+14
2017-04-08mei: drop amthif internal clientAlexander Usyskin9-507/+15
2017-04-08mei: add pci driver ops shutdown handler.Tomas Winkler2-3/+57
2017-04-08drivers/misc: aspeed-lpc-ctrl: fix printk format warning againArnd Bergmann1-2/+1
2017-04-06scsi: ses: don't get power status of SES device slot on probeMauricio Faria de Oliveira1-1/+6
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman4-23/+16
2017-03-26Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-16/+10
2017-03-24treewide: Fix typos in printkMasanari Iida1-1/+1
2017-03-22drivers/misc: Aspeed LPC control fix compile error and warningCyril Bur1-3/+3
2017-03-20cxl: Route eeh events to all slices for pci_channel_io_perm_failure stateVaibhav Jain1-7/+6
2017-03-17auxdisplay: charlcd: Extract character LCD core from misc/panelGeert Uytterhoeven2-735/+93
2017-03-17drivers/misc: Add Aspeed LPC control driverCyril Bur3-0/+276
2017-03-16vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig1-2/+2
2017-03-16mei: don't wait for os version message replyAlexander Usyskin1-12/+2
2017-03-16mei: fix deadlock on mei resetTomas Winkler1-2/+6
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-2/+7
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds23-9/+30
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-03-02sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependenciesIngo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar9-8/+9
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar4-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar4-1/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar2-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-10/+27
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2017-02-25Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-26/+19
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-8/+8
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang3-3/+5
2017-02-23Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+50