summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/cpu.c
AgeCommit message (Expand)Author
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass
2013-03-04x86: Add basic cache operationsSimon Glass
2013-02-01x86: Move gd_addr into arch_global_dataSimon Glass
2013-02-01x86: Set up the global data pointer in C instead of asmSimon Glass
2012-12-06x86: Add basic cache operationsStefan Reinauer
2012-11-30x86: Add a default implementation for cleanup_before_linux()Gabe Black
2012-11-28x86: Put global data on the stackGraeme Russ
2012-11-28x86: Forward declare gd_tGraeme Russ
2012-01-04x86: Create weak init_cache() and default enable_caches() functionsGraeme Russ
2012-01-04x86: Use fs for global dataGraeme Russ
2012-01-04x86: Rework Global Descriptor Table loadingGraeme Russ
2012-01-04x86: Remove GDR related magic numbersGraeme Russ
2011-11-29x86: Fix a few recently added bugsGabe Black
2011-11-29cosmetic: checkpatch cleanup of arch/x86/cpu/*.cGraeme Russ
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-04-13x86: Rename i386 to x86Graeme Russ