summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: asus: drop dependency on I2C_HIDDaniel Drake2017-03-301-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-03-219-7/+71
|\
| * HID: wacom: generic: Wacom mouse is only provided for opaque tabletsPing Cheng2017-03-211-2/+4
| * HID: corsair: Add driver Scimitar Pro RGB gaming mouse 1b1c:1b3e support to h...Oscar Campos2017-03-213-0/+49
| * HID: corsair: support for K65-K70 Rapidfire and Scimitar Pro RGBOscar Campos2017-03-212-0/+6
| * HID: wacom: don't manually release resources for the EKRAaron Armstrong Skomra2017-03-211-1/+3
| * HID: wacom: Correct Intuos Pro 2 resolutionAaron Armstrong Skomra2017-03-211-2/+2
| * HID: sony: Fix input device leak when connecting a DS4 twice using USB/BTRoderick Colenbrander2017-03-061-0/+2
| * HID: chicony: Add support for another ASUS Zen AiO keyboardDaniel Drake2017-03-064-2/+5
* | Merge tag 'gpio-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-03-217-56/+84
|\ \
| * | gpio:mcp23s08 Fixed missing interruptsRobert Middleton2017-03-171-5/+60
| * | serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones2017-03-142-21/+6
| * | gpio: altera: Use handle_level_irq when configured as a level_highPhil Reid2017-03-061-15/+11
| * | gpio: xgene: mark PM functions as __maybe_unusedArnd Bergmann2017-03-061-10/+3
| * | gpio: mockup: return -EFAULT if copy_from_user() failsDan Carpenter2017-03-061-4/+3
| * | gpio: altera-a10sr: Set gpio_chip parent propertyThor Thayer2017-03-061-1/+1
* | | Merge tag 'rproc-v4.11-fixes' of git://github.com/andersson/remoteprocLinus Torvalds2017-03-211-3/+3
|\ \ \
| * | | remoteproc: qcom: fix QCOM_SMD dependenciesArnd Bergmann2017-03-201-3/+3
| |/ /
* | | Merge tag 'for-f2fs-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-215-87/+87
|\ \ \
| * | | f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu2017-03-201-78/+47
| * | | f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-03-203-6/+30
| * | | f2fs: use __set{__clear}_bit_leJaegeuk Kim2017-03-202-10/+10
| * | | f2fs: declare static functionsJaegeuk Kim2017-03-201-3/+4
| * | | f2fs: don't overwrite node block by SSRJaegeuk Kim2017-03-201-0/+6
|/ / /
* | | Linux 4.11-rc3v4.11-rc3Linus Torvalds2017-03-201-1/+1
* | | mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds2017-03-201-1/+1
* | | Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-204-2/+6
|\ \ \
| * | | powerpc/pseries: Don't give a warning when HPT resizing isn't availableMichael Ellerman2017-03-171-1/+3
| * | | powerpc: Wire up statx() syscallChandan Rajendra2017-03-163-1/+3
* | | | Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-208-68/+88
|\ \ \ \
| * | | | parisc: Fix system shutdown haltHelge Deller2017-03-181-0/+2
| * | | | parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav2017-03-181-45/+49
| * | | | parisc: Avoid compiler warnings with access_ok()Helge Deller2017-03-151-1/+2
| * | | | parisc: Wire up statx system callHelge Deller2017-03-152-1/+3
| * | | | parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_rangeJohn David Anglin2017-03-152-21/+24
| * | | | parisc: support R_PARISC_SECREL32 relocation in modulesMikulas Patocka2017-03-151-0/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-03-2025-548/+1274
|\ \ \ \ \
| * | | | | qla2xxx: Update driver version to 9.00.00.00-kHimanshu Madhani2017-03-191-3/+3
| * | | | | qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran2017-03-196-20/+81
| * | | | | qla2xxx: Change scsi host lookup method.Quinn Tran2017-03-197-40/+100
| * | | | | qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani2017-03-192-4/+90
| * | | | | qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran2017-03-196-65/+279
| * | | | | qla2xxx: Add async new target notificationQuinn Tran2017-03-192-3/+4
| * | | | | qla2xxx: Export DIF stats via debugfsAnil Gurumurthy2017-03-192-0/+27
| * | | | | qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran2017-03-197-251/+406
| * | | | | qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran2017-03-194-8/+32
| * | | | | qla2xxx: Fix sess_lock & hardware_lock lock order problem.Quinn Tran2017-03-191-23/+18
| * | | | | qla2xxx: Fix inadequate lock protection for ABTS.Quinn Tran2017-03-191-2/+10
| * | | | | qla2xxx: Fix request queue corruption.Quinn Tran2017-03-191-3/+9
| * | | | | qla2xxx: Fix memory leak for abts processingQuinn Tran2017-03-191-0/+2