summaryrefslogtreecommitdiff
path: root/arch/x86/platform
AgeCommit message (Expand)AuthorFilesLines
2014-04-02x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young1-1/+1
2014-01-03x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett1-5/+0
2013-10-27x86, efi: Don't map Boot Services on i386Josh Boyer1-4/+7
2013-06-29x86/efi: Fix dummy variable buffer allocationBen Hutchings1-1/+6
2013-06-29Modify UEFI anti-bricking codeMatthew Garrett1-9/+66
2013-05-30x86,efi: Implement efi_no_storage_paranoia parameterRichard Weinberger1-1/+13
2013-05-30x86,efi: Check max_size only if it is non-zero.Richard Weinberger1-1/+6
2013-05-30efi: Export efi_query_variable_store() for efivars.koSergey Vlasov1-0/+1
2013-05-30x86, efivars: firmware bug workarounds should be in platform codeMatt Fleming1-0/+25
2013-03-06x86, efi: Make "noefi" really disable EFI runtime serivcesMatt Fleming1-28/+31
2013-03-06efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameterSatoru Takeuchi1-1/+1
2013-02-06x86, efi: Set runtime_version to the EFI spec revisionMatt Fleming1-1/+1
2013-02-06efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-4/+32
2013-02-06efi, x86: Pass a proper identity mapping in efi_call_phys_prelogNathan Zimmer1-5/+17
2012-10-17efi: initialize efi.runtime_version to make query_variable_info/update_capsul...Seiji Aguchi1-0/+1
2012-06-20x86/uv: Fix UV2 BAU legacy modeCliff Wickman1-1/+0
2012-02-03x86/uv: Fix uninitialized spinlocksCliff Wickman2-1/+3
2012-01-26x86/UV2: Work around BAU bugCliff Wickman1-32/+242
2012-01-26x86/UV2: Fix BAU destination timeout initializationCliff Wickman1-6/+7
2012-01-26x86/UV2: Fix new UV2 hardware by using native UV2 broadcast modeCliff Wickman1-23/+65
2011-12-12Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard2-18/+28
2011-12-10x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-awareMatt Fleming1-46/+2
2011-12-09x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming2-28/+18
2011-12-05x86, mrst: Change the pmic_gpio device type to IPCFeng Tang1-0/+1
2011-12-05mrst: Added some platform data for the SFI translationsJekyll Lai1-0/+42
2011-12-05x86,mrst: Power control commands updateJacob Pan1-11/+14
2011-11-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+41
2011-11-12bma023: Add SFI translation for this deviceWilliam Douglas1-0/+1
2011-11-12vrtc: change its year offset from 1960 to 1972Feng Tang1-2/+2
2011-11-12ce4100: fix a build errorZhang Rui1-1/+1
2011-11-10x86/mrst: Avoid reporting wrong nmi statusJacob Pan1-0/+13
2011-11-10x86/mrst: Add support for Penwell clock calibrationDirk Brandewie1-5/+28
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-0/+5
2011-11-07mrst pmu: update commentLen Brown1-1/+1
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds1-15/+161
2011-11-01x86: efi_32.c is implicitly getting asm/desc.h via module.hPaul Gortmaker1-0/+1
2011-11-01x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker4-0/+4
2011-10-28Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+6
2011-10-28Merge branch 'x86-geode-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+144
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2011-10-24x86, mrst: add platform support for MSIC MFD driverMika Westerberg1-15/+154
2011-10-24x86, mrst: Some drivers need to known when an SCU is availableAlan Cox1-0/+7
2011-10-14x86, mrst: use a temporary variable for SFI irqMika Westerberg1-10/+12
2011-09-21x86/rtc: Don't recursively acquire rtc_lockMatt Fleming1-0/+9
2011-09-21x86: uv2: Workaround for UV2 Hub bug (system global address format)Jack Steiner1-11/+6
2011-09-21x86: geode: New PCEngines Alix system driverEd Wildgoose3-0/+144
2011-08-26x86/mrst: Add platform data for Max3110 devicesFeng Tang1-0/+3
2011-08-26sfi: table irq 0xFF means 'no interrupt'Kirill A. Shutemov1-1/+3
2011-08-06x86, olpc: Wait for last byte of EC command to be acceptedPaul Fox1-2/+2