summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ia64: fix discontig.c section mismatchesRandy Dunlap2021-04-171-3/+3
* ia64: remove duplicate entries in generic_defconfigRandy Dunlap2021-04-171-2/+0
* csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap2021-04-172-2/+2
* kasan: remove redundant config optionWalter Wu2021-04-179-17/+18
* kasan: fix hwasan build for gccArnd Bergmann2021-04-171-6/+6
* mm: eliminate "expecting prototype" kernel-doc warningsRandy Dunlap2021-04-173-13/+22
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-04-161-4/+4
|\
| * arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor2021-04-151-4/+4
* | Merge tag 'drm-fixes-2021-04-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-163-5/+4
|\ \
| * \ Merge tag 'drm-intel-fixes-2021-04-15' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2021-04-153-5/+4
| |\ \
| | * | drm/i915/display/vlv_dsi: Do not skip panel_pwr_cycle_delay when disabling th...Hans de Goede2021-04-121-2/+2
| | * | drm/i915: Don't zero out the Y plane's watermarksVille Syrjälä2021-04-121-2/+2
| | * | drm/i915/dpcd_bl: Don't try vesa interface unless specified by VBTLyude Paul2021-04-121-1/+0
| |/ /
* | | Merge tag 'acpi-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-04-151-3/+2
|\ \ \
| * | | ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()Rafael J. Wysocki2021-04-131-3/+2
| |/ /
* | | Merge tag 'gpio-fixes-for-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-151-0/+8
|\ \ \
| * | | gpio: sysfs: Obey valid_maskMatti Vaittinen2021-03-311-0/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-04-158-20/+59
|\ \ \ \
| * | | | HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng2021-03-161-4/+2
| * | | | AMD_SFH: Add DMI quirk table for BIOS-es which don't set the activestatus bitsHans de Goede2021-03-081-0/+24
| * | | | AMD_SFH: Add sensor_mask module parameterHans de Goede2021-03-081-3/+11
| * | | | AMD_SFH: Removed unused activecontrolstatus member from the amd_mp2_dev structHans de Goede2021-03-082-3/+4
| * | | | HID: wacom: Assign boolean values to a bool variableJiapeng Zhong2021-03-081-1/+1
| * | | | HID cp2112: fix support for multiple gpiochipsDouglas Gilbert2021-03-081-11/+11
| * | | | HID: alps: fix error return code in alps_input_configured()Jia-Ju Bai2021-03-081-0/+1
| * | | | HID: asus: Add support for 2021 ASUS N-Key keyboardLuke D Jones2021-03-082-0/+4
| * | | | HID: google: add don USB idShou-Chieh Hsu2021-03-082-0/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-04-155-32/+38
|\ \ \ \ \
| * | | | | Input: elants_i2c - drop zero-checking of ABS_MT_TOUCH_MAJOR resolutionDmitry Osipenko2021-03-291-2/+1
| * | | | | Input: elants_i2c - fix division by zero if firmware reports zero phys sizeDmitry Osipenko2021-03-281-1/+1
| * | | | | Input: nspire-keypad - enable interrupts only when openedFabian Vogt2021-03-231-25/+31
| * | | | | Input: i8042 - fix Pegatron C15B ID entryArnd Bergmann2021-03-231-0/+1
| * | | | | Input: n64joy - fix return value check in n64joy_probe()Wei Yongjun2021-03-101-2/+2
| * | | | | Input: s6sy761 - fix coordinate read bit shiftCaleb Connolly2021-03-081-2/+2
* | | | | | Merge tag 'for-5.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-142-3/+9
|\ \ \ \ \ \
| * | | | | | dm verity fec: fix misaligned RS roots IOJaegeuk Kim2021-04-142-3/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 's390-5.12-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-04-141-4/+3
|\ \ \ \ \ \
| * | | | | | s390/entry: save the caller of psw_idleVasily Gorbik2021-04-121-0/+1
| * | | | | | s390/entry: avoid setting up backchain in ext|io handlersVasily Gorbik2021-04-121-4/+2
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-04-144-12/+20
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | arm64: kprobes: Restore local irqflag if kprobes is cancelledJisheng Zhang2021-04-131-2/+4
| * | | | | | arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomicallyCatalin Marinas2021-04-122-5/+11
| * | | | | | arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne2021-04-011-5/+5
* | | | | | | Merge tag 'dmaengine-fix-5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-1411-53/+109
|\ \ \ \ \ \ \
| * | | | | | | dmaengine: idxd: fix wq cleanup of WQCFG registersDave Jiang2021-04-123-18/+27
| * | | | | | | dmaengine: idxd: clear MSIX permission entry on shutdownDave Jiang2021-04-123-9/+34
| * | | | | | | dmaengine: plx_dma: add a missing put_device() on error pathDan Carpenter2021-04-121-7/+11
| * | | | | | | dmaengine: tegra20: Fix runtime PM imbalance on errorDinghao Liu2021-04-121-2/+2
| * | | | | | | dmaengine: Fix a double free in dma_async_device_registerLv Yunlong2021-04-121-0/+1
| * | | | | | | dmaengine: dw: Make it dependent to HAS_IOMEMAndy Shevchenko2021-04-121-0/+2