aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
| * | | [ARM] Fix Footbridge-based machinesRussell King2005-11-121-12/+12
* | | | [PATCH] tpm: necessary PPC64 function exportsKylene Jo Hall2005-11-131-0/+2
* | | | [PATCH] arch/mips/au1000/common/usbdev.c: don't concatenate __FUNCTION__ with...Clemens Buchacher2005-11-131-2/+2
* | | | [PATCH] atomic: inc_not_zeroNick Piggin2005-11-131-0/+15
* | | | [PATCH] atomic: cmpxchgNick Piggin2005-11-131-5/+16
* | | | [PATCH] i386: generic cmpxchgNick Piggin2005-11-131-0/+48
* | | | [PATCH] uml: fix daemon transport exit path bugPaolo 'Blaisorblade' Giarrusso2005-11-131-2/+4
* | | | [PATCH] uml: fix access_okPaolo 'Blaisorblade' Giarrusso2005-11-135-24/+29
* | | | [PATCH] uml console channels: fix the API of console_writePaolo 'Blaisorblade' Giarrusso2005-11-133-6/+5
* | | | [PATCH] uml console channels: remove console_write wrappersPaolo 'Blaisorblade' Giarrusso2005-11-135-41/+6
* | | | [PATCH] uml: fix mcast network driver error handlingPaolo 'Blaisorblade' Giarrusso2005-11-131-10/+10
* | | | [PATCH] uml: fixups for "reuse i386 cpu-specific tuning"Paolo 'Blaisorblade' Giarrusso2005-11-133-11/+6
* | | | [PATCH] uml: micro fixups to arch KconfigPaolo 'Blaisorblade' Giarrusso2005-11-131-2/+2
* | | | [PATCH] uml: remove bogus WARN_ON, triggerable harmlessly on a page fault racePaolo 'Blaisorblade' Giarrusso2005-11-131-0/+9
* | | | [PATCH] m68k: convert thread flags to use bit fieldsRoman Zippel2005-11-135-60/+50
* | | | [PATCH] m68k: m68k-specific thread_info changesAl Viro2005-11-131-0/+5
* | | | [PATCH] m68k: thread_info header cleanupAl Viro2005-11-131-0/+1
* | | | [PATCH] x86: fix cpu_khz with clock=pitTim Mann2005-11-131-2/+3
* | | | [PATCH] i386: NMI pointer comparison fixJan Beulich2005-11-131-4/+3
* | | | [PATCH] arch/i386/mm/init.c: small cleanupsAdrian Bunk2005-11-131-1/+2
* | | | [PATCH] powerpc-xmon-build-fixAndrew Morton2005-11-131-0/+1
* | | | [PATCH] ppc32: Add support for handling PCI interrupts on MPC834x PCI expansi...Kumar Gala2005-11-131-4/+11
* | | | [PATCH] ppc: add support for new powerbooksOlof Johansson2005-11-131-0/+8
* | | | [PATCH] Update email address for KumarKumar Gala2005-11-1334-34/+34
* | | | [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2005-11-135-1/+5