summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-228-125/+87
|\
| * [SPARC64]: ARRAY_SIZE() cleanupAlejandro Martinez Ruiz2007-10-221-2/+1
| * [SPARC64]: small Makefile cleanupsSam Ravnborg2007-10-223-14/+1
| * [SPARC64]: Stop using __do_IRQ().David S. Miller2007-10-223-50/+53
| * [SPARC64]: Update defconfig.David S. Miller2007-10-211-59/+32
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-225-41/+95
|\ \
| * \ Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xxPaul Mackerras2007-10-235-41/+95
| |\ \ | | |/ | |/|
| | * [POWERPC] Enable restart support for lite5200 boardMarian Balakowicz2007-10-211-0/+4
| | * [POWERPC] Add restart support for mpc52xx based platformsMarian Balakowicz2007-10-211-0/+50
| | * [POWERPC] Update device tree binding for mpc5200 gptMarian Balakowicz2007-10-212-34/+18
| | * [POWERPC] Add mpc52xx_find_and_map_path(), refactor utility functionsMarian Balakowicz2007-10-211-4/+17
| | * [POWERPC] bestcomm: Restrict bus prefetch bugfix to original mpc5200 silicon.Grant Likely2007-10-211-3/+6
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-2219-288/+432
|\ \ \
| * | | [MIPS] time: Make c0_compare_int_usable more bullet proofAtsushi Nemoto2007-10-221-2/+2
| * | | [MIPS] Kbuild: Use the new cc-cross-prefix feature.Ralf Baechle2007-10-222-20/+10
| * | | [MIPS] Malta: Delete dead code.Ralf Baechle2007-10-221-13/+0
| * | | [MIPS] time: Add GT641xx timer0 clockevent driverYoichi Yuasa2007-10-226-22/+188
| * | | [MIPS] time: SMP-proofing of Sibyte clockevent/clocksource code.Ralf Baechle2007-10-226-165/+158
| * | | [MIPS] time: SMP/NUMA-proofing of IP27 HUB RT timer code.Ralf Baechle2007-10-222-64/+72
| * | | [MIPS] time: Fix calculation in clockevent_set_clock()Atsushi Nemoto2007-10-221-2/+2
| |/ /
* | | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-2224-68/+56
|\ \ \
| * | | Update arch/ to use sg helpersJens Axboe2007-10-2223-67/+55
| * | | [SG] Update drivers to use sg helpersJens Axboe2007-10-221-1/+1
| |/ /
* | | kexec: add BSS to resource treeBernhard Walle2007-10-227-9/+47
* | | Intel IOMMU: Iommu floppy workaroundKeshavamurthy, Anil S2007-10-221-0/+10
* | | Intel IOMMU: Iommu Gfx workaroundKeshavamurthy, Anil S2007-10-222-4/+34
* | | Intel IOMMU: DMAR fault handling supportKeshavamurthy, Anil S2007-10-221-1/+58
* | | Intel IOMMU: Intel IOMMU driverKeshavamurthy, Anil S2007-10-221-0/+5
* | | Intel IOMMU: clflush_cache_range now takes size paramKeshavamurthy, Anil S2007-10-221-3/+3
* | | Intel IOMMU: DMAR detection and parsing logicKeshavamurthy, Anil S2007-10-221-0/+11
* | | i386: paravirt boot sequenceRusty Russell2007-10-224-6/+63
* | | update boot spec to 2.07Rusty Russell2007-10-221-0/+7
|/ /
* | Blackfin arch: update boards filesBryan Wu2007-10-211-1/+1
* | Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu2007-10-222-0/+27
* | Blackfin arch: cleanup and promote the general purpose timers api to a core b...Mike Frysinger2007-10-214-2/+274
* | Blackfin arch: add a cheesy install targetMike Frysinger2007-10-222-0/+60
* | Blackfin arch: add functions for converting between sclks and usecsMike Frysinger2007-10-211-1/+13
* | Blackfin arch: add assembly function for doing 64bit unsigned divisionMike Frysinger2007-10-212-1/+376
* | Blackfin arch: -mno-fdpic worksMike Frysinger2007-10-211-0/+2
* | Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_nam...Mike Frysinger2007-10-2115-24/+24
* | Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mm...Bernd Schmidt2007-10-211-0/+2
* | Blackfin arch: Fix up /proc/cpuinfo so it is like everyone elseRobin Getz2007-10-211-39/+61
* | Blackfin arch: Optimization - no need to make additional math hereMichael Hennerich2007-10-211-3/+3
* | Blackfin arch: force irq_flags into the .data sectionMike Frysinger2007-10-222-2/+14
* | Blackfin arch BF548 defconfig: enable watchdog by defaultMike Frysinger2007-10-221-1/+8
* | Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich2007-10-2115-19/+3243
|/
* Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/paris...Linus Torvalds2007-10-2055-1629/+6329
|\
| * [PARISC] Make palo target work when $obj != $srcKyle McMartin2007-10-201-5/+9
| * [PARISC] Zap unused variable warnings in pci.cKyle McMartin2007-10-191-5/+5
| * [PARISC] Fix tests in palo targetKyle McMartin2007-10-191-2/+2
OpenPOWER on IntegriCloud