summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-032-22/+4
* bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-031-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-0341-72/+73
|\
| * Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-2450-329/+455
| |\
| * \ Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-20598-4115/+6441
| |\ \
| | * | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-202-12/+11
| | * | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-2033-54/+54
| * | | init: Introduce SYSTEM_SCHEDULING stateThomas Gleixner2017-05-231-0/+1
| * | | iommu/of: Adjust system_state checkThomas Gleixner2017-05-231-1/+1
| * | | iommu/vt-d: Adjust system_state checksThomas Gleixner2017-05-231-2/+2
| * | | cpufreq/pasemi: Adjust system_state checkThomas Gleixner2017-05-231-1/+1
| * | | mm: Adjust system_state checkThomas Gleixner2017-05-231-1/+1
| * | | ACPI: Adjust system_state checkThomas Gleixner2017-05-231-1/+1
| * | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-05-23199-777/+1370
| |\ \ \
| * | | | cpuidle: Fix idle time trackingPeter Zijlstra2017-05-151-0/+1
* | | | | 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