summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-128-18/+152
|\
| * of: Move definition of of_find_next_cache_node into common code.Sudeep KarkadaNagesha2013-10-311-0/+31
| * powerpc/pmu: Fix ADB_PMU_LED_IDE dependenciesChristian Kujau2013-10-311-0/+1
| * hwrng: Add a driver for the hwrng found in power7+ systemsMichael Ellerman2013-10-113-0/+95
| * hwrng: Return errors to upper levels in pseries-rng.cMichael Ellerman2013-10-111-3/+11
| * tty/hvc_opal: powerpc: Make OPAL HVC device tree accesses endian safeBenjamin Herrenschmidt2013-10-111-2/+2
| * powerpc/hvsi: Fix endian issues in HVSI driverBenjamin Herrenschmidt2013-10-111-13/+12
* | Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-1211-841/+2
|\ \
| * | watchdog: Drop references to H8300 architectureGuenter Roeck2013-09-172-4/+0
| * | net/ethernet: Drop H8/300 Ethernet driverGuenter Roeck2013-09-174-694/+1
| * | net/ethernet: smsc9194: Drop conditional code for H8/300Guenter Roeck2013-09-171-24/+0
| * | ide: Drop H8/300 driverGuenter Roeck2013-09-173-118/+0
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-1217-136/+565
|\ \ \
| * | | ACPI, x86: Fix extended error log driver to depend on CONFIG_X86_LOCAL_APICLuck, Tony2013-11-111-1/+1
| * | | dmi: Avoid unaligned memory access in save_mem_devices()Luck, Tony2013-11-031-1/+2
| * | | Merge tag 'please-pull-move-cper' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-11-016-2/+10
| |\ \ \
| | * | | Move cper.c from drivers/acpi/apei to drivers/firmware/efiLuck, Tony2013-10-316-2/+10
| * | | | Merge tag 'please-pull-eMCA-fix' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-10-2613-135/+555
| |\| | |
| | * | | EDAC, GHES: Update ghes error record infoChen, Gong2013-10-231-0/+11
| | * | | ACPI, APEI, CPER: Cleanup CPER memory error output formatChen, Gong2013-10-231-36/+31
| | * | | ACPI, APEI, CPER: Enhance memory reporting capabilityChen, Gong2013-10-231-0/+12
| | * | | ACPI, APEI, CPER: Add UEFI 2.4 support for memory errorChen, Gong2013-10-233-8/+8
| | * | | DMI: Parse memory device (type 17) in SMBIOSChen, Gong2013-10-231-0/+60
| | * | | ACPI, x86: Extended error log driver for x86 platformChen, Gong2013-10-234-1/+350
| | * | | bitops: Introduce a more generic BITMASK macroChen, Gong2013-10-224-34/+27
| | * | | ACPI, CPER: Update cper infoChen, Gong2013-10-223-62/+62
| | * | | ACPI, APEI, CPER: Fix status check during error printingChen, Gong2013-10-221-1/+1
* | | | | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-11-126-9/+9
|\ \ \ \ \
| * | | | | intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-182-2/+2
| * | | | | intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-186-7/+7
* | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-123-1/+777
|\ \ \ \ \ \
| * | | | | | boot, efi: Remove redundant memset()Roy Franz2013-10-041-2/+0
| * | | | | | Merge branch 'arm/common' into nextMatt Fleming2013-09-251-0/+638
| |\ \ \ \ \ \
| | * | | | | | efi: resolve warnings found on ARM compileRoy Franz2013-09-251-3/+1
| | * | | | | | efi: Fix types in EFI calls to match EFI function definitions.Roy Franz2013-09-251-6/+9
| | * | | | | | efi: Renames in handle_cmdline_files() to complete generalization.Roy Franz2013-09-251-46/+46
| | * | | | | | efi: Generalize handle_ramdisks() and rename to handle_cmdline_files().Roy Franz2013-09-251-21/+30
| | * | | | | | efi: Allow efi_free() to be called with size of 0Roy Franz2013-09-251-0/+3
| | * | | | | | efi: generalize efi_get_memory_map()Roy Franz2013-09-251-3/+11
| | * | | | | | efi: Rename __get_map() to efi_get_memory_map()Roy Franz2013-09-251-6/+6
| | * | | | | | efi: Move unicode to ASCII conversion to shared function.Roy Franz2013-09-251-0/+61
| | * | | | | | efi: Generalize relocate_kernel() for use by other architectures.Roy Franz2013-09-251-21/+55
| | * | | | | | efi: Move relocate_kernel() to shared file.Roy Franz2013-09-251-0/+35
| | * | | | | | efi: Enforce minimum alignment of 1 page on allocations.Roy Franz2013-09-251-0/+16
| | * | | | | | efi: Rename memory allocation/free functionsRoy Franz2013-09-251-7/+7
| | * | | | | | efi: Add system table pointer argument to shared functions.Roy Franz2013-09-251-44/+52
| | * | | | | | efi: Move common EFI stub code from x86 arch code to common locationRoy Franz2013-09-251-0/+463
| * | | | | | | Merge branch 'arm/efi-stub' into nextMatt Fleming2013-09-051-0/+140
| |\| | | | | |
| | * | | | | | efi: x86: make efi_lookup_mapped_addr() a common functionLeif Lindholm2013-09-051-0/+32
| | * | | | | | efi: x86: ia64: provide a generic efi_config_init()Leif Lindholm2013-09-051-0/+108