| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | x86/efi: Add early thunk code to go from 64-bit to 32-bit | Matt Fleming | 2014-03-04 | 2 | -0/+179 |
| | * | | | | | x86/efi: Build our own EFI services pointer table | Matt Fleming | 2014-03-04 | 5 | -211/+377 |
| | * | | | | | efi: Add separate 32-bit/64-bit definitions | Matt Fleming | 2014-03-04 | 2 | -0/+296 |
| | * | | | | | x86/efi: Delete dead code when checking for non-native | Matt Fleming | 2014-03-04 | 1 | -12/+0 |
| | * | | | | | x86/mm/pageattr: Always dump the right page table in an oops | Matt Fleming | 2014-03-04 | 3 | -5/+16 |
| | * | | | | | x86, tools: Consolidate #ifdef code | Matt Fleming | 2014-03-04 | 1 | -22/+42 |
| | * | | | | | x86/boot: Cleanup header.S by removing some #ifdefs | Matt Fleming | 2014-03-04 | 1 | -7/+1 |
| * | | | | | | Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingo | Matt Fleming | 2014-03-05 | 534 | -3351/+5395 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | efi: Use NULL instead of 0 for pointer | Daeseok Youn | 2014-03-04 | 2 | -2/+2 |
| * | | | | | | | ia64/efi: Implement efi_enabled() | Matt Fleming | 2014-03-04 | 2 | -8/+7 |
| * | | | | | | | x86/efi: Split efi_enter_virtual_mode | Borislav Petkov | 2014-03-04 | 1 | -50/+98 |
| * | | | | | | | x86/efi: Make efi virtual runtime map passing more robust | Borislav Petkov | 2014-03-04 | 4 | -26/+114 |
| * | | | | | | | x86, pageattr: Export page unmapping interface | Borislav Petkov | 2014-03-04 | 2 | -13/+33 |
| * | | | | | | | x86/efi: Dump the EFI page table | Borislav Petkov | 2014-03-04 | 5 | -0/+21 |
| * | | | | | | | x86, ptdump: Add the functionality to dump an arbitrary pagetable | Borislav Petkov | 2014-03-04 | 2 | -31/+56 |
| * | | | | | | | x86/efi: Style neatening | Joe Perches | 2014-03-04 | 1 | -15/+11 |
| * | | | | | | | x86/efi: Delete out-of-date comments of efi_query_variable_store | Madper Xie | 2014-03-04 | 1 | -7/+5 |
| * | | | | | | | efivarfs: 'efivarfs_file_write' function reorganization | Geyslan G. Bem | 2014-03-04 | 1 | -9/+4 |
| * | | | | | | | efi: Set feature flags inside feature init functions | Matt Fleming | 2014-03-04 | 2 | -4/+10 |
| * | | | | | | | efi: Move facility flags to struct efi | Matt Fleming | 2014-03-04 | 4 | -25/+21 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-03-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | i386: Remove unneeded test of 'task' in dump_trace() (again) | Steven Rostedt | 2014-03-11 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-03-31 | 15 | -101/+248 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, cpu: Add forcepae parameter for booting PAE kernels on PAE-disabled Pent... | Chris Bainbridge | 2014-03-20 | 3 | -0/+46 |
| * | | | | | | | | Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC | Dave Jones | 2014-03-20 | 4 | -4/+4 |
| * | | | | | | | | x86, intel: Make MSR_IA32_MISC_ENABLE bit constants systematic | H. Peter Anvin | 2014-03-13 | 2 | -31/+57 |
| * | | | | | | | | x86, Intel: Convert to the new bit access MSR accessors | Borislav Petkov | 2014-03-13 | 2 | -26/+13 |
| * | | | | | | | | x86, AMD: Convert to the new bit access MSR accessors | Borislav Petkov | 2014-03-13 | 1 | -36/+12 |
| * | | | | | | | | x86: Add another set of MSR accessor functions | Borislav Petkov | 2014-03-13 | 2 | -1/+90 |
| * | | | | | | | | x86: Use clflushopt in drm_clflush_virt_range | Ross Zwisler | 2014-02-27 | 1 | -1/+1 |
| * | | | | | | | | x86: Use clflushopt in drm_clflush_page | Ross Zwisler | 2014-02-27 | 1 | -1/+7 |
| * | | | | | | | | x86: Use clflushopt in clflush_cache_range | Ross Zwisler | 2014-02-27 | 1 | -4/+4 |
| * | | | | | | | | x86: Add support for the clflushopt instruction | Ross Zwisler | 2014-02-27 | 2 | -0/+9 |
| * | | | | | | | | x86, AVX-512: Enable AVX-512 States Context Switch | Fenghua Yu | 2014-02-20 | 1 | -6/+10 |
| * | | | | | | | | x86, AVX-512: AVX-512 Feature Detection | Fenghua Yu | 2014-02-20 | 1 | -0/+4 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-03-31 | 4 | -8/+6 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, pageattr: Correct WBINVD spelling in comment | Borislav Petkov | 2014-03-13 | 1 | -3/+3 |
| * | | | | | | | | x86, crash: Unify ifdef | Borislav Petkov | 2014-03-13 | 1 | -2/+0 |
| * | | | | | | | | x86, boot: Correct max ramdisk size name | Borislav Petkov | 2014-03-13 | 2 | -3/+3 |
* | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-03-31 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86: Disable generation of traditional x87 instructions | Borislav Petkov | 2014-02-04 | 1 | -2/+2 |
* | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-03-31 | 14 | -46/+36 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86/apic: Plug racy xAPIC access of CPU hotplug code | Jan Kiszka | 2014-03-11 | 2 | -2/+13 |
| * | | | | | | | | | | x86/apic: Always define nox2apic and define it as initdata | David Rientjes | 2014-02-09 | 2 | -4/+6 |
| * | | | | | | | | | | x86/apic: Remove unused function prototypes | David Rientjes | 2014-02-09 | 1 | -4/+0 |
| * | | | | | | | | | | x86/apic: Switch wait_for_init_deassert() to a bool flag | David Rientjes | 2014-02-09 | 13 | -29/+17 |
| * | | | | | | | | | | x86/apic: Only use default_wait_for_init_deassert() | David Rientjes | 2014-02-09 | 2 | -8/+1 |
* | | | | | | | | | | | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-03-31 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86, acpi: Fix bug in associating hot-added CPUs with corresponding NUMA node | Jiang Liu | 2014-02-20 | 1 | -4/+4 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-03-31 | 45 | -541/+913 |
|\ \ \ \ \ \ \ \ \ \ \ |
|