Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | intel_mid: Refactored sfi_parse_devs() function | Kuppuswamy Sathyanarayanan | 2013-10-17 | 1 | -70/+71 | |
| * | | | | | | | | | | intel_mid: Renamed *mrst* to *intel_mid* | Kuppuswamy Sathyanarayanan | 2013-10-17 | 13 | -94/+93 | |
| * | | | | | | | | | | pci: intel_mid: Return true/false in function returning bool | Fengguang Wu | 2013-10-17 | 1 | -3/+3 | |
| * | | | | | | | | | | intel_mid: Renamed *mrst* to *intel_mid* | Kuppuswamy Sathyanarayanan | 2013-10-17 | 19 | -32/+33 | |
| * | | | | | | | | | | mrst: Fixed indentation issues | Kuppuswamy Sathyanarayanan | 2013-10-17 | 2 | -12/+15 | |
| * | | | | | | | | | | mrst: Fixed printk/pr_* related issues | Kuppuswamy Sathyanarayanan | 2013-10-17 | 3 | -5/+4 | |
* | | | | | | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-12 | 2 | -0/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86, hyperv: Move a variable to avoid an unused variable warning | H. Peter Anvin | 2013-11-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | x86, hyperv: Fix build error due to missing <asm/apic.h> include | David Rientjes | 2013-10-30 | 1 | -0/+1 | |
| * | | | | | | | | | | | x86, hyperv: Correctly guard the local APIC calibration code | K. Y. Srinivasan | 2013-10-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | x86, hyperv: Get the local APIC timer frequency from the hypervisor | K. Y. Srinivasan | 2013-10-10 | 2 | -0/+43 | |
* | | | | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-11-12 | 17 | -791/+1245 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 2013-10-29 | 6 | -3/+216 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | x86/efi: Add EFI framebuffer earlyprintk support | Matt Fleming | 2013-10-28 | 6 | -3/+216 | |
| * | | | | | | | | | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 2013-10-06 | 2 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | boot, efi: Remove redundant memset() | Roy Franz | 2013-10-04 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | x86/efi: Fix config_table_type array termination | Leif Lindholm | 2013-10-04 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | x86 efi: bugfix interrupt disabling sequence | Bart Kuivenhoven | 2013-09-30 | 1 | -15/+2 | |
| * | | | | | | | | | | | | x86: EFI stub support for large memory maps | Linn Crosetto | 2013-09-30 | 1 | -61/+161 | |
| * | | | | | | | | | | | | Merge branch 'arm/common' into next | Matt Fleming | 2013-09-25 | 6 | -567/+712 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | efi: resolve warnings found on ARM compile | Roy Franz | 2013-09-25 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | efi: Fix types in EFI calls to match EFI function definitions. | Roy Franz | 2013-09-25 | 1 | -6/+9 | |
| | * | | | | | | | | | | | | efi: Renames in handle_cmdline_files() to complete generalization. | Roy Franz | 2013-09-25 | 1 | -46/+46 | |
| | * | | | | | | | | | | | | efi: Generalize handle_ramdisks() and rename to handle_cmdline_files(). | Roy Franz | 2013-09-25 | 2 | -22/+38 | |
| | * | | | | | | | | | | | | efi: Allow efi_free() to be called with size of 0 | Roy Franz | 2013-09-25 | 2 | -2/+4 | |
| | * | | | | | | | | | | | | efi: use efi_get_memory_map() to get final map for x86 | Roy Franz | 2013-09-25 | 1 | -17/+5 | |
| | * | | | | | | | | | | | | efi: generalize efi_get_memory_map() | Roy Franz | 2013-09-25 | 1 | -3/+11 | |
| | * | | | | | | | | | | | | efi: Rename __get_map() to efi_get_memory_map() | Roy Franz | 2013-09-25 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | efi: Move unicode to ASCII conversion to shared function. | Roy Franz | 2013-09-25 | 2 | -37/+67 | |
| | * | | | | | | | | | | | | efi: Generalize relocate_kernel() for use by other architectures. | Roy Franz | 2013-09-25 | 2 | -23/+63 | |
| | * | | | | | | | | | | | | efi: Move relocate_kernel() to shared file. | Roy Franz | 2013-09-25 | 2 | -34/+35 | |
| | * | | | | | | | | | | | | efi: Enforce minimum alignment of 1 page on allocations. | Roy Franz | 2013-09-25 | 1 | -0/+16 | |
| | * | | | | | | | | | | | | efi: Rename memory allocation/free functions | Roy Franz | 2013-09-25 | 2 | -16/+17 | |
| | * | | | | | | | | | | | | efi: Add system table pointer argument to shared functions. | Roy Franz | 2013-09-25 | 2 | -62/+72 | |
| | * | | | | | | | | | | | | efi: Move common EFI stub code from x86 arch code to common location | Roy Franz | 2013-09-25 | 3 | -442/+464 | |
| | * | | | | | | | | | | | | efi: Add proper definitions for some EFI function pointers. | Roy Franz | 2013-09-25 | 2 | -24/+34 | |
| | * | | | | | | | | | | | | EFI stub documentation updates | Roy Franz | 2013-09-25 | 2 | -1/+1 | |
| * | | | | | | | | | | | | | Merge branch 'arm/efi-stub' into next | Matt Fleming | 2013-09-05 | 5 | -159/+170 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | efi: x86: make efi_lookup_mapped_addr() a common function | Leif Lindholm | 2013-09-05 | 3 | -28/+35 | |
| | * | | | | | | | | | | | | efi: x86: ia64: provide a generic efi_config_init() | Leif Lindholm | 2013-09-05 | 4 | -131/+134 | |
| | * | | | | | | | | | | | | ia64: add early_memremap() alias for early_ioremap() | Leif Lindholm | 2013-09-05 | 1 | -0/+1 | |
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | efivars: Mark local function as static | Bojan Prtvar | 2013-09-05 | 1 | -1/+1 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-11-12 | 8 | -40/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/cpu: Increase max CPU count to 8192 | Josh Boyer | 2013-11-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | x86/cpu: Allow higher NR_CPUS values | Josh Boyer | 2013-11-06 | 1 | -2/+4 | |
| * | | | | | | | | | | | | x86/cpu: Always print SMP information in /proc/cpuinfo | HATAYAMA Daisuke | 2013-11-06 | 1 | -9/+6 | |
| * | | | | | | | | | | | | Merge tag 'v3.12' into x86/cpu, to refresh the branch before queueing up more... | Ingo Molnar | 2013-11-06 | 120 | -864/+1142 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | x86/cpu: Track legacy CPU model data only on 32-bit kernels | Jan Beulich | 2013-10-26 | 6 | -28/+34 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-11-12 | 2 | -7/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | x86, msr: Use file_inode(), not f_mapping->host | Andre Richter | 2013-10-08 | 1 | -1/+1 |