summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] x86_64: Port over e820 gap detection from i386Andi Kleen2005-04-162-11/+60
* [PATCH] x86_64-always-use-cpuid-80000008-to-figure-out-mtrr fixSiddha, Suresh B2005-04-161-2/+4
* [PATCH] x86_64: Always use CPUID 80000008 to figure out MTRR address space sizeAndi Kleen2005-04-161-34/+15
* [PATCH] x86_64: Remove excessive stack allocation in MCE code with large NR_CPUSAndi Kleen2005-04-161-1/+7
* [PATCH] x86_64: Use the extended RIP MSR for machine check reporting if avail...Andi Kleen2005-04-161-8/+22
* [PATCH] x86_64: Don't assume future AMD CPUs have K8 compatible performance c...Andi Kleen2005-04-161-1/+1
* [PATCH] x86_64: Make kernel math errors a die() nowAndi Kleen2005-04-161-8/+2
* [PATCH] x86_64: Support constantly ticking TSCsAndi Kleen2005-04-162-3/+7
* [PATCH] x86_64: Remove unused macro in preempt supportAndi Kleen2005-04-161-4/+1
* [PATCH] x86_64: Fix a small missing schedule raceAndi Kleen2005-04-161-1/+1
* [PATCH] x86_64: Regularize exception stack handlingAndi Kleen2005-04-162-51/+55
* [PATCH] x86_64: Call do_notify_resume unconditionally in entry.SAndi Kleen2005-04-161-18/+8
* [PATCH] x86_64: Minor microoptimization in syscall entry slow pathAndi Kleen2005-04-161-3/+1
* [PATCH] x86_64: Fix interaction of single stepping with debuggersAndi Kleen2005-04-161-0/+12
* [PATCH] x86_64: Dump stack and prevent recursion on early faultAndi Kleen2005-04-161-0/+8
* [PATCH] x86_64: Use a common function to find code segment basesAndi Kleen2005-04-161-7/+5
* [PATCH] x86_64: Handle programs that set TF in user space using popf while si...Andi Kleen2005-04-161-0/+88
* [PATCH] x86_64: Some fixes for single step handlingAndi Kleen2005-04-162-16/+12
* [PATCH] x86_64: clean up ptrace single-steppingAndi Kleen2005-04-161-29/+50
* [PATCH] x86_64: Use a VMA for the 32bit vsyscallAndi Kleen2005-04-164-73/+61
* [PATCH] x86_64 show_stack(): call touch_nmi_watchdogakpm@osdl.org2005-04-161-0/+2
* [PATCH] x86_64 genapic updateJason Davis2005-04-162-0/+20
* [PATCH] x86_64: disable interrupts during SMP bogomips checkingAndi Kleen2005-04-161-4/+0
* [PATCH] x86-64/i386: Revert cpuinfo siblings behaviour back to 2.6.10Andi Kleen2005-04-162-4/+11
* [PATCH] x86-64: i386 vDSO: add PT_NOTE segmentRoland McGrath2005-04-161-0/+3
* [PATCH] i386 vDSO: add PT_NOTE segmentRoland McGrath2005-04-163-3/+31
* [PATCH] i386: Use loaddebug macro consistentlyRoland McGrath2005-04-162-8/+1
* [PATCH] irq and pci_ids: patch for Intel ESB2Jason Gaston2005-04-161-0/+1
* [PATCH] mips: remove #include <linux/audit.h> two timesYoichi Yuasa2005-04-161-1/+0
* [PATCH] mips: update VR41xx CPU-PCI bridge supportYoichi Yuasa2005-04-163-72/+91
* [PATCH] ppc64: remove -fno-omit-frame-pointerAnton Blanchard2005-04-161-4/+0
* [PATCH] ppc64: remove bogus f50 hack in prom.cBenjamin Herrenschmidt2005-04-161-6/+0
* [PATCH] ppc64: Detect altivec via firmware on unknown CPUsBenjamin Herrenschmidt2005-04-163-3/+20
* [PATCH] ppc64: Improve mapping of vDSOBenjamin Herrenschmidt2005-04-161-7/+12
* [PATCH] ppc64: fix export of wrong symbolPaul Mackerras2005-04-161-1/+1
* [PATCH] ppc64: Fix semantics of __ioremapBenjamin Herrenschmidt2005-04-164-16/+18
* [PATCH] ppc64: very basic desktop g5 sound supportBenjamin Herrenschmidt2005-04-162-4/+29
* [PATCH] ppc32: fix compilation error in arch/ppc/syslib/open_pic_defs.hBenoit Boissinot2005-04-161-3/+0
* [PATCH] ppc32: fix compilation error in arch/ppc/kernel/time.cBenoit Boissinot2005-04-161-2/+0
* [PATCH] ppc32: Make the Powerstack II Pro4000 boot againLeigh Brown2005-04-161-2/+7
* [PATCH] ppc32: Fix building 32bit kernel for 64bit machinesTom Rini2005-04-162-0/+7
* [PATCH] ppc32: Fix a problem with NTP on !(chrp||gemini)Giovambattista Pulcini2005-04-163-6/+0
* [PATCH] ppc32: Fix mpc8xx watchdogTom Rini2005-04-161-2/+9
* [PATCH] ppc32: Support 36-bit physical addressing on e500Kumar Gala2005-04-163-45/+92
* [PATCH] ppc32: make usage of CONFIG_PTE_64BIT & CONFIG_PHYS_64BIT consistentKumar Gala2005-04-161-5/+5
* [PATCH] ppc32: Fix AGP and sleep againBenjamin Herrenschmidt2005-04-162-0/+109
* [PATCH] ppc32: Fix cpufreq problemsBenjamin Herrenschmidt2005-04-163-75/+192
* [PATCH] ppc32: fix single-stepping of emulated instructionsPaul Mackerras2005-04-161-0/+1
* [PATCH] ppc32: oops on kernel altivec assist exceptionsPaul Mackerras2005-04-161-0/+7
* [PATCH] ppc32: improve timebase sync for SMPPaul Mackerras2005-04-161-24/+54