summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86_64: Allocate PDAs in the local nodeRavikiran G Thirumalai2006-01-123-1/+22
* [PATCH] x86_64: Node local pda take 2 -- cpu_pda preparationRavikiran G Thirumalai2006-01-127-18/+17Star
* [PATCH] x86_64: Early initialization of cpu_to_nodeRavikiran Thirumalai2006-01-122-0/+27
* [PATCH] x86_64: Fix up white space in time.cAndi Kleen2006-01-121-39/+32Star
* [PATCH] x86_64: Use standard __always_inline in vsyscall.cAndi Kleen2006-01-121-6/+5Star
* [PATCH] i386: Replace broken serialize_cpu in microcode driver with correct s...Andi Kleen2006-01-121-2/+2
* [PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSCAndi Kleen2006-01-123-21/+9Star
* [PATCH] x86_64: Support alternative() in vsyscallsAndi Kleen2006-01-121-2/+10
* [PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at b...Andi Kleen2006-01-122-3/+9
* [PATCH] x86_64: x86_64 write apic id fixVivek Goyal2006-01-121-1/+1
* [PATCH] x86_64: Remove duplicate exportsBrian Gerst2006-01-121-22/+0Star
* [PATCH] x86_64: unexport pci_*_consistentBrian Gerst2006-01-121-5/+0Star
* [PATCH] x86_64: Make it clear in machine checks that it's an hardware problemAndi Kleen2006-01-121-0/+4
* [PATCH] x86_64: Clean up copy_*_userAndi Kleen2006-01-121-221/+23Star
* [PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda2006-01-128-451/+477
* [PATCH] x86_64: Reject SRAT tables that don't cover all memoryAndi Kleen2006-01-121-0/+33
* [PATCH] x86_64: Add idle notifiersAndi Kleen2006-01-126-0/+60
* [PATCH] x86_64: Clean up some printks in NUMA codeAndi Kleen2006-01-121-4/+4
* [PATCH] x86_64: Fix up coding style in numa.cAndi Kleen2006-01-121-2/+2
* [PATCH] x86_64: Fix off by one in IOMMU checkAndi Kleen2006-01-124-4/+6
* [PATCH] x86_64: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2006-01-122-2/+58
* [PATCH] i386: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2006-01-122-2/+82
* [PATCH] i386/x86-64: Remove sub jiffy profile timer supportVenkatesh Pallipadi2006-01-122-106/+8Star
* [PATCH] x86_64: Report hardware breakpoints in user space when triggered by t...John Blackwood2006-01-121-4/+2Star
* [PATCH] x86_64: Convert page fault error codes to symbolic constants.Andi Kleen2006-01-121-17/+17
* [PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen2006-01-123-0/+7
* [PATCH] x86_64: Remove unnecessary case from the page fault handlerAndi Kleen2006-01-121-4/+7
* [PATCH] x86_64: Align and pad x86_64 GDT on page boundaryRavikiran G Thirumalai2006-01-124-10/+16
* [PATCH] x86_64: Allow compilation on a 32bit biarch toolchainAndi Kleen2006-01-125-0/+8
* [PATCH] x86_64: Make udelay more accurateRoss Biro2006-01-121-1/+1
* [PATCH] x86_64: Return -1 for unknown PCI bus affinityAndi Kleen2006-01-121-3/+4
* [PATCH] x86_64: Validate SLIT tableAndi Kleen2006-01-121-0/+27
* [PATCH] x86_64: Fix off by one in acpi table mappingAndi Kleen2006-01-121-1/+1
* [PATCH] x86_64: Generalize DMI and enable for x86-64Andi Kleen2006-01-126-10/+30
* [PATCH] x86_64: Remove bogus file in arch/x86_64/pciAndi Kleen2006-01-121-22/+0Star
* [PATCH] x86_64: Add missing newline in IOMMU error messageAndi Kleen2006-01-121-1/+1
* [PATCH] x86_64: fix page fault from show_trace()Jan Beulich2006-01-121-7/+5Star
* [PATCH] x86_64: fix single step handling for 32bit processesPeter Beutner2006-01-121-19/+7Star
* [PATCH] i386/x86-64: Don't IPI to offline cpus on shutdownEric W. Biederman2006-01-122-7/+10
* [PATCH] x86_64/i386: Remove preempt disable calls in lowlevel IPIZwane Mwaikambo2006-01-122-10/+5Star
* [PATCH] x86_64: increase MCE bank countsShaohua Li2006-01-121-11/+14
* [PATCH] x86_64: another mb() for smpboot.cBenjamin LaHaise2006-01-121-0/+1
* [PATCH] x86_64: Move int 3 handler to debug stack and allow to increase it.Jan Beulich2006-01-124-11/+76
* [PATCH] x86_64: Don't confuse apic=... command line option with apicAndi Kleen2006-01-121-1/+3
* [PATCH] x86_64: Dont't disable early PCI scan with apicAndi Kleen2006-01-121-3/+0Star
* [PATCH] i386/x86-64: Update AMD CPUID flagsAndi Kleen2006-01-123-10/+35
* [PATCH] x86_64: Use X86_FEATURE_CONSTANT_TSC now to clean up Intel speedstep ...Andi Kleen2006-01-123-31/+4Star
* [PATCH] i386/x86-64: Generalize X86_FEATURE_CONSTANT_TSC flagAndi Kleen2006-01-124-4/+14
* [PATCH] x86_64: Remove enable/disable_hltAndi Kleen2006-01-121-30/+9Star
* [PATCH] x86_64: Don't reserve hotplug CPUs by defaultAndi Kleen2006-01-121-7/+4Star