summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/asm/cpu.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-01Use __attribute__((__gnu_inline__)) on GCC ASMRichard Lowe1-14/+16
As a GCC extension, GCC used to define 'extern inline' to mean that a function was only ever emitted inline and no visible symbol was emitted. C99, however, made 'extern inline' mean pretty much the reverse of this, and GCC 4.3 and above in C99 or GNU99 modes follow the standard, so we have to decorate each definition to indicate we want the non-standard behaviour.
2009-04-24PSARC 2009/206 10G link propertieslucy wang - Sun Microsystems - Beijing China1-13/+26
6830888 GLDv3 should provide more link properties for 10Gb Ethernet drivers 6818198 Identical assembly functions should be unified in one .il file Contributed by Paul Durrant (pdurrant@solarflare.com)
2009-03-266812228 No need to do software checksum for multiple-mblk packets in ↵lucy wang - Sun Microsystems - Beijing China1-25/+51
ip_tcp_input() 6694625 Performance falls off the cliff with large IO sizes PSARC/2009/039 prefetch interfaces 6812282 PSARC 2009/039 prefetch interfaces Contributed by Paul Durrant (pdurrant@solarflare.com)
2009-01-056788508 Fix for 6555476 (pcacheset_cmp is inefficient) breaks VIA C3 systemsDave Plauger1-1/+5
2008-12-086555476 pcacheset_cmp is inefficient (fix gcc build)David Plauger1-1/+1
2008-12-056555476 pcacheset_cmp is inefficientDavid Plauger1-3/+22
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev1-13/+21
PSARC 2007/155 IPv4 Network Configuration Enhancements for Xen Guest Domains 6424124 panic in intr_thread->av_dispatch_autovect->atomic_add_ptr 6496858 mdb could use a memory-based IO backend 6515319 workaround for 6491065 needs to be removed from elfextract.c 6518807 snv_nightly: SUNWcakr pkgck error 6551858 PSARC 2006/260 Solaris on Xen 6584697 Can't boot Xen / Solaris dom0 if root is using ZFS 6593429 usr/src/cmd/devfsadm isn't linting properly 6600359 mdb_kvm_intrframe() is unused 6600750 can remove 'u' workaround from zlib 6601465 /dev/lofictl needs to accept kernel ioctl 6604043 Erronous ASSERT in sdev_vnops.c ASSERT(VTOSDEV(vp)->sdev_attrvp); --HG-- rename : usr/src/common/util/memset.h => deleted_files/usr/src/common/util/memset.h rename : usr/src/uts/common/krtld/mapfile => deleted_files/usr/src/uts/common/krtld/mapfile rename : usr/src/uts/i86pc/boot/boot_keyboard.h => deleted_files/usr/src/uts/i86pc/boot/boot_keyboard.h rename : usr/src/uts/intel/io/i8254.c => usr/src/uts/i86pc/io/microfind.c rename : usr/src/uts/i86pc/cpunex/Makefile => usr/src/uts/intel/cpunex/Makefile rename : usr/src/uts/i86pc/io/cpunex.c => usr/src/uts/intel/io/cpunex.c
2007-01-20PSARC 2006/568 direct boot (dboot) for x86mrj1-4/+45
6475880 vestiges of old boot code on i386/amd64 should be purged (build fix) 6477963 _update_sregs should be written in C (gcc link fix) 6478642 Solaris needs to support multiple x86 platforms (lint fix)
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+72