summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific codeAdrian Bunk2006-02-241-0/+2
* Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2006-02-235-153/+368
|\
| * skge: protect interrupt maskStephen Hemminger2006-02-232-7/+15
| * skge: genesis phy initialzationStephen Hemminger2006-02-231-11/+26
| * skge: NAPI/irq race fixStephen Hemminger2006-02-231-12/+5
| * r8169: enable wake on lanFrancois Romieu2006-02-231-0/+87
| * r8169: fix broken ring index handling in suspend/resumeFrancois Romieu2006-02-231-43/+59
| * [PATCH] sky2: close race on IRQ mask update.Stephen Hemminger2006-02-232-7/+17
| * [PATCH] sky2: use device iomem to access PCI configStephen Hemminger2006-02-232-48/+54
| * [PATCH] sky2: force early transmit statusStephen Hemminger2006-02-231-8/+6
| * [PATCH] sky2: poke coalescing timer to fix hangStephen Hemminger2006-02-231-0/+11
| * [PATCH] sky2: limit coalescing values to ring sizeStephen Hemminger2006-02-231-3/+3
| * [PATCH] sky2: yukon-ec-u chipset initializationStephen Hemminger2006-02-232-19/+90
* | sbp2: update 36byte inquiry workaround (fix compatibility regression)Stefan Richter2006-02-231-23/+19
* | sbp2: variable status FIFO address (fix login timeout)Stefan Richter2006-02-232-69/+59
* | sbp2: fix another deadlock after disconnectionStefan Richter2006-02-231-2/+8
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-02-221-3/+1
|\ \
| * | [SCSI] esp: fix eh lockingChristoph Hellwig2006-02-221-3/+1
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-02-2213-63/+149
|\ \
| * | [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-223-1/+21
| * | [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] 3343/1: NAS100d: Fix incorrect I2C pin assignmentAlessandro Zummo2006-02-221-2/+2
| * | [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
* | | Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-02-221-1/+1
|\ \ \
| * | | [MMC] Fix mmc_cmd_type() maskRussell King2006-02-221-1/+1
| |/ /
* | | [PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket e...Steve French2006-02-222-7/+8
| |/ |/|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-02-224-3/+31
|\ \
| * | Revert mount/umount uevent removalGreg Kroah-Hartman2006-02-224-3/+31
| |/
* | [PATCH] padlock: Fix typo that broke 256-bit keysHerbert Xu2006-02-221-4/+4
|/
* [PATCH] tmpfs: fix mount mpol nodelist parsingHugh Dickins2006-02-212-21/+81
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-02-2115-74/+131
|\
| * [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/+2
| * [MIPS] Follow Uli's latest *at syscall changes.Ralf Baechle2006-02-211-3/+3
| * [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/+3
| * [MIPS] Add support for TIF_RESTORE_SIGMASK for signal32Martin Michlmayr2006-02-211-27/+41
OpenPOWER on IntegriCloud