summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: playstation: fix DualShock4 bluetooth memory corruption bug.Roderick Colenbrander2022-11-171-1/+1
* HID: playstation: add DualShock4 dongle support.Roderick Colenbrander2022-11-111-6/+140
* HID: playstation: set default DualShock4 BT poll interval to 4ms.Roderick Colenbrander2022-11-111-0/+29
* HID: playstation: add DualShock4 bluetooth support.Roderick Colenbrander2022-11-111-26/+144
* HID: playstation: add option to ignore CRC in ps_get_report.Roderick Colenbrander2022-11-111-8/+9
* HID: playstation: support DualShock4 lightbar blink.Roderick Colenbrander2022-11-111-1/+46
* HID: playstation: support DualShock4 lightbar.Roderick Colenbrander2022-11-111-3/+138
* HID: playstation: make LED brightness adjustable in ps_led_register.Roderick Colenbrander2022-11-111-6/+7
* HID: playstation: Add DualShock4 rumble support.Roderick Colenbrander2022-11-111-1/+147
* HID: playstation: add DualShock4 accelerometer and gyroscope support.Roderick Colenbrander2022-11-111-2/+168
* HID: playstation: add DualShock4 touchpad support.Roderick Colenbrander2022-11-111-3/+63
* HID: playstation: add DualShock4 battery support.Roderick Colenbrander2022-11-111-4/+66
* HID: playstation: report DualShock4 hardware and firmware version.Roderick Colenbrander2022-11-111-0/+38
* HID: playstation: initial DualShock4 USB support.Roderick Colenbrander2022-11-111-2/+172
* Merge tag 'for-linus-2022102101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-226-9/+83
|\
| * HID: lenovo: Make array tp10ubkbd_led static constColin Ian King2022-10-181-1/+1
| * HID: saitek: add madcatz variant of MMO7 mouse device IDSamuel Bailey2022-10-183-0/+4
| * HID: playstation: support updated DualSense rumble mode.Roderick Colenbrander2022-10-141-1/+36
| * HID: playstation: add initial DualSense Edge controller supportRoderick Colenbrander2022-10-142-1/+5
| * HID: playstation: stop DualSense output work on remove.Roderick Colenbrander2022-10-141-5/+36
| * HID: magicmouse: Do not set BTN_MOUSE on double reportJosé Expósito2022-10-141-1/+1
* | Merge tag '6.1-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-10-2211-32/+68
|\ \
| * | cifs: update internal module numberSteve French2022-10-201-2/+2
| * | cifs: fix memory leaks in session setupPaulo Alcantara2022-10-201-8/+7
| * | cifs: drop the lease for cached directories on rmdir or renameRonnie Sahlberg2022-10-203-0/+27
| * | smb3: interface count displayed incorrectlySteve French2022-10-191-1/+2
| * | cifs: Fix memory leak when build ntlmssp negotiate blob failedZhang Xiaoxu2022-10-181-1/+1
| * | cifs: set rc to -ENOENT if we can not get a dentry for the cached dirRonnie Sahlberg2022-10-181-2/+4
| * | cifs: use LIST_HEAD() and list_move() to simplify codeYang Yingliang2022-10-181-8/+4
| * | cifs: Fix xid leak in cifs_get_file_info_unix()Zhang Xiaoxu2022-10-181-2/+4
| * | cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu2022-10-181-0/+1
| * | cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu2022-10-181-4/+7
| * | cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu2022-10-181-2/+5
| * | cifs: Fix xid leak in cifs_create()Zhang Xiaoxu2022-10-181-2/+4
* | | Merge tag 'nfsd-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-10-222-2/+4
|\ \ \
| * | | nfsd: ensure we always call fh_verify_error tracepointJeff Layton2022-10-131-1/+1
| * | | NFSD: unregister shrinker when nfsd_init_net() failsTetsuo Handa2022-10-111-1/+3
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-10-222-3/+12
|\ \ \ \
| * | | | scsi: lpfc: Fix memory leak in lpfc_create_port()Rafael Mendonca2022-10-181-3/+4
| * | | | scsi: core: Restrict legal sdev_state transitions via sysfsUday Shankar2022-10-181-0/+8
| | |/ / | |/| |
* | | | Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds2022-10-2214-76/+135
|\ \ \ \
| * | | | blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Ye Bin2022-10-201-3/+1
| * | | | blktrace: fix possible memleak in '__blk_trace_remove'Ye Bin2022-10-201-2/+2
| * | | | blktrace: introduce 'blk_trace_{start,stop}' helperYe Bin2022-10-201-38/+36
| * | | | bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov2022-10-201-1/+1
| * | | | block, bfq: remove unused variable for bfq_queueYuwei Guan2022-10-201-4/+0
| * | | | drbd: only clone bio if we have a backing deviceChristoph Böhmwalder2022-10-201-8/+6
| * | | | Merge tag 'nvme-6.1-2022-10-22' of git://git.infradead.org/nvme into block-6.1Jens Axboe2022-10-207-17/+47
| |\ \ \ \
| | * | | | nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_showDaniel Wagner2022-10-191-4/+0
| | * | | | nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg2022-10-191-1/+1