summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * i386: no need to make enable_cpu_hotplug a variableAdrian Bunk2007-10-171-3/+3
| * i386: es7000 minor cleanupsAdrian Bunk2007-10-171-26/+6Star
| * i386: Remove local CPU logic in MTRR call to smp_call_function_singleakpm@linux-foundation.org2007-10-171-7/+1Star
| * x86: Create clflush() inline, remove hardcoded wbinvdH. Peter Anvin2007-10-173-5/+5
| * x86: constify stacktrace_opsJan Beulich2007-10-173-6/+6
| * x86: Some cleanups for pci gart codeAndi Kleen2007-10-171-1/+3
| * x86: misc. constificationsJan Beulich2007-10-177-26/+31
| * x86: more struct irqaction initializer cleanupsThomas Gleixner2007-10-171-1/+5
| * x86: clean up struct irqaction initializersThomas Gleixner2007-10-173-3/+15
| * i386: misc cpuinit annotationsSatyam Sharma2007-10-171-2/+4
| * i386: Misc cpuinit annotationsSatyam Sharma2007-10-171-2/+2
| * x86: add cpu codenames for Kconfig.cpuOliver Pinter2007-10-172-12/+35
| * i386: Clean up duplicate includes in arch/i386/xen/Jesper Juhl2007-10-172-2/+0Star
| * i386: make some variables staticAdrian Bunk2007-10-171-5/+5
| * i386: make struct apic_probe staticAdrian Bunk2007-10-171-1/+1
| * x86: 0 -> NULL, for arch/x86_64Yoann Padioleau2007-10-171-1/+1
| * i386: Clean up duplicate includes in arch/i386/kernel/Jesper Juhl2007-10-171-1/+0Star
| * x86: intel_cacheinfo misc section annotation fixesSatyam Sharma2007-10-171-5/+5
| * x86: use dev_to_node() to get node for device in dma_alloc_pages()Yinghai Lu2007-10-171-5/+3Star
| * x86: pci use pci=bfsort for HP DL385 G2 and DL585 G2Michal Schmidt2007-10-171-0/+16
| * x86: Calgary: fix disable busnum for CalIOC2Muli Ben-Yehuda2007-10-171-5/+11
| * x86: NX bit handling in change_page_attr()Huang, Ying2007-10-171-0/+1
| * x86: voyager don't try to support uniprocessor buildsJames Bottomley2007-10-171-0/+1
| * x86: stop nmi softlockup warnings in show_mem()Prarit Bhargava2007-10-171-0/+3
| * x86: fix CONFIG_PAGEALLOC related boot hangs/OOMsIngo Molnar2007-10-171-2/+9
| * x86: prepare page allocator for high allocations on PAGEALLOC=yIngo Molnar2007-10-171-0/+9
| * x86: do not crash on non-Geode PCs in TSC probeIngo Molnar2007-10-171-3/+3
| * x86: enable NMI watchdog on nosmpIngo Molnar2007-10-171-0/+6
| * x86_64: Fix compat emulation of PTRACE_GET/SET_THREAD_AREAAndi Kleen2007-10-171-2/+8
| * x86: call free_init_pages() with irqs enabled in alternative_instructions()Fengguang Wu2007-10-171-3/+5
| * x86: initialize 64bit registers for a.out executablesAndi Kleen2007-10-171-0/+2
| * x86: return correct error code from child_rip in x86_64 entry.SAndrey Mirkin2007-10-171-1/+1
| * i386: avoid temporarily inconsistent pte-sJan Beulich2007-10-171-2/+1Star
| * i386: fix section mismatch warning in intel.cSam Ravnborg2007-10-172-16/+15Star
| * i386: Fix section mismatchSatyam Sharma2007-10-171-1/+1
| * x86: fix off-by-one in find_next_zero_stringAndrew Hastings2007-10-171-1/+1
| * i386: export i386 smp_call_function_mask() to modulesLaurent Vivier2007-10-171-0/+7
| * x86: Install unstripped copy of 64bit vdso to diskRoland McGrath2007-10-172-1/+17
| * x86_64: install unstripped copies of compat vdso on diskRoland McGrath2007-10-172-5/+27
| * i386: setup_trampoline() must be __cpuinitAdrian Bunk2007-10-171-1/+1
| * i386: make Oprofile call shutdown() only once per sessionStephane Eranian2007-10-171-1/+1
| * x86: C1E late detection fix. Really switch off lapic timerThomas Gleixner2007-10-171-3/+0Star
* | Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-1713-336/+596
|\ \
| * | xen: add some debug output for failed multicallsJeremy Fitzhardinge2007-10-161-0/+25
| * | xen: fix incorrect vcpu_register_vcpu_info hypercall argumentJeremy Fitzhardinge2007-10-161-1/+1
| * | xen: ask the hypervisor how much space it needs reservedJeremy Fitzhardinge2007-10-161-1/+12
| * | xen: lock pte pages while pinning/unpinningJeremy Fitzhardinge2007-10-162-40/+103
| * | xen: deal with stale cr3 values when unpinning pagetablesJeremy Fitzhardinge2007-10-163-20/+65
| * | xen: add batch completion callbacksJeremy Fitzhardinge2007-10-162-3/+29
| * | xen: yield to IPI target if necessaryJeremy Fitzhardinge2007-10-163-4/+18