summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] change gen_pool allocator to not touch managed memoryDean Nelson2006-06-232-99/+116
* [PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto2006-06-237-69/+21Star
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-234-14/+14
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-232-6/+7
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-2338-460/+1771
|\
| * [ARM] 3537/1: Rework DMA-bounce locking for finer granularityKevin Hilman2006-06-221-46/+21Star
| * [ARM] 3601/1: i.MX/MX1 DMA error handling for signaled channels onlyPavel Pisa2006-06-221-26/+39
| * [ARM] 3597/1: ixp4xx/nslu2: Board support for new LED subsystemRod Whitby2006-06-221-1/+47
| * [ARM] 3595/1: ixp4xx/nas100d: Board support for new LED subsystemRod Whitby2006-06-221-1/+40
| * [ARM] 3626/1: ARM EABI: fix syscall restartingNicolas Pitre2006-06-221-2/+19
| * [ARM] 3628/1: S3C24XX: add get_rate call to struct clkBen Dooks2006-06-222-2/+6
| * [ARM] 3627/1: S3C24XX: split s3c2410 clocks from core clocksBen Dooks2006-06-2210-218/+299
| * [ARM] 3613/1: S3C2410: Add sysdev and sysclassBen Dooks2006-06-222-1/+24
| * [ARM] 3620/2: ixp23xx: add uengine loader supportLennert Buytenhek2006-06-223-10/+50
| * [ARM] 3618/1: add defconfig for logicpd pxa270 card engineLennert Buytenhek2006-06-221-0/+963
| * [ARM] 3617/1: ep93xx: fix slightly incorrect timer tick rateLennert Buytenhek2006-06-221-1/+1
| * [ARM] 3616/1: fix timer handler wrap logic for a number of platformsLennert Buytenhek2006-06-225-6/+9
| * [ARM] 3615/1: ixp23xx: use platform devices for physmap flashLennert Buytenhek2006-06-223-3/+63
| * [ARM] 3614/1: ep93xx: use platform devices for physmap flashLennert Buytenhek2006-06-222-2/+45
| * [ARM] 3623/1: pnx4008: move GPIO-related defines to gpio.hVitaly Wool2006-06-221-1/+1
| * [ARM] 3622/1: pnx4008: remove clk_use/clk_unuseVitaly Wool2006-06-221-78/+51Star
| * [ARM] Enable VFP to be built when non-VFP capable CPUs are selectedRussell King2006-06-222-3/+6
| * [ARM] Add thread_notify infrastructureRussell King2006-06-225-59/+87
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-06-233-24/+22Star
|\ \
| * | [CPUFREQ] Fix powernow-k8 SMP kernel on UP hardware bug.Randy Dunlap2006-06-211-1/+1
| * | [PATCH] redirect speedstep-centrino maintainer mail to cpufreq listJeremy Fitzhardinge2006-06-211-8/+4Star
| * | [CPUFREQ] correct powernow-k8 fid/vid masks for extended partsLangsdorf, Mark2006-06-202-3/+5
| * | [CPUFREQ] Clarify powernow-k8 cpu_family statementsLangsdorf, Mark2006-06-201-12/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-23157-3767/+8517
|\ \ \
| * | | [POWERPC] re-enable OProfile for iSeries, using timer interruptKelly Daly2006-06-212-1/+4
| * | | [POWERPC] support ibm,extended-*-frequency propertiesAnton Blanchard2006-06-211-27/+30
| * | | [POWERPC] Extra sanity check in EEH codeNathan Lynch2006-06-211-0/+2
| * | | [POWERPC] Dont look for class-code in pci childrenAnton Blanchard2006-06-211-6/+2Star
| * | | [POWERPC] Unify ppc syscall tablesAndreas Schwab2006-06-212-607/+18Star
| * | | [POWERPC] mpic: add support for serial mode interruptsMark A. Greer2006-06-211-0/+20
| * | | [POWERPC] pseries: Print PCI slot location code on failureLinas Vepstas2006-06-211-13/+22
| * | | [POWERPC] spufs: one more fix for 64k pagesarnd@arndb.de2006-06-213-413/+1640
| * | | [POWERPC] spufs: fail spu_create with invalid flagsarnd@arndb.de2006-06-211-0/+4
| * | | [POWERPC] spufs: clear class2 interrupt status before wakeupMasato Noguchi2006-06-211-59/+19Star
| * | | [POWERPC] spufs: fix Makefile for "make clean"Masato Noguchi2006-06-211-0/+1
| * | | [POWERPC] spufs: remove stop_code from struct spuMasato Noguchi2006-06-212-3/+0Star
| * | | [POWERPC] spufs: fix spu irq affinity settingGeoff Levand2006-06-213-11/+8Star
| * | | [POWERPC] spufs: further abstract priv1 register accessGeoff Levand2006-06-215-41/+74
| * | | [POWERPC] spufs: split the Cell BE support into generic and platform dependan...Geoff Levand2006-06-215-16/+30
| * | | [POWERPC] spufs: dont try to access SPE channel 1 countarnd@arndb.de2006-06-211-6/+21
| * | | [POWERPC] spufs: use kzalloc in create_spuJeremy Kerr2006-06-211-19/+2Star
| * | | [POWERPC] spufs: fix initial state of wbox filearnd@arndb.de2006-06-211-0/+1
| * | | [POWERPC] spufs: add a phys-id attribute to each SPU contextarnd@arndb.de2006-06-211-0/+17
| * | | [POWERPC] spufs: set up correct SLB entries for 64k pagesarnd@arndb.de2006-06-212-9/+16
| * | | [POWERPC] spufs: fix deadlock in spu_create error pathMichael Ellerman2006-06-211-11/+15