summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-05-073-11/+3
|\
| * iomap: remove unused private field from ioendBrian Foster2021-05-043-11/+3
* | Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-05-0718-68/+143
|\ \
| * | xfs: don't allow log writes if the data device is readonlyDarrick J. Wong2021-05-041-4/+6
| * | xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong2021-04-291-1/+2
| * | xfs: set aside allocation btree blocks from block reservationBrian Foster2021-04-291-1/+14
| * | xfs: introduce in-core global counter of allocbt blocksBrian Foster2021-04-293-0/+22
| * | xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster2021-04-291-11/+23
| * | xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong2021-04-291-1/+38
| * | xfs: update superblock counters correctly for !lazysbcountDave Chinner2021-04-292-3/+16
| * | xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2021-04-292-2/+8
| * | xfs: remove obsolete AGF counter debuggingDarrick J. Wong2021-04-296-31/+0
| * | xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig2021-04-234-6/+6
| * | xfs: rename xfs_ictimestamp_tChristoph Hellwig2021-04-234-9/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-05-0753-537/+5469
|\ \ \
| * | | Input: xpad - add support for Amazon Game ControllerMatt Reynolds2021-05-071-0/+2
| * | | Input: ili210x - add missing negation for touch indication on ili210xHansem Ro2021-05-071-1/+1
| * | | Merge branch 'next' into for-linusDmitry Torokhov2021-05-0411586-287418/+492418
| |\ \ \
| | * | | MAINTAINERS: repair reference in HYCON HY46XX TOUCHSCREEN SUPPORTLukas Bulwahn2021-04-211-1/+1
| | * | | Input: add driver for the Hycon HY46XX touchpanel seriesGiulio Benetti2021-04-144-0/+604
| | * | | dt-bindings: touchscreen: Add HY46XX bindingsGiulio Benetti2021-04-142-0/+125
| | * | | dt-bindings: Add Hycon Technology vendor prefixGiulio Benetti2021-04-141-0/+2
| | * | | Input: cyttsp - flag the device properlyLinus Walleij2021-04-101-1/+1
| | * | | Input: cyttsp - set abs params for ABS_MT_TOUCH_MAJORLinus Walleij2021-04-101-0/+3
| | * | | Input: cyttsp - drop the phys pathLinus Walleij2021-04-102-3/+0
| | * | | Input: cyttsp - reduce reset pulse timingsLinus Walleij2021-04-101-2/+8
| | * | | Input: cyttsp - error message on boot mode exit errorLinus Walleij2021-04-101-1/+3
| | * | | Input: apbps2 - remove useless variableJiapeng Chong2021-04-101-2/+1
| | * | | Input: mms114 - support MMS136Linus Walleij2021-04-101-6/+16
| | * | | Input: mms114 - convert bindings to YAML and extendLinus Walleij2021-04-102-42/+87
| | * | | Input: Add support for ILITEK Lego SeriesJoe Hung2021-04-103-0/+703
| | * | | dt-bindings: input: touchscreen: ilitek_ts_i2c: Add bindingsJoe Hung2021-04-101-0/+73
| | * | | Input: add MStar MSG2638 touchscreen driverVincent Knecht2021-04-103-0/+350
| | * | | dt-bindings: input/touchscreen: add bindings for msg2638Vincent Knecht2021-04-101-0/+69
| | * | | Input: silead - add workaround for x86 BIOS-es which bring the chip up in a s...Hans de Goede2021-04-101-4/+40
| | * | | Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devicesHans de Goede2021-04-101-2/+42
| | * | | Input: gpio-keys - fix crash when disabliing GPIO-less buttonsDmitry Torokhov2021-04-081-17/+13
| | * | | Input: imx_keypad - convert to a DT-only driverFabio Estevam2021-03-281-11/+2
| | * | | Input: elan_i2c - fix a typo in parameter nameNikolai Kostrigin2021-03-251-1/+1
| | * | | Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song2021-03-2511-28/+18
| | * | | Merge tag 'irq-no-autoen-2021-03-25' of git://git.kernel.org/pub/scm/linux/ke...Dmitry Torokhov2021-03-252-2/+13
| | |\ \ \
| | * \ \ \ Merge tag 'v5.12-rc4' into nextDmitry Torokhov2021-03-2511539-286882/+486947
| | |\ \ \ \
| | * | | | | Input: cyttsp - verbose error on soft resetLinus Walleij2021-03-251-5/+8
| | * | | | | dt-bindings: input: iqs5xx: Convert to YAMLJeff LaBundy2021-03-252-80/+75
| | * | | | | Input: iqs5xx - make reset GPIO optionalJeff LaBundy2021-03-251-8/+17
| | * | | | | Input: Add support for Azoteq IQS626AJeff LaBundy2021-03-253-0/+1850
| | * | | | | dt-bindings: input: Add bindings for Azoteq IQS626AJeff LaBundy2021-03-251-0/+843
| | * | | | | Input: touchscreen - broaden use-cases described in commentsJeff LaBundy2021-03-251-6/+7
| | * | | | | Input: touchscreen - move helper functions to coreJeff LaBundy2021-03-254-5/+1
| | * | | | | Input: wacom_i2c - switch to using managed resourcesDmitry Torokhov2021-03-251-38/+17