summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-1020-103/+157
|\
| * xen: cache cr0 value to avoid trap'n'emulate for read_cr0Jeremy Fitzhardinge2009-05-081-1/+17
| * xen/x86-64: clean up warnings about IST-using trapsJeremy Fitzhardinge2009-05-081-2/+20
| * xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge2009-05-083-1/+26
| * xen: reserve Xen start_info rather than e820 reservingJeremy Fitzhardinge2009-05-081-3/+3
| * Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-081029-21521/+56213
| |\
| * | xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge2009-04-091-0/+3
| * | lguest: update lazy mmu changes to match lguest's use of kvm hypercallsJeremy Fitzhardinge2009-04-071-1/+1
| * | Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071147-16420/+43686
| |\ \
| * | | xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge2009-03-301-3/+3
| * | | xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge2009-03-301-1/+6
| * | | xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge2009-03-301-2/+2
| * | | xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge2009-03-302-14/+28
| * | | x86-64: non-paravirt systems always has PSE and PGEJeremy Fitzhardinge2009-03-301-1/+7
| * | | Xen: Add virt_to_pfn helper functionAlex Nixon2009-03-301-1/+2
| * | | x86-64: remove PGE from must-have feature listJeremy Fitzhardinge2009-03-301-1/+1
| * | | xen: mask XSAVE from cpuidJeremy Fitzhardinge2009-03-301-6/+44
| * | | NULL noise: arch/x86/xen/smp.cHannes Eder2009-03-301-2/+2
| * | | xen: remove xen_load_gdt debugJeremy Fitzhardinge2009-03-301-3/+0
| * | | xen: make xen_load_gdt simplerJeremy Fitzhardinge2009-03-301-8/+6
| * | | xen: clean up xen_load_gdtJeremy Fitzhardinge2009-03-301-2/+13
| * | | xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge2009-03-301-1/+6
| * | | xen: separate p2m allocation from settingJeremy Fitzhardinge2009-03-292-17/+47
| * | | xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge2009-03-291-0/+2
| * | | x86/paravirt: use percpu_ rather than __get_cpu_varJeremy Fitzhardinge2009-03-291-5/+5
| * | | x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge2009-03-292-10/+5
| * | | x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-298-33/+34
| * | | x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge2009-03-299-18/+42
| * | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-295-24/+6
| * | | x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge2009-03-295-21/+5
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-06-102-9/+10
|\ \ \ \
| * | | | x86: move rdtsc_barrier() into the TSC vread methodPetr Tesarik2009-05-282-9/+10
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-1011-29/+66
|\ \ \ \ \
| * | | | | x86: Clear TS in irq_ts_save() when in an atomic sectionChuck Ebbert2009-06-091-6/+6
| * | | | | x86: Detect use of extended APIC ID for AMD CPUsAndreas Herrmann2009-06-093-1/+12
| * | | | | x86: memtest: remove 64-bit divisionAndreas Herrmann2009-06-081-7/+7
| * | | | | x86, UV: Fix macros for multiple coherency domainsJack Steiner2009-06-082-8/+13
| * | | | | x86: Fix non-lazy GS handling in sys_vm86()Lubomir Rintel2009-06-071-4/+5
| * | | | | x86: Add quirk for reboot stalls on a Dell Optiplex 360Jean Delvare2009-06-071-0/+9
| * | | | | x86: Fix UV BAU activation descriptor initCliff Wickman2009-06-032-3/+14
* | | | | | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-1021-355/+489
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/urgent' into x86/setupH. Peter Anvin2009-05-231170-24851/+60811
| |\ \ \ \ \ \
| * | | | | | | x86, setup: fix comment in the "glove box" codeH. Peter Anvin2009-04-111-1/+1
| * | | | | | | x86, setup: "glove box" BIOS interrupts in the video codeH. Peter Anvin2009-04-095-164/+151
| * | | | | | | x86, setup: "glove box" BIOS interrupts in the MCA codeH. Peter Anvin2009-04-091-15/+12
| * | | | | | | x86, setup: "glove box" BIOS interrupts in the EDD codeH. Peter Anvin2009-04-091-40/+31
| * | | | | | | x86, setup: "glove box" BIOS interrupts in the APM codeH. Peter Anvin2009-04-091-47/+29
| * | | | | | | x86, setup: "glove box" BIOS interrupts in the core boot codeH. Peter Anvin2009-04-094-86/+95
| * | | | | | | x86, setup: "glove box" BIOS calls -- infrastructureH. Peter Anvin2009-04-099-4/+172
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-1021-316/+208
|\ \ \ \ \ \ \ \