summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: elan_i2c - convert to use dev_groupsGreg Kroah-Hartman2022-08-021-6/+1
* Input: adc-joystick - fix ordering in adc_joystick_probe()Dmitry Torokhov2022-08-021-7/+8
* dt-bindings: input: ariel-pwrbutton: use spi-peripheral-props.yamlKrzysztof Kozlowski2022-07-281-0/+1
* Input: deactivate MT slots when inhibiting or suspending devicesAngela Czubak2022-07-203-14/+80
* Input: properly queue synthetic eventsDmitry Torokhov2022-07-201-62/+63
* dt-bindings: input: iqs7222: Use central 'linux,code' definitionJeff LaBundy2022-07-111-3/+2
* Input: i8042 - add dritek quirk for Acer Aspire One AO532Hans de Goede2022-07-081-0/+8
* dt-bindings: input: gpio-keys: accept also interrupt-extendedKrzysztof Kozlowski2022-07-081-0/+2
* dt-bindings: input: gpio-keys: reference input.yaml and document propertiesKrzysztof Kozlowski2022-07-081-13/+19
* dt-bindings: input: gpio-keys: enforce node names to match all propertiesKrzysztof Kozlowski2022-07-081-80/+77
* dt-bindings: input: Convert adc-keys to DT schemaRob Herring2022-07-082-67/+103
* dt-bindings: input: Centralize 'linux,input-type' definitionRob Herring2022-07-084-11/+15
* dt-bindings: input: Use common 'linux,keycodes' definitionRob Herring2022-07-082-2/+4
* dt-bindings: input: Centralize 'linux,code' definitionRob Herring2022-07-089-29/+27
* dt-bindings: input: Increase maximum keycode value to 0x2ffRob Herring2022-07-081-1/+1
* Input: mt6779-keypad - implement row/column selectionMattijs Korpershoek2022-07-081-0/+10
* Input: mt6779-keypad - match hardware matrix organizationMattijs Korpershoek2022-07-081-3/+5
* Input: i8042 - add additional TUXEDO devices to i8042 quirk tablesWerner Sembach2022-07-081-8/+68
* Merge tag 'v5.19-rc5' into nextDmitry Torokhov2022-07-0813422-333577/+1124868
|\
| * Linux 5.19-rc5v5.19-rc5Linus Torvalds2022-07-031-1/+1
| * lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds2022-07-032-26/+0
| * sparse: introduce conditional lock acquire function attributeLinus Torvalds2022-07-032-3/+5
| * Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-07-0314-131/+130
| |\
| | * xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong2022-07-011-2/+7
| | * xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong2022-06-291-0/+2
| | * xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-295-65/+12
| | * xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong2022-06-291-9/+17
| | * xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong2022-06-261-19/+26
| | * xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong2022-06-261-1/+19
| | * xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia2022-06-261-2/+2
| | * xfs: factor out the common lock flags assertKaixu Xia2022-06-261-37/+23
| | * xfs: introduce xfs_inodegc_push()Dave Chinner2022-06-235-10/+28
| | * xfs: bound maximum wait time for inodegc workDave Chinner2022-06-233-16/+24
| * | Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-07-022-2/+3
| |\ \
| | * | SUNRPC: Fix READ_PLUS crasherChuck Lever2022-06-301-1/+1
| | * | NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov2022-06-271-1/+2
| * | | Merge tag 'for-5.19/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-07-022-1/+6
| |\ \ \
| | * | | parisc: Fix vDSO signal breakage on 32-bit kernelHelge Deller2022-07-021-0/+5
| | * | | parisc/unaligned: Fix emulate_ldw() breakageHelge Deller2022-06-271-1/+1
| * | | | Merge tag 'perf-tools-fixes-for-v5.19-2022-07-02' of git://git.kernel.org/pub...Linus Torvalds2022-07-029-17/+134
| |\ \ \ \
| | * | | | perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim2022-07-021-2/+3
| | * | | | perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim2022-07-021-2/+2
| | * | | | perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou2022-07-021-1/+1
| | * | | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-281-2/+52
| | * | | | perf bpf: 8 byte align bpil dataIan Rogers2022-06-281-3/+2
| | * | | | tools kvm headers arm64: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo2022-06-281-0/+36
| | * | | | perf offcpu: Accept allowed sample types onlyNamhyung Kim2022-06-283-1/+24
| | * | | | perf offcpu: Fix build failure on old kernelsNamhyung Kim2022-06-281-6/+14
| * | | | | Merge tag 'powerpc-5.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-07-027-16/+52
| |\ \ \ \ \
| | * | | | | powerpc/memhotplug: Add add_pages override for PPCAneesh Kumar K.V2022-06-292-1/+36