summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-225-0/+38
* MFp4 (113077, 113083, 113103, 113124, 113097):netchild2007-01-201-5/+41
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-172-2/+2
* MFp4 (112893):netchild2007-01-141-0/+1
* exclude the icu and clock lock from LOCK_PROFILINGkmacy2007-01-141-2/+2
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Remove magic from rman_activate_resource() that uses the direct map atjhb2007-01-111-24/+6
* - Use the correct test in the ipi bitmask handler for IPI_PREEMPT so thatjeff2007-01-111-9/+3
* Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors.jkim2007-01-092-3/+4
* MFp4 (112498):netchild2007-01-071-1/+1
* regen after addition of linux_utimes and linux_rt_sigtimedwaitnetchild2006-12-313-7/+11
* MFp4 (111746, 108671, 108945, 112352):netchild2006-12-312-4/+6
* Fix oops in previous commit.bde2006-12-291-1/+1
* Fixed some style bugs (mainly assorted errors in comments, and inconsistentbde2006-12-291-26/+26
* Fixed some style bugs (whitespace only).bde2006-12-291-31/+34
* Try harder to garbage-collect the "LOCORE" (really asm) version ofbde2006-12-291-5/+5
* Avoid an instruction in atomic_cmpset_{int_long)() in most cases.bde2006-12-271-11/+11
* Regen (just to fix 'generated from' line from the previous commit).jkim2006-12-203-3/+3
* Add linux_nanosleep() and regen.jkim2006-12-204-5/+11
* MFP4: 109655jkim2006-12-201-2/+2
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-203-0/+5
* Evidently FreeBSD has long relied on the compiler to treat structureskmacy2006-12-1710-103/+105
* vm86_initflags was causing gcc41 and even gcc346 to get rather confusedkmacy2006-12-171-10/+4
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-9/+9
* Add msk(4) to the list of drivers supported by GENERIC kernel.yongari2006-12-131-0/+1
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andjhb2006-12-122-5/+47
* Sort function prototypes.jhb2006-12-121-1/+1
* Replace a few magic numbers.jhb2006-12-121-2/+2
* Add a function to return the MD interrupt source cookie associated withjhb2006-12-121-3/+3
* Allow machdep.cpu_idle_hlt to be set from the loader. This should allowsobomax2006-12-061-0/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-5/+1
* Optimized RTC accesses by avoiding null writes to the index registerbde2006-12-031-9/+16
* Turn console printf buffering into a kernel option and only onjb2006-11-301-1/+0
* Tweak the comment about mapping a kernel using large pages.ru2006-11-251-3/+3
* The global variable avail_end is redundant and only used once. Eliminatealc2006-11-193-9/+6
* - Add macro constants for the various fields in %dr7 and use them in placejhb2006-11-173-36/+52
* Trim some noise from bootverbose:jhb2006-11-172-14/+13
* A few more style fixes.jhb2006-11-171-5/+4
* o Make pv_maxchunks no less than maxproc. This helps to survive amaxim2006-11-161-1/+1
* Various whitespace and style fixes.jhb2006-11-153-44/+42
* Fix a typo that broke MSI (MSI-X worked fine) in the later revisions ofjhb2006-11-151-1/+1
* MD support for PCI Message Signalled Interrupts on amd64 and i386:jhb2006-11-137-4/+669
* Fix NKPT comments to match reality. Note that the current valueru2006-11-131-3/+6
* Fix a comment.ru2006-11-131-1/+1
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-1/+3
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-113-3/+3
* Don't dump the $PIR table under bootverbose. The pirtool program injhb2006-11-091-39/+0
* Spelling.ru2006-11-071-1/+1
* Remove old XXX comment about possibly adding a print_Intel_info() functionjhb2006-11-071-8/+0
* Remove duplicate IDTVEC macro definition, it's already defined injhb2006-11-071-2/+0
OpenPOWER on IntegriCloud