summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-10-29Remove old wrong bits of cache code.Ralf Baechle1-3/+0
2005-10-29Clean up SEAD interrupt initialization.Maciej W. Rozycki1-7/+5
2005-10-29Mask and ack CPU interrupts upon initialization. Keep the stateMaciej W. Rozycki1-1/+6
2005-10-29Move Sibyte Kconfig stuff into it's own Kconfig.Ralf Baechle2-216/+145
2005-10-29Replace deprecated interruptible_sleep_on() function call with directRalf Baechle1-2/+9
2005-10-29Define __raw_read_can_lock / __raw_write_can_lock.Ralf Baechle1-0/+12
2005-10-29Update descriptions for MIPS Technologies evaluation boards.Maciej W. Rozycki1-2/+5
2005-10-29Reenable EARLY_PRINTK for the DECstation.Maciej W. Rozycki1-0/+1
2005-10-29Formatting fixes.Maciej W. Rozycki1-9/+10
2005-10-29Fix compilation; by Manish Lachwani.Maciej W. Rozycki1-0/+2
2005-10-29Fixes for system controllers for Atlas/Malta core cards.Maciej W. Rozycki6-218/+297
2005-10-29Actually route cPCI interrupts. Update inaccurate comments.Maciej W. Rozycki1-9/+32
2005-10-29Signed-off-by: Ralf Baechle <ralf@linux-mips.org>Ralf Baechle2-2/+6
2005-10-29Fix register layout in o32 core dumps on 64-bit systems.Ralf Baechle1-13/+18
2005-10-29Get rid of early_init. There's more need to make this form ofRalf Baechle34-161/+53
2005-10-29Dummy ISA DMA functions for systems that don't have ISA but shareRalf Baechle1-0/+28
2005-10-29Fix build with SMP disabled and preemption enabled.Ralf Baechle1-0/+3
2005-10-29Move the invalid pmd and pte tables from .data to .bss. Fix alignment.Thiemo Seufer1-10/+4
2005-10-29Remove unused arguments from preempt_{start,stop}/local_irq_{en,dis}able.Thiemo Seufer1-18/+17
2005-10-29Fix typos and formatting.Thiemo Seufer2-9/+9
2005-10-29De-optimize and decomplicate the spurious interrupt handler.Thiemo Seufer1-8/+5
2005-10-29[PATCH] type fix in arm/boot/compressed/misc.cAl Viro1-1/+1
2005-10-29[PATCH] bluetooth hidp is broken on s390Al Viro1-1/+1
2005-10-29[PATCH] idmouse cleanup and overflow fixAl Viro1-14/+2
2005-10-29[PATCH] amikbd fixAl Viro1-1/+1
2005-10-29[PATCH] missing exports of do_settimeofday() variantsAl Viro3-0/+3
2005-10-29[PATCH] missing bits in sparkspkr conversionAl Viro1-1/+1
2005-10-29[PATCH] arguments out of order in class_device_create() call (s390)Al Viro1-1/+1
2005-10-29[PATCH] missing include in infinibandAl Viro1-0/+1
2005-10-29[PATCH] sata_sil24 iomem annotations and fixesAl Viro1-16/+19
2005-10-29[PATCH] s2io iomem annotationsAl Viro1-5/+5
2005-10-29[PATCH] fix ->signal->live leak in copy_process()Oleg Nesterov1-0/+2
2005-10-29[PATCH] blk: fix merge bug in as-ioschedTejun Heo1-0/+1
2005-10-29Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Arnaldo Carvalho de Melo206-5884/+8362
2005-10-29[IPV4]: Fix issue reported by Coverity in ipv4/fib_frontend.cJayachandran C1-1/+1
2005-10-29[ETH]: ether address compareStephen Hemminger2-15/+18
2005-10-29[TCP]: fix tcp_tso_win_divisor documentationAkinobu Mita1-1/+1
2005-10-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds63-1303/+4172
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds143-4581/+4190
2005-10-28USB: fix up some odd parts due to partial mergesGreg Kroah-Hartman2-3/+3
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6Arnaldo Carvalho de Melo4-42/+64
2005-10-28[PATCH] USB: add nokia_dku2 driverGreg Kroah-Hartman3-0/+152
2005-10-28[PATCH] USB: add new device id to ftdi_sio moduleMartin Hagelin1-1/+1
2005-10-28[PATCH] USB: fix correct wording in drivers/usb/net/KConfigKoen Kooi1-1/+1
2005-10-28[PATCH] USB: fix pm patches with CONFIG_PM off part 2Andrew Morton3-15/+13
2005-10-28[PATCH] USB: fix pm patches with CONFIG_PM off part 1Andrew Morton1-3/+12
2005-10-28[PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern6-65/+62
2005-10-28[PATCH] USB: Fix maxpacket length for ep0 on root hubsAlan Stern1-2/+2
2005-10-28[PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern6-20/+10
2005-10-28[PATCH] usbcore: Wrap lines before column 80Alan Stern2-56/+106