aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12misc: hmc6352: fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-09-12misc: ibmvsm: Fix wrong assignment of return codeBryant G. Ly1-1/+1
2018-09-12mei: bus: need to unlink client before freeingTomas Winkler1-5/+4
2018-09-12mei: bus: fix hw module get/put balanceTomas Winkler1-2/+1
2018-09-12mei: fix use-after-free in mei_cl_writeJohn Hubbard1-1/+1
2018-09-12mei: ignore not found client in the enumerationAlexander Usyskin1-3/+6
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-18/+5
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+10
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2-4/+10
2018-08-21cb710: Convert to new IDA APIMatthew Wilcox1-18/+5
2018-08-21Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+17
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds35-379/+673
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+3
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2-2/+3
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds18-728/+103
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-68/+222
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-18/+4
2018-08-10cxl: remove a dead branchMathieu Malaterre1-5/+0
2018-08-08misc: cxl: changed asterisk positionParth Y Shah1-1/+1
2018-08-05misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter1-11/+9
2018-08-05misc: cxl: changed asterisk positionParth Y Shah1-1/+1
2018-08-05genwqe: card_base: Use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-08-05misc: eeprom: assignment outside the if statementParth Y Shah1-1/+2
2018-08-02eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistencyDan Carpenter1-1/+1
2018-08-02misc: ti-st: Fix memory leak in the error path of probe()Anton Vasilyev1-2/+2
2018-08-02mei: define dma ring buffer sizes for PCH12 HW and newerAlexander Usyskin2-0/+17
2018-08-02mei: restrict dma ring support to hbm version 2.1Tomas Winkler4-0/+16
2018-08-02mei: hbm: introduce dma bit in the message headerTomas Winkler4-6/+16
2018-08-02mei: hbm: define dma ring setup protocolTomas Winkler1-0/+49
2018-08-02mei: add support for variable length mei headers.Tomas Winkler6-64/+102
2018-07-25eeprom: at24: Add support for address-width propertyAlan Chiang1-0/+17
2018-07-24mei: add mei_msg_hdr_init wrapper.Tomas Winkler2-15/+20
2018-07-24mei: move hbuf_depth from the mei device to the hw modulesTomas Winkler5-49/+58
2018-07-24mei: cleanup slots to data conversionsTomas Winkler4-12/+14
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2018-07-19cxl: Fix wrong comparison in cxl_adapter_context_get()Vaibhav Jain1-1/+1
2018-07-19pci_endpoint_test: Add 2 ioctl commandsGustavo Pimentel1-47/+159
2018-07-19pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel1-8/+21
2018-07-19pci-epf-test/pci_endpoint_test: Use irq_type module parameterGustavo Pimentel1-9/+19
2018-07-19pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspaceGustavo Pimentel1-31/+50
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman3-37/+16
2018-07-16misc: vexpress/syscfg: Use devm_ioremap_resource() to map memorySudeep Holla1-7/+3
2018-07-16drivers/misc: Aspeed LPC snoop output using misc chardevRobert Lippert1-10/+74
2018-07-16mei: bus: suppress sign-compare warningsTomas Winkler1-3/+3
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman3-27/+9
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin3-37/+16
2018-07-12mei: fix ssize_t to int assignment in read and write ops.Tomas Winkler3-17/+17
2018-07-12mei: use correct type for counter variable in for loopsTomas Winkler3-3/+3
2018-07-12mei: check for error returned from mei_hbuf_empty_slots()Tomas Winkler4-12/+32
2018-07-12cxl_getfile(): switch to alloc_file_pseudo()Al Viro1-17/+4