summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: hid-input: occasionally report stylus battery even if not changeddmitry.torokhov@gmail.com2020-10-292-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-10-1518-43/+244
|\
| * Merge branch 'for-5.10/i2c-hid' into for-linusJiri Kosina2020-10-151-0/+12
| |\
| | * HID: i2c-hid: Enable wakeup capability from Suspend-to-IdleKai-Heng Feng2020-10-151-0/+12
| * | Merge branch 'for-5.9/upstream-fixes' into for-linusJiri Kosina2020-10-159-16/+46
| |\ \
| | * | HID: hid-input: fix stylus battery reportingDmitry Torokhov2020-09-261-2/+2
| | * | HID: wacom: Avoid entering wacom_wac_pen_report for pad / batteryJason Gerecke2020-09-251-1/+3
| | * | HID: i2c-hid: fix kerneldoc warnings in i2c-hid-core.cXiaofei Tan2020-09-231-1/+1
| | * | HID: core: fix kerneldoc warnings in hid-core.cXiaofei Tan2020-09-231-4/+4
| | * | HID: multitouch: Lenovo X1 Tablet Gen2 trackpoint and buttonsMikael Wikström2020-09-222-0/+7
| | * | HID: multitouch: Lenovo X1 Tablet Gen3 trackpoint and buttonsMikael Wikström2020-09-222-0/+7
| | * | HID: alps: clean up indentation issueColin Ian King2020-09-221-1/+1
| | * | HID: ite: Add USB id match for Acer One S1003 keyboard dockHans de Goede2020-09-092-0/+5
| | * | HID: roccat: add bounds checking in kone_sysfs_write_settings()Dan Carpenter2020-09-091-7/+16
| * | | Merge branch 'for-5.10/wiimote' into for-linusJiri Kosina2020-10-151-6/+4
| |\ \ \
| | * | | HID: wiimote: narrow spinlock range in wiimote_hid_event()Ian Abbott2020-09-071-4/+2
| | * | | HID: wiimote: make handlers[] constIan Abbott2020-09-071-2/+2
| * | | | Merge branch 'for-5.10/vivaldi' into for-linusJiri Kosina2020-10-155-0/+163
| |\ \ \ \
| | * | | | HID: add vivaldi HID driverSean O'Brien2020-09-305-0/+163
| | |/ / /
| * | | | Merge branch 'for-5.10/intel-ish-hid' into for-linusJiri Kosina2020-10-151-7/+1
| |\ \ \ \
| | * | | | HID: intel-ish-hid: simplify the return expression of ishtp_bus_remove_device()Qinglang Miao2020-09-221-7/+1
| | |/ / /
| * | | | Merge branch 'for-5.10/i2c-hid' into for-linusJiri Kosina2020-10-151-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | HID: i2c-hid: Prefer asynchronous probeDouglas Anderson2020-09-091-0/+1
| | |/ /
| * | | Merge branch 'for-5.10/cp2112' into for-linusJiri Kosina2020-10-151-9/+10
| |\ \ \
| | * | | HID: cp2112: Use irqchip templateLinus Walleij2020-08-171-9/+10
| * | | | Merge branch 'for-5.10/core' into for-linusJiri Kosina2020-10-153576-24851/+53375
| |\ \ \ \
| | * | | | HID: hid-debug: fix nonblocking read semantics wrt EIO/ERESTARTSYSLaurent Gauthier2020-09-091-5/+5
| | | |/ / | | |/| |
| * | | | Merge branch 'for-5.10/apple' into for-linusJiri Kosina2020-10-151-0/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | HID: apple: Add support for Matias wireless keyboardBALATON Zoltan2020-08-171-0/+2
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-10-151-1/+1
|\ \ \ \
| * | | | selftests/livepatch: Do not check order when using "comm" for dmesg checkingMiroslav Benes2020-08-271-1/+1
* | | | | Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-151-39/+30
|\ \ \ \ \
| * | | | | direct-io: defer alignment check until after the EOF checkGabriel Krisman Bertazi2020-10-081-8/+8
| * | | | | direct-io: don't force writeback for reads beyond EOFGabriel Krisman Bertazi2020-10-081-13/+11
| * | | | | direct-io: clean up error paths of do_blockdev_direct_IOGabriel Krisman Bertazi2020-10-081-21/+14
* | | | | | Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-1518-101/+143
|\ \ \ \ \ \
| * | | | | | reiserfs: Fix oops during mountJan Kara2020-10-011-0/+7
| * | | | | | udf: Limit sparing table sizeJan Kara2020-09-291-0/+6
| * | | | | | udf: Remove pointless union in udf_inode_infoJan Kara2020-09-2910-47/+39
| * | | | | | udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-09-291-11/+14
| * | | | | | quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet2020-09-251-0/+1
| * | | | | | reiserfs: Initialize inode keys properlyJan Kara2020-09-221-5/+1
| * | | | | | udf: Fix memory leak when mountingJan Kara2020-09-221-8/+13
| * | | | | | udf: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
| * | | | | | reiserfs: only call unlock_new_inode() if I_NEWEric Biggers2020-09-161-1/+2
| * | | | | | ext2: Fix some kernel-doc warnings in balloc.cWang Hai2020-09-141-3/+3
| * | | | | | quota: Expand comment describing d_itimerJan Kara2020-09-101-2/+3
| * | | | | | quota: widen timestamps for the fs_disk_quota structureDarrick J. Wong2020-09-102-7/+46
| * | | | | | reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara2020-08-281-4/+4
| * | | | | | udf: Use kvzalloc() in udf_sb_alloc_bitmap()Denis Efremov2020-08-281-11/+3