| Commit message (Expand) | Author | Age | Files | Lines |
* | MFP4: Turn emul_lock into a mutex. | jkim | 2007-04-02 | 1 | -2/+2 |
* | Optimize sx locks to use simple atomic operations for the common cases of | jhb | 2007-03-31 | 1 | -0/+1 |
* | Correct BB-profiling and adjust comments. | jkim | 2007-03-31 | 1 | -24/+23 |
* | Fix off-by-4 error in address validation for i386, reduce PCB reloading, and | jkim | 2007-03-30 | 1 | -15/+10 |
* | Fix more style(9) nits[1] and remove unnecessary use of '#if !defined(_KERNEL)'. | jkim | 2007-03-30 | 1 | -39/+39 |
* | Use the same wisdom of sys/i386/i386/support.s 1.97 to remove obfuscation. | jkim | 2007-03-30 | 1 | -9/+8 |
* | MFP4: Linux futex support for amd64. | jkim | 2007-03-30 | 1 | -61/+2 |
* | Implement the openat() linux syscall | julian | 2007-03-29 | 5 | -5/+11 |
* | Revisit the watchdogs: Resetting the error to EINVAL after failing to set the | n_hibma | 2007-03-27 | 2 | -4/+5 |
* | Remove unnecessary giant acquisition around panic in #ifdef DIAGNOSTIC | kris | 2007-03-26 | 1 | -2/+0 |
* | Add an interface for drivers to be notified of changes to CPU frequency. | njl | 2007-03-26 | 3 | -16/+154 |
* | Fix a silly bogon that broke ibcs2_rename(). | jhb | 2007-03-26 | 1 | -1/+1 |
* | In order to satisfy ACPI's need for an identity mapping, modify the | alc | 2007-03-24 | 2 | -32/+40 |
* | Catch up with ACPI-CA 20070320 import. | jkim | 2007-03-22 | 5 | -170/+162 |
* | Change the amd64, i386, and ia64 nexus drivers to setup bus space tags and | jhb | 2007-03-21 | 1 | -41/+34 |
* | Add a new apic0 psuedo-device to claim memory resources for the memory | jhb | 2007-03-20 | 3 | -0/+85 |
* | Add a new ram0 pseudo-device that claims memory resouces for physical | jhb | 2007-03-20 | 1 | -0/+78 |
* | - Add macros for newly added CPUID bits in the corresponding header files. | jkim | 2007-03-20 | 2 | -2/+4 |
* | Tweak the probe/attach order of devices on the x86 nexus devices. | jhb | 2007-03-20 | 4 | -6/+6 |
* | display two new Intel feature bits | sam | 2007-03-19 | 1 | -2/+2 |
* | Eliminate an unused parameter. | alc | 2007-03-17 | 3 | -3/+3 |
* | Create an identity mapping (V=P) super page for the low memory region on | njl | 2007-03-14 | 2 | -11/+13 |
* | Add another CPUID for AMD CPUs and fix style(9) while I am here. | jkim | 2007-03-12 | 2 | -113/+114 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+25 |
* | Defer calling lapic_init() until we've completed the 'MPTable: <...>' | jhb | 2007-03-09 | 1 | -2/+4 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 1 | -0/+2 |
* | Don't increment total_bounced when doing no-op dmamap_sync ops. | scottl | 2007-03-06 | 1 | -1/+2 |
* | Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid)) | jhb | 2007-03-06 | 5 | -21/+26 |
* | Trim trailing whitespace. | jhb | 2007-03-05 | 1 | -8/+8 |
* | Acquiring smp_ipi_mtx on every call to pmap_invalidate_*() is wasteful. | alc | 2007-03-05 | 3 | -68/+17 |
* | Use vm_paddr_t rather than uintptr_t when passing the physical address of | jhb | 2007-03-05 | 6 | -13/+12 |
* | Add a simple device driver to "eat" any I/O APICs that show up as PCI | jhb | 2007-03-05 | 1 | -1/+48 |
* | Partial fix for a bug in rev.1.231. If suspend/resume clobbers the | bde | 2007-03-05 | 1 | -0/+1 |
* | style(9). | nyan | 2007-03-04 | 1 | -2/+2 |
* | MFP4: 115220, 115222 | jkim | 2007-03-02 | 2 | -175/+187 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 1 | -2/+1 |
* | MFP4: 115094 | jkim | 2007-02-27 | 1 | -3/+4 |
* | Partial MFp4 of 114977: | netchild | 2007-02-24 | 3 | -19/+23 |
* | MFp4 (114193 (i386 part), 114194, 114195, 114200): | netchild | 2007-02-23 | 1 | -39/+42 |
* | Use ih_filter instead of ih_handler in a couple of places. This fixes | jhb | 2007-02-23 | 1 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 6 | -23/+29 |
* | Unbreak ddb stepping over special frames after the following commit: | kib | 2007-02-19 | 1 | -2/+2 |
* | Eliminate some acquisitions and releases of the page queues lock that are | alc | 2007-02-18 | 1 | -2/+0 |
* | Add bootverbose printfs to indicate which IDT vectors are assigned to MSI | jhb | 2007-02-15 | 1 | -0/+6 |
* | Regen. | jkim | 2007-02-15 | 3 | -5/+12 |
* | MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570 | jkim | 2007-02-15 | 3 | -55/+68 |
* | Include GEOM_LABEL in GENERIC. It's very useful and not well publicized | brooks | 2007-02-09 | 1 | -0/+1 |
* | Don't send interrupts to CPUs disabled via lapic hints. | jhb | 2007-02-08 | 1 | -0/+2 |
* | Evolve the ctlreq interface added to geom_gpt into a generic | marcel | 2007-02-07 | 1 | -1/+1 |
* | Fixed some style bugs. Routine except: | bde | 2007-02-06 | 1 | -34/+35 |