summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-0528-294/+734
|\
| * eeprom: idt_89hpesx: Support both ACPI and OF probingHuy Duong2017-08-311-71/+55
| * lkdtm: fix spelling mistake: "incremeted" -> "incremented"Colin Ian King2017-08-281-1/+1
| * vmci: fix duplicated code for different branchesGustavo A. R. Silva2017-08-281-8/+2
| * misc: apds9802als: constify i2c_device_idArvind Yadav2017-08-281-1/+1
| * misc: hmc6352: constify i2c_device_idArvind Yadav2017-08-281-1/+1
| * misc: isl29020: constify i2c_device_idArvind Yadav2017-08-281-1/+1
| * misc: Convert to using %pOF instead of full_nameRob Herring2017-08-282-10/+10
| * misc: apds9802als: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| * misc: apds990x: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| * misc: bh1770glc: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| * misc: isl29020: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| * misc: lis3lv02d: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| * misc: ti-st: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| * MISC: add const to bin_attribute structuresBhumika Goyal2017-08-284-4/+4
| * misc: pch_phub: constify pci_device_id.Arvind Yadav2017-08-281-1/+1
| * misc: hpilo: constify pci_device_id.Arvind Yadav2017-08-281-1/+1
| * misc: tifm: constify pci_device_id.Arvind Yadav2017-08-281-1/+1
| * misc: ioc4: constify pci_device_id.Arvind Yadav2017-08-281-1/+1
| * misc: eeprom_93xx46: Simplify the usage of gpiod APIFabio Estevam2017-08-281-17/+7
| * mei: make device_type constBhumika Goyal2017-08-281-1/+1
| * Merge tag 'lkdtm-next-part2' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2017-08-153-3/+54
| |\
| | * lkdtm: Add -fstack-protector-strong testKees Cook2017-08-153-3/+20
| | * lkdtm: Test VMAP_STACK allocates leading/trailing guard pagesKees Cook2017-08-043-0/+34
| * | Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman2017-08-142-0/+12
| |\ \
| * \ \ Merge tag 'lkdtm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/...Greg Kroah-Hartman2017-08-025-95/+441
| |\ \ \ | | | |/ | | |/|
| | * | lkdtm: Provide timing tests for atomic_t vs refcount_tKees Cook2017-07-263-0/+48
| | * | lkdtm: Provide more complete coverage for REFCOUNT testsKees Cook2017-07-265-95/+393
| * | | drivers/misc: (aspeed-lpc-snoop): Add ast2400 to compatPatrick Venture2017-07-171-5/+29
| * | | mei: me: use an index instead of a pointer for private dataTomas Winkler2017-07-173-71/+121
| * | | mei: me: enable asynchronous probingAlexander Usyskin2017-07-171-0/+1
| |/ /
* | | sgi-gru: update to new mmu_notifier semanticJérôme Glisse2017-08-311-12/+0
* | | misc/mic/scif: update to new mmu_notifier semanticJérôme Glisse2017-08-311-11/+0
| |/ |/|
* | mei: exclude device from suspend direct complete optimizationAlexander Usyskin2017-08-102-0/+12
|/
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-078-32/+321
|\
| * cxl: Export library to support IBM XSLChristophe Lombard2017-07-037-30/+315
| * Merge branch 'fixes' into nextMichael Ellerman2017-07-037-55/+70
| |\
| * | cxl: Unlock on error in probeDan Carpenter2017-06-061-2/+6
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-4/+10
|\ \ \
| * | | scsi: ses: do not add a device to an enclosure if enclosure_add_links() fails.Maurizio Lombardi2017-07-011-4/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-2/+2
|\ \ \ \
| * | | | networking: introduce and use skb_put_data()Johannes Berg2017-06-162-2/+2
| |/ / /
* | | | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-0311-32/+320
|\ \ \ \
| * | | | misc: apds990x: Use sysfs_match_string() helperAndy Shevchenko2017-06-131-7/+7
| * | | | mei: drop unreachable code in mei_startAlexander Usyskin2017-06-131-6/+0
| * | | | mei: validate the message header only in first fragment.Tomas Winkler2017-06-131-7/+19
| * | | | Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2017-06-125-39/+34
| |\ \ \ \ | | |/ / /
| * | | | drivers/misc: add Aspeed LPC snoop driverRobert Lippert2017-06-033-0/+270
| * | | | misc: bh1770glc: move header file out of I2C realmWolfram Sang2017-05-251-1/+1
| * | | | misc: apds990x: move header file out of I2C realmWolfram Sang2017-05-251-1/+1
OpenPOWER on IntegriCloud