summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-7/+6
|\
| * efi: cper: check section header more appropriatelyShuai Xue2021-08-271-1/+1
| * efi: cper: fix scnprintf() use in cper_mem_err_location()Rasmus Villemoes2021-08-271-6/+5
* | Merge tag 'edac_updates_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-308-38/+202
|\ \
| * | EDAC/i10nm: Retrieve and print retry_rd_err_log registersYouquan Song2021-08-234-3/+157
| * | EDAC/i10nm: Fix NVDIMM detectionQiuxu Zhuo2021-08-231-3/+3
| * | EDAC/skx_common: Set the memory type correctly for HBM memoryQiuxu Zhuo2021-08-231-1/+4
| * | EDAC/altera: Skip defining unused structures for specific configsKrzysztof Kozlowski2021-08-161-18/+26
| * | EDAC/mce_amd: Do not load edac_mce_amd module on guestsSmita Koralahalli2021-08-091-0/+3
| * | EDAC/mc: Add new HBM2 memory typeNaveen Krishna Chatradhi2021-07-201-0/+1
| * | EDAC/amd64: Use DEVICE_ATTR helper macrosDwaipayan Ray2021-07-131-13/+8
| |/
* | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-3026-579/+523
|\ \
| * | s390/ap: fix state machine hang after failure to enable irqHarald Freudenberger2021-08-263-34/+21
| * | s390/sclp: add tracing of SCLP interactionsPeter Oberparleiter2021-08-251-3/+227
| * | s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.cRandy Dunlap2021-08-251-64/+52
| * | s390/pci: improve DMA translation init and exitNiklas Schnelle2021-08-251-5/+13
| * | s390/zcrypt: remove gratuitious NULL check in .remove() callbacksJulian Wiedmann2021-08-253-12/+10
| * | s390/ap: use the common driver-data pointerJulian Wiedmann2021-08-256-45/+30
| * | s390/ap: use the common device_driver pointerJulian Wiedmann2021-08-253-8/+4
| * | s390/sclp: reserve memory occupied by sclp early bufferAlexander Egorenkov2021-08-181-2/+0
| * | s390/zcrypt: fix wrong offset index for APKA master key valid stateHarald Freudenberger2021-08-181-4/+4
| * | s390/qdio: remove unused support for SLIB parametersJulian Wiedmann2021-08-182-38/+0
| * | s390/qdio: consolidate QIB codeJulian Wiedmann2021-08-181-27/+15
| * | s390/qdio: use dev_info() in qdio_print_subchannel_info()Julian Wiedmann2021-08-181-5/+2
| * | s390/qdio: fine-tune the queue syncJulian Wiedmann2021-08-181-11/+20
| * | s390/qdio: clean up SIGA capability trackingJulian Wiedmann2021-08-183-33/+15
| * | s390/qdio: remove unused sync-after-IRQ infrastructureJulian Wiedmann2021-08-182-16/+3
| * | s390/qdio: use absolute data address in ESTABLISH ccwJulian Wiedmann2021-08-181-1/+1
| * | s390/cio: add dev_busid sysfs entry for each subchannelVineeth Vijayan2021-08-181-0/+17
| * | s390/cio: add rescan functionality on channel subsystemVineeth Vijayan2021-08-181-0/+13
| * | s390/sclp: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-051-2/+2
| * | s390/qdio: remove unused macrosJulian Wiedmann2021-07-271-5/+0
| * | s390/qdio: clarify reporting of errors to the driversJulian Wiedmann2021-07-272-11/+4
| * | s390/qdio: remove unneeded siga-sync for Output QueueJulian Wiedmann2021-07-271-7/+0
| * | s390/qdio: remove remaining tasklet & timer codeJulian Wiedmann2021-07-274-213/+5
| * | s390/qdio: propagate error when cancelling a ccw failsJulian Wiedmann2021-07-271-5/+8
| * | s390/qdio: improve roll-back after error on ESTABLISH ccwJulian Wiedmann2021-07-271-3/+3
| * | s390/qdio: cancel the ESTABLISH ccw after timeoutJulian Wiedmann2021-07-271-21/+30
| * | s390/qdio: fix roll-back after timeout on ESTABLISH ccwJulian Wiedmann2021-07-271-12/+19
| * | s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov2021-07-272-2/+2
| * | s390/boot: move sclp early buffer from fixed address in asm to CAlexander Egorenkov2021-07-271-1/+6
| * | s390/dasd: remove debug printkHeiko Carstens2021-07-271-3/+1
| * | s390/sclp: use only one sclp early buffer to send commandsAlexander Egorenkov2021-07-271-1/+11
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-08-3057-601/+1341
|\ \ \
| * | | crypto: ccp - Add support for new CCP/PSP device IDJohn Allen2021-08-271-0/+7
| * | | crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian2021-08-211-0/+4
| * | | crypto: hisilicon - change parameter passing of debugfs functionWeili Qian2021-08-213-36/+20
| * | | crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian2021-08-215-30/+297
| * | | crypto: hisilicon - add runtime PM opsWeili Qian2021-08-212-0/+120
| * | | crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian2021-08-215-27/+81