summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | clocksource/drivers/timer-atmel-pit: Remove uselesss WARN_ON_ONCEAlexandre Belloni2016-09-121-6/+0
| * | | | | clocksource/drivers/timer-atmel-pit: Drop at91sam926x_pit_common_initAlexandre Belloni2016-09-121-45/+34
| * | | | | clocksource/drivers/moxart: Replace panic by pr_errDaniel Lezcano2016-09-121-2/+4
| * | | | | clocksource/drivers/moxart: Replace setup_irq by request_irqDaniel Lezcano2016-09-121-6/+2
| * | | | | clocksource/drivers/moxart: Add Aspeed supportJoel Stanley2016-09-091-0/+32
| * | | | | clocksource/drivers/moxart: Use struct to hold stateJoel Stanley2016-09-091-61/+86
| * | | | | clocksource/drivers/moxart: Refactor enable/disableJoel Stanley2016-09-091-6/+16
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-032-3/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into x86/platform, to pick up fixesIngo Molnar2016-09-22536-3571/+6756
| |\ \ \ \ \ \
| * | | | | | | x86/platform/intel-mid: Add Intel Penwell to ID tableAndy Shevchenko2016-09-081-0/+5
| * | | | | | | x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko2016-09-082-3/+3
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-032-16/+37
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-3060-404/+626
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-09-2057-408/+514
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | iommu/amd: Don't put completion-wait semaphore on stackJoerg Roedel2016-09-152-16/+37
* | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-037-47/+259
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/apicThomas Gleixner2016-09-26393-2249/+4918
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | acpi: Fix broken error check in map_processor()Thomas Gleixner2016-09-231-4/+5
| * | | | | | | | | | | acpi: Validate processor id when mapping the processorDou Liyang2016-09-212-0/+19
| * | | | | | | | | | | acpi: Provide mechanism to validate processors in the ACPI tablesDou Liyang2016-09-211-0/+79
| * | | | | | | | | | | x86/acpi: Set persistent cpuid <-> nodeid mapping when bootingGu Zheng2016-09-213-0/+74
| * | | | | | | | | | | x86/acpi: Enable MADT APIs to return disabled apicidsGu Zheng2016-09-212-23/+42
| * | | | | | | | | | | x86/ioapic: Ignore root bridges without a companion ACPI deviceRui Wang2016-09-101-1/+4
| * | | | | | | | | | | x86/ioapic: Fix IOAPIC failing to request resourceRui Wang2016-08-181-1/+3
| * | | | | | | | | | | x86/ioapic: Fix lost IOAPIC resource after hot-removal and hotaddRui Wang2016-08-181-16/+20
| * | | | | | | | | | | x86/ioapic: Fix setup_res() failing to get resourceRui Wang2016-08-181-1/+1
| * | | | | | | | | | | x86/ioapic: Support hot-removal of IOAPICs present during bootRui Wang2016-08-182-1/+14
| * | | | | | | | | | | x86/ioapic: Change prototype of acpi_ioapic_add()Rui Wang2016-08-183-6/+4
* | | | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-173/+71
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v4.8-rc8' into ras/core, to pick up fixesIngo Molnar2016-09-26257-1758/+2583
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86/MCE/AMD, EDAC: Handle reserved bank 4 on Fam17h properlyYazen Ghannam2016-09-131-0/+3
| * | | | | | | | | | | | x86/mce, EDAC/mce_amd: Print MCA_SYND and MCA_IPID during MCE on SMCA systemsYazen Ghannam2016-09-131-0/+2
| * | | | | | | | | | | | x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP typesYazen Ghannam2016-09-131-158/+36
| * | | | | | | | | | | | EDAC/mce_amd: Use SMCA prefix for error descriptions arraysYazen Ghannam2016-09-131-40/+40
| * | | | | | | | | | | | EDAC/mce_amd: Add missing SMCA error descriptionsYazen Ghannam2016-09-131-0/+7
| * | | | | | | | | | | | EDAC/mce_amd: Print syndrome register value on SMCA systemsYazen Ghannam2016-09-131-3/+11
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-0317-310/+1483
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-201-0/+11
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming2016-09-201-0/+11
| * | | | | | | | | | | | | Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2016-09-20197-1307/+1766
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | / / / / / / / | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-1317-310/+1472
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | efi/arm64: Treat regions with WT/WC set but WB cleared as memoryArd Biesheuvel2016-09-091-15/+17
| | * | | | | | | | | | | | efi: Add efi_test driver for exporting UEFI runtime service interfacesIvan Hu2016-09-095-0/+878
| | * | | | | | | | | | | | efi/arm64: Add debugfs node to dump UEFI runtime page tablesArd Biesheuvel2016-09-091-0/+20
| | * | | | | | | | | | | | firmware-gsmi: Delete an unnecessary check before the function call "dma_pool...Markus Elfring2016-09-091-2/+1
| | * | | | | | | | | | | | efi: Replace runtime services spinlock with semaphoreArd Biesheuvel2016-09-092-32/+52
| | * | | | | | | | | | | | efi: Don't use spinlocks for efi varsSylvain Chouleur2016-09-093-70/+125
| | * | | | | | | | | | | | efi: Use a file local lock for efivarsSylvain Chouleur2016-09-091-36/+47
| | * | | | | | | | | | | | efi/arm*: esrt: Add missing call to efi_esrt_init()Ard Biesheuvel2016-09-091-0/+1
| | * | | | | | | | | | | | efi/esrt: Use memremap not ioremap to access ESRT table in memoryArd Biesheuvel2016-09-091-2/+3