ChangeSet@1.1621, 2003-07-31 22:42:00-07:00, chip@pobox.com [PATCH] Require nfs-utils 1.0.5; document where to get it This patch notes that users should get nfs-utils 1.0.5 (1.0.4 had a memory usage bug), and tells them where to get it. ChangeSet@1.1620, 2003-07-31 22:40:55-07:00, ralf@linux-mips.org [PATCH] MIPS update Here's another MIPS update. The patch is huge because it completly folds mips64 into mips, thereby eleminating 41010 lines of code. ChangeSet@1.1619, 2003-07-31 22:09:12-07:00, ak@muc.de [PATCH] x86-64 merge Only bug fixes and making it compile again and a few minor features. Also one security fix that got lost earlier - Document boot options - Better cpu local data - Emulate FIOQSIZE - Fix return value of 32bit ipccall - Various minor style fixes - Save some memory in apic tables - Merge with 2.6.0test2/i386 - Readd ioport fix - Sort exception tables at boot time - Add local.h - Fix for_each_cpu on UP - Add utimes and tgkill system calls for 64bit - Update defconfig ChangeSet@1.1618, 2003-07-31 22:09:02-07:00, felipewd@terra.com.br [PATCH] drivers/char/stallion.c: devfs_mk_cdev fix devfs_mk_cdev now only takes 3 parameters (dev_t, umode_t, fmt..), so update this driver to the new API. ChangeSet@1.1617, 2003-07-31 22:08:44-07:00, riel@redhat.com [PATCH] CREDITS update Time to update my CREDITS entry... ChangeSet@1.1616, 2003-07-31 22:08:36-07:00, benh@kernel.crashing.org [PATCH] PPC32: Update pmac_cpufreq driver back to working This patch updates the PowerMac cpufreq driver so that it builds & works in current 2.6 ChangeSet@1.1615, 2003-07-31 22:08:28-07:00, benh@kernel.crashing.org [PATCH] PPC32: Properly register CPUs This adds proper registration of CPUs on ppc32, without this, accesses to cpufreq will oops. ChangeSet@1.1614, 2003-07-31 22:08:20-07:00, hunold@convergence.de [PATCH] Hexium saa7146 driver update [V4L] - set debug verbosity to 0 for both Hexium drivers [V4L] - declare all local functions and variables static ChangeSet@1.1613, 2003-07-31 22:08:14-07:00, hunold@convergence.de [PATCH] TTUSB-DEC driver update [DVB] - Hand off all processing of urb data to a tasklet ChangeSet@1.1612, 2003-07-31 22:08:06-07:00, hunold@convergence.de [PATCH] Update MAC handling for various DVB PCI cards [DVB] - correctly read MAC from eeprom on Technotrend and KNC1 cards ChangeSet@1.1611, 2003-07-31 22:07:59-07:00, hunold@convergence.de [PATCH] mt312 DVB frontend update [DVB] - show i2c read errors only for registered frontends ChangeSet@1.1610, 2003-07-31 22:07:52-07:00, hunold@convergence.de [PATCH] DVB core update [DVB] - if there are multiple adapters, bend the tuning frequency only if the adapters differ ChangeSet@1.1609, 2003-07-31 22:07:45-07:00, hunold@convergence.de [PATCH] Kconfig and Makefile updates [V4L] - make sure saa7146 module gets build for Hexium drivers [V4L] - make Hexium drivers depend on the i2c layer [DVB] - fix typo which prevented the mt312 driver from being build (obi <=> obj) ChangeSet@1.1608, 2003-07-31 22:07:38-07:00, Andries.Brouwer@cwi.nl [PATCH] osf partition numbering OSF partitions are mostly found on alpha machines. It's been reported that the partition numbering changed between 2.4 and 2.6. This makes 2.6 use the 2.4 numbering scheme. ChangeSet@1.1607, 2003-07-31 22:07:31-07:00, ysato@users.sourceforge.jp [PATCH] h8300: build error fixes build error and warning fix blkdev location cleanup typo fix ChangeSet@1.1606, 2003-07-31 22:07:24-07:00, ysato@users.sourceforge.jp [PATCH] h8300: arch update H8S architecture support signal handling problem fix gcc-3.3 support vfork/clone return value fix added show_stack build error and warning fix blkdev location cleanup ChangeSet@1.1605, 2003-07-31 22:07:16-07:00, ysato@users.sourceforge.jp [PATCH] h8300: header file updates used common header files build error and warning fix add include/asm-h8300/local.h and include/asm-h8300/sections.h ChangeSet@1.1604, 2003-07-31 22:07:07-07:00, ysato@users.sourceforge.jp [PATCH] h8300: H8S architecture support ChangeSet@1.1603, 2003-07-31 22:06:58-07:00, ysato@users.sourceforge.jp [PATCH] h8300: interrupt management update interrupt management update target-support file update gcc-3.3 support blkdev location cleanup ChangeSet@1.1602, 2003-07-31 22:06:33-07:00, ysato@users.sourceforge.jp [PATCH] h8300: config updates config script fix defconfig update Makefile update add H8S archtecture support ChangeSet@1.1601, 2003-07-31 22:06:25-07:00, miles@lsi.nec.co.jp [PATCH] Add new include files for v850 ChangeSet@1.1600, 2003-07-31 22:06:17-07:00, axboe@suse.de [PATCH] get rid of unused request_queue field queue_wait From Lou Langholtz The queue_wait field of struct request_queue is not used anymore, and this gets rid of it. ChangeSet@1.1599, 2003-07-31 22:06:10-07:00, axboe@suse.de [PATCH] fix broken blk_start_queue behavior From Lou Langholtz This fixes the behavior of blk_start_queue() so that request queues really do start up again after blk_start_queue() is called (on queues that were previously stopped via blk_stop_queue). ChangeSet@1.1598, 2003-07-31 22:06:04-07:00, romieu@fr.zoreil.com [PATCH] fix typo in drivers/net/arcnet/com20020-isa.c Fix a typo during last module refcounting fix. ChangeSet@1.1595.1.22, 2003-07-31 19:37:39-07:00, torvalds@home.osdl.org Merge initializer conflict manually ChangeSet@1.1595.1.21, 2003-07-31 19:24:02-07:00, torvalds@home.osdl.org Merge home.osdl.org:/home/torvalds/v2.5/ac into home.osdl.org:/home/torvalds/v2.5/linux ChangeSet@1.1595.7.48, 2003-07-31 19:20:42-07:00, alan@lxorguk.ukuu.org.uk [PATCH] ikconfig (Randy Dunlap) Build the kernel config data into the kernel - either unloaded or accessible via /proc ChangeSet@1.1595.7.47, 2003-07-31 19:20:30-07:00, alan@lxorguk.ukuu.org.uk [PATCH] remaining illegal/invalid/separate stuff for scsi ChangeSet@1.1595.7.46, 2003-07-31 19:20:18-07:00, alan@lxorguk.ukuu.org.uk [PATCH] update for DC395 driver (big) This is a fairly major update to get stuff going again (From the maintainers) ChangeSet@1.1595.7.45, 2003-07-31 19:20:05-07:00, alan@lxorguk.ukuu.org.uk [PATCH] work around tosh keyboards These produce double ups sometimes (Chris Heath) ChangeSet@1.1595.7.44, 2003-07-31 19:19:53-07:00, alan@lxorguk.ukuu.org.uk [PATCH] update Changes for NFS changes ChangeSet@1.1595.7.43, 2003-07-31 19:19:44-07:00, alan@lxorguk.ukuu.org.uk [PATCH] further sound updates Switching back to strlcpy/memset to avoid padding problems ChangeSet@1.1595.7.42, 2003-07-31 19:19:33-07:00, alan@lxorguk.ukuu.org.uk [PATCH] further OSS audio updates ChangeSet@1.1595.7.41, 2003-07-31 19:19:24-07:00, alan@lxorguk.ukuu.org.uk [PATCH] fix section conflict and typo in ALSA isa ChangeSet@1.1595.7.40, 2003-07-31 19:19:13-07:00, alan@lxorguk.ukuu.org.uk [PATCH] allow 2.6 to build on old old setups (Mikael Pettersson) ChangeSet@1.1595.7.39, 2003-07-31 19:19:04-07:00, alan@lxorguk.ukuu.org.uk [PATCH] fix posix compliance for mkcompile_h script ChangeSet@1.1595.7.38, 2003-07-31 19:18:53-07:00, alan@lxorguk.ukuu.org.uk [PATCH] sunrpc doesnt need uaccess.h (Frank Cusack) ChangeSet@1.1595.7.37, 2003-07-31 19:18:44-07:00, alan@lxorguk.ukuu.org.uk [PATCH] the rest of the slab.c fix... (Junkio) ChangeSet@1.1595.7.36, 2003-07-31 19:18:33-07:00, alan@lxorguk.ukuu.org.uk [PATCH] maintainer for sk98 ChangeSet@1.1595.7.35, 2003-07-31 19:18:18-07:00, alan@lxorguk.ukuu.org.uk [PATCH] fix strncpy on generic user platforms ChangeSet@1.1595.7.34, 2003-07-31 19:18:10-07:00, alan@lxorguk.ukuu.org.uk [PATCH] typo fix for time.h (Steven Cole) ChangeSet@1.1595.7.33, 2003-07-31 19:18:03-07:00, alan@lxorguk.ukuu.org.uk [PATCH] fix 2 byte data leak due to padding ChangeSet@1.1595.7.32, 2003-07-31 19:17:56-07:00, alan@lxorguk.ukuu.org.uk [PATCH] use invalid not illegal in reiserfs (Steven Cole) ChangeSet@1.1595.7.31, 2003-07-31 19:17:49-07:00, alan@lxorguk.ukuu.org.uk [PATCH] kill __NO_VERSION__ in intermezzo (Adrian Bunk) ChangeSet@1.1595.7.30, 2003-07-31 19:17:41-07:00, alan@lxorguk.ukuu.org.uk [PATCH] fix binfmt_flat typos (Steven Cole) ChangeSet@1.1595.7.29, 2003-07-31 19:17:33-07:00, alan@lxorguk.ukuu.org.uk [PATCH] tdfx framebuffer updates ((Richard Drummond) ChangeSet@1.1595.7.28, 2003-07-31 19:17:26-07:00, alan@lxorguk.ukuu.org.uk [PATCH] switch escaped 8859-1 symbols inthe kernel to ascii (Otherwise this plays hell with logging on non old US systems) ChangeSet@1.1595.7.27, 2003-07-31 19:17:19-07:00, alan@lxorguk.ukuu.org.uk [PATCH] fix invalid/illegal oddments in USB ChangeSet@1.1595.7.26, 2003-07-31 19:17:12-07:00, alan@lxorguk.ukuu.org.uk [PATCH] vga text console if x86 and not embedded (Andi Kleen) ChangeSet@1.1595.7.25, 2003-07-31 19:17:05-07:00, alan@lxorguk.ukuu.org.uk [PATCH] fix build of asix usb ethernet ChangeSet@1.1595.7.24, 2003-07-31 19:16:58-07:00, alan@lxorguk.ukuu.org.uk [PATCH] phonedev has an owner so this is ok too I think ChangeSet@1.1595.7.23, 2003-07-31 19:16:51-07:00, alan@lxorguk.ukuu.org.uk [PATCH] phonedev handles this ChangeSet@1.1595.7.22, 2003-07-31 19:16:44-07:00, alan@lxorguk.ukuu.org.uk [PATCH] fix invalid/illegal and printk formatting for scsi drivers ChangeSet@1.1595.7.21, 2003-07-31 19:16:36-07:00, alan@lxorguk.ukuu.org.uk [PATCH] fix pcmcia_cs without ISA (Taral) ChangeSet@1.1595.7.20, 2003-07-31 19:16:30-07:00, alan@lxorguk.ukuu.org.uk [PATCH] idents for all the new skge cards ChangeSet@1.1595.7.19, 2003-07-31 19:16:23-07:00, alan@lxorguk.ukuu.org.uk [PATCH] further z85230 fixes ChangeSet@1.1595.7.18, 2003-07-31 19:16:16-07:00, alan@lxorguk.ukuu.org.uk [PATCH] more net illegal/invalid typo fixes (Steven Cole) ChangeSet@1.1595.7.17, 2003-07-31 19:16:09-07:00, alan@lxorguk.ukuu.org.uk [PATCH] sk98 vendor driver update ChangeSet@1.1595.7.16, 2003-07-31 19:16:00-07:00, alan@lxorguk.ukuu.org.uk [PATCH] more typo fixes (Steven Cole) ChangeSet@1.1595.7.15, 2003-07-31 19:15:53-07:00, alan@lxorguk.ukuu.org.uk [PATCH] fix return on pms change ChangeSet@1.1595.7.14, 2003-07-31 19:15:46-07:00, alan@lxorguk.ukuu.org.uk [PATCH] some isdn invalid/illegal fixups (Steven Cole) ChangeSet@1.1595.7.13, 2003-07-31 19:15:39-07:00, alan@lxorguk.ukuu.org.uk [PATCH] keyboard controller by default if not embedded ChangeSet@1.1595.7.12, 2003-07-31 19:15:32-07:00, alan@lxorguk.ukuu.org.uk [PATCH] second block illegal/invalid fixups for isdn (Steven Cole) ChangeSet@1.1595.7.11, 2003-07-31 19:15:25-07:00, alan@lxorguk.ukuu.org.uk [PATCH] mouse and keyboard by default if not embedded (Andi Kleen) ChangeSet@1.1595.7.10, 2003-07-31 19:15:18-07:00, alan@lxorguk.ukuu.org.uk [PATCH] more typo fixes and dead old code removal (Adrian Bunk, Steven Cole) ChangeSet@1.1595.7.9, 2003-07-31 19:15:11-07:00, alan@lxorguk.ukuu.org.uk [PATCH] more typo/invalid bits (Steven Cole) ChangeSet@1.1595.7.8, 2003-07-31 19:15:05-07:00, alan@lxorguk.ukuu.org.uk [PATCH] console on by default if not embedded (save mucho pain) (Andi Kleen) ChangeSet@1.1595.7.7, 2003-07-31 19:14:58-07:00, alan@lxorguk.ukuu.org.uk [PATCH] re-enable SiS direct render ((Gaƫl Le Mignot) ChangeSet@1.1595.7.6, 2003-07-31 19:14:51-07:00, alan@lxorguk.ukuu.org.uk [PATCH] kill an old __NO_VERSION__ (Adrian Bunk( ChangeSet@1.1595.7.5, 2003-07-31 19:14:43-07:00, alan@lxorguk.ukuu.org.uk [PATCH] docs for updated sk98 from vendor ChangeSet@1.1595.7.4, 2003-07-31 19:14:35-07:00, alan@lxorguk.ukuu.org.uk [PATCH] more arch typo/illegal->invalid fixes (Steven Cole) ChangeSet@1.1595.7.3, 2003-07-31 19:14:26-07:00, alan@lxorguk.ukuu.org.uk [PATCH] dont assume newer cpus have the same magic registers (Venkatesh Pallipadi@intel) ChangeSet@1.1595.7.2, 2003-07-31 19:14:18-07:00, alan@lxorguk.ukuu.org.uk [PATCH] more typo fixes (Steven Cole) ChangeSet@1.1595.7.1, 2003-07-31 19:14:10-07:00, alan@lxorguk.ukuu.org.uk [PATCH] remove a dead EXPORT_NO_SYMBOLS (R Krishnakumar) ChangeSet@1.1595.4.2, 2003-07-31 10:44:07-05:00, shaggy@shaggy.austin.ibm.com JFS: write_super_lockfs should mark superblock clean LVM and EVMS snapshots of JFS filesystems were not mountable because write_super_lockfs was not marking the volume as clean. The volume was otherwise in a consistent state. ChangeSet@1.1595.1.19, 2003-07-29 23:35:30-07:00, davem@nuts.ninka.net [NET]: Need to export secpath_dup to modules. ChangeSet@1.1595.1.18, 2003-07-29 22:37:43-07:00, samuel.thibault@fnac.net [PPP]: Fix ppp_async xon/xoff handling. ChangeSet@1.1595.1.17, 2003-07-29 22:33:15-07:00, chas@cmf.nrl.navy.mil [ATM]: use set_current_state(x) (from bellucda@tiscali.it) ChangeSet@1.1595.1.16, 2003-07-29 22:31:59-07:00, chas@cmf.nrl.navy.mil [ATM]: remove EXACT_TS remove from zatm (untested) ChangeSet@1.1595.1.15, 2003-07-29 22:30:17-07:00, wensong@linux-vs.org [IPV4] IPVS: sanity check of threshold setting and code tidy up ChangeSet@1.1595.1.14, 2003-07-29 22:29:08-07:00, wensong@linux-vs.org [IPV4] IPVS missing stats locking in estimation_timer() ChangeSet@1.1595.1.13, 2003-07-29 22:24:10-07:00, anton@samba.org [NET]: Add missing memory barriors for __LINK_STATE_RX_SCHED handling. ChangeSet@1.1595.6.2, 2003-07-29 00:24:37-07:00, davidm@tiger.hpl.hp.com ia64: Add forgotton . ChangeSet@1.1595.1.12, 2003-07-28 17:26:40-07:00, olof@austin.ibm.com [RANDOM]: Fix SMP deadlock in __check_and_rekey(). ChangeSet@1.1595.1.11, 2003-07-28 16:46:31-07:00, devik@cdi.cz [NET]: Fix bugs in sch_htb packet scheduler. - get rid of annoying messages in non-debug mode - handle case where childs queue is empty suddenly ChangeSet@1.1595.1.10, 2003-07-28 16:32:03-07:00, shemminger@osdl.org [VLAN]: Convert over to seq_file. ChangeSet@1.1595.1.9, 2003-07-28 16:29:29-07:00, shemminger@osdl.org [VLAN]: Convert VLAN procfs stubs to no-ops. ChangeSet@1.1595.1.8, 2003-07-28 16:28:11-07:00, shemminger@osdl.org [VLAN]: Allow it to compile with VLAN_DEBUG enabled. ChangeSet@1.1595.1.7, 2003-07-28 14:00:42-07:00, shemminger@osdl.org [BRIDGE]: Mailing list is at osdl.org now. ChangeSet@1.1595.5.3, 2003-07-28 22:29:41+02:00, wim@iguana.be [WATCHDOG] make wdt_pci.c independant of wdt.c ChangeSet@1.1595.5.2, 2003-07-28 22:08:31+02:00, wim@iguana.be [WATCHDOG] Cleanup of Kconfig file for the watchdog drivers. Cleanup of Kconfig file for the watchdog drivers. This clean-up exists of: * change the general comment so that it mentions watchdog device and not character device * correct some module-names * remove double-entry for W83877F_WDT * change Documentation/modules.txt to for consistency ChangeSet@1.1595.5.1, 2003-07-28 21:42:52+02:00, wim@iguana.be [WATCHDOG] I810_TCO info in Kconfig Change Kconfig info about I810_TCO so that it is clear that this watchdog works for the i8xx series of chipsets and not only the i810 and i815 chipsets. ChangeSet@1.1595.1.6, 2003-07-28 12:25:57-07:00, jones@ingate.com [IGMP]: linux/igmp.h needs asm/byteorder.h ChangeSet@1.1595.2.4, 2003-07-28 07:48:18-07:00, solca@guug.org [SPARC]: Add local.h and sections.h headers. ChangeSet@1.1595.1.5, 2003-07-28 07:40:33-07:00, chas@cmf.nrl.navy.mil [ATM]: Update LANAI driver to modern PCI and DMA APIs (from mitch@sfgoth.com) ChangeSet@1.1595.1.4, 2003-07-28 07:34:47-07:00, davem@nuts.ninka.net [ATM]: Remove -g option from driver directory CFLAGS. ChangeSet@1.1595.3.3, 2003-07-28 13:47:29+02:00, perex@suse.cz ALSA update - removed empty hammerfall_mem.c file - added MAKEDEV.snd script ChangeSet@1.1595.3.2, 2003-07-28 13:35:31+02:00, perex@suse.cz ALSA 0.9.6 update - added __setup() to all midlevel modules - sequencer protocol 1.0.1 - added timestamping flags for ports - OSS PCM emulation - fixed write() behaviour - added two new options no-silence & whole-frag - a try to fix OOPSes caused in the rate plugin - emu10k1 driver - more support for Audigy/Audigy2 EX - fixed soundfont locking - sb16 driver - fixed fm_res handling (and proc OOPS) - via82xx driver - fixed revision check for 8233A - usbaudio driver - added a workaround for M-Audio Audiophile USB ChangeSet@1.1595.2.3, 2003-07-28 00:20:55-07:00, davem@nuts.ninka.net [SPARC64]: In schizo driver, if virtual-dma property exists, respect it. ChangeSet@1.1595.2.2, 2003-07-27 21:21:01-07:00, davem@nuts.ninka.net [SPARC64]: Make sure to reject all PCI DAC dma masks. ChangeSet@1.1595.1.3, 2003-07-27 19:22:51-07:00, herbert@gondor.apana.org.au [IPSEC]: Fix SKB secpath refcounting. When a secpath is COWed, we lose reference to the states. ChangeSet@1.1595.2.1, 2003-07-27 17:26:09-07:00, davem@nuts.ninka.net [SPARC64]: Mark more things __init in kernel/pci.c ChangeSet@1.1595.1.2, 2003-07-27 16:32:07-07:00, herbert@gondor.apana.org.au [IPSEC]: Use per-SA flag to control ECN propagation. ChangeSet@1.1595.1.1, 2003-07-27 16:05:13-07:00, alan@lxorguk.ukuu.org.uk [NET]: illegal --> invalid ChangeSet@1.1596, 2003-07-27 18:53:12-04:00, kai@germaschewski.name Merge germaschewski.name:/home/kai/kernel/v2.5/linux-2.5 into germaschewski.name:/home/kai/kernel/v2.5/linux-2.5.make ChangeSet@1.1595, 2003-07-27 09:31:02-07:00, torvalds@home.osdl.org Linux 2.6.0-test2 TAG: v2.6.0-test2