summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * [PATCH] x86_64: Remove optimization for B stepping AMD K8Andi Kleen2005-11-144-310/+2
| * [PATCH] x86_64: Reduce number of retries for reset through keyboard controllerAndi Kleen2005-11-141-1/+1
| * [PATCH] x86_64: x86_64/i386 fix Intel cache detection code assumption about t...Siddha, Suresh B2005-11-141-14/+32
| * [PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B2005-11-148-108/+162
| * [PATCH] x86_64: Don't enable interrupt unconditionally in reboot pathAndi Kleen2005-11-142-4/+6
| * [PATCH] x86_64: Formatting fixes for arch/x86_64/kernel/process.cAndi Kleen2005-11-141-20/+27
| * [PATCH] x86_64: Allow modular build of ia32 aout loaderAndi Kleen2005-11-144-5/+7
| * [PATCH] x86_64: Force correct address space size for MTRR on some 64bit Intel...Shaohua Li2005-11-142-0/+13
| * [PATCH] x86_64: Optimize NUMA node hash functionEric Dumazet2005-11-141-24/+43
| * [PATCH] x86_64: Save/restore CS in 64bit signal handlers and force __USER_CS ...Bryan Ford2005-11-141-0/+17
| * [PATCH] x86_64: New heuristics to find out hotpluggable CPUs.Andi Kleen2005-11-142-5/+42
| * [PATCH] x86_64: Replace swiotlb extern with includeAndi Kleen2005-11-141-4/+1
| * [PATCH] x86_64: Replace cpu_pda extern with includeAndi Kleen2005-11-141-2/+0
| * [PATCH] x86_64: Only use asm/sections.h to declare section symbolsAndi Kleen2005-11-145-16/+7
| * [PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B2005-11-148-31/+53
| * [PATCH] x86_64: Speed up numa_node_id by putting it directly into the PDAAndi Kleen2005-11-143-5/+11
| * [PATCH] x86_64: Fix gcc 4 warning in aperture.cAndi Kleen2005-11-141-1/+1
| * [PATCH] x86-64/i386: Fix CPU model for family 6Suresh Siddha2005-11-142-4/+4
| * [PATCH] x86_64: Remove duplicate __cpuinit defineAshok Raj2005-11-141-2/+0
| * [PATCH] x86_64: Use the DMA32 zone for dma_alloc_coherent()/pci_alloc_consistentAndi Kleen2005-11-141-1/+7
| * [PATCH] i386/x86-64: Share interrupt vectors when there is a large number of ...James Cleverdon2005-11-143-16/+81
| * [PATCH] x86_64: Support for AMD specific MCE Threshold.Jacob Shin2005-11-148-0/+569
| * [PATCH] x86_64: Account mem_map in VM holes accountingAndi Kleen2005-11-141-0/+19
| * [PATCH] x86_64: Make i386 compile again with fourth DMA32 zoneAndi Kleen2005-11-141-2/+2
| * [PATCH] x86_64: Set compatibility flag for 4GB zone on IA64Andi Kleen2005-11-141-0/+4
| * [PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen2005-11-142-43/+47
| * [PATCH] x86_64: Update defconfigAndi Kleen2005-11-141-15/+83
* | powerpc: Remove __init from a function used in suspend/resume.Paul Mackerras2005-11-151-1/+2
* | powerpc: Fix clearing of the FPSCR when invoking a signal handlerPaul Mackerras2005-11-152-5/+8
* | powerpc: Mark PREP and embedded as broken for nowPaul Mackerras2005-11-141-2/+2
* | powerpc: Export a couple of prom functionsPaul Mackerras2005-11-141-0/+2
* | powerpc: Move most remaining ppc64 files over to arch/powerpcPaul Mackerras2005-11-1428-9558/+19
* | Merge git://oak/home/sfr/kernels/iseries/workPaul Mackerras2005-11-145-62/+33
|\ \
| * | powerpc: iSeries build fixesStephen Rothwell2005-11-142-32/+25
| * | powerpc: have only one definition of __irq_offset_valueStephen Rothwell2005-11-142-5/+5
| * | powerpc: make iSeries use generic virtual irq mappingStephen Rothwell2005-11-142-25/+3
* | | [PATCH] powerpc: kill ppc64 rtc.c, use genrtc insteadBenjamin Herrenschmidt2005-11-146-436/+238
* | | [PATCH] powerpc: vdso fixes (take #2)Benjamin Herrenschmidt2005-11-146-23/+38
* | | [PATCH] powerpc: Always rebuild arch/powerpc/include/asm symlinkBenjamin Herrenschmidt2005-11-141-1/+1
* | | [PATCH] powerpc: Export htab start/end via device treeMichael Ellerman2005-11-142-0/+56
* | | [PATCH] powerpc: Turn cpu_irq_down into kexec_cpu_downMichael Ellerman2005-11-142-8/+30
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-1313-77/+820
|\ \ \
| * | | [ARM] 3160/1: SharpSL: Add driver for Akita specific GPIOsRichard Purdie2005-11-132-0/+224
| * | | [ARM] 3159/1: SharpSL: Add PM device driver for the SL-Cx00 machines.Richard Purdie2005-11-132-1/+234
| * | | [ARM] 3158/1: SharpSL: Add PM device driver for the SL-C7x0 machines.Richard Purdie2005-11-132-1/+229
| * | | [ARM] Re-fix footbridgeRussell King2005-11-131-1/+1
| * | | [ARM] Fix collie for -rc1Pavel Machek2005-11-123-4/+4
| * | | [ARM] 3154/1: SharpSL PM Driver updatesRichard Purdie2005-11-122-56/+61
| * | | [ARM] 3149/1: SharpSL: Add Akita (SL-C1000) machine supportRichard Purdie2005-11-122-0/+55
| * | | [ARM] Restore apparant pointless change in arch/arm/kernel/smp.cRussell King2005-11-121-3/+1