ChangeSet@1.1569, 2004-01-02 20:57:06-08:00, ak@muc.de [PATCH] Fix memset on x86-64 The memset for C stepping K8 was broken. This broke mainly CONFIG_SLAB_DEBUG because memset(...., 0, ...) still worked correctly. Thanks to Manfred Spraul for giving me the right cue. ChangeSet@1.1568, 2004-01-01 11:41:03-08:00, ak@muc.de [PATCH] X86-64 merge At least one of them is critical. It fixes an path in the IOMMU that I broke with the ealier "fullflush" workaround. - Check for ~/bin/installkernel like i386 (M. Bligh) - Implement 32bit RTC_IRQ_SET correctly (Lutz Vieweg) - Disable some useless printks in 32bit emulation - Warning fixes for mixed C99 style declarations/statements. - Sync lAPIC power management with i386 - Use topology sysfs like i386 - Fix some serious bugs in the MCE handler. ECC should be decoded correctly now. - Add oops=panic option to panic on Oopses. - Fix hackish code in head.S - Add missing options in IOMMU - Fix _syscall6 (Olaf Hering) - Remove broken ACPI locking code. Port IA64 C version. - Make safe_smp_processor_id() more reliable - Read HPET in vsyscall code - Add workaround for BIOS that corrupt 64bit registers in HLT - Fix unaligned access in bitops.h - Remove broken ntp drift correction code for now - i386 merge in SCI setup - Fix wrong offset in callin.h (Jim Houston) - Minor comment fixes ChangeSet@1.1562.1.7, 2004-01-01 11:25:32-08:00, hunold@linuxtv.org [PATCH] DVB: Fix memory usage of ttpci driver - do not allocate firmware buffer if firmware is compiled into the driver. Saves 220KB vmem (Andreas Oberritter) ChangeSet@1.1562.1.6, 2004-01-01 11:25:24-08:00, hunold@linuxtv.org [PATCH] DVB: Revamp of the TTUSB-DEC driver - Alter hotplug firmware naming to fit in with dvb standard. - Use the hotplug firmware loader for 2.6 kernels instead of compiling the firmware into the module. - Integrate frontend into ttusb_dec module and remove pseudo-i2c bits, move ttusb_dec header into source file. - Rudimentary section filter support (enough for scan). ChangeSet@1.1562.1.5, 2004-01-01 11:25:13-08:00, hunold@linuxtv.org [PATCH] DVB: Add static firmware compilation again - add Kconfig magic to select a firmware that can be compiled into the driver - add some hooks to av7110 to compile a firmware into the driver again ChangeSet@1.1562.1.4, 2004-01-01 11:25:04-08:00, hunold@linuxtv.org [PATCH] DVB: Fixes for frontend drivers - ves1820: increase mdelay from 30 to 50 to be more reliable with bad reception quality (Andreas Oberritter) - dst: remove AUTO_INVERSION for capabilities, allow params dst_type_flags and dst_type to have multiple values for multiple cards in one machine (Jamie Honan) ChangeSet@1.1562.1.3, 2004-01-01 11:24:56-08:00, hunold@linuxtv.org [PATCH] DVB: Fix feed list handling bugs in demux - corrected handling of feed lists (Andres Oberritter) ChangeSet@1.1562.1.2, 2004-01-01 11:24:46-08:00, hunold@linuxtv.org [PATCH] DVB: Update documentation and credits - add new documentation for getting bt8xx based DVB cards runnig - extend contributors list - change various email addresses in header files ChangeSet@1.1562.1.1, 2004-01-01 11:07:05-08:00, torvalds@home.osdl.org Remove dead files Noted by Keith Owens. ChangeSet@1.1566, 2003-12-31 23:34:35-08:00, davidm@tiger.hpl.hp.com ia64: Update defconfig. ChangeSet@1.1565, 2003-12-31 23:33:55-08:00, davidm@tiger.hpl.hp.com ia64: Rename efi_get_time() in the simulator's firmware-emulator to avoid name-clash with declaration of routine of the same name in . ChangeSet@1.1564, 2003-12-31 23:29:50-08:00, davidm@tiger.hpl.hp.com ia64: Merge patch by Arun Sharma: hook up lots of ia32 syscalls. ChangeSet@1.1529.1.5, 2003-12-31 23:23:38-08:00, davidm@tiger.hpl.hp.com ia64: fix perfmon bug causing lost samples Patch from Stephane: Fix a bug in perfmon_default_smpl.c by which we would systematically lose one sample at every buffer overflow. ChangeSet@1.1529.1.4, 2003-12-31 23:21:34-08:00, davidm@tiger.hpl.hp.com ia64: Remove the old ia64_ni_syscall()/sys32_ni_syscall() routines which are overly verbose and replace them with calls to sys_ni_syscall(). ChangeSet@1.1529.1.3, 2003-12-31 23:18:59-08:00, davidm@tiger.hpl.hp.com ia64: Allow system-call number to be changed during system-call tracing (both for native and x86 system call tracing). This is needed by recent versions of strace and UML likes to do that, too. ChangeSet@1.1529.1.2, 2003-12-31 23:15:39-08:00, davidm@tiger.hpl.hp.com ia64: Rearrange ia64_do_signal() such that it is possible for a debugger to cancel system-call restart. ChangeSet@1.1562, 2003-12-31 16:41:45-08:00, rmk+lkml@arm.linux.org.uk [PATCH] Fix "echo -n 3 > /sys/.../power/state" Fix what seems to be a typo preventing .../power/state from working. ChangeSet@1.1561, 2003-12-31 15:26:09-08:00, James.Bottomley@SteelEye.com [PATCH] MSI broke voyager build The x86 build depends on NR_VECTORS being defined. This symbol, however, was put only into mach-default/irq_vectors.h The attached patch adds it to voyager too. ChangeSet@1.1559, 2003-12-31 10:37:20-08:00, pe1rxq@amsat.org [AX25]: Missing spin_unlock() and recvmsg reported dst instead of src. ChangeSet@1.1558, 2003-12-31 10:36:04-08:00, yoshfuji@linux-ipv6.org [NET]: Fix comment type in skbuff.h ChangeSet@1.1557, 2003-12-31 10:35:44-08:00, bdschuym@pandora.be [BRIDGE]: Fix build with vlan disabled, spurious ifdef. ChangeSet@1.1556, 2003-12-31 10:19:13-08:00, davem@nuts.ninka.net Merge nuts.ninka.net:/disk1/davem/BK/netleak-2.5 into nuts.ninka.net:/disk1/davem/BK/net-2.6 ChangeSet@1.1529.1.1, 2003-12-31 01:10:09-08:00, davidm@tiger.hpl.hp.com ia64: Fix a ptrace-bug that caused "strace -f" to crash the inferior process. The root-cause of the problem was that ptrace() tried to copy the portion of the register backing store that landed on the kernel stack back to users-space, but the resulting state was inconsistent if the inferior process was in the middle of a system-call (as would always be the case for strace). The solution is to avoid all needless copying and to instead ensure that when accessing a memory location that may belong to a thread's register-backing store, we attach to that particular thread, rather than the thread identified by the PID argument. If the thread happens to be unattachable, we fall back to using the thread identified by the PID argument. This should have the desired effect if the thread has terminated already and if the thread is running while ptrace() is trying to access its state, all bets are off anyhow and there are no coherency guarantees. In other words, this should be doing the right thing under all circumstances. The patch also fixes the case where PT_AR_BSP and/or PT_CFM are written while the inferior process is in the middle of a system call. This makes arguments passed to GDB inferior calls come out right. The patch was tested with strace -f and the GDB testsuite, which showed no regressions compared to the previous version of the kernel. ChangeSet@1.1555, 2003-12-30 22:24:31-08:00, torvalds@home.osdl.org Remove generated files from revision control ChangeSet@1.1553, 2003-12-30 21:27:50-08:00, davem@nuts.ninka.net [SPARC64]: Update defconfig. ChangeSet@1.1552, 2003-12-30 21:26:44-08:00, davem@nuts.ninka.net [MEDIA]: ttusb_dec.c needs linux/init.h ChangeSet@1.1550.1.2, 2003-12-30 20:44:13-08:00, torvalds@home.osdl.org Linux 2.6.1-rc1 TAG: v2.6.1-rc1