summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-161-1/+1
* repair config file from spammingkmacy2008-11-141-0/+6
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetyongari2008-11-121-0/+1
* Several cleanups related to pipe(2).ed2008-11-111-15/+5
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-0/+28
* Regenerate system call tables for r184789.ed2008-11-093-5/+11
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-1/+1
* Move the CAM passthrough code into a true module so that it doesn't have to bescottl2008-11-031-69/+2
* MFp4:imp2008-11-021-1/+2
* The file was inadvertently excluded from r184499.kib2008-10-311-1/+1
* Revert r184136. Instead, push the check for crashdumpmap overflow into thekib2008-10-311-1/+1
* style(9) nit: remove unnecessary {} pair.imp2008-10-281-2/+1
* Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hzsobomax2008-10-271-4/+3
* Fix division by zero panic if kern.hz less than 32.sobomax2008-10-261-1/+5
* only call hardclock on cpu0kmacy2008-10-251-1/+4
* handle case where eflags represents actual flags value whenkmacy2008-10-251-0/+2
* Fix general issues with IPI supportkmacy2008-10-243-50/+63
* Remove the entry from the i386 specific NOTES as it is in the genericn_hibma2008-10-241-1/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-7/+7
* Fix IPI supportkmacy2008-10-237-44/+139
* Really fix i386 test this time.jkim2008-10-221-1/+1
* Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCsjkim2008-10-221-4/+9
* Fix compiler error with missing/unneded ')'ache2008-10-221-3/+3
* Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higherjkim2008-10-222-1/+20
* Hook in ipi handlerskmacy2008-10-211-20/+18
* remove gratuitous XEN definekmacy2008-10-211-8/+0
* don't globally define ipi_bitmap_handler on xenkmacy2008-10-212-1/+4
* Implement infrastructure for gluing i386 ipi functions in to xen's infrastruc...kmacy2008-10-212-29/+151
* Add routine for initializing AP clockkmacy2008-10-211-16/+17
* Header cleanups and addition of IPI declarations for xenkmacy2008-10-216-32/+40
* Fix 'kern.timeconter.invariant_tsc' tunable and back out a redundant hack.jkim2008-10-211-4/+4
* Do not use PowerNow! if FID or VID is missing.jkim2008-10-211-1/+1
* Use power management information for AMD CPUs from identcpu.c.jkim2008-10-211-17/+1
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-214-10/+32
* Detect Advanced Power Management Information for AMD CPUs.jkim2008-10-214-0/+19
* Import interrupt management defines from latest xenlinuxkmacy2008-10-201-12/+28
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-192-14/+22
* GC gratuitous XEN defineskmacy2008-10-191-6/+0
* - move gdt, ldt allocation to before KPT allocationkmacy2008-10-192-42/+65
* GC unused valueskmacy2008-10-192-13/+0
* Make robust futexes work on linux32/amd64. Use PTRIN to readkib2008-10-141-0/+11
* Say hello to the u3g driver, implementing support for 3G modems.n_hibma2008-10-091-0/+1
* If the current thread has the trap bit set (i.e. a debugger haddavidxu2008-10-051-0/+8
* - Add driver for Attansic L2 FastEthernet controller found onstas2008-10-031-0/+1
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-012-44/+2
* Bump MAXCPU to 32 now that 32 CPU x86 systems exist.jhb2008-10-011-1/+1
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-283-67/+0
* Frames created by the Xcpustop, Xrendezvous, Xipi_intr_bitmap_handlerkib2008-09-271-2/+7
* Replace all calls to minor() with dev2unit().ed2008-09-273-7/+7
* Remove unit2minor() use from kernel code.ed2008-09-261-2/+2
OpenPOWER on IntegriCloud