summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song2021-03-062-2/+13
* | Merge tag 'v5.12-rc4' into nextDmitry Torokhov2021-03-2511539-286882/+486947
|\ \
| * | Linux 5.12-rc4v5.12-rc4Linus Torvalds2021-03-211-1/+1
| * | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-2111-72/+168
| |\ \
| | * | ext4: initialize ret to suppress smatch warningTheodore Ts'o2021-03-211-1/+1
| | * | ext4: stop inode update before returnPan Bian2021-03-211-1/+3
| | * | ext4: fix rename whiteout with fast commitHarshad Shirwadkar2021-03-213-2/+12
| | * | ext4: fix timer use-after-free on failed mountJan Kara2021-03-211-1/+1
| | * | ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-211-4/+4
| | * | ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)2021-03-211-1/+1
| | * | ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-03-211-9/+9
| | * | ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-211-2/+27
| | * | ext4: fix error handling in ext4_end_enable_verity()Eric Biggers2021-03-111-34/+55
| | * | ext4: fix bh ref count on error pathsZhaolong Zhang2021-03-061-3/+3
| | * | fs/ext4: fix integer overflow in s_log_groups_per_flexSabyrzhan Tasbolatov2021-03-061-2/+9
| | * | ext4: add reclaim checks to xattr codeJan Kara2021-03-061-0/+4
| | * | ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney2021-03-064-12/+39
| | |/
| * | Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-213-7/+31
| |\ \
| | * | io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher2021-03-211-4/+20
| | * | io-wq: ensure task is running before processing task_workJens Axboe2021-03-211-2/+6
| | * | signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman2021-03-211-1/+2
| | * | signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe2021-03-211-0/+3
| * | | Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-2114-48/+75
| |\ \ \
| | * | | staging: vt665x: fix alignment constraintsEdmundo Carmona Antoranz2021-03-181-2/+2
| | * | | staging: comedi: cb_pcidas64: fix request_irq() warnTong Zhang2021-03-161-1/+1
| | * | | staging: comedi: cb_pcidas: fix request_irq() warnTong Zhang2021-03-161-1/+1
| | * | | MAINTAINERS: move the staging subsystem to lists.linux.devGreg Kroah-Hartman2021-03-161-2/+1
| | * | | MAINTAINERS: move some real subsystems off of the staging mailing listGreg Kroah-Hartman2021-03-161-2/+2
| | * | | Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-03-1510-40/+68
| | |\ \ \
| | | * | | iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handlerDinghao Liu2021-03-061-0/+2
| | | * | | iio: hid-sensor-temperature: Fix issues of timestamp channelYe Xiang2021-03-061-6/+8
| | | * | | iio: hid-sensor-humidity: Fix alignment issue of timestamp channelYe Xiang2021-03-061-5/+7
| | | * | | counter: stm32-timer-cnt: fix ceiling miss-alignment with reload registerFabrice Gasnier2021-03-061-8/+3
| | | * | | counter: stm32-timer-cnt: fix ceiling write max valueFabrice Gasnier2021-03-061-0/+5
| | | * | | counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLEDWilliam Breathitt Gray2021-02-271-14/+25
| | | * | | iio: adc: ab8500-gpadc: Fix off by 10 to 3Linus Walleij2021-02-211-1/+1
| | | * | | iio:adc:stm32-adc: Add HAS_IOMEM dependencyJonathan Cameron2021-02-211-0/+1
| | | * | | iio: adis16400: Fix an error code in adis16400_initial_setup()Dan Carpenter2021-02-211-2/+1
| | | * | | iio: adc: adi-axi-adc: add proper Kconfig dependenciesAlexandru Ardelean2021-02-141-0/+2
| | | * | | iio: adc: ad7949: fix wrong ADC result due to incorrect bit maskWilfried Wessner2021-02-121-1/+1
| | | * | | iio: hid-sensor-prox: Fix scale not correct issueYe Xiang2021-01-301-2/+11
| | | * | | iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channelJonathan Albrieux2021-01-161-1/+1
| * | | | | Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-03-2111-25/+62
| |\ \ \ \ \