aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] m68knommu: use irq_handler_t for passing handler typesGreg Ungerer2007-02-0912-12/+14
* [PATCH] m68knommu: use irq_handler_t passing handler to clock initGreg Ungerer2007-02-091-2/+3
* [PATCH] m68knommu: use irq_handler_t passing handler to PIT initGreg Ungerer2007-02-091-1/+1
* [PATCH] m68knommu: include unused sections in linker scriptGreg Ungerer2007-02-091-0/+10
* [PATCH] m68knommu: remove regs arg from coldfire timer interruptGreg Ungerer2007-02-091-2/+3
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-apmLinus Torvalds2007-02-0914-1923/+45
|\
| * [APM] SH: Convert to use shared APM emulation.Paul Mundt2007-02-094-586/+28
| * [APM] MIPS: Convert to use shared APM emulation.Ralf Baechle2007-02-093-635/+9
| * [APM] ARM: Convert to use shared APM emulation.Ralf Baechle2007-02-097-702/+8
* | [PATCH] SH vdso: use install_special_mapping()Paul Mundt2007-02-091-49/+9
* | [PATCH] powerpc vDSO: use install_special_mappingRoland McGrath2007-02-091-77/+27
* | [PATCH] x86_64 ia32 vDSO: use install_special_mappingRoland McGrath2007-02-091-46/+13
* | [PATCH] i386 vDSO: use install_special_mappingRoland McGrath2007-02-091-42/+11
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-tcLinus Torvalds2007-02-094-0/+101
|\ \
| * | [TC] TURBOchannel support for the DECstationMaciej W. Rozycki2007-02-094-0/+101
| |/
* | [PATCH] powerpc: celleb trivial endianness and iomem annotationsAl Viro2007-02-092-34/+34
* | [PATCH] io_apic: trivial __iomem annotationsAl Viro2007-02-091-1/+1
* | [PATCH] misc NULL noise removalAl Viro2007-02-091-1/+1
* | [PATCH] hpet: trivial __iomem annotationsAl Viro2007-02-091-3/+2
* | [PATCH] arch/powerpc trivial annotationsAl Viro2007-02-093-5/+6
* | [PATCH] arch/ia64: ansifyAl Viro2007-02-092-3/+3
* | [PATCH] ps3: missing exportsAl Viro2007-02-092-0/+4
* | Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2007-02-0913-219/+385
|\ \
| * | [AVR32] Add missing #include <linux/module.h>Haavard Skinnemoen2007-02-091-0/+1
| * | [AVR32] Remove last remains of libgccHaavard Skinnemoen2007-02-092-131/+0
| * | [AVR32] SPI platform code updateHaavard Skinnemoen2007-02-094-36/+51
| * | [AVR32] Add PIOE device and reserve SDRAM pinsHaavard Skinnemoen2007-02-092-0/+33
| * | [AVR32] Introduce at32_reserve_pin()Haavard Skinnemoen2007-02-091-1/+22
| * | [AVR32] Don't reset PIO state at bootupHaavard Skinnemoen2007-02-091-3/+0
| * | [AVR32] GPIO API implementationHaavard Skinnemoen2007-02-093-16/+221
| * | [AVR32] Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-091-2/+2
| * | [AVR32] Fix incorrect invalidation of shared cachelinesDavid Brownell2007-02-091-8/+24
| * | [AVR32] ext int fixesDavid Brownell2007-02-091-19/+17
| * | [AVR32] fix serial port setup on ATSTK1000David Brownell2007-02-092-5/+15
| * | [AVR32] /proc/interrupts displayDavid Brownell2007-02-091-0/+1
| |/
* | [S390]: Add AF_IUCV socket supportJennifer Hunt2007-02-081-0/+1
* | [S390]: Rewrite of the IUCV base code, part 2Martin Schwidefsky2007-02-081-0/+1
* | [S390]: Rewrite of the IUCV base code, part 1Martin Schwidefsky2007-02-081-1/+0
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2007-02-08163-2994/+17337
|\
| * [POWERPC] Add export of vgacon_remap_baseMathieu Desnoyers2007-02-081-0/+1
| * [POWERPC] Remove bogus comment about page_is_ramJohannes Berg2007-02-081-4/+0
| * [POWERPC] Fix comment in kernel/irq.cJohannes Berg2007-02-081-3/+3
| * [POWERPC] PPC: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-083-6/+6
| * [POWERPC] Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-083-7/+7
| * [POWERPC] Fix ppc64's writing to struct file_operationsStephen Rothwell2007-02-081-4/+7
| * [POWERPC] ppc: use syslog macro for the printk log levelRobert P. J. Day2007-02-081-1/+2
| * [POWERPC] ppc: cs4218_tdm remove extra braceMariusz Kozlowski2007-02-081-1/+0
| * [POWERPC] Add mpc52xx/lite5200 PCI supportGrant Likely2007-02-084-1/+435
| * Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2007-02-0861-291/+524
| |\
| | * [POWERPC] Fixup error handling when emulating a floating point instructionKumar Gala2007-02-071-22/+60