summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: move pte types into pgtable*.hJeremy Fitzhardinge2009-02-1111-207/+215
* x86: define pud_flags and pud_large properly to allow non-PAE buildsJeremy Fitzhardinge2009-02-112-6/+11
* x86: move defs around to allow paravirt.h to just include page_types.hJeremy Fitzhardinge2009-02-114-79/+77
* x86: move 2 and 3 level asm-generic defs into page-defsJeremy Fitzhardinge2009-02-112-4/+4
* x86: create _types.h counterparts for page*.hJeremy Fitzhardinge2009-02-117-248/+389
* x86: Include pgtable_32|64_types.h in pgtable_types.hJeremy Fitzhardinge2009-02-111-0/+6
* x86: Split pgtable_64.h into pgtable_64_types.h and pgtable_64.hJeremy Fitzhardinge2009-02-112-46/+48
* x86: Split pgtable_32.h into pgtable_32.h and pgtable_32_types.hJeremy Fitzhardinge2009-02-112-41/+47
* Split pgtable.h into pgtable_types.h and pgtable.hJeremy Fitzhardinge2009-02-112-211/+221
* x86: rename *-defs.h to *-_types.h for consistencyJeremy Fitzhardinge2009-02-113-2/+2
* Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2Jeremy Fitzhardinge2009-02-11113-3317/+3148
|\
| * xen: use direct ops on 64-bitJeremy Fitzhardinge2009-02-041-13/+1
| * xen: make direct versions of irq_enable/disable/save/restore to common codeJeremy Fitzhardinge2009-02-045-231/+169
| * xen: setup percpu data pointersJeremy Fitzhardinge2009-02-043-3/+20
| * Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-02-049-22/+36
| |\
| | * x86, percpu: fix kexec with vmlinuxYinghai Lu2009-02-031-2/+3
| | * xen: setup percpu data pointersJeremy Fitzhardinge2009-01-312-1/+7
| | * x86: split loading percpu segments from loading gdtJeremy Fitzhardinge2009-01-312-6/+13
| | * x86: pass in cpu number to switch_to_new_gdt()Brian Gerst2009-01-315-12/+12
| | * x86: UV fix uv_flush_send_and_wait()Cliff Wickman2009-01-311-1/+1
| * | xen: fix 32-bit build resulting from mmu moveJeremy Fitzhardinge2009-02-041-0/+37
| * | x86/paravirt: return full 64-bit resultJeremy Fitzhardinge2009-02-031-1/+1
| * | x86/vmi: fix interrupt enable/disable/save/restore calling convention.Jeremy Fitzhardinge2009-02-021-4/+5
| * | x86/paravirt: don't restore second return regJeremy Fitzhardinge2009-02-021-2/+2
| * | x86/paravirt: fix missing callee-save call on pud_valJeremy Fitzhardinge2009-01-301-4/+4
| * | x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge2009-01-303-88/+67
| * | x86/paravirt: implement PVOP_CALL macros for callee-save functionsJeremy Fitzhardinge2009-01-301-35/+99
| * | x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2009-01-306-49/+132
| * | x86/paravirt: selectively save/restore regs around pvops callsJeremy Fitzhardinge2009-01-301-35/+65
| * | x86: fix paravirt clobber in entry_64.SJeremy Fitzhardinge2009-01-301-1/+1
| * | x86/pvops: add a paravirt_ident functions to allow special patchingJeremy Fitzhardinge2009-01-304-9/+98
| * | xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge2009-01-304-730/+712
| * | Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-01-30124-2276/+2007
| |\ \ | | |/
| | * Merge branch 'linus' into core/percpuIngo Molnar2009-01-303-5/+5
| | |\
| | * \ Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-01-2713-383/+323
| | |\ \
| | | * | x86: clean up indentation in setup_per_cpu_areas()Tejun Heo2009-01-271-7/+10
| | | * | x86: fix build breakage on voyageJames Bottomley2009-01-271-0/+2
| | | * | x86: load new GDT after setting up boot cpu per-cpu areaBrian Gerst2009-01-273-14/+12
| | | * | x86: remove extra barriers from load_gs_base()Brian Gerst2009-01-271-3/+0
| | | * | x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst2009-01-277-35/+15
| | | * | x86: make Voyager use x86 per-cpu setup.Brian Gerst2009-01-273-9/+1
| | | * | x86: don't assume boot cpu is #0Brian Gerst2009-01-271-4/+5
| | | * | x86: move this_cpu_offsetBrian Gerst2009-01-272-12/+10
| | | * | x86: only compile setup_percpu.o on SMPBrian Gerst2009-01-272-7/+2
| | | * | x86: move apic variables to apic.cBrian Gerst2009-01-272-20/+20
| | | * | x86: always page-align per-cpu area start and sizeBrian Gerst2009-01-271-11/+5
| | | * | x86: move setup_cpu_local_masks()Brian Gerst2009-01-273-19/+13
| | | * | x86: move 64-bit NUMA codeBrian Gerst2009-01-273-232/+228
| | | * | x86: merge setup_per_cpu_maps() into setup_per_cpu_areas()Brian Gerst2009-01-271-29/+19
| | * | | Merge branch 'linus' into core/percpuIngo Molnar2009-01-2723-77/+170
| | |\ \ \ | | | |/ / | | |/| |
OpenPOWER on IntegriCloud