summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-2015-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-161-2/+2
| * | | | | | | | | x86, intel-mid: Return proper error code from get_gpio_by_name()David Cohen2014-01-161-1/+1
| * | | | | | | | | x86, intel-mid: Check get_gpio_by_name() error code on platform codeDavid Cohen2014-01-167-8/+12
| * | | | | | | | | x86, intel-mid: sfi_handle_*_dev() should check for pdata error codeDavid Cohen2014-01-161-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-2012-115/+1327
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar2014-01-0524-95/+129
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | 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-292-0/+340
| * | | | | | | | | x86: Add xloadflags bit for EFI runtime support on kexecDave Young2013-12-292-1/+9
| * | | | | | | | | 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-211-3/+43
| * | | | | | | | | efi: Export more EFI table variables to sysfsDave Young2013-12-211-0/+4
| * | | | | | | | | 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-267-70/+741
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | x86/efi: Check krealloc return valueBorislav Petkov2013-11-021-0/+8
| | * | | | | | | | x86/efi: Runtime services virtual mappingBorislav Petkov2013-11-026-47/+286
| | * | | | | | | | 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
* | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-2042-74/+24
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, cpu, amd: Fix a shadowed variable situationBorislav Petkov2014-01-151-7/+3
| * | | | | | | | | | | um, x86: Fix vDSO buildRichard Weinberger2014-01-121-0/+1
| * | | | | | | | | | | x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-0641-41/+0
| * | | | | | | | | | | x86, realmode: Pointer walk cleanups, pull out invariant use of __pa()H. Peter Anvin2013-12-181-14/+12
| * | | | | | | | | | | x86/traps: Clean up error exception handler definitionsIngo Molnar2013-12-121-13/+9
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-203-16/+16
|\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud