summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-01-12[PATCH] x86_64: Clean up some printks in NUMA codeAndi Kleen1-4/+4
2006-01-12[PATCH] x86_64: Fix up coding style in numa.cAndi Kleen1-2/+2
2006-01-12[PATCH] x86_64: Fix off by one in IOMMU checkAndi Kleen4-4/+6
2006-01-12[PATCH] x86_64: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2-2/+58
2006-01-12[PATCH] i386: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2-2/+82
2006-01-12[PATCH] i386/x86-64: Remove sub jiffy profile timer supportVenkatesh Pallipadi2-106/+8
2006-01-12[PATCH] x86_64: Report hardware breakpoints in user space when triggered by t...John Blackwood1-4/+2
2006-01-12[PATCH] x86_64: Convert page fault error codes to symbolic constants.Andi Kleen1-17/+17
2006-01-12[PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen3-0/+7
2006-01-12[PATCH] x86_64: Remove unnecessary case from the page fault handlerAndi Kleen1-4/+7
2006-01-12[PATCH] x86_64: Align and pad x86_64 GDT on page boundaryRavikiran G Thirumalai4-10/+16
2006-01-12[PATCH] x86_64: Allow compilation on a 32bit biarch toolchainAndi Kleen5-0/+8
2006-01-12[PATCH] x86_64: Make udelay more accurateRoss Biro1-1/+1
2006-01-12[PATCH] x86_64: Return -1 for unknown PCI bus affinityAndi Kleen1-3/+4
2006-01-12[PATCH] x86_64: Validate SLIT tableAndi Kleen1-0/+27
2006-01-12[PATCH] x86_64: Fix off by one in acpi table mappingAndi Kleen1-1/+1
2006-01-12[PATCH] x86_64: Generalize DMI and enable for x86-64Andi Kleen6-10/+30
2006-01-12[PATCH] x86_64: Remove bogus file in arch/x86_64/pciAndi Kleen1-22/+0
2006-01-12[PATCH] x86_64: Add missing newline in IOMMU error messageAndi Kleen1-1/+1
2006-01-12[PATCH] x86_64: fix page fault from show_trace()Jan Beulich1-7/+5
2006-01-12[PATCH] x86_64: fix single step handling for 32bit processesPeter Beutner1-19/+7
2006-01-12[PATCH] i386/x86-64: Don't IPI to offline cpus on shutdownEric W. Biederman2-7/+10
2006-01-12[PATCH] x86_64/i386: Remove preempt disable calls in lowlevel IPIZwane Mwaikambo2-10/+5
2006-01-12[PATCH] x86_64: increase MCE bank countsShaohua Li1-11/+14
2006-01-12[PATCH] x86_64: another mb() for smpboot.cBenjamin LaHaise1-0/+1
2006-01-12[PATCH] x86_64: Move int 3 handler to debug stack and allow to increase it.Jan Beulich4-11/+76
2006-01-12[PATCH] x86_64: Don't confuse apic=... command line option with apicAndi Kleen1-1/+3
2006-01-12[PATCH] x86_64: Dont't disable early PCI scan with apicAndi Kleen1-3/+0
2006-01-12[PATCH] i386/x86-64: Update AMD CPUID flagsAndi Kleen3-10/+35
2006-01-12[PATCH] x86_64: Use X86_FEATURE_CONSTANT_TSC now to clean up Intel speedstep ...Andi Kleen3-31/+4
2006-01-12[PATCH] i386/x86-64: Generalize X86_FEATURE_CONSTANT_TSC flagAndi Kleen4-4/+14
2006-01-12[PATCH] x86_64: Remove enable/disable_hltAndi Kleen1-30/+9
2006-01-12[PATCH] x86_64: Don't reserve hotplug CPUs by defaultAndi Kleen1-7/+4
2006-01-12[PATCH] x86_64: No need to remove NT during CPU setupAndi Kleen1-7/+0
2006-01-12[PATCH] x86_64: Adjust page fault handlingJan Beulich1-3/+4
2006-01-12[PATCH] x86_64: Remove unprotected iretJan Beulich1-1/+1
2006-01-12[PATCH] x86_64: Clean up double fault handlingJan Beulich1-1/+17
2006-01-12[PATCH] x86_64: make trap information available to die notification handlersJan Beulich3-16/+27
2006-01-12[PATCH] x86_64: Removing unused function die_if_kernel().Jan Beulich1-5/+0
2006-01-12[PATCH] x86_64: fix bound check IDT gateJan Beulich1-2/+2
2006-01-12[PATCH] x86_64: Separate CONFIG_UNWIND_INFO from CONFIG_DEBUG_INFOJan Beulich2-2/+4
2006-01-12[PATCH] x86_64: Support constant TSC feature in future AMD CPUs.Andi Kleen1-0/+6
2006-01-12[PATCH] x86_64: More CFI fixes for 32bit entry codeJan Beulich1-5/+28
2006-01-12[PATCH] x86_64: Update defconfigAndi Kleen1-47/+69
2006-01-12[PATCH] capable/capability.h (arch/)Randy Dunlap32-0/+32
2006-01-12[PATCH] kprobes: fix race in recovery of reentrant probeKeshavamurthy Anil S5-0/+49
2006-01-12[PATCH] uml: kill an unused variableJeff Dike1-1/+0
2006-01-12[PATCH] uml: fix debug output on x86_64Jeff Dike1-2/+2
2006-01-12[PATCH] uml: eliminate doubled boot outputJeff Dike1-1/+1
2006-01-12[PATCH] uml: revert compile-time option checkingJeff Dike1-4/+0