summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86: fix broken SMP boot sequenceJames Bottomley2006-02-245-19/+35
* [PATCH] voyager: fix the cpu_possible_map to make voyager boot againJames Bottomley2006-02-241-0/+1
* [PATCH] voyager: fix boot panic by adding topology exportJames Bottomley2006-02-241-0/+15
* [PATCH] Kprobes causes NX protection fault on i686 SMPPrasanna S Panchamukhi2006-02-241-2/+14
* [PATCH] uml: tidying COW codePaolo 'Blaisorblade' Giarrusso2006-02-244-5/+6
* [PATCH] uml: better error reporting for read_outputPaolo 'Blaisorblade' Giarrusso2006-02-241-12/+22
* [PATCH] uml: os_connect_socket error path fixupPaolo 'Blaisorblade' Giarrusso2006-02-241-5/+14
* [PATCH] uml: fix ((unused)) attributePaolo 'Blaisorblade' Giarrusso2006-02-241-1/+1
* [PATCH] uml: fix usage of kernel_errno in place of errnoPaolo 'Blaisorblade' Giarrusso2006-02-243-6/+22
* [PATCH] uml: correct error messages in COW driverPaolo 'Blaisorblade' Giarrusso2006-02-242-10/+13
* [PATCH] m32r: fix and update for gcc-4.0Hirokazu Takata2006-02-242-16/+12Star
* [PATCH] m32r: enable asm code optimizationHirokazu Takata2006-02-241-3/+3
* [PATCH] powerpc: Don't re-assign PCI resources on MapleSegher Boessenkool2006-02-241-2/+2
* [PATCH] powerpc: Fix some MPIC + HT APIC bugletsSegher Boessenkool2006-02-241-4/+5
* [PATCH] powerpc: Update {g5,pseries,ppc64}_defconfigOlof Johansson2006-02-243-285/+189Star
* [PATCH] powerpc64: remove broken/bitrotted HMT supportAnton Blanchard2006-02-243-138/+4Star
* [PATCH] powerpc: Fix runlatch performance issuesAnton Blanchard2006-02-243-10/+35
* [PATCH] powerpc64: fix spinlock recursion in native_hpte_clearR Sharada2006-02-241-1/+6
* [PATCH] powerpc: disable OProfile for iSeriesKelly Daly2006-02-241-0/+1
* [PATCH] powerpc: fix altivec_unavailable_exception OopsesAlan Curry2006-02-242-0/+2
* [PATCH] powerpc: Trivial fix to set the proper timeout value for kdumpHaren Myneni2006-02-241-1/+3
* [PATCH] ppc: fix adb breakage in xmonOlaf Hering2006-02-243-486/+3Star
* [PATCH] powerpc: Only calculate htab_size in one place for kexecMichael Ellerman2006-02-242-8/+5Star
* [PATCH] powerpc: Initialise hvlpevent_queue.lock correctlyMichael Ellerman2006-02-231-0/+2
* [ARM] 3347/1: Bugfix for ixp4xx_set_irq_type()Mårten Wikström2006-02-221-7/+13
* [ARM] 3325/2: GPIO function to control multi-drive (open collector) capabilityAndrew Victor2006-02-222-1/+20
* [ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6KRussell King2006-02-222-2/+2
* [ARM] 3345/1: Fix interday RTC alarmsUli Luckas2006-02-221-4/+12
* [ARM] 3344/1: NSLU2: beeper supportAlessandro Zummo2006-02-221-0/+7
* [ARM] 3342/1: NSLU2: Protect power button init routine with machine_is_nslu2()Alessandro Zummo2006-02-221-0/+3
* [ARM] 3340/1: Fix the PCI setup for direct master access to SDRAMCatalin Marinas2006-02-221-45/+48
* [ARM] Update mach-typesRussell King2006-02-221-2/+33
* [ARM] Add panic-on-oops supportRussell King2006-02-221-0/+8
* [MIPS] Disable CONFIG_ISCSI_TCP; it triggers a gcc 3.4 endless loop.Ralf Baechle2006-02-211-4/+9
* [MIPS] Yosemite: Fix build damage by dc8f6029cd51af1b148846a32e68d69013a5cc0f.Ralf Baechle2006-02-211-1/+1
* [MIPS] jiffies_to_compat_timeval fixAtsushi Nemoto2006-02-212-4/+6
* [MIPS] Add topology_init.Rojhalat Ibrahim2006-02-211-0/+20
* [MIPS] Fix compiler warnings in arch/mips/sibyte/bcm1480/irq.cMartin Michlmayr2006-02-211-3/+2Star
* [MIPS] Sibyte: Config option names shouldn't be prefixed with CONFIG_Ralf Baechle2006-02-211-2/+2
* [MIPS] Sibyte: #if CONFIG_* doesn't fly.Ralf Baechle2006-02-211-1/+1
* [MIPS] N32: Make sure pointer is good before passing it to sys_waitid().Ralf Baechle2006-02-211-0/+3
* [MIPS] N32: Fix N32 rt_sigtimedwait and rt_sigsuspend breakage.Ralf Baechle2006-02-213-21/+35
* [MIPS] Reformat _sys32_rt_sigsuspend with tabs instead of space for consistency.Ralf Baechle2006-02-211-1/+1
* [MIPS] Make do_signal32 return void.Martin Michlmayr2006-02-211-5/+3Star
* [MIPS] Add support for TIF_RESTORE_SIGMASK for signal32Martin Michlmayr2006-02-211-27/+41
* [MIPS] Make integer overflow exceptions in kernel mode fatal.Ralf Baechle2006-02-211-1/+3
* Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-02-211-0/+3
|\
| * [PATCH] m68k: pm_power_off() breakageAl Viro2006-02-181-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-02-219-233/+108Star
|\ \
| * | [PATCH] powerpc: Fix bug in spinup of renumbered secondary threadsMichael Ellerman2006-02-201-1/+1