aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 28-294/+734
2017-08-31sgi-gru: update to new mmu_notifier semanticGravatar Jérôme Glisse 1-12/+0
2017-08-31misc/mic/scif: update to new mmu_notifier semanticGravatar Jérôme Glisse 1-11/+0
2017-08-31eeprom: idt_89hpesx: Support both ACPI and OF probingGravatar Huy Duong 1-71/+55
2017-08-28lkdtm: fix spelling mistake: "incremeted" -> "incremented"Gravatar Colin Ian King 1-1/+1
2017-08-28vmci: fix duplicated code for different branchesGravatar Gustavo A. R. Silva 1-8/+2
2017-08-28misc: apds9802als: constify i2c_device_idGravatar Arvind Yadav 1-1/+1
2017-08-28misc: hmc6352: constify i2c_device_idGravatar Arvind Yadav 1-1/+1
2017-08-28misc: isl29020: constify i2c_device_idGravatar Arvind Yadav 1-1/+1
2017-08-28misc: Convert to using %pOF instead of full_nameGravatar Rob Herring 2-10/+10
2017-08-28misc: apds9802als: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-08-28misc: apds990x: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-08-28misc: bh1770glc: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-08-28misc: isl29020: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-08-28misc: lis3lv02d: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-08-28misc: ti-st: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-08-28MISC: add const to bin_attribute structuresGravatar Bhumika Goyal 4-4/+4
2017-08-28misc: pch_phub: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-08-28misc: hpilo: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-08-28misc: tifm: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-08-28misc: ioc4: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-08-28misc: eeprom_93xx46: Simplify the usage of gpiod APIGravatar Fabio Estevam 1-17/+7
2017-08-28mei: make device_type constGravatar Bhumika Goyal 1-1/+1
2017-08-15Merge tag 'lkdtm-next-part2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Greg Kroah-Hartman 3-3/+54
2017-08-15lkdtm: Add -fstack-protector-strong testGravatar Kees Cook 3-3/+20
2017-08-14Merge 4.13-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 2-0/+12
2017-08-10mei: exclude device from suspend direct complete optimizationGravatar Alexander Usyskin 2-0/+12
2017-08-04lkdtm: Test VMAP_STACK allocates leading/trailing guard pagesGravatar Kees Cook 3-0/+34
2017-08-02Merge tag 'lkdtm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/...Gravatar Greg Kroah-Hartman 5-95/+441
2017-07-26lkdtm: Provide timing tests for atomic_t vs refcount_tGravatar Kees Cook 3-0/+48
2017-07-26lkdtm: Provide more complete coverage for REFCOUNT testsGravatar Kees Cook 5-95/+393
2017-07-17drivers/misc: (aspeed-lpc-snoop): Add ast2400 to compatGravatar Patrick Venture 1-5/+29
2017-07-17mei: me: use an index instead of a pointer for private dataGravatar Tomas Winkler 3-71/+121
2017-07-17mei: me: enable asynchronous probingGravatar Alexander Usyskin 1-0/+1
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 8-32/+321
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+10
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-2/+2
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-32/+320
2017-07-03cxl: Export library to support IBM XSLGravatar Christophe Lombard 7-30/+315
2017-07-03Merge branch 'fixes' into nextGravatar Michael Ellerman 7-55/+70
2017-07-01scsi: ses: do not add a device to an enclosure if enclosure_add_links() fails.Gravatar Maurizio Lombardi 1-4/+10
2017-06-30Merge tag 'powerpc-4.12-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 6-47/+57
2017-06-23cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Gravatar Christophe Lombard 6-47/+57
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 2-2/+2
2017-06-13misc: apds990x: Use sysfs_match_string() helperGravatar Andy Shevchenko 1-7/+7
2017-06-13mei: drop unreachable code in mei_startGravatar Alexander Usyskin 1-6/+0
2017-06-13mei: validate the message header only in first fragment.Gravatar Tomas Winkler 1-7/+19
2017-06-12Merge 4.12-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 5-39/+34
2017-06-11Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+3
2017-06-09Merge tag 'powerpc-4.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-8/+13