ChangeSet@1.999, 2003-03-25 11:54:54-08:00, ak@suse.de [PATCH] x86-64 updates Lots of x86-64 updates. Merge with 2.4 and NUMA works now. Also reenabled the preemptive kernel. And some other bug fixes. IOMMU disabled by default now because it has problems. - Add more CONFIG options for device driver debugging and iommu force/debug. (don't enable iommu force currently) - Some S3/ACPI fixes/cleanups from Pavel. - Set MSG_COMPAT_* in msg_flags for networking 32bit emulation. This unfortunately still doesn't fix the fd passing problems. - Sync PCI IOMMU code with 2.4 (minor fixes, flush less often) - Really fix UP compilation (Pavel) - Reenable preempt - Fix CONFIG_DISCONTIGMEM bootup and enable. Still needs more tuning. - Fix some bugs in topology discovery and clean code up. - Don't put unwind tables into object files - Some kernel debugging hooks - Move CPU detection into early real mode code to better interact with vesafb consoles - Initialize mode in real mode character output - New 32bit FPU signal save/restore - Various fixes in FPU handling in ptrace - Fix security holes in ptrace (32bit and 64bit) - Fix serial ioctl (including security hole) - Add bluetooth ioctls to 32bit emu (from sparc64) - Correctly enable si_val in queued signals in 32bit emulation - Rework SEM_STAT emulation. LTP still fails unfortunately. - Fix error case in msg* emulation - Fix debug register access from ptrace (Michal Ludvig, me) - Fix handling of NULL arguments in 32bit execve - Fix some error cases for 32bit readv/writev (LTP still complains) - Remove rate control from unimplemented syscall warnings - Fix error message for missing aperture - Turn some APIC printks into Dprintk to make the bootup more quiet - Some fixes for no APIC (probably still broken), add disableapic option (untested) - Sync K8 MCE handler with 2.4. Should work a lot better now. - Remove never used KDB hooks - Fix buffer overflow in command line copying - Merge from i386: use separate status word for lazy FPU state - Don't force the IOMMU for dma masks < 4GB. - Print backtrace in Sysrq-T (from Andrea) - Merge from i386: fix FPU race in fork. - Disable NX mode by default for now - Rewrite dump_pagetable - Fix off by one bug in ioremap (i386 merge) - Merge from i386: handle VIA pci bridge bugs - Disable NUMA ACPI support (no SRAT support yet) - Fix aio 32bit emulation - Increase 32bit address space to nearly 4GB - Add exit_group syscall - Fix TLS setting in clone (Ulrich Drepper) ChangeSet@1.998, 2003-03-25 11:21:14-08:00, ak@suse.de [PATCH] ACPI NUMA option fix for x86-64 The ACPI NUMA support doesn't work on x86-64 currently (no SRAT parsing yet). Disable for now. ChangeSet@1.997, 2003-03-25 11:21:07-08:00, ak@suse.de [PATCH] aio compat patches The new aio emulation in x86-64 needs a few aio symbols exported. Export them. ChangeSet@1.985.12.1, 2003-03-24 23:29:20-08:00, davem@nuts.ninka.net [DRM]: Fix warnings and build errors introduced by previous changes to drm_drv.h ChangeSet@1.985.9.6, 2003-03-24 22:53:16-08:00, yoshfuji@linux-ipv6.org [IPSEC]: Move xfrm_*.c into net/xfrm/ ChangeSet@1.985.9.5, 2003-03-24 22:48:37-08:00, sfr@canb.auug.org.au [SCTP]: Fix IRQ flags warnings. ChangeSet@1.985.9.4, 2003-03-24 22:47:20-08:00, davem@nuts.ninka.net [TCP]: Forward port of 2.4.x bugfix, noticed as missing by davej@codemonkey.org.uk. In tcp_sendmsg, make sure we jump to the out label when seglen is decremented to zero and no more iovecs remain. This matches the do_tcp_sendpages logic and makes sure that PSH is set correctly at the end of a write even if the write length equals the current mss. ChangeSet@1.985.11.6, 2003-03-24 22:26:28-08:00, ink@jurassic.park.msu.ru [PATCH] alpha: fix jiffies compile warning in smp.c Fix more annoying compile problems due to wrong types for comparing jiffies. This patch applies to alpha arch. From Thomas Weyergraf. Ivan. ChangeSet@1.985.11.5, 2003-03-24 22:25:33-08:00, ink@jurassic.park.msu.ru [PATCH] alpha: nautilus_init_pci() cleanup ChangeSet@1.985.11.4, 2003-03-24 22:24:28-08:00, ink@jurassic.park.msu.ru [PATCH] alpha: pci update - Check for parent PCI bus instead of bridge device to break the look in common_swizzle(). Functionally it's the same, but it's cleaner for PC-style host bridges (nautiluses). - Generic PCI setup changes finally went in (thanks to rmk), so that FIXME in common_init_pci() can go. Ivan. ChangeSet@1.985.11.3, 2003-03-24 22:23:16-08:00, ink@jurassic.park.msu.ru [PATCH] alpha: handle unaligned REFQUADs produced by BUG() macro ChangeSet@1.985.11.2, 2003-03-24 22:21:58-08:00, ink@jurassic.park.msu.ru [PATCH] alpha: file offset in pte It's possible to squeeze more bits out of lower half of pte, but 32 seem to be a plenty... Ivan. ChangeSet@1.993.1.2, 2003-03-25 16:09:43+11:00, anton@samba.org ppc64: Fix problem with casting out the segment for our kernel stack ChangeSet@1.992.1.1, 2003-03-25 15:32:59+11:00, anton@samba.org ppc64: Disable 32bit SLB invalidation optimisation for the moment ChangeSet@1.994, 2003-03-25 15:09:52+11:00, anton@samba.org Merge samba.org:/scratch/anton/export into samba.org:/scratch/anton/linux-2.5_ppc64 ChangeSet@1.985.10.1, 2003-03-25 15:04:54+11:00, anton@samba.org Merge samba.org:/scratch/anton/linux-2.5 into samba.org:/scratch/anton/linux-2.5_ppc64 ChangeSet@1.993, 2003-03-25 14:23:03+11:00, anton@samba.org ppc64: fix pci probe on large bus systems ChangeSet@1.985.9.3, 2003-03-24 17:16:16-08:00, toml@us.ibm.com [IPSEC]: Fix IPV6 UDP policy checking. ChangeSet@1.985.9.2, 2003-03-24 17:12:15-08:00, hch@lst.de [NET]: Kill dev_init_buffers, was scheduled to die in 2.5.x ChangeSet@1.992, 2003-03-25 12:04:50+11:00, paulus@samba.org ppc64: Add missing RELOCs ChangeSet@1.991, 2003-03-25 11:02:07+11:00, anton@samba.org ppc64: Rework pci probe to be like alpha. ChangeSet@1.985.1.93, 2003-03-24 15:29:54-08:00, greg@kroah.com Merge kroah.com:/home/greg/linux/BK/bleed-2.5 into kroah.com:/home/greg/linux/BK/i2c-2.5 ChangeSet@1.985.2.4, 2003-03-24 15:16:12-08:00, greg@kroah.com [PATCH] i2c: set up a "generic" i2c driver to prevent oopses when devices are registering. This is needed as we are still not using the driver core model for matching up devices to drivers, but doing it by hand. Once that is changed, this will not be needed. ChangeSet@1.985.1.92, 2003-03-24 13:57:25-08:00, torvalds@penguin.transmeta.com Linux 2.5.66 TAG: v2.5.66