summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | | | | | | | | * | | | xen64: xen_write_idt_entry() and cvt_gate_to_trap()Eduardo Habkost2008-07-161-16/+10
| | | | | | | | | | | | | | | | | | | * | | | xen: use set_pte_vaddrJeremy Fitzhardinge2008-07-161-29/+1
| | | | | | | | | | | | | | | | | | | * | | | xen64: defer setting pagetable alloc/release opsJeremy Fitzhardinge2008-07-161-13/+12
| | | | | | | | | | | | | | | | | | | * | | | xen: set num_processorsJeremy Fitzhardinge2008-07-161-1/+3
| | | | | | | | | | | | | | | | | | | * | | | xen64: use arbitrary_virt_to_machine for xen_set_pmdJeremy Fitzhardinge2008-07-161-3/+6
| | | | | | | | | | | | | | | | | | | * | | | xen: fix truncation of machine addressJeremy Fitzhardinge2008-07-161-1/+1
| | | | | | | | | | | | | | | | | | | * | | | xen32: create initial mappings like 64-bitJeremy Fitzhardinge2008-07-161-78/+52
| | | | | | | | | | | | | | | | | | | * | | | xen64: map an initial chunk of physical memoryJeremy Fitzhardinge2008-07-161-10/+69
| | | | | | | | | | | | | | | | | | | * | | | xen64: 64-bit starts using set_pte from very earlyJeremy Fitzhardinge2008-07-161-0/+4
| | | | | | | | | | | | | | | | | | | * | | | xen64: early mapping setupJeremy Fitzhardinge2008-07-161-16/+176
| | | | | | | | | | | | | | | | | | | * | | | xen64: add hypervisor callbacks for events, etcJeremy Fitzhardinge2008-07-161-0/+98
| | | | | | | | | | | | | | | | | | | * | | | xen: cpu_detect is 32-bit onlyJeremy Fitzhardinge2008-07-161-2/+2
| | | | | | | | | | | | | | | | | | | * | | | xen64: use set_fixmap for shared_info structureJeremy Fitzhardinge2008-07-161-12/+10
| | | | | | | | | | | | | | | | | | | * | | | xen64: add 64-bit assemblerJeremy Fitzhardinge2008-07-163-1/+142
| | | | | | | | | | | | | | | | | | | * | | | xen64: add asm-offsetsJeremy Fitzhardinge2008-07-161-0/+8
| | | | | | | | | | | | | | | | | | | * | | | xen64: add xen-head code to head_64.SJeremy Fitzhardinge2008-07-163-2/+17
| | | | | | | | | | | | | | | | | | | * | | | xen64: smp.c compile hackingJeremy Fitzhardinge2008-07-163-49/+58
| | | | | | | | | | | | | | | | | | | * | | | x86_64: add workaround for no %gs-based percpuJeremy Fitzhardinge2008-07-162-3/+13
| | | | | | | | | | | | | | | | | | | * | | | xen: move smp setup into smp.cJeremy Fitzhardinge2008-07-163-34/+32
| | | | | | | | | | | | | | | | | | | * | | | xen64: get active_mm from the pdaJeremy Fitzhardinge2008-07-161-1/+8
| | | | | | | | | | | | | | | | | | | * | | | xen64: random ifdefs to mask out 32-bit only codeJeremy Fitzhardinge2008-07-161-0/+15
| | | | | | | | | | | | | | | | | | | * | | | xen64: add extra pv_mmu_opsJeremy Fitzhardinge2008-07-163-4/+95
| | | | | | | | | | | | | | | | | | | * | | | xen: make ELF notes work for 32 and 64 bitJeremy Fitzhardinge2008-07-161-5/+8
| | | | | | | | | | | | | | | | | | | * | | | xen64: define asm/xen/interface for 64-bitJeremy Fitzhardinge2008-07-161-12/+0
| | | | | | | | | | | | | | | | | | | * | | | xen: define set_pte from the outsetJeremy Fitzhardinge2008-07-161-4/+1
| | | | | | | | | | | | | | | | | | | * | | | xen: add xen_arch_resume()/xen_timer_resume hook for ia64 supportIsaku Yamahata2008-07-162-2/+4
| | | | | | | | | | | | | | | | | | | * | | | xen: print backtrace on multicall failureJeremy Fitzhardinge2008-07-161-0/+1
| | | | | | | | | | | | | | | | | | | * | | | x86_64: unstatic get_local_pdaJeremy Fitzhardinge2008-07-161-1/+1
| | | | | | | | | | | | | | | | | | | * | | | x86_64: adjust exception frame in ia32entryJeremy Fitzhardinge2008-07-161-0/+1
| | | | | | | | | | | | | | | | | | | * | | | x86: use __page_aligned_data/bssJeremy Fitzhardinge2008-07-163-16/+10
| | | | | | | | | | | | | | | | | | | * | | | x86: clean up formatting of __switch_toJeremy Fitzhardinge2008-07-161-28/+28
| | | | | | | | | | | | | | | | | | | * | | | x86_64: there's no need to preallocate level1_fixmap_pgtJeremy Fitzhardinge2008-07-161-6/+0
| | | | | | | | | | | | | | | | | | | * | | | pvops-64: call paravirt_post_allocator_init() on setup_arch()Eduardo Habkost2008-07-163-5/+6
| | | | | | | | | | | | | | | | | | | * | | | x86/paravirt: call paravirt_pagetable_setup_{start, done}Eduardo Habkost2008-07-163-0/+10
| | | | | | | | | | | | | | | | | | * | | | | i386/xen: add proper unwind annotations to xen_sysenter_targetJan Beulich2008-07-181-0/+1
| | | | | | | | | | | | | | | | | | * | | | | xen: report hypervisor versionJeremy Fitzhardinge2008-07-181-2/+6
| | | | | | | | | | | | | | | | | | | |/ / / | | | | | | | | | | | | | | | | | | |/| | |
| | | | | | | | | | | | | | | | | * | | | | x86 BIOS interface for RTC on SGI UVRuss Anderson2008-07-183-0/+72
| | | | | | | | | | | | | | | | | |/ / / /
| | | | | | | | | | | | | | | | * | | | | x86/pci: Changing subsystem init for viswsRobert Richter2008-07-113-16/+11
| | | | | | | | | | | | | | | | * | | | | x86/pci: renaming numa into numaqRobert Richter2008-07-113-4/+4
| | | | | | | | | | | | | | | | * | | | | x86/pci: renamed: numa.c -> numaq_32.cRobert Richter2008-07-112-1/+1
| | | | | | | | | | | | | | | | * | | | | x86/pci: Changing subsystem initialization order for NUMARobert Richter2008-07-111-3/+3
| | | | | | | | | | | | | | | | * | | | | x86/pci: Removing pci-y in MakefileRobert Richter2008-07-111-6/+6
| | | | | | | | | | | | | | | * | | | | | Merge branch 'linus' into x86/stepIngo Molnar2008-07-1814-57/+239
| | | | | | | | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | |/ / / / | | | | | | | | | | | | | | | | |/| | | |
| | | | | | | | | | | | | | | * | | | | | x86 ptrace: user-sets-TF nitsRoland McGrath2008-07-162-0/+23
| | | | | | | | | | | | | | | * | | | | | x86 ptrace: unify syscall tracingRoland McGrath2008-07-164-120/+71
| | | | | | | | | | | | | | | * | | | | | x86 ptrace: unify TIF_SINGLESTEPRoland McGrath2008-07-163-16/+0
| | | | | | | | | | | | | | | * | | | | | x86 ptrace: block-step fixRoland McGrath2008-07-161-6/+16
| | | | | | | | | | | | | | | | |_|/ / / | | | | | | | | | | | | | | | |/| | | |
| | | | | | | | | | | | | | * | | | | | x86: check function status in EDD boot codeJan Beulich2008-07-181-3/+2
| | | | | | | | | | | | | | * | | | | | x86: unify and correct the GDT_ENTRY() macroH. Peter Anvin2008-07-172-15/+1
| | | | | | | | | | | | | | | |/ / / / | | | | | | | | | | | | | | |/| | | |
| | | | | | | | | | | | | * | | | | | x86 reboot quirks: add Dell Precision WorkStation T5400Ingo Molnar2008-07-171-0/+8
| | | | | | | | | | | | | | |/ / / / | | | | | | | | | | | | | |/| | | |
OpenPOWER on IntegriCloud