summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Documentation: HID: hid-alps editing & correctionsRandy Dunlap2021-01-041-2/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-5.12/chicony' into for-linusJiri Kosina2021-02-232-0/+56
| |\ \ \ \
| | * | | | HID: chicony: Add Wireless Radio Control feature for Chicony devicesJian-Hong Pan2021-01-142-0/+56
| | |/ / /
| * | | | Merge branch 'for-5.12/core' into for-linusJiri Kosina2021-02-232-3/+16
| |\ \ \ \
| | * | | | HID: hid-input: avoid splitting keyboard, system and consumer controlsDmitry Torokhov2021-02-021-0/+10
| | * | | | HID: make arrays usage and value to be the sameWill McVicker2021-01-181-3/+3
| | * | | | HID: core: detect and skip invalid inputs to snto32()Randy Dunlap2021-01-081-0/+3
| | |/ / /
| * | | | HID: wacom: Ignore attempts to overwrite the touch_max value from HIDJason Gerecke2021-02-181-1/+6
| * | | | HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch 10EHans de Goede2021-02-091-3/+9
| * | | | HID: Ignore battery for Elan touchscreen on HP Spectre X360 15-df0xxxElia Devito2021-02-092-0/+3
| * | | | HID: logitech-dj: add support for the new lightspeed connection iterationFilipe Laíns2021-02-091-1/+6
| * | | | HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device IDYou-Sheng Yang2021-02-092-0/+2
| * | | | HID: logitech-dj: add support for keyboard events in eQUAD step 4 GamingFilipe Laíns2021-02-051-0/+1
| * | | | HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Win...Hans de Goede2021-02-052-0/+4
| * | | | HID: displays: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong2021-02-051-3/+3
| * | | | HID: wacom: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong2021-02-051-1/+1
* | | | | scripts/dtc: Add missing fdtoverlay to gitignoreRob Herring2021-02-232-0/+2
* | | | | Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-02-2326-662/+967
|\ \ \ \ \
| * | | | | gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flushBob Peterson2021-02-231-2/+7
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher2021-02-231945-23153/+46670
| |\ \ \ \ \ \
| | | * | | | | gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher2021-02-227-42/+131
| | | * | | | | gfs2: Rework the log space allocation logicAndreas Gruenbacher2021-02-223-69/+104
| | | * | | | | gfs2: Minor calc_reserved cleanupAndreas Gruenbacher2021-02-221-8/+5
| | | * | | | | gfs2: Move function gfs2_ail_empty_trAndreas Gruenbacher2021-02-031-17/+17
| | | * | | | | gfs2: Get rid of current_tail()Andreas Gruenbacher2021-02-033-37/+44
| | | * | | | | gfs2: Use a tighter bound in gfs2_trans_beginAndreas Gruenbacher2021-02-031-2/+8
| | | * | | | | gfs2: Clean up gfs2_log_reserveAndreas Gruenbacher2021-02-032-35/+26
| | | * | | | | gfs2: Don't wait for journal flush in clean_journalAndreas Gruenbacher2021-02-031-3/+2
| | | * | | | | gfs2: Move lock flush locking to gfs2_trans_{begin,end}Andreas Gruenbacher2021-02-033-33/+16
| | | * | | | | gfs2: Get rid of sd_reserving_logAndreas Gruenbacher2021-02-036-18/+19
| | | * | | | | gfs2: Clean up on-stack transactionsAndreas Gruenbacher2021-02-035-42/+38
| | | * | | | | gfs2: Use sb_start_intwrite in gfs2_ail_empty_glAndreas Gruenbacher2021-02-032-6/+7
| | | * | | | | gfs2: Clean up ail2_emptyAndreas Gruenbacher2021-01-191-17/+21
| | | * | | | | gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher2021-01-193-4/+4
| | | * | | | | gfs2: Minor debugging improvementAndreas Gruenbacher2021-01-191-2/+2
| | | * | | | | gfs2: Some documentation updatesAndreas Gruenbacher2021-01-191-13/+11
| | | * | | | | gfs2: Minor gfs2_write_revokes cleanupsAndreas Gruenbacher2021-01-191-3/+5
| | | * | | | | gfs2: Simplify the buf_limit and databuf_limit definitionsAndreas Gruenbacher2021-01-191-15/+2
| | | * | | | | gfs2: Un-obfuscate function jdesc_find_iAndreas Gruenbacher2021-01-191-10/+3
| | * | | | | | gfs2: Use resource group glock sharingBob Peterson2021-02-175-12/+15
| | * | | | | | gfs2: Allow node-wide exclusive glock sharingBob Peterson2021-02-172-3/+25
| | * | | | | | gfs2: Add local resource group lockingAndreas Gruenbacher2021-02-174-7/+59
| | * | | | | | gfs2: Add per-reservation reserved block accountingAndreas Gruenbacher2021-02-175-28/+82
| | * | | | | | gfs2: Rename rs_{free -> requested} and rd_{reserved -> requested}Andreas Gruenbacher2021-02-173-33/+33
| | * | | | | | gfs2: Check for active reservation in gfs2_releaseAndreas Gruenbacher2021-02-171-2/+2
| | * | | | | | gfs2: Don't search for unreserved space twiceAndreas Gruenbacher2021-02-171-4/+5
| | * | | | | | gfs2: Only pass reservation down to gfs2_rbm_findAndreas Gruenbacher2021-02-172-14/+14
| | * | | | | | gfs2: Also reflect single-block allocations in rgd->rd_extfail_ptAndreas Gruenbacher2021-02-171-8/+10
| | * | | | | | gfs2: Set GBF_FULL flags when reading resource groupAndreas Gruenbacher2021-01-181-2/+19
| | * | | | | | gfs2: Don't clear GBF_FULL flags in rs_deltreeAndreas Gruenbacher2021-01-181-24/+1