summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel
AgeCommit message (Collapse)AuthorFilesLines
2012-09-103064 usr/src/cmd/zpool/zpool_main.c misspells "successful"Cyril Plisko1-1/+1
3067 Typo in spelling "succssful" Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com> Reviewed by: Kartik Mistry <kartik.mistry@gmail.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-013146 i915 debugging code can chew SSE stateRichard Lowe1-38/+26
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-07-083063 many instances of unlike enum comparisonRichard Lowe1-1/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-07-242560 ACPI parser fails to identify COM3 on Tyan motherboardGary Mills1-6/+38
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-05-032650 AMD family 0x15 PG supportHans Rosenfeld1-1/+6
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Albert Lee <trisk@nexenta.com>
2012-04-051469 ttyc/ttyd should be an allowed console deviceGary Mills1-2/+6
Reviewed by: Milan Jurik <milan.jurik@xylab.cz> Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-292449 Add workaround for AMD K10 CPU erratum 721Hans Rosenfeld1-0/+4
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-11998 obsolete DMA driver interfaces should be removedGarrett D'Amore3-122/+12
Reviewed by: Igor Khozhukhov <igor.khozhukhov@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2011-05-152251 kernel inlines should support gcc 4Richard Lowe11-132/+164
Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com> Reviewed by: Milan Jurik <milan.jurik@xylab.cz> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-03-02backout 998: breaks common closed driversRichard Lowe3-12/+122
2012-03-01998 obsolete DMA driver interfaces should be removedGarrett D'Amore3-122/+12
Reviewed by: Igor Khozhukhov <igor.khozhukhov@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-02-181439 Panic when booting on IBM SystemXJens Rosenboom1-13/+4
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-05-151971 i86 kernel should be more careful when casting pointersRichard Lowe1-5/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-05-151886 intel_nb5000 may erroneously decide DIMMs aren't presentRichard Lowe2-3/+3
Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-12-011621 update acpica code to newer version (Joyent OS-441)Gordon Ross202-27762/+20233
Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-10-311687 Race in determine_platform / get_hwenv causes multi-CPU VM hang at bootMatt Amdur1-0/+4
Reviewed by: Adam Leventhal <Adam.Leventhal@delphix.com> Reviewed by: Eric Schrock <Eric.Schrock@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett.damore@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-10-241631 kernel panic in tcp_input_dataDan McDonald2-0/+4
Reviewed by: Garrett D'Amore <gdamore@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-09-2619 Provide an opensource version of pcn(7D)Jason King2-1/+89
Reviewed by: Garret D'Amore <garrett@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Albert Lee <trisk@nexenta.com>
2011-09-151073 migrate kernel modules from ancient _depends_on to true ELF dependenciesBayard Bell35-65/+195
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-08-131362 add kvmstat for monitoring of KVM statisticsBryan Cantrill1-2/+41
1363 add vmregs[] variable to DTrace 1364 need disassembler support for VMX instructions 1365 mdb needs 16-bit disassembler support Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-08-111347 isainfo should indicate presence of vmx/svm support (fix lint)Robert Mustacchi1-6/+25
2011-08-111347 isainfo should indicate presence of vmx/svm supportBryan Cantrill1-1/+6
1348 isainfo -v potentially overflows 80 columns Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2011-08-101281 Expose all TSS definitionsRobert Mustacchi4-19/+62
Reviewed by: Igor Kozhukhov <igor.kozhukhov@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-06-301120 Use real file descriptors for smbfs named pipes.Gordon Ross1-9/+19
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-06-031075 smbsrv missing /dev/* linkGordon Ross1-3/+3
1076 smbsrv install and packaging cleanup 1088 smbclient devlink.tab and devfsadm cleanup Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-03-30834 need support for Areca 1880 6GbpsGarrett D'Amore2-3004/+3917
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Albert Lee <trisk@nexenta.com>
2011-03-11783 gcc-built system panics loading pcbe.GenuineIntel.6Richard Lowe1-1/+2
Reviewed by: danmcd@nexenta.com Reviewed by: gwr@nexenta.com Reviewed by: olga.kryzhanovska@gmail.com Approved by: garrett@nexenta.com --HG-- extra : rebase_source : ed676b87d8ddaf11dc7326bbb1e26983f1f32464
2011-01-31519 RFE audiocmihdGarrett D'Amore2-0/+86
Reviewed by: gwr@nexenta.com Reviewed by: dev@opensound.com Reviewed by: trisk@nexenta.com Reviewed by: ams@nexenta.com Approved by: trisk@nexenta.com
2010-12-03435 Need an open iprb(7d)Garrett D'Amore2-1/+87
Reviewed by: gwr@nexenta.com Reviewed by: richlowe@richlowe.net Reviewed by: trisk@nexenta.com Reviewed by: carlomagno.arellano@oracle.com Reviewed by: jason.brian.king@gmail.com Approved by: gwr@nexenta.com
2010-10-21360 some modules have bogus module dependenciesRichard Lowe2-2/+2
Reviewed by: garrett@nexenta.com Approved by: gwr@nexenta.com
2010-11-02128 Splash image /boot/solaris.xpm file not found error stops the boot processDamian Wojsław1-1/+7
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-10-279 Provide an open source implementation of spwr(7D)Steven Stallion3-1/+68
Reviewed by: garrett@nexenta.com, richlowe@richlowe.net Approved by: garrett@nexenta.com
2010-08-2251 branding regression for boot menuGarrett D'Amore2-1/+1
Reviewed by: richlowe@richlowe.net Approved by: richlowe@richlowe.net --HG-- rename : usr/src/uts/intel/os/illumos.xpm => usr/src/uts/intel/os/splashimage.xpm
2010-08-19merge with onnv_147Richard Lowe36-390/+1454
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-08-166970888 panic BAD TRAP: type=d (#gp General protection) due to incorrect use ↵onnv_147Kuriakose Kuruvilla1-2/+3
of x86_featureset
2010-08-166958308 XSAVE/XRSTOR mechanism to save and restore processor stateKuriakose Kuruvilla12-167/+652
Contributed by Lejun Zhu <lejun.zhu@intel.com>
2010-08-1640 llc2 has got to goGarrett D'Amore1-1/+0
Reviewed by: richlowe@richlowe.net Approved by: garrett@nexenta.com
2010-08-1531 boot brandingGarrett D'Amore3-498/+500
Reviewed by: james.c.mcpherson@gmail.com Approved by: garrett@nexenta.com
2010-08-13PSARC/2010/259 Ethernet over IBVenki Rajagopalan3-1/+274
6891335 Driver for supporting "Ethernet over InfiniBand" protocol
2010-08-12PSARC/2010/159 SIOCGIFHWADDR for PF_INET and PF_INET6Darren Reed1-1/+1
6948284 setsockopt on PF_PACKET socket fails for PACKET_MR_PROMISC option 6948282 missing definitions in the packet.h header file 4720634 programmatic access to mac address for non-root applications
2010-08-116964154 Missing unlock in set_all_zone_usr_proc_sys()Ethindra Ramamurthy2-3/+5
6964159 Missing unlock in immu_quiesce() and immu_unquiesce() 6964162 Pointer dereferenced before NULL check in kcpc_reqs_add() 6964446 Uninitialized variable used in rootnex_coredma_bindhdl() 6965638 Potential memory leak in configure_ffc() 6965642 Freeing variable that may be NULL in kmem_free()
2010-08-116872481 memory leak in cmdk_devid_setup in scsi device setupzhongyan gu - Sun Microsystems - Beijing China1-2/+10
2010-08-096955196 Intel IOMMU code should use higher-level abstraction interface (fix ↵Frank Van Der Linden1-1/+0
lint)
2010-08-096955192 Intel IOMMU code performs unnecessary write buffer flushesFrank Van Der Linden4-110/+191
6955196 Intel IOMMU code should use higher-level abstraction interface 6955973 Intel IOMMU code has too many checks in the dma bind handle path 6956536 Intel iommu code does too much work during cookie manipulation 6955206 iommulib code looks up nexops too often 6949020 iommulib should not get used when disabled from rootnex.conf
2010-08-056932990 Support for TSC deadline timerKrishnendu Sadhukhan - Sun Microsystems1-1/+7
Contributed by Aubrey Li <aubrey.li@intel.com>
2010-08-036972966 SYN-ACK-ACK is not handled properly when accepting connection from ↵Kacheong Poon2-2/+2
Linux client using HTTP benchmark
2010-08-036973912 pci_autoconfig: alloc_res_array() feels a little off (by one)Praveen Kumar Dasaraju Rama1-11/+11
2010-07-30PSARC/2009/617 Software Events Notification Parameters CLIGavin Maltby1-2/+78
PSARC/2009/618 snmp-notify: SNMP Notification Daemon for Software Events PSARC/2009/619 smtp-notify: Email Notification Daemon for Software Events PSARC/2010/225 fmd for non-global Solaris zones PSARC/2010/226 Solaris Instance UUID PSARC/2010/227 nvlist_nvflag(3NVPAIR) PSARC/2010/228 libfmevent additions PSARC/2010/257 sysevent_evc_setpropnvl and sysevent_evc_getpropnvl PSARC/2010/265 FMRI and FMA Event Stabilty, 'ireport' category 1 event class, and the 'sw' FMRI scheme PSARC/2010/278 FMA/SMF integration: instance state transitions PSARC/2010/279 Modelling panics within FMA PSARC/2010/290 logadm.conf upgrade 6392476 fmdump needs to pretty-print 6393375 userland ereport/ireport event generation interfaces 6445732 Add email notification agent for FMA and software events 6804168 RFE: Allow an efficient means to monitor SMF services status changes 6866661 scf_values_destroy(3SCF) will segfault if is passed NULL 6884709 Add snmp notification agent for FMA and software events 6884712 Add private interface to tap into libfmd_msg macro expansion capabilities 6897919 fmd to run in a non-global zone 6897937 fmd use of non-private doors is not safe 6900081 add a UUID to Solaris kernel image for use in crashdump identification 6914884 model panic events as a defect diagnosis in FMA 6944862 fmd_case_open_uuid, fmd_case_uuisresolved, fmd_nvl_create_defect 6944866 log legacy sysevents in fmd 6944867 enumerate svc scheme in topo 6944868 software-diagnosis and software-response fmd modules 6944870 model SMF maintenance state as a defect diagnosis in FMA 6944876 savecore runs in foreground for systems with zfs root and dedicated dump 6965796 Implement notification parameters for SMF state transitions and FMA events 6968287 SUN-FM-MIB.mib needs to be updated to reflect Oracle information 6972331 logadm.conf upgrade PSARC/2010/290
2010-07-28PSARC/2010/244 EOF ncrsjmcp1-1/+0
6542748 ncrs(7D) should be EOFd, it's 32bit only, crusty and unmaintainable
2010-07-286959099 T2 Crypto Drivers (ncp, n2cp, n2rng) need to implement self tests ↵Misaki Miyashita1-6/+4
for FIPS 140-2 compliance