sfrench/cifs-2.6.git
2005-10-29 Maciej W. RozyckiSwitch SiByte drivers back to __raw_*() functions.
2005-10-29 Maciej W. RozyckiDefine mem_*() I/O accessory functions that preserve...
2005-10-29 Ralf BaechleMerge do_boot_cpu() into the new style __cpu_up().
2005-10-29 Ralf BaechleOn multiprocessor systems the BogoMIPS for each CPU...
2005-10-29 Ralf BaechleDefine MAP_BASE for IP27
2005-10-29 Ralf BaechleResurrect Cobalt support for 2.6.
2005-10-29 Thiemo SeuferEnable/disable irq's only if needed.
2005-10-29 Thiemo Seufer-nostdlib boilerplate.
2005-10-29 Thiemo SeuferFix compilation, and bring 32/64 bit variants more...
2005-10-29 Thiemo SeuferFix wchan implementation, based on earlier by from...
2005-10-29 Thiemo SeuferImproved modules loader, more robust and works on 64bit...
2005-10-29 Steven J. HillUntil I figure out why NFS filesystems are having probl...
2005-10-29 Thiemo SeuferInitialize iomem_resource.
2005-10-29 Thiemo SeuferHandle addresses beyond VMALLOC_END correctly.
2005-10-29 Thiemo SeuferUse intermediate variable.
2005-10-29 Thiemo SeuferO2 doesn't have _that_ much RAM.
2005-10-29 Pete PopovChanged all Au1x boards to noncoherent again.
2005-10-29 Ralf Baechle32-bit compatibility for various timer-related system...
2005-10-29 Ralf BaechleUpdate to match the native siginfo structure and code.
2005-10-29 Ralf Baechle32-bit compatibility for ptrace GETEVENTMSG operation.
2005-10-29 Ralf BaechleImplement 32-bit compatibility for waitid(2).
2005-10-29 Ralf BaechleWaitid(2) now has 5 arguments.
2005-10-29 Ralf BaechleUse generic compat_sys_wait4 to implement 32-bit wait4(2).
2005-10-29 Ralf BaechleAllocate break code 513 to KDB.
2005-10-29 Ralf BaechleReplace the complicated and broken attempt to clean...
2005-10-29 Ralf BaechleIf you want RM7000 better fix it to build first ...
2005-10-29 Ralf BaechleIt's unwise to disable all interrupts of the boot node ;-)
2005-10-29 Ralf BaechleRewrite to avoid the use of $at. Unfortunately binutil...
2005-10-29 Maciej W. RozyckiEnable RM7000 secondary cache for Atlas and Malta boards.
2005-10-29 Ralf BaechleMoves a test which determines if we actually need to...
2005-10-29 Ralf BaechleUpdate MIPS to use the 4-level pagetable code thereby...
2005-10-29 Ralf BaechleDocument why calling smp_call_function will deadlock...
2005-10-29 Ralf BaechleFix ptrace aliasing issue in copy_from_user_page /...
2005-10-29 Ralf Baechle25Kf is also physically indexed.
2005-10-29 Ralf BaechleAdd a few more PrId vendor IDs.
2005-10-29 Ralf Baechle20Kc and SB1 don't suffer from aliases.
2005-10-29 Ralf BaechleDelete duplicate copy of fixrange_init.
2005-10-29 Ralf Baechlerm9000_init() really is __init code.
2005-10-29 Ralf BaechleUse preempt_schedule_irq.
2005-10-29 Ralf BaechleMore oprofile bits for MIPS32-style performance counter...
2005-10-29 Ralf BaechleIt works better when including arch/mips/sgi-ip27/Kconf...
2005-10-29 Ralf BaechleMove missplaced code line to the right place.
2005-10-29 Ralf BaechleProvide functions to access cop0 config4-7 registers
2005-10-29 Ralf BaechleUse hardware mechanism to deal with cache aliases in...
2005-10-29 Ralf BaechleRemove old wrong bits of cache code.
2005-10-29 Maciej W. RozyckiClean up SEAD interrupt initialization.
2005-10-29 Maciej W. RozyckiMask and ack CPU interrupts upon initialization. Keep...
2005-10-29 Ralf BaechleMove Sibyte Kconfig stuff into it's own Kconfig.
2005-10-29 Ralf BaechleReplace deprecated interruptible_sleep_on() function...
2005-10-29 Ralf BaechleDefine __raw_read_can_lock / __raw_write_can_lock.
2005-10-29 Maciej W. RozyckiUpdate descriptions for MIPS Technologies evaluation...
2005-10-29 Maciej W. RozyckiReenable EARLY_PRINTK for the DECstation.
2005-10-29 Maciej W. RozyckiFormatting fixes.
2005-10-29 Maciej W. RozyckiFix compilation; by Manish Lachwani.
2005-10-29 Maciej W. RozyckiFixes for system controllers for Atlas/Malta core cards.
2005-10-29 Maciej W. RozyckiActually route cPCI interrupts. Update inaccurate...
2005-10-29 Ralf BaechleSigned-off-by: Ralf Baechle <ralf@linux-mips.org>
2005-10-29 Ralf BaechleFix register layout in o32 core dumps on 64-bit systems.
2005-10-29 Ralf BaechleGet rid of early_init. There's more need to make this...
2005-10-29 Ralf BaechleDummy ISA DMA functions for systems that don't have...
2005-10-29 Ralf BaechleFix build with SMP disabled and preemption enabled.
2005-10-29 Thiemo SeuferMove the invalid pmd and pte tables from .data to ...
2005-10-29 Thiemo SeuferRemove unused arguments from preempt_{start,stop}/local...
2005-10-29 Thiemo SeuferFix typos and formatting.
2005-10-29 Thiemo SeuferDe-optimize and decomplicate the spurious interrupt...
2005-10-29 Al Viro[PATCH] type fix in arm/boot/compressed/misc.c
2005-10-29 Al Viro[PATCH] bluetooth hidp is broken on s390
2005-10-29 Al Viro[PATCH] idmouse cleanup and overflow fix
2005-10-29 Al Viro[PATCH] amikbd fix
2005-10-29 Al Viro[PATCH] missing exports of do_settimeofday() variants
2005-10-29 Al Viro[PATCH] missing bits in sparkspkr conversion
2005-10-29 Al Viro[PATCH] arguments out of order in class_device_create...
2005-10-29 Al Viro[PATCH] missing include in infiniband
2005-10-29 Al Viro[PATCH] sata_sil24 iomem annotations and fixes
2005-10-29 Al Viro[PATCH] s2io iomem annotations
2005-10-29 Oleg Nesterov[PATCH] fix ->signal->live leak in copy_process()
2005-10-29 Tejun Heo[PATCH] blk: fix merge bug in as-iosched
2005-10-29 Arnaldo Carvalho... Merge branch 'master' of /linux/kernel/git/torvalds...
2005-10-29 Jayachandran C[IPV4]: Fix issue reported by Coverity in ipv4/fib_fron...
2005-10-29 Stephen Hemminger[ETH]: ether address compare
2005-10-29 Akinobu Mita[TCP]: fix tcp_tso_win_divisor documentation
2005-10-29 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2005-10-29 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/usb-2.6
2005-10-29 Greg Kroah... USB: fix up some odd parts due to partial merges
2005-10-29 Arnaldo Carvalho... Merge /pub/scm/linux/kernel/git/sridhar/lksctp-2.6
2005-10-28 Greg Kroah... [PATCH] USB: add nokia_dku2 driver
2005-10-28 Martin Hagelin[PATCH] USB: add new device id to ftdi_sio module
2005-10-28 Koen Kooi[PATCH] USB: fix correct wording in drivers/usb/net...
2005-10-28 Andrew Morton[PATCH] USB: fix pm patches with CONFIG_PM off part 2
2005-10-28 Andrew Morton[PATCH] USB: fix pm patches with CONFIG_PM off part 1
2005-10-28 Alan Stern[PATCH] usbcore: Fix handling of sysfs strings and...
2005-10-28 Alan Stern[PATCH] USB: Fix maxpacket length for ep0 on root hubs
2005-10-28 Alan Stern[PATCH] usbcore: Use kzalloc instead of kmalloc/memset
2005-10-28 Alan Stern[PATCH] usbcore: Wrap lines before column 80
2005-10-28 Alan Stern[PATCH] usbcore: endpoint attributes track altsetting...
2005-10-28 Alan Stern[PATCH] usbcore: Improve endpoint sysfs file handling
2005-10-28 Phil Dibowitz[PATCH] USB Storage: Expand range of Freecom unusual_de...
2005-10-28 Alexey Dobriyan[PATCH] mdc800: remove embrions of C++ exceptions
2005-10-28 Alan Stern[PATCH] PATCH: usb-storage: use kthread API
2005-10-28 Alan Stern[PATCH] PATCH: usb-storage: implement minimal PM
next