summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Correct an error in pmap_align_superpage(). Specifically, correctlyalc2008-05-111-2/+3
* Introduce pmap_align_superpage(). It increases the starting virtualalc2008-05-091-0/+23
* enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by defaultsam2008-05-031-0/+2
* Remove unused variable saved_id16.rpaulo2008-05-021-2/+0
* Intel 4965 wireless driver (derived from openbsd driver of the same name)sam2008-04-291-0/+2
* Always use PG_PS_FRAME to extract the physical address of a 2/4MB pagealc2008-04-251-9/+10
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-252-40/+170
* Implement linux_truncate64() syscall.rdivacky2008-04-231-1/+0
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-225-4/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-2/+0
* move awi to the Attic; it will not make the jump to the new world ordersam2008-04-202-2/+0
* - Add inlines for the monitor and mwait instructions.jeff2008-04-181-0/+13
* Regenerate.jkim2008-04-163-4/+46
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.jkim2008-04-162-0/+12
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-142-254/+10
* Move i386 to generic RTC handling code.phk2008-04-122-103/+171
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-1/+1
* Don't break identity mapping set up for ACPI resume path.takawata2008-04-101-2/+5
* Correct pmap_copy()'s method for extracting the physical address of aalc2008-04-101-6/+6
* Regeneratekib2008-04-083-41/+73
* Implement the linux syscallskib2008-04-085-29/+26
* Update pmap_page_wired_mappings() so that it counts 2/4MB page mappings.alc2008-04-071-4/+18
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-121/+2
* Reintroduce UMA_SLAB_KMAP; however, change its spelling toalc2008-04-041-1/+3
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-312-0/+2
* Eliminate an #if 0/#endif that was unintentionally introducedalc2008-03-291-2/+0
* If we're returning successfully from bus_dmamem_alloc, don't record a KTRemaste2008-03-281-1/+1
* Use ; instead of : to end a line.brooks2008-03-281-1/+3
* Add support to mincore for detecting whether a page is part of aps2008-03-281-1/+2
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-272-0/+2
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* MFamd64 with few changes:alc2008-03-272-91/+1108
* Back in the good old days, PC's had random pieces of rock forphk2008-03-262-135/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-264-52/+26
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-1/+2
* Rename timer0_max_count to i8254_max_count.phk2008-03-263-53/+54
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-262-4/+2
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Enable the automatic creation of superpage reservations.alc2008-03-261-2/+2
* Belatedly add BPF_JITTER in NOTES for supported architectures.jkim2008-03-241-0/+4
* Prevent the overflow in the calculation of the next page directory.kib2008-03-231-0/+6
* Explicitly use spinlock_enter/exit rather than locking the icu_lock spinjhb2008-03-201-15/+14
* Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQjhb2008-03-201-0/+14
* Simplify the interrupt code a bit:jhb2008-03-171-32/+15
* A cautionary XXX comment about seemingly bogus errata checks.phk2008-03-171-0/+8
* Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-2/+16
* Revert last commit and stop committing before morning tea.phk2008-03-171-26/+5
* Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-5/+26
* Use correct bitmask for identifying chip family.phk2008-03-171-1/+1
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+7
OpenPOWER on IntegriCloud