| From: |
| Andi Kleen <ak@suse.de> |
| To: |
| discuss@x86-64.org |
| Subject: |
| [discuss] x86_64-2.6.10rc2-2 released |
| Date: |
| Fri, 19 Nov 2004 20:15:06 +0100 |
x86_64-2.6.10rc2-1 had a nasty last minute bug that caused it to crash
early in init on system with no HPET (like VIA and Nvidia chipsets).
This version fixes it. With that fix 64bit vsyscalls should finally work
correctly again.
Full patch
ftp://ftp.x86-64.org/pub/linux/v2.6/x86_64-2.6.10rc2-2.bz2
bed74326caee8da3cdc63ca1e1b34500 x86_64-2.6.10rc2-2.bz2
Broken out patches:
ftp://ftp.x86-64.org/pub/linux/v2.6/x86_64-2.6.10rc2-2/
Full patch listing:
async-ipi
Fix async IPI to not return before stack data is used.
cmp-fix
Fix a silly bug in the AMD K8 CMP support code.
cmp-legacy
Rename HTVALID to CMP_LEGACY
cmp-noht
Scheduler support for AMD CMP
cmp-warning
Fix a warning in the CMP support code for !CONFIG_NUMA
cpuinfo-newline
Add a missing newline in /proc/cpuinfo
debugstep
Allow a kernel debugger to hide single steps in more cases.
defconfig-update
Update defconfig
dma32
Add 4GB DMA32 zone
earlyprintk-iomem
Add a missing __iomem pointed out by Linus.
em64-help
Fix EM64T config description
fakestackframe-dup
Remove duplicated FAKE_STACK_FRAME macro.
fix-vsyscall
Fix vsyscalls
genapic-processorid
Fix early oopses
gup-gate
Fix get_user_pages for vsyscalls
hpet_force.patch
Fix HPET warning
init-debug-output
Always print segfaults for init.
ioapic-nosmp
Fix interaction between nosmp and pcibios_fixup_irqs().
ioremap-fix
Collected ioremap fixes
irda-fix
Make IRDA devices are not really ISA devices not depend on CONFIG_ISA.
irqfixup-init
Fix quirk_via_irqpic
linus-patch
mga-enable
Reenable MGA DRI on x86-64
no-direct-memmap
Remove direct mem_map references
numa-cleanup
Some cleanup in NUMA setup
numa-cpu-fallback
Fix some outdated assumptions that CPU numbers are equal numbers.
optimize-numa
Shrink the page_to_pfn / pfn_to_page macros for NUMA kernels.
pageattr-nx
Handle NX correctly in pageattr
pfn-valid
Add a real pfn_valid
pgtable-init
Cleanups preparing for memory hotplug
phys-id-export
Export phys_proc_id
reboot-force
Add reboot=force
reboot-nobios
Remove BIOS reboot code
simnow-console
Add simnow console
sleep-length
Update uptime after suspend
srat
Add SRAT NUMA discovery to x86-64.
srat-numa-opt
Fix SRAT code for numa optimization
sysfs-local-cpus
Add sysfs file to map PCI busses to nodes
time-fallback-increase
Increase time fallback threshold
trace-sig
Fix single stepping for signal handlers
unlimited-cpus
Allow to configure more CPUs and nodes.
vsyscall-flags
Remove debug information for vsyscalls
-Andi