summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | intel_mid: Refactored sfi_parse_devs() functionKuppuswamy Sathyanarayanan2013-10-171-70/+71
| * | | | | | | | | | intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-1713-94/+93
| * | | | | | | | | | pci: intel_mid: Return true/false in function returning boolFengguang Wu2013-10-171-3/+3
| * | | | | | | | | | intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-1719-32/+33
| * | | | | | | | | | mrst: Fixed indentation issuesKuppuswamy Sathyanarayanan2013-10-172-12/+15
| * | | | | | | | | | mrst: Fixed printk/pr_* related issuesKuppuswamy Sathyanarayanan2013-10-173-5/+4
* | | | | | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-122-0/+46
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, hyperv: Move a variable to avoid an unused variable warningH. Peter Anvin2013-11-061-2/+2
| * | | | | | | | | | | x86, hyperv: Fix build error due to missing <asm/apic.h> includeDavid Rientjes2013-10-301-0/+1
| * | | | | | | | | | | x86, hyperv: Correctly guard the local APIC calibration codeK. Y. Srinivasan2013-10-101-0/+2
| * | | | | | | | | | | x86, hyperv: Get the local APIC timer frequency from the hypervisorK. Y. Srinivasan2013-10-102-0/+43
* | | | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-1217-791/+1245
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2013-10-296-3/+216
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86/efi: Add EFI framebuffer earlyprintk supportMatt Fleming2013-10-286-3/+216
| * | | | | | | | | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2013-10-062-3/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | boot, efi: Remove redundant memset()Roy Franz2013-10-041-2/+0
| | * | | | | | | | | | | | x86/efi: Fix config_table_type array terminationLeif Lindholm2013-10-041-1/+1
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | x86 efi: bugfix interrupt disabling sequenceBart Kuivenhoven2013-09-301-15/+2
| * | | | | | | | | | | | x86: EFI stub support for large memory mapsLinn Crosetto2013-09-301-61/+161
| * | | | | | | | | | | | Merge branch 'arm/common' into nextMatt Fleming2013-09-256-567/+712
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | 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-252-22/+38
| | * | | | | | | | | | | | efi: Allow efi_free() to be called with size of 0Roy Franz2013-09-252-2/+4
| | * | | | | | | | | | | | efi: use efi_get_memory_map() to get final map for x86Roy Franz2013-09-251-17/+5
| | * | | | | | | | | | | | 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-252-37/+67
| | * | | | | | | | | | | | efi: Generalize relocate_kernel() for use by other architectures.Roy Franz2013-09-252-23/+63
| | * | | | | | | | | | | | efi: Move relocate_kernel() to shared file.Roy Franz2013-09-252-34/+35
| | * | | | | | | | | | | | efi: Enforce minimum alignment of 1 page on allocations.Roy Franz2013-09-251-0/+16
| | * | | | | | | | | | | | efi: Rename memory allocation/free functionsRoy Franz2013-09-252-16/+17
| | * | | | | | | | | | | | efi: Add system table pointer argument to shared functions.Roy Franz2013-09-252-62/+72
| | * | | | | | | | | | | | efi: Move common EFI stub code from x86 arch code to common locationRoy Franz2013-09-253-442/+464
| | * | | | | | | | | | | | efi: Add proper definitions for some EFI function pointers.Roy Franz2013-09-252-24/+34
| | * | | | | | | | | | | | EFI stub documentation updatesRoy Franz2013-09-252-1/+1
| * | | | | | | | | | | | | Merge branch 'arm/efi-stub' into nextMatt Fleming2013-09-055-159/+170
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | efi: x86: make efi_lookup_mapped_addr() a common functionLeif Lindholm2013-09-053-28/+35
| | * | | | | | | | | | | | efi: x86: ia64: provide a generic efi_config_init()Leif Lindholm2013-09-054-131/+134
| | * | | | | | | | | | | | ia64: add early_memremap() alias for early_ioremap()Leif Lindholm2013-09-051-0/+1
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | efivars: Mark local function as staticBojan Prtvar2013-09-051-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-128-40/+45
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/cpu: Increase max CPU count to 8192Josh Boyer2013-11-061-2/+2
| * | | | | | | | | | | | x86/cpu: Allow higher NR_CPUS valuesJosh Boyer2013-11-061-2/+4
| * | | | | | | | | | | | x86/cpu: Always print SMP information in /proc/cpuinfoHATAYAMA Daisuke2013-11-061-9/+6
| * | | | | | | | | | | | Merge tag 'v3.12' into x86/cpu, to refresh the branch before queueing up more...Ingo Molnar2013-11-06120-864/+1142
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/cpu: Track legacy CPU model data only on 32-bit kernelsJan Beulich2013-10-266-28/+34
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-122-7/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86, msr: Use file_inode(), not f_mapping->hostAndre Richter2013-10-081-1/+1
OpenPOWER on IntegriCloud