summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | arch: x86: New MailBox support driver for Intel SOC'sDavid E. Box2014-01-084-0/+325
| * | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-01-205-54/+70
| |\ \ \ \ \ \ \
| | * | | | | | | x86/mm/numa: Fix 32-bit kernel NUMA bootLans Zhang2013-12-191-3/+7
| | * | | | | | | Merge tag 'v3.13-rc4' into x86/mmIngo Molnar2013-12-191903-17636/+33340
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | x86/mm: Implement ASLR for hugetlb mappingsKirill A. Shutemov2013-11-193-10/+4
| | * | | | | | | x86/mm: Unify pte_to_pgoff() and pgoff_to_pte() helpersCyrill Gorcunov2013-11-191-41/+59
| * | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-2015-122/+205
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'amd_ucode_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2014-01-1415-122/+205
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | x86, microcode: Move to a proper locationBorislav Petkov2014-01-1311-13/+8
| | | * | | | | | | x86, microcode, AMD: Fix early ucode loadingBorislav Petkov2014-01-133-89/+170
| | | * | | | | | | x86, microcode: Share native MSR accessing variantsBorislav Petkov2014-01-132-10/+15
| | | * | | | | | | x86, ramdisk: Export relocated ramdisk VABorislav Petkov2014-01-132-10/+12
| | |/ / / / / / /
| * | | | | | | | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-2016-75/+340
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, intel_mid: Replace memcpy with struct assignmentFengguang Wu2014-01-171-2/+2
| | * | | | | | | | x86, intel-mid: Return proper error code from get_gpio_by_name()David Cohen2014-01-171-1/+1
| | * | | | | | | | x86, intel-mid: Check get_gpio_by_name() error code on platform codeDavid Cohen2014-01-177-8/+12
| | * | | | | | | | x86, intel-mid: sfi_handle_*_dev() should check for pdata error codeDavid Cohen2014-01-171-0/+6
| | * | | | | | | | x86, intel-mid: Remove deprecated X86_MDFLD and X86_WANT_INTEL_MID configsDavid Cohen2014-01-151-23/+7
| | * | | | | | | | x86, intel-mid: Add Merrifield platform supportDavid Cohen2014-01-157-8/+144
| | * | | | | | | | x86, intel-mid: Add Clovertrail platform supportKuppuswamy Sathyanarayanan2014-01-154-11/+113
| | * | | | | | | | x86, intel-mid: Move Medfield code out of intel-mid.c core fileDavid Cohen2014-01-154-37/+70
| | |/ / / / / / /
| * | | | | | | | Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-2023-116/+1689
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar2014-01-051338-6843/+14307
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | x86/efi: parse_efi_setup() build fixDave Young2014-01-031-3/+2
| | * | | | | | | | x86: ksysfs.c build fixDave Young2014-01-031-0/+1
| | * | | | | | | | x86/efi: Delete superfluous global variablesMatt Fleming2013-12-292-18/+1
| | * | | | | | | | x86: Reserve setup_data ranges late after parsing memmap cmdlineDave Young2013-12-291-2/+2
| | * | | | | | | | x86: Export x86 boot_params to sysfsDave Young2013-12-293-0/+378
| | * | | | | | | | x86: Add xloadflags bit for EFI runtime support on kexecDave Young2013-12-293-1/+12
| | * | | | | | | | x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young2013-12-296-25/+156
| | * | | | | | | | efi: Export EFI runtime memory mapping to sysfsDave Young2013-12-217-3/+287
| | * | | | | | | | efi: Export more EFI table variables to sysfsDave Young2013-12-214-1/+67
| | * | | | | | | | x86/efi: Cleanup efi_enter_virtual_mode() functionDave Young2013-12-211-53/+79
| | * | | | | | | | x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young2013-12-211-1/+1
| | * | | | | | | | x86/efi: Add a wrapper function efi_map_region_fixed()Dave Young2013-12-213-0/+13
| | * | | | | | | | x86/efi: Remove unused variables in __map_region()Dave Young2013-12-211-5/+1
| | * | | | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2013-11-2610-70/+755
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | x86/efi: Check krealloc return valueBorislav Petkov2013-11-021-0/+8
| | | * | | | | | | | x86/efi: Runtime services virtual mappingBorislav Petkov2013-11-029-47/+300
| | | * | | | | | | | x86/mm/cpa: Map in an arbitrary pgdBorislav Petkov2013-11-021-7/+46
| | | * | | | | | | | x86/mm/pageattr: Add last levels of error pathBorislav Petkov2013-11-021-1/+93
| | | * | | | | | | | x86/mm/pageattr: Add a PUD error unwinding pathBorislav Petkov2013-11-021-2/+58
| | | * | | | | | | | x86/mm/pageattr: Add a PTE pagetable populating functionBorislav Petkov2013-11-021-1/+21
| | | * | | | | | | | x86/mm/pageattr: Add a PMD pagetable populating functionBorislav Petkov2013-11-021-1/+81
| | | * | | | | | | | x86/mm/pageattr: Add a PUD pagetable populating functionBorislav Petkov2013-11-021-1/+86
| | | * | | | | | | | x86/mm/pageattr: Add a PGD pagetable populating functionBorislav Petkov2013-11-021-0/+39
| | | * | | | | | | | x86/mm/pageattr: Lookup address in an arbitrary PGDBorislav Petkov2013-11-021-10/+26
| | | * | | | | | | | x86/efi: Simplify EFI_DEBUGBorislav Petkov2013-11-021-6/+3
| * | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-203-3/+31
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86, cpu: Detect more TLB configurationKirill A. Shutemov2014-01-033-3/+31