aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-036-84/+83
|\
| * efi: Process the MEMATTR table only if EFI_MEMMAP is enabledDaniel Kiper2017-06-231-1/+2
| * efi/arm: Enable DMI/SMBIOSArd Biesheuvel2017-06-051-0/+16
| * efi/efi_test: Use memdup_user() helperGeliang Tang2017-06-051-8/+3
| * efi/capsule: Add support for Quark security headerJan Kiszka2017-06-051-0/+9
| * efi/capsule-loader: Use page addresses rather than struct page pointersArd Biesheuvel2017-06-052-7/+12
| * efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak aliasArd Biesheuvel2017-06-051-29/+27
| * efi/capsule: Remove NULL test on kmap()Fabian Frederick2017-06-052-8/+0
| * efi/capsule-loader: Use a cached copy of the capsule headerArd Biesheuvel2017-06-051-24/+17
| * efi/capsule: Adjust return type of efi_capsule_setup_info()Jan Kiszka2017-06-051-2/+2
| * efi/capsule: Clean up pr_err/_info() messagesJan Kiszka2017-06-051-11/+8
| * efi/capsule: Remove pr_debug() on ENOMEM or EFAULTJan Kiszka2017-06-051-9/+2
| * efi/capsule: Fix return code on failing kmap/vmapJan Kiszka2017-06-051-2/+2
* | Merge tag 'edac_for_4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2017-07-039-444/+399
|\ \
| * | EDAC, pnd2: Fix Apollo Lake DIMM detectionTony Luck2017-06-291-3/+8
| * | EDAC, i5000, i5400: Fix definition of NRECMEMB registerJérémy Lefaure2017-06-292-5/+5
| * | EDAC, pnd2: Make function sbi_send() staticColin Ian King2017-06-261-2/+2
| * | EDAC, pnd2: Return proper error value from apl_rd_reg()Gustavo A. R. Silva2017-06-231-2/+3
| * | EDAC, altera: Simplify calculation of total memoryChris Packham2017-06-141-16/+8
| * | EDAC, sb_edac: Avoid creating SOCK memory controllerQiuxu Zhuo2017-06-141-0/+5
| * | EDAC, mce_amd: Fix typo in SMCA error descriptionYazen Ghannam2017-06-121-1/+1
| * | EDAC, mv64x60: Sanity check edac_op_state before registeringChris Packham2017-06-091-6/+1
| * | EDAC, thunderx: Fix a warning during l2c debugfs node creationVadim Lomovtsev2017-06-011-1/+1
| * | EDAC, mv64x60: Check driver registration successChris Packham2017-05-301-2/+7
| * | EDAC, ie31200: Add Intel Kaby Lake CPU supportJason Baron2017-05-281-1/+12
| * | EDAC, mv64x60: Replace in_le32()/out_le32() with readl()/writel()Chris Packham2017-05-261-42/+42
| * | EDAC, mv64x60: Fix pdata->nameChris Packham2017-05-261-1/+1
| * | EDAC, sb_edac: Bump driver version and do some cleanupsQiuxu Zhuo2017-05-251-44/+21
| * | EDAC, sb_edac: Check if ECC enabled when at least one DIMM is presentQiuxu Zhuo2017-05-251-85/+18
| * | EDAC, sb_edac: Drop NUM_CHANNELS from 8 back to 4Qiuxu Zhuo2017-05-251-1/+1
| * | EDAC, sb_edac: Carve out dimm-populating loopBorislav Petkov2017-05-251-58/+66
| * | EDAC, sb_edac: Fix mod_nameBorislav Petkov2017-05-251-1/+1
| * | EDAC, sb_edac: Assign EDAC memory controller per h/w controllerQiuxu Zhuo2017-05-251-84/+84
| * | EDAC, sb_edac: Don't use "Socket#" in the memory controller nameTony Luck2017-05-251-19/+35
| * | EDAC, sb_edac: Classify PCI-IDs by topologyQiuxu Zhuo2017-05-251-114/+121
| * | EDAC, altera: Constify irq_domain_opsTobias Klauser2017-05-241-1/+1
* | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-03161-5197/+4187
|\ \ \
| * | | lightnvm: pblk: set line bitmap check under debugJavier González2017-06-301-1/+4
| * | | lightnvm: pblk: verify that cache read is still validJavier González2017-06-303-6/+22
| * | | lightnvm: pblk: add initialization checkJavier González2017-06-301-0/+6
| * | | lightnvm: pblk: remove target using async. I/OsJavier González2017-06-306-73/+122
| * | | lightnvm: pblk: use vmalloc for GC data bufferJavier González2017-06-305-12/+14
| * | | lightnvm: pblk: use right metadata buffer for recoveryJavier González2017-06-301-3/+3
| * | | lightnvm: pblk: schedule if data is not readyJavier González2017-06-301-1/+3
| * | | lightnvm: pblk: remove unused return variableJavier González2017-06-301-2/+2
| * | | lightnvm: pblk: fix double-free on pblk initJavier González2017-06-301-2/+0
| * | | lightnvm: pblk: fix bad le64 assignationsJavier González2017-06-304-4/+7
| * | | nvme: Makefile: remove dead build ruleValentin Rothberg2017-06-291-1/+0
| * | | nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg2017-06-281-33/+67
| * | | nvme_fc: fix error recovery on link down.James Smart2017-06-281-4/+4