aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-25/+46
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 8-16/+20
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-3/+5
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-14/+15
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 6-8/+136
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-4/+3
2018-06-06Merge branch 'lorenzo/pci/endpoint'Gravatar Bjorn Helgaas 1-14/+14
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsGravatar Kees Cook 1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-2/+1
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-24/+2663
2018-06-05ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()Gravatar Wei Yongjun 1-1/+3
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-67/+14
2018-06-03ocxl: Add an IOCTL so userspace knows what OCXL features are availableGravatar Alastair D'Silva 1-0/+25
2018-06-03ocxl: Expose the thread_id needed for wait on POWER9Gravatar Alastair D'Silva 4-1/+94
2018-06-03ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's actionGravatar Alastair D'Silva 1-1/+1
2018-06-03Merge branch 'fixes' into nextGravatar Michael Ellerman 3-0/+23
2018-06-02vmw_balloon: fixing double free when batching mode is offGravatar Gil Kupfer 1-16/+7
2018-06-02cxl: Configure PSL to not use APC virtual machinesGravatar Vaibhav Jain 1-2/+2
2018-06-02cxl: Disable prefault_mode in Radix modeGravatar Vaibhav Jain 1-4/+12
2018-05-18Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2018-05-16eeprom: at24: provide a separate routine for creating dummy i2c clientsGravatar Bartosz Golaszewski 1-14/+35
2018-05-16eeprom: at24: provide and use a helper for releasing dummy i2c clientsGravatar Bartosz Golaszewski 1-8/+10
2018-05-16eeprom: at24: use devm_nvmem_register()Gravatar Bartosz Golaszewski 1-3/+1
2018-05-16eeprom: at24: fix retrieving the at24_chip_data structureGravatar Bartosz Golaszewski 1-1/+1
2018-05-16sgi-gru: simplify procfs codeGravatar Christoph Hellwig 1-67/+14
2018-05-15misc: pci_endpoint_test: Use pci_irq_vector functionGravatar Gustavo Pimentel 1-5/+5
2018-05-15misc: pci_endpoint_test: Add DesignWare EP entryGravatar Gustavo Pimentel 1-0/+1
2018-05-15misc: pci_endpoint_test: Replace lower into upper case charactersGravatar Gustavo Pimentel 1-9/+9
2018-05-15cxl: Report the tunneled operations statusGravatar Philippe Bergheaud 3-1/+17
2018-05-15cxl: Set the PBCQ Tunnel BAR register when enabling capi modeGravatar Philippe Bergheaud 1-0/+7
2018-05-14misc: IBM Virtual Management Channel Driver (VMC)Gravatar Bryant G. Ly 4-0/+2642
2018-05-14misc: sgi-gru: Change return type to vm_fault_tGravatar Souptick Joarder 2-2/+3
2018-05-09eeprom: at24: fix retrieving the at24_chip_data structureGravatar Bartosz Golaszewski 1-1/+1
2018-04-26sgi-xp: fix xpnet_dev_hard_start_xmit()'s return typeGravatar Luc Van Oostenryck 1-1/+1
2018-04-23misc: ti-st: Replace GFP_ATOMIC with GFP_KERNEL in kim_probeGravatar Jia-Ju Bai 1-1/+1
2018-04-23misc: tifm: Remove VLAGravatar Laura Abbott 1-1/+5
2018-04-23misc: cxl: Change return type to vm_fault_tGravatar Souptick Joarder 1-3/+4
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-2/+6
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 5-71/+147
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+7
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 23-247/+408
2018-04-04cxl: Fix possible deadlock when processing page faults from cxllibGravatar Frederic Barrat 1-30/+55
2018-04-03Merge tag 'spi-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Linus Torvalds 1-4/+25
2018-04-03misc: pci_endpoint_test: Handle 64-bit BARs properlyGravatar Niklas Cassel 1-5/+7
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 2-123/+0
2018-04-02Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm-qspi', 'spi/...Gravatar Mark Brown 1-4/+25
2018-03-28Merge branch 'fixes' into nextGravatar Michael Ellerman 1-0/+27