| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | | x86, microcode: Share native MSR accessing variants | Borislav Petkov | 2014-01-13 | 2 | -10/+15 |
| | * | | | | | | | x86, ramdisk: Export relocated ramdisk VA | Borislav Petkov | 2014-01-13 | 2 | -10/+12 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-01-20 | 16 | -75/+340 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, intel_mid: Replace memcpy with struct assignment | Fengguang Wu | 2014-01-16 | 1 | -2/+2 |
| * | | | | | | | | x86, intel-mid: Return proper error code from get_gpio_by_name() | David Cohen | 2014-01-16 | 1 | -1/+1 |
| * | | | | | | | | x86, intel-mid: Check get_gpio_by_name() error code on platform code | David Cohen | 2014-01-16 | 7 | -8/+12 |
| * | | | | | | | | x86, intel-mid: sfi_handle_*_dev() should check for pdata error code | David Cohen | 2014-01-16 | 1 | -0/+6 |
| * | | | | | | | | x86, intel-mid: Remove deprecated X86_MDFLD and X86_WANT_INTEL_MID configs | David Cohen | 2014-01-15 | 1 | -23/+7 |
| * | | | | | | | | x86, intel-mid: Add Merrifield platform support | David Cohen | 2014-01-15 | 7 | -8/+144 |
| * | | | | | | | | x86, intel-mid: Add Clovertrail platform support | Kuppuswamy Sathyanarayanan | 2014-01-15 | 4 | -11/+113 |
| * | | | | | | | | x86, intel-mid: Move Medfield code out of intel-mid.c core file | David Cohen | 2014-01-15 | 4 | -37/+70 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-01-20 | 23 | -116/+1689 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflicts | Ingo Molnar | 2014-01-05 | 1338 | -6843/+14307 |
| |\ \ \ \ \ \ \ \
| | | |_|_|/ / / /
| | |/| | | | | | |
|
| * | | | | | | | | x86/efi: parse_efi_setup() build fix | Dave Young | 2014-01-03 | 1 | -3/+2 |
| * | | | | | | | | x86: ksysfs.c build fix | Dave Young | 2014-01-03 | 1 | -0/+1 |
| * | | | | | | | | x86/efi: Delete superfluous global variables | Matt Fleming | 2013-12-29 | 2 | -18/+1 |
| * | | | | | | | | x86: Reserve setup_data ranges late after parsing memmap cmdline | Dave Young | 2013-12-29 | 1 | -2/+2 |
| * | | | | | | | | x86: Export x86 boot_params to sysfs | Dave Young | 2013-12-29 | 3 | -0/+378 |
| * | | | | | | | | x86: Add xloadflags bit for EFI runtime support on kexec | Dave Young | 2013-12-29 | 3 | -1/+12 |
| * | | | | | | | | x86/efi: Pass necessary EFI data for kexec via setup_data | Dave Young | 2013-12-29 | 6 | -25/+156 |
| * | | | | | | | | efi: Export EFI runtime memory mapping to sysfs | Dave Young | 2013-12-21 | 7 | -3/+287 |
| * | | | | | | | | efi: Export more EFI table variables to sysfs | Dave Young | 2013-12-21 | 4 | -1/+67 |
| * | | | | | | | | x86/efi: Cleanup efi_enter_virtual_mode() function | Dave Young | 2013-12-21 | 1 | -53/+79 |
| * | | | | | | | | x86/efi: Fix off-by-one bug in EFI Boot Services reservation | Dave Young | 2013-12-21 | 1 | -1/+1 |
| * | | | | | | | | x86/efi: Add a wrapper function efi_map_region_fixed() | Dave Young | 2013-12-21 | 3 | -0/+13 |
| * | | | | | | | | x86/efi: Remove unused variables in __map_region() | Dave Young | 2013-12-21 | 1 | -5/+1 |
| * | | | | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 2013-11-26 | 10 | -70/+755 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | x86/efi: Check krealloc return value | Borislav Petkov | 2013-11-02 | 1 | -0/+8 |
| | * | | | | | | | | x86/efi: Runtime services virtual mapping | Borislav Petkov | 2013-11-02 | 9 | -47/+300 |
| | * | | | | | | | | x86/mm/cpa: Map in an arbitrary pgd | Borislav Petkov | 2013-11-02 | 1 | -7/+46 |
| | * | | | | | | | | x86/mm/pageattr: Add last levels of error path | Borislav Petkov | 2013-11-02 | 1 | -1/+93 |
| | * | | | | | | | | x86/mm/pageattr: Add a PUD error unwinding path | Borislav Petkov | 2013-11-02 | 1 | -2/+58 |
| | * | | | | | | | | x86/mm/pageattr: Add a PTE pagetable populating function | Borislav Petkov | 2013-11-02 | 1 | -1/+21 |
| | * | | | | | | | | x86/mm/pageattr: Add a PMD pagetable populating function | Borislav Petkov | 2013-11-02 | 1 | -1/+81 |
| | * | | | | | | | | x86/mm/pageattr: Add a PUD pagetable populating function | Borislav Petkov | 2013-11-02 | 1 | -1/+86 |
| | * | | | | | | | | x86/mm/pageattr: Add a PGD pagetable populating function | Borislav Petkov | 2013-11-02 | 1 | -0/+39 |
| | * | | | | | | | | x86/mm/pageattr: Lookup address in an arbitrary PGD | Borislav Petkov | 2013-11-02 | 1 | -10/+26 |
| | * | | | | | | | | x86/efi: Simplify EFI_DEBUG | Borislav Petkov | 2013-11-02 | 1 | -6/+3 |
* | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-01-20 | 3 | -3/+31 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86, cpu: Detect more TLB configuration | Kirill A. Shutemov | 2014-01-03 | 3 | -3/+31 |
* | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-01-20 | 42 | -74/+24 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86, cpu, amd: Fix a shadowed variable situation | Borislav Petkov | 2014-01-15 | 1 | -7/+3 |
| * | | | | | | | | | | | um, x86: Fix vDSO build | Richard Weinberger | 2014-01-12 | 1 | -0/+1 |
| * | | | | | | | | | | | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-06 | 41 | -41/+0 |
| * | | | | | | | | | | | x86, realmode: Pointer walk cleanups, pull out invariant use of __pa() | H. Peter Anvin | 2013-12-18 | 1 | -14/+12 |
| * | | | | | | | | | | | x86/traps: Clean up error exception handler definitions | Ingo Molnar | 2013-12-12 | 1 | -13/+9 |
* | | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-01-20 | 3 | -16/+16 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | x86, boot: Move intcall() to the .inittext section | H. Peter Anvin | 2014-01-04 | 1 | -2/+2 |
| * | | | | | | | | | | | | x86, boot: Use .code16 instead of .code16gcc | David Woodhouse | 2014-01-04 | 2 | -12/+12 |
| * | | | | | | | | | | | | x86, sparse: Do not force removal of __user when calling copy_to/from_user_no... | Steven Rostedt | 2014-01-04 | 1 | -2/+2 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|