aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-06scsi: ses: don't get power status of SES device slot on probeMauricio Faria de Oliveira1-1/+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
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds28-519/+2215
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-29/+95
2017-02-21cxl: fix nested locking hang during EEH hotplugAndrew Donnellan4-10/+27
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-20/+87
2017-02-19Merge remote-tracking branches 'asoc/topic/max9867', 'asoc/topic/mtk', 'asoc/topic/nau8540', 'asoc/topic/nau8825' and 'asoc/topic/omap' into asoc-nextMark Brown5-0/+17
2017-02-19Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/chmap', 'asoc/topic/cq93vc' and 'asoc/topic/da7218' into asoc-nextMark Brown1-0/+50
2017-02-11misc: eeprom: at24: use device_property_*() functions instead of of_get_property()Ben Gardner1-26/+19
2017-02-10misc: panel: Abstract temporary backlight handlingGeert Uytterhoeven1-41/+60
2017-02-10misc: panel: Add lcd_home() helperGeert Uytterhoeven1-24/+15
2017-02-10misc: panel: Remove always-true check from panel_detach()Geert Uytterhoeven1-16/+14
2017-02-10misc: panel: Move all suboptions into a big if sectionGeert Uytterhoeven1-18/+19
2017-02-10misc: panel: Remove reference to misc device supportGeert Uytterhoeven1-4/+3
2017-02-10misc: panel: Remove unused LCD_FLAG_S and LCD_FLAG_IDGeert Uytterhoeven1-2/+0
2017-02-10misc: panel: Remove PANEL_VERSIONGeert Uytterhoeven1-12/+6
2017-02-10misc: panel: Fix LCD_FLAG_F/LCD_FLAG_N exchangeGeert Uytterhoeven1-2/+3
2017-02-10mei: remove support for broken parallel readAlexander Usyskin1-22/+26
2017-02-10lkdtm: Convert to refcount_t testingKees Cook3-18/+85
2017-02-03cxl: Fix build when CONFIG_DEBUG_FS=nAndrew Donnellan2-5/+57
2017-02-03mei: me: generate an interrupt if the hw indicates reset.Alexander Usyskin1-0/+16
2017-02-03mei: me: add a wrapper to set host generated data interruptAlexander Usyskin1-6/+15
2017-02-03misc: fix typo on KconfigMiguel Bernal Marin1-0/+1
2017-02-03vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig1-55/+20
2017-01-31mei: simplify error handling via devres function.Tomas Winkler5-105/+26
2017-01-31mei: revamp io list cleanup function.Tomas Winkler3-72/+47
2017-01-31mei: replace callback structures used as list head by list_headAlexander Usyskin9-98/+85
2017-01-31mei: amthif: allow the read completion after closeTomas Winkler1-1/+1
2017-01-31mei: amthif: clean command queue upon disconnectionTomas Winkler1-1/+1
2017-01-31mei: abort waiting for notification on unsupported HWAlexander Usyskin1-0/+5