summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-09Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devicesHans de Goede
2021-04-07Input: gpio-keys - fix crash when disabliing GPIO-less buttonsDmitry Torokhov
2021-03-27Input: imx_keypad - convert to a DT-only driverFabio Estevam
2021-03-25Input: elan_i2c - fix a typo in parameter nameNikolai Kostrigin
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song
2021-03-25Merge tag 'irq-no-autoen-2021-03-25' of git://git.kernel.org/pub/scm/linux/ke...Dmitry Torokhov
2021-03-25Merge tag 'v5.12-rc4' into nextDmitry Torokhov
2021-03-25Input: cyttsp - verbose error on soft resetLinus Walleij
2021-03-25dt-bindings: input: iqs5xx: Convert to YAMLJeff LaBundy
2021-03-25Input: iqs5xx - make reset GPIO optionalJeff LaBundy
2021-03-25Input: Add support for Azoteq IQS626AJeff LaBundy
2021-03-25dt-bindings: input: Add bindings for Azoteq IQS626AJeff LaBundy
2021-03-25Input: touchscreen - broaden use-cases described in commentsJeff LaBundy
2021-03-25Input: touchscreen - move helper functions to coreJeff LaBundy
2021-03-25Input: wacom_i2c - switch to using managed resourcesDmitry Torokhov
2021-03-25Input: wacom_i2c - do not force interrupt triggerDmitry Torokhov
2021-03-25Input: iqs5xx - close bootloader using hardware resetJeff LaBundy
2021-03-25Input: iqs5xx - remove superfluous revision validationJeff LaBundy
2021-03-25Input: iqs5xx - expose firmware revision to user spaceJeff LaBundy
2021-03-25Input: iqs5xx - optimize axis definition and validationJeff LaBundy
2021-03-25Input: iqs5xx - update vendor's URLJeff LaBundy
2021-03-25Input: silead - fix a typoBhaskar Chowdhury
2021-03-25Input: gpio-keys - use hrtimer for software debounce, if possiblePaul Cercueil
2021-03-25Input: gpio-keys - use hrtimer for release timerPaul Cercueil
2021-03-25Input: gpio-keys - remove extra call to input_syncPaul Cercueil
2021-03-25Input: rotary-encoder - update docs according to the latest API changesHeikki Krogerus
2021-03-25dt-bindings: input: atmel,maxtouch: add wakeup-sourceKrzysztof Kozlowski
2021-03-25Input: max8997 - simplify open coding of a division using up to 64 divisionsUwe Kleine-König
2021-03-21Linux 5.12-rc4Linus Torvalds
2021-03-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-21Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-21Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-03-21Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-03-21Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-03-21Merge tag 'efi-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-21Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe
2021-03-21signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman
2021-03-21signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe
2021-03-21ext4: initialize ret to suppress smatch warningTheodore Ts'o
2021-03-21ext4: stop inode update before returnPan Bian
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar
2021-03-21ext4: fix timer use-after-free on failed mountJan Kara
2021-03-21ext4: fix potential error in ext4_do_update_inodeShijie Luo
2021-03-21ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)
2021-03-21ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)