aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Sibyte: Fix typos in sibyte clockevent driversAtsushi Nemoto2007-10-172-5/+5
* [MIPS] Alchemy: replace last remaining instance of au_ffs with ffs.Ralf Baechle2007-10-171-1/+1
* [MIPS] Alchemy: Reformat PM code.Ralf Baechle2007-10-171-3/+4
* [MIPS] Alchemy: Fix build by conversion to irq_cpu.c.Ralf Baechle2007-10-172-119/+133
* [MIPS] MTX1: Enable CONFIG_CROSSCOMPILE in defconfig.Ralf Baechle2007-10-171-1/+1
* [MIPS] Probe for usability of cp0 compare interrupt.Ralf Baechle2007-10-171-0/+47
* [MIPS] SYNC emulation for MIPS I processorsMaciej W. Rozycki2007-10-171-78/+86
* [MIPS] Fix modpost warning in raw binary builds.Ralf Baechle2007-10-171-1/+3
* Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-175-37/+48
|\
| * Fix loop terminating conditions in fill_sg().David S. Miller2007-10-172-12/+15
| * IA64: iommu uses sg_next with an invalid sg elementFUJITA Tomonori2007-10-171-2/+2
| * SPARC64: fix iommu sg chainingFUJITA Tomonori2007-10-174-23/+31
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-10-1778-392/+2927
|\ \
| * \ Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras2007-10-1726-5/+2583
| |\ \
| | * | [POWERPC] mpc52xx: device tree changes for FEC and MDIODomen Puncer2007-10-161-1/+17
| | * | [POWERPC] bestcomm: GenBD task supportSylvain Munaut2007-10-166-0/+449
| | * | [POWERPC] bestcomm: FEC task supportSylvain Munaut2007-10-166-0/+509
| | * | [POWERPC] bestcomm: ATA task supportSylvain Munaut2007-10-165-0/+267
| | * | [POWERPC] bestcomm: core bestcomm support for Freescale MPC5200Sylvain Munaut2007-10-169-0/+1312
| | * | [POWERPC] rheap: Changes config mechanismSylvain Munaut2007-10-165-4/+14
| | * | [POWERPC] exports rheap symbol to modulesSylvain Munaut2007-10-161-0/+15
| * | | Merge branch 'fixes-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/ga...Paul Mackerras2007-10-172-5/+10
| |\ \ \
| | * | | [POWERPC] Add missing semicolon for fsl_pci.cTony Li2007-10-161-1/+1
| | * | | [POWERPC] Fix handling of stfiwx math emulationKumar Gala2007-10-161-4/+9
| | |/ /
| * | | [POWERPC] Fix vmemmap warning in init_64.cTony Breeds2007-10-171-1/+1
| * | | [POWERPC] Fix 64 bits vDSO DWARF info for CR registerBenjamin Herrenschmidt2007-10-171-4/+7
| * | | [POWERPC] Add 1TB workaround for PA6TOlof Johansson2007-10-173-1/+9
| * | | [POWERPC] Enable NO_HZ and high res timers for pseries and ppc64 configsAnton Blanchard2007-10-172-0/+8
| * | | [POWERPC] Quieten cache information at bootAnton Blanchard2007-10-171-5/+8
| * | | [POWERPC] Quieten clockevent printkAnton Blanchard2007-10-171-1/+1
| * | | [POWERPC] Enable SLUB in *_defconfigAnton Blanchard2007-10-1738-106/+143
| * | | [POWERPC] Fix 1TB segment detectionOlof Johansson2007-10-171-1/+1
| * | | [POWERPC] Fix iSeries_hpte_insert prototypeStephen Rothwell2007-10-171-2/+2
| * | | [POWERPC] Fix copyright symbolStephen Rothwell2007-10-171-1/+1
| * | | [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e...Joachim Fenkes2007-10-171-13/+15
| * | | [POWERPC] ibmebus: Add device creation and bus probing based on of_deviceJoachim Fenkes2007-10-171-18/+82
| * | | [POWERPC] ibmebus: Remove bus match/probe/remove functionsJoachim Fenkes2007-10-171-193/+6
| * | | [POWERPC] Move of_device allocation into of_device.[ch]Joachim Fenkes2007-10-172-68/+82
| | |/ | |/|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/li...Linus Torvalds2007-10-1714-116/+122
|\ \ \
| * | | Remove magic macros for screen_info structure membersH. Peter Anvin2007-10-161-3/+3
| * | | [x86] remove uses of magic macros for boot_params accessH. Peter Anvin2007-10-1613-113/+119
| |/ /
* | | Update help text for CONFIG_CRASH_DUMPRandy Dunlap2007-10-172-18/+20
* | | spin_lock_unlocked cleanupsRoel Kluin2007-10-172-2/+2
* | | lk201: remove obsolete driverMaciej W. Rozycki2007-10-171-1/+0
* | | Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2007-10-175-11/+10
* | | remove include/asm-*/ipc.hAdrian Bunk2007-10-1724-25/+19
* | | add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macrosKen'ichi Ohmichi2007-10-173-15/+15
* | | add-vmcore: use the existing ia64_tpa() instead of asm codeKen'ichi Ohmichi2007-10-171-4/+2
* | | Add vmcoreinfoKen'ichi Ohmichi2007-10-174-1/+53
* | | powerpc: Use linux/elfcore-compat.hRoland McGrath2007-10-171-36/+31