aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-26[PATCH] Use early CPU identify before early command line parsingAndi Kleen2-21/+2
2006-09-26[PATCH] remove lock prefix from is_at_popf() testsChuck Ebbert1-2/+2
2006-09-26[PATCH] remove superflous BUG_ON's in nommu and gartMuli Ben-Yehuda2-4/+0
2006-09-26[PATCH] Fix gdt table size in trampoline.SEric W. Biederman1-1/+1
2006-09-26[PATCH] annotate arch/x86_64/lib/*.SJan Beulich9-143/+244
2006-09-26[PATCH] fix is_at_popf() for compat tasksChuck Ebbert1-1/+4
2006-09-26[PATCH] i386: Remove lock section support in rwsem.hAndi Kleen1-0/+63
2006-09-26[PATCH] Calgary IOMMU: save a bit of space in bus_infoMuli Ben-Yehuda1-1/+1
2006-09-26[PATCH] Calgary IOMMU: calgary_init_one_nontraslated() can return voidMuli Ben-Yehuda1-3/+1
2006-09-26[PATCH] Calgary IOMMU: fix reference counting of Calgary PCI devicesMuli Ben-Yehuda1-4/+6
2006-09-26[PATCH] Calgary IOMMU: fix error path memleak in calgary_free_tarMuli Ben-Yehuda1-2/+10
2006-09-26[PATCH] Calgary IOMMU: break out of pci_find_device_reverse if dev not foundMuli Ben-Yehuda1-0/+2
2006-09-26[PATCH] Calgary IOMMU: consolidate per bus data structuresMuli Ben-Yehuda2-35/+28
2006-09-26[PATCH] i386: initialize end-of-memory variables as early as possibleJan Beulich4-21/+14
2006-09-26[PATCH] remove int_delivery_destJan Beulich2-3/+0
2006-09-26[PATCH] initialize end of memory variables as early as possibleJan Beulich3-8/+7
2006-09-26[PATCH] Remove obsolete CVS $Id$ from assembler files in arch/x86_64/kernel/*Andi Kleen2-4/+0
2006-09-26[PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen2-0/+7
2006-09-26[PATCH] Use BUILD_BUG_ON in apic.c build sanity checkingAndi Kleen1-4/+1
2006-09-26[PATCH] i386: Clean up code style in mpparse.c ACPI codeAndi Kleen1-35/+17
2006-09-26[PATCH] Fix up some non linuxy style in ACPI functions in mpparse.cAndi Kleen1-41/+16
2006-09-26[PATCH] Remove some unneeded ACPI externs in mpparse.cAndi Kleen1-9/+0
2006-09-26[PATCH] Remove useless wrapper in mpparse.c codeAndi Kleen1-10/+1
2006-09-26[PATCH] Replace mp bus array with bitmap for bus not pciAndi Kleen2-75/+26
2006-09-26[PATCH] Move early chipset quirks out to new fileAndi Kleen4-103/+120
2006-09-26[PATCH] Remove MPS table APIC renumberingAndi Kleen1-71/+0
2006-09-26[PATCH] x86: AUX_DEVICE_INFO is one byte long, use 'movb'Diego Calleja2-4/+4
2006-09-26[PATCH] i386: Factor out common io apic routing entry accessAndi Kleen1-57/+43
2006-09-26[PATCH] Factor out common io apic routing entry accessAndi Kleen1-41/+41
2006-09-26[PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsingAndi Kleen2-26/+0
2006-09-26[PATCH] Remove obsolete PIC modeAndi Kleen3-72/+29
2006-09-26[PATCH] Remove leftover MCE/EISA supportAndi Kleen2-70/+3
2006-09-26[PATCH] Remove pirq overwrite supportAndi Kleen1-55/+0
2006-09-26[PATCH] Add some comments to entry.SAndi Kleen1-3/+15
2006-09-26[PATCH] Remove old "focus disabled" chipset errata workaroundAndi Kleen1-26/+2
2006-09-26[PATCH] Remove apic mismatch counterAndi Kleen1-6/+0
2006-09-26[PATCH] Remove all ifdefs for local/io apicAndi Kleen12-58/+3
2006-09-26[PATCH] Add some comments what tce.c actually doesAndi Kleen1-0/+2
2006-09-26[PATCH] Remove leftover CVS Id in thunk.SAndi Kleen1-7/+6
2006-09-26[PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen5-137/+157
2006-09-26[PATCH] Add proper alignment to ENTRYAndi Kleen1-2/+1
2006-09-26[PATCH] Clean up read write lock assemblyAndi Kleen3-31/+39
2006-09-26[PATCH] Simplify profile_pc on x86-64Andi Kleen1-13/+8
2006-09-26[PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen1-4/+19
2006-09-26[PATCH] i386/x86-64: Don't randomize stack top when no randomization personality is setAndi Kleen2-2/+3
2006-09-26[PATCH] A few trivial spelling and grammar fixesAdam Henley3-4/+4
2006-09-26[PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxswStephane Eranian4-33/+53
2006-09-26[PATCH] Clean up asm/smp.h includesAndi Kleen1-2/+0
2006-09-26[PATCH] x86: Add portable getcpu callAndi Kleen2-0/+2
2006-09-26[PATCH] Add the vgetcpu vsyscallVojtech Pavlik4-9/+93