summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-05-1114-64/+36Star
|\
| * [IA64] Quicklist support for IA64Christoph Lameter2007-05-114-53/+6Star
| * [IA64] fix Kprobes reentrancyAnil S Keshavamurthy2007-05-111-4/+8
| * [IA64] SN: validate smp_affinity mask on intr redirectJohn Keller2007-05-111-0/+11
| * [IA64] mca.c:121: warning: 'cpe_poll_timer' defined but not usedTony Luck2007-05-101-0/+2
| * [IA64] Fix - Section mismatch: reference to .init.data:mvec_nameTony Luck2007-05-102-2/+2
| * [IA64] more warning cleanupsTony Luck2007-05-102-3/+3
| * [IA64] Wire up epoll_pwait and utimensatTony Luck2007-05-101-0/+2
| * [IA64] Fix warnings resulting from type-checking in dev_dbg()Tony Luck2007-05-101-1/+1
| * [IA64] typo s/kenrel/kernel/Tony Luck2007-05-101-1/+1
* | x86_64: Don't call mtrr_bp_init from identify_cpuAndi Kleen2007-05-112-3/+2Star
* | x86_64: off-by-two error in aperture.cAndrew Hastings2007-05-112-2/+2
* | i386: Fix compilation of verify_cpu.S on old binutilsAndi Kleen2007-05-111-1/+3
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-ip22Linus Torvalds2007-05-112-1/+178
|\ \
| * | Convert SGI IP22 and specific drivers to platform_device.Ralf Baechle2007-05-112-1/+178
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-05-1156-3847/+636Star
|\ \ \
| * | | [MIPS] Rework cobalt_board_idYoichi Yuasa2007-05-112-12/+21
| * | | [MIPS] Use RTC_CMOS for CobaltYoichi Yuasa2007-05-113-12/+102
| * | | [MIPS] Use platform_device for Cobalt UARTYoichi Yuasa2007-05-113-20/+86
| * | | [MIPS] Separate Alchemy processor based boards configYoichi Yuasa2007-05-1110-148/+153
| * | | [MIPS] Run checksyscalls for N32 and O32 ABIAtsushi Nemoto2007-05-111-0/+22
| * | | [MIPS] tlbex: use __maybe_unusedDavid Rientjes2007-05-111-18/+18
| * | | [MIPS] excite: use __maybe_unusedDavid Rientjes2007-05-111-8/+8
| * | | [MIPS] Add extern cobalt_board_idYoichi Yuasa2007-05-111-3/+1Star
| * | | [MIPS] Remove unused CONFIG_TOSHIBA_BOARDSAtsushi Nemoto2007-05-113-8/+0Star
| * | | [MIPS] Rename tb0229_defconfig to tb0219_defconfigYoichi Yuasa2007-05-111-0/+0
| * | | [MIPS] Update tb0229_defconfig; add CONFIG_GPIO_TB0219.Yoichi Yuasa2007-05-111-9/+15
| * | | [MIPS] Add minimum defconfig for RBHMA4200Atsushi Nemoto2007-05-111-0/+902
| * | | [MIPS] Drop __devinit tag from allocate_irqno() and free_irqno()Atsushi Nemoto2007-05-111-2/+2
| * | | [MIPS] clocksource: use CLOCKSOURCE_MASK() macroFranck Bui-Huu2007-05-111-1/+1
| * | | [MIPS] Remove LIMITED_DMA supportFranck Bui-Huu2007-05-113-10/+0Star
| * | | [MIPS] Remove Momenco Jaguar ATX supportFranck Bui-Huu2007-05-1115-2316/+0Star
| * | | [MIPS] Remove Momenco Ocelot G supportFranck Bui-Huu2007-05-1114-2013/+3Star
| * | | [MIPS] MT: Reenable EIC support and add support for SOCit SC.Chris Dearman2007-05-113-13/+22
| * | | [MIPS] Define and use vi_handler_t for vectored interrupt handlers.Ralf Baechle2007-05-111-2/+2
| * | | [MIPS] Fix do_default_vi to use get_irq_regs to get the irq register ptr.Ralf Baechle2007-05-111-2/+2
| * | | [MIPS] Make do_default_vi staticRalf Baechle2007-05-111-1/+1
| * | | [MIPS] Add __ucmpdi2 implementationThiemo Seufer2007-05-112-1/+20
| * | | [MIPS] early_printk: allow the early console to run earlierFranck Bui-Huu2007-05-111-0/+6
| * | | [MIPS] early_printk: use init sectionFranck Bui-Huu2007-05-111-2/+3
| |/ /
* | | Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2007-05-1110-0/+110
|\ \ \
| * | | [PATCH] audit signal recipientsAmy Griffis2007-05-115-0/+45
| * | | [PATCH] add SIGNAL syscall class (v3)Amy Griffis2007-05-1110-0/+65
| |/ /
* | | signal/timer/event: eventfd wire up x86 archesDavide Libenzi2007-05-112-0/+2
* | | signal/timer/event: timerfd wire up x86 archesDavide Libenzi2007-05-112-0/+2
* | | signal/timer/event: signalfd wire up x86 archesDavide Libenzi2007-05-112-0/+2
* | | powerpc: fixup hard_irq_disable semanticsBenjamin Herrenschmidt2007-05-113-9/+3Star
* | | uml: shrink kernel stacksJeff Dike2007-05-112-2/+3
* | | uml: iRQ stacksJeff Dike2007-05-119-14/+178
* | | uml: tidy IRQ codeJeff Dike2007-05-114-18/+13Star