aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
*-------------------------------------------. Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-08503-9256/+15285
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | | | * xen: add mechanism to extend existing multicallsJeremy Fitzhardinge2008-06-253-26/+81
| | | | | | | | | | | | | | | | | | | | | | | * xen: implement ptep_modify_prot_start/commitJeremy Fitzhardinge2008-06-253-3/+35
| | | | | | | | | | | | | | | | | | | | | | | * paravirt: add hooks for ptep_modify_prot_start/commitJeremy Fitzhardinge2008-06-252-0/+6
| | | | | | | | | | | | | | | | | | | | | | | * Merge commit 'v2.6.26-rc8' into x86/xenIngo Molnar2008-06-25118-3291/+5833
| | | | | | | | | | | | | | | | | | | | | | | |\
| | | | | | | | | | | | | | | | | | | | | | | * | xen: don't drop NX bitJeremy Fitzhardinge2008-06-202-25/+31
| | | | | | | | | | | | | | | | | | | | | | | * | xen: mask unwanted pte bits in __supported_pte_maskJeremy Fitzhardinge2008-06-202-3/+6
| | | | | | | | | | | | | | | | | | | | | | | * | Merge branch 'linus' into x86/xenIngo Molnar2008-06-16194-1817/+3083
| | | | | | | | | | | | | | | | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | |_|_|_|_|/ / | | | | | | | | | | | | | | | | | | |/| | | | | |
| | | | | | | | | | | | | | | | | | | | | | | * | xen: add new Xen elfnote types and use them appropriatelyJeremy Fitzhardinge2008-06-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | * | xen: resume timers on all vcpusJeremy Fitzhardinge2008-06-023-0/+15
| | | | | | | | | | | | | | | | | | | | | | | * | xen: restore vcpu_info mappingJeremy Fitzhardinge2008-06-023-2/+33
| | | | | | | | | | | | | | | | | | | | | | | * | xen: avoid hypercalls when updating unpinned pud/pmdJeremy Fitzhardinge2008-06-023-11/+50
| | | | | | | | | | | | | | | | | | | | | | | * | xen: export get_phys_to_machineIngo Molnar2008-06-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * | xen: fix early bootup crash on native hardwareIngo Molnar2008-05-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | * | xen: maintain clock offset over save/restoreJeremy Fitzhardinge2008-05-271-8/+0
| | | | | | | | | | | | | | | | | | | | | | | * | xen: implement save/restoreJeremy Fitzhardinge2008-05-277-5/+105
| | | | | | | | | | | | | | | | | | | | | | | * | xen: add p2m mfn_list_listJeremy Fitzhardinge2008-05-273-3/+40
| | | | | | | | | | | | | | | | | | | | | | | * | xen: make dummy_shared_info non-staticJeremy Fitzhardinge2008-05-272-3/+4
| | | | | | | | | | | | | | | | | | | | | | | * | xen: efficiently support a holey p2m tableJeremy Fitzhardinge2008-05-271-6/+12
| | | | | | | | | | | | | | | | | | | | | | | * | xen: add configurable max domain sizeJeremy Fitzhardinge2008-05-273-13/+25
| | | | | | | | | | | | | | | | | | | | | | | * | xen: make phys_to_machine structure dynamicJeremy Fitzhardinge2008-05-274-3/+88
| | | | | | | | | | | | | | | | | | | | | | | * | xen: count resched interrupts properlyJeremy Fitzhardinge2008-05-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | * | xen: Move manage.c to drivers/xen for ia64/xen supportIsaku Yamahata2008-05-272-144/+1
| | | | | | | | | | | | | | | | | | | | | | | * | xen: make earlyprintk=xen work againJeremy Fitzhardinge2008-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * | xen: Enable console tty by default in domU if it's not a dummyMarkus Armbruster2008-05-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | * | x86/paravirt: add pte_flags to just get pte flagsJeremy Fitzhardinge2008-05-272-0/+2
| | | | | | | | | | | | | | | | | | | | | | | * | xen: don't worry about preempt during xen_irq_enable()Jeremy Fitzhardinge2008-05-271-5/+5
| | | | | | | | | | | | | | | | | | | | | | | * | xen: allow some cr4 updatesJeremy Fitzhardinge2008-05-271-2/+4
| | | | | | | | | | | | | | | | | | | | | | | * | xen: use new sched_opJeremy Fitzhardinge2008-05-271-2/+4
| | | | | | | | | | | | | | | | | | | | | | | * | xen: use hypercall rather than cltsJeremy Fitzhardinge2008-05-271-2/+26
| | | | | | | | | | | | | | | | | | | | | | | * | xen: remove support for non-PAE 32-bitJeremy Fitzhardinge2008-05-225-73/+27
| | | | | | | | | | | | | | | | | | | | | | * | | x86: clean up vdso_enabled type on x86_64OGAWA Hirofumi2008-05-251-1/+1
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | * | | Merge branch 'linus' into x86/timersIngo Molnar2008-06-25122-3391/+5896
| | | | | | | | | | | | | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | |/|
| | | | | | | | | | | | | | | | | | | | | * | | Merge branch 'linus' into x86/timersIngo Molnar2008-06-16517-5268/+9279
| | | | | | | | | | | | | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | |_|_|/ / / | | | | | | | | | | | | | | | | | | |/| | | | |
| | | | | | | | | | | | | | | | | | | | | * | | x86: add another PCI ID for ICH6 force hpet.Krzysztof Oledzki2008-06-051-0/+2
| | | | | | | | | | | | | | | | | | | | | * | | x86: tsc_64.c make constant ULThomas Gleixner2008-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | * | | x86: remove useless static current_tsc_khz variableThomas Gleixner2008-05-221-4/+2
| | | | | | | | | | | | | | | | | | | | | * | | x86: print info about available HPET quirkThomas Gleixner2008-05-121-3/+26
| | | | | | | | | | | | | | | | | | | | | * | | x86: enable hpet=force for AMD SB400Andreas Herrmann2008-05-121-0/+29
| | | | | | | | | | | | | | | | | | | | | * | | x86: clean up computation of HPET .mult variablesCarlos R. Mafra2008-05-121-25/+18
| | | | | | | | | | | | | | | | | | | * | | | | x86: move tracedata to RODATAJan Beulich2008-05-252-14/+0
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * | | | | | x86: pat.c final cleanup of loop body in reserve_memtypeAndreas Herrmann2008-06-241-19/+11
| | | | | | | | | | | | | | | | | * | | | | | x86: pat.c introduce function to check for conflicts with existing memtypesAndreas Herrmann2008-06-241-63/+33
| | | | | | | | | | | | | | | | | * | | | | | x86: pat.c consolidate list_add handling in reserve_memtypeAndreas Herrmann2008-06-241-13/+8
| | | | | | | | | | | | | | | | | * | | | | | x86: pat.c consolidate error/debug messages in reserve_memtypeAndreas Herrmann2008-06-241-40/+11
| | | | | | | | | | | | | | | | | * | | | | | x86: pat.c more trivial changesAndreas Herrmann2008-06-241-13/+8
| | | | | | | | | | | | | | | | | * | | | | | x86: pat.c choose more crisp variable namesAndreas Herrmann2008-06-241-65/+62
| | | | | | | | | | | | | | | | | * | | | | | x86: introduce macro to check whether an address range is in the ISA rangeAndreas Herrmann2008-06-242-4/+3
| | | | | | | | | | | | | | | | | * | | | | | x86: shrink pat_x_mtrr_type to its essentialsAndreas Herrmann2008-06-191-19/+11
| | | | | | | | | | | | | | | | | * | | | | | x86: PAT: make pat_x_mtrr_type() more readableHugh Dickins2008-06-181-35/+12