| Commit message (Expand) | Author | Age |
* | x86: Don't introduce more __cpuinit users in intel_mid_weak_decls.h | Paul Gortmaker | 2014-01-22 |
* | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-01-20 |
|\ |
|
| * | x86, intel_mid: Replace memcpy with struct assignment | Fengguang Wu | 2014-01-16 |
| * | x86, intel-mid: Return proper error code from get_gpio_by_name() | David Cohen | 2014-01-16 |
| * | x86, intel-mid: Check get_gpio_by_name() error code on platform code | David Cohen | 2014-01-16 |
| * | x86, intel-mid: sfi_handle_*_dev() should check for pdata error code | David Cohen | 2014-01-16 |
| * | x86, intel-mid: Remove deprecated X86_MDFLD and X86_WANT_INTEL_MID configs | David Cohen | 2014-01-15 |
| * | x86, intel-mid: Add Merrifield platform support | David Cohen | 2014-01-15 |
| * | x86, intel-mid: Add Clovertrail platform support | Kuppuswamy Sathyanarayanan | 2014-01-15 |
| * | x86, intel-mid: Move Medfield code out of intel-mid.c core file | David Cohen | 2014-01-15 |
* | | Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-01-20 |
|\ \ |
|
| * \ | Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflicts | Ingo Molnar | 2014-01-05 |
| |\ \ |
|
| * | | | x86/efi: parse_efi_setup() build fix | Dave Young | 2014-01-03 |
| * | | | x86: ksysfs.c build fix | Dave Young | 2014-01-03 |
| * | | | x86/efi: Delete superfluous global variables | Matt Fleming | 2013-12-29 |
| * | | | x86: Reserve setup_data ranges late after parsing memmap cmdline | Dave Young | 2013-12-29 |
| * | | | x86: Export x86 boot_params to sysfs | Dave Young | 2013-12-29 |
| * | | | x86: Add xloadflags bit for EFI runtime support on kexec | Dave Young | 2013-12-29 |
| * | | | x86/efi: Pass necessary EFI data for kexec via setup_data | Dave Young | 2013-12-29 |
| * | | | efi: Export EFI runtime memory mapping to sysfs | Dave Young | 2013-12-21 |
| * | | | efi: Export more EFI table variables to sysfs | Dave Young | 2013-12-21 |
| * | | | x86/efi: Cleanup efi_enter_virtual_mode() function | Dave Young | 2013-12-21 |
| * | | | x86/efi: Fix off-by-one bug in EFI Boot Services reservation | Dave Young | 2013-12-21 |
| * | | | x86/efi: Add a wrapper function efi_map_region_fixed() | Dave Young | 2013-12-21 |
| * | | | x86/efi: Remove unused variables in __map_region() | Dave Young | 2013-12-21 |
| * | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 2013-11-26 |
| |\ \ \ |
|
| | * | | | x86/efi: Check krealloc return value | Borislav Petkov | 2013-11-02 |
| | * | | | x86/efi: Runtime services virtual mapping | Borislav Petkov | 2013-11-02 |
| | * | | | x86/mm/cpa: Map in an arbitrary pgd | Borislav Petkov | 2013-11-02 |
| | * | | | x86/mm/pageattr: Add last levels of error path | Borislav Petkov | 2013-11-02 |
| | * | | | x86/mm/pageattr: Add a PUD error unwinding path | Borislav Petkov | 2013-11-02 |
| | * | | | x86/mm/pageattr: Add a PTE pagetable populating function | Borislav Petkov | 2013-11-02 |
| | * | | | x86/mm/pageattr: Add a PMD pagetable populating function | Borislav Petkov | 2013-11-02 |
| | * | | | x86/mm/pageattr: Add a PUD pagetable populating function | Borislav Petkov | 2013-11-02 |
| | * | | | x86/mm/pageattr: Add a PGD pagetable populating function | Borislav Petkov | 2013-11-02 |
| | * | | | x86/mm/pageattr: Lookup address in an arbitrary PGD | Borislav Petkov | 2013-11-02 |
| | * | | | x86/efi: Simplify EFI_DEBUG | Borislav Petkov | 2013-11-02 |
* | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-01-20 |
|\ \ \ \ \ |
|
| * | | | | | x86, cpu: Detect more TLB configuration | Kirill A. Shutemov | 2014-01-03 |
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-01-20 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, cpu, amd: Fix a shadowed variable situation | Borislav Petkov | 2014-01-15 |
| * | | | | | | um, x86: Fix vDSO build | Richard Weinberger | 2014-01-12 |
| * | | | | | | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-07 |
| * | | | | | | x86, realmode: Pointer walk cleanups, pull out invariant use of __pa() | H. Peter Anvin | 2013-12-18 |
| * | | | | | | x86/traps: Clean up error exception handler definitions | Ingo Molnar | 2013-12-12 |
* | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-01-20 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, boot: Move intcall() to the .inittext section | H. Peter Anvin | 2014-01-04 |
| * | | | | | | | x86, boot: Use .code16 instead of .code16gcc | David Woodhouse | 2014-01-04 |
| * | | | | | | | x86, sparse: Do not force removal of __user when calling copy_to/from_user_no... | Steven Rostedt | 2014-01-04 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-01-20 |
|\ \ \ \ \ \ \ |
|