aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-012-2/+2
|\
| * Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-112-2/+2
| |\
| | * Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-015795-126011/+281236
| | |\
| | * | x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar2017-01-281-1/+1
| | * | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-016-5/+556
|\ \ \ \
| * | | | ACPI/APEI: Use setup_deferrable_timer()Geliang Tang2017-04-191-3/+2
| * | | | RAS: Add a Corrected Errors CollectorBorislav Petkov2017-03-285-2/+554
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-018-69/+76
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-04-123-47/+22
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar2017-04-11145-492/+1101
| |\ \ \ \ \ \
| * | | | | | | x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs supportSuravee Suthikulpanit2017-03-302-24/+24
| * | | | | | | x86/events/amd/iommu.c: Modify functions to query max banks and countersSuravee Suthikulpanit2017-03-302-16/+20
| * | | | | | | x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit2017-03-304-8/+13
| * | | | | | | drivers/iommu/amd: Clean up iommu_pc_get_set_reg()Suravee Suthikulpanit2017-03-301-5/+8
| * | | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-03-30312-2353/+5746
| |\ \ \ \ \ \ \
| * | | | | | | | perf/core: Keep AUX flags in the output handleWill Deacon2017-03-164-16/+11
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-019-169/+166
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: N2 - Replace racy task affinity logicThomas Gleixner2017-04-151-15/+16
| * | | | | | | | | cpufreq/sparc-us2e: Replace racy task affinity logicThomas Gleixner2017-04-151-24/+21
| * | | | | | | | | cpufreq/sparc-us3: Replace racy task affinity logicThomas Gleixner2017-04-151-30/+16
| * | | | | | | | | cpufreq/sh: Replace racy task affinity logicThomas Gleixner2017-04-151-18/+27
| * | | | | | | | | cpufreq/ia64: Replace racy task affinity logicThomas Gleixner2017-04-151-53/+39
| * | | | | | | | | ACPI/processor: Replace racy task affinity logicThomas Gleixner2017-04-152-27/+42
| * | | | | | | | | ACPI/processor: Fix error handling in __acpi_processor_start()Thomas Gleixner2017-04-151-0/+3
| * | | | | | | | | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-112-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-0112-103/+337
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT spaceArd Biesheuvel2017-04-171-2/+9
| * | | | | | | | | ef/libstub/arm/arm64: Randomize the base of the UEFI rt services regionArd Biesheuvel2017-04-051-13/+36
| * | | | | | | | | efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel2017-04-055-10/+30
| * | | | | | | | | efi/libstub: Unify command line param parsingArd Biesheuvel2017-04-054-28/+21
| * | | | | | | | | efi/libstub: Fix harmless command line parsing bugArd Biesheuvel2017-04-051-2/+2
| * | | | | | | | | efi/arm32-stub: Allow boot-time allocations in the vmlinux regionArd Biesheuvel2017-04-051-20/+128
| * | | | | | | | | efi/pstore: Return error code (if any) from efi_pstore_write()Evgeny Kalugin2017-04-051-3/+3
| * | | | | | | | | efi/bgrt: Enable ACPI BGRT handling on arm64Bhupesh Sharma2017-04-052-1/+7
| * | | | | | | | | x86/efi/bgrt: Move efi-bgrt handling out of arch/x86Bhupesh Sharma2017-04-052-0/+85
| * | | | | | | | | efi/arm-stub: Round up FDT allocation to mapping sizeArd Biesheuvel2017-04-051-33/+24
| * | | | | | | | | efi/arm-stub: Correct FDT and initrd allocation rules for arm64Ard Biesheuvel2017-04-051-3/+4
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-0141-662/+1622
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arm64/arch_timer: Mark errata handlers as __maybe_unusedArnd Bergmann2017-04-201-2/+2
| * | | | | | | | | | Clocksource/mips-gic: Remove redundant non devicetree initMatt Redfearn2017-04-201-13/+0
| * | | | | | | | | | Merge tag 'arch-timer-gtdt' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner2017-04-204-202/+792
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | acpi/arm64: Add SBSA Generic Watchdog support in GTDT driverFu Wei2017-04-191-0/+103
| | * | | | | | | | | | clocksource: arm_arch_timer: add GTDT support for memory-mapped timerFu Wei2017-04-191-3/+76
| | * | | | | | | | | | acpi/arm64: Add memory-mapped timer support in GTDT driverFu Wei2017-04-191-0/+157
| | * | | | | | | | | | clocksource: arm_arch_timer: simplify ACPI support code.Fu Wei2017-04-191-30/+10
| | * | | | | | | | | | acpi/arm64: Add GTDT table parse driverFu Wei2017-04-193-0/+161
| | * | | | | | | | | | clocksource: arm_arch_timer: split MMIO timer probing.Fu Wei2017-04-191-44/+145
| | * | | | | | | | | | clocksource: arm_arch_timer: move arch_timer_needs_of_probing into DT init callFu Wei2017-04-191-25/+21
| | * | | | | | | | | | clocksource: arm_arch_timer: refactor arch_timer_needs_probingFu Wei2017-04-191-15/+19