summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fbdev: amba-clcd: Delete the old CLCD driverLinus Walleij2024-01-123-1003/+0
* fbdev: Remove support for Carillo Ranch driverMatthew Wilcox (Oracle)2024-01-129-1907/+0
* fbdev: hgafb: fix kernel-doc commentsRandy Dunlap2024-01-111-2/+11
* fbdev: mmp: Fix typo and wording in code commentDario Binacchi2024-01-111-1/+1
* fbdev: fsl-diu-fb: Fix sparse warning due to virt_to_phys() prototype changeStanislav Kinsburskii2024-01-111-1/+1
* fbdev: imxfb: add '*/' on a separate line in block commentDario Binacchi2024-01-111-2/+4
* fbdev: imxfb: use __func__ for function nameDario Binacchi2024-01-111-1/+1
* fbdev: imxfb: Fix style warnings relating to printk()Dario Binacchi2024-01-111-11/+11
* fbdev: imxfb: add missing spaces after ','Dario Binacchi2024-01-111-2/+2
* fbdev: imxfb: drop ftrace-like loggingDario Binacchi2024-01-111-2/+0
* fbdev: imxfb: add missing SPDX tagDario Binacchi2024-01-111-4/+1
* fbdev: imxfb: replace some magic numbers with constantsDario Binacchi2024-01-111-3/+4
* fbdev: imxfb: use BIT, FIELD_{GET,PREP} and GENMASK macrosDario Binacchi2024-01-111-54/+59
* fbdev: imxfb: move PCR bitfields near their offsetDario Binacchi2024-01-111-7/+6
* fbdev: imxfb: fix left margin settingDario Binacchi2024-01-111-2/+25
* Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-01-1017-276/+327
|\
| * s390/cio: make sch->lock spinlock pointer a memberHalil Pasic2023-12-1210-115/+99
| * s390/ap: handle outband SE bind state changeHarald Freudenberger2023-11-303-50/+122
| * s390/ap: store TAPQ hwinfo in struct ap_cardHarald Freudenberger2023-11-307-106/+83
| * s390/vfio-ap: fix sysfs status attribute for AP queue devicesTony Krowiak2023-11-301-1/+15
| * s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) commandTony Krowiak2023-11-301-1/+4
| * s390/vfio-ap: set status response code to 06 on gisc registration failureAnthony Krowiak2023-11-301-3/+3
| * s390/vfio-ap: unpin pages on gisc registration failureAnthony Krowiak2023-11-301-0/+1
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-106-0/+7
|\ \
| * | sched.h: move pid helpers to pid.hKent Overstreet2023-12-202-0/+2
| * | pid: Split out pid_types.hKent Overstreet2023-12-201-0/+1
| * | PM: fix missing rculist.h dependencyKent Overstreet2023-12-201-0/+1
| * | media: vidtv: fix missing includeKent Overstreet2023-12-181-0/+1
| * | drivers/gpu/drm/i915/i915_memcpy.c: fix missing includesKent Overstreet2023-12-171-0/+2
* | | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-10144-3205/+8216
|\ \ \
| * | | crypto: iaa - Account for cpu-less numa nodesTom Zanussi2023-12-291-2/+13
| * | | crypto: sahara - add support for crypto_engineOvidiu Panait2023-12-292-178/+148
| * | | crypto: sahara - remove error message for bad aes request sizeOvidiu Panait2023-12-291-4/+1
| * | | crypto: sahara - remove unnecessary NULL assignmentsOvidiu Panait2023-12-291-3/+0
| * | | crypto: sahara - remove 'active' flag from sahara_aes_reqctx structOvidiu Panait2023-12-291-8/+1
| * | | crypto: sahara - use dev_err_probe()Ovidiu Panait2023-12-291-18/+9
| * | | crypto: sahara - use devm_clk_get_enabled()Ovidiu Panait2023-12-291-23/+8
| * | | crypto: sahara - use BIT() macroOvidiu Panait2023-12-291-38/+38
| * | | crypto: sahara - clean up macro indentationOvidiu Panait2023-12-291-91/+91
| * | | crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait2023-12-291-36/+2
| * | | crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait2023-12-291-1/+4
| * | | crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait2023-12-291-2/+8
| * | | crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait2023-12-291-8/+10
| * | | crypto: sahara - fix ahash reqsizeOvidiu Panait2023-12-291-2/+1
| * | | crypto: sahara - handle zero-length aes requestsOvidiu Panait2023-12-291-0/+3
| * | | crypto: qat - generate dynamically arbiter mappingsDamian Muszynski2023-12-295-112/+235
| * | | crypto: qat - add support for ring pair level telemetryLucas Segarra Fernandez2023-12-2910-5/+324
| * | | crypto: qat - add support for device telemetryLucas Segarra Fernandez2023-12-2912-0/+1236
| * | | crypto: qat - add admin msgs for telemetryLucas Segarra Fernandez2023-12-293-0/+51
| * | | crypto: qat - include pci.h for GET_DEV()Lucas Segarra Fernandez2023-12-291-0/+1