| Commit message (Expand) | Author | Age | Files | Lines |
* | Add INCLUDE_CONFIG_FILE, and a note in comments about how to also | dougb | 2009-12-16 | 1 | -0/+7 |
* | In exception_save, write-back ar.rnat after switching the backing- | marcel | 2009-12-08 | 1 | -14/+13 |
* | Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_id | marcel | 2009-12-07 | 8 | -75/+81 |
* | Allocate the VHPT for each CPU in cpu_mp_start(), rather than | marcel | 2009-12-07 | 5 | -77/+75 |
* | Make sure bus space accesses use unorder memory loads and stores. | marcel | 2009-12-03 | 4 | -80/+148 |
* | Move the sysctl related fields to the end of the structure and | marcel | 2009-11-29 | 1 | -3/+5 |
* | Eliminate teh use of MAXCPU in static arrays of interrupt counters by | marcel | 2009-11-28 | 3 | -34/+96 |
* | Simplify the invocation of vm_fault(). Specifically, eliminate the flag | alc | 2009-11-27 | 1 | -2/+1 |
* | Improve upon revision 196196 by removing the newly added comment | marcel | 2009-11-24 | 1 | -2/+4 |
* | Revert previous commit. The problem was not related to overrunning | marcel | 2009-11-23 | 1 | -1/+1 |
* | No need to include opt_kstack_pages.h, because KSTACK_PAGES is | marcel | 2009-11-20 | 1 | -1/+0 |
* | Add a seatbelt to the Nested TLB Fault handler to give us a chance | marcel | 2009-11-20 | 2 | -25/+59 |
* | opt_* headers are included using the quoted form. | marcel | 2009-11-19 | 2 | -2/+2 |
* | Extract the code that records syscall results in the frame into MD | kib | 2009-11-10 | 2 | -20/+32 |
* | Reimplement the lazy FP context switching: | marcel | 2009-10-31 | 7 | -146/+189 |
* | In r197963, a race with thread being selected for signal delivery | kib | 2009-10-27 | 1 | -7/+1 |
* | Add PRINTF_BUFR_SIZE=128, since we have SMP by default. | marcel | 2009-10-24 | 1 | -2/+3 |
* | A 32KB kernel stack is not quite enough. The new USB stack is a bit | marcel | 2009-10-24 | 1 | -1/+1 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 1 | -0/+27 |
* | o Align function on a 32-byte boundary so that the core's front-end | marcel | 2009-10-21 | 1 | -3/+7 |
* | Define architectural load bases for PIE binaries. Addresses were selected | kib | 2009-10-10 | 1 | -0/+2 |
* | Make sure that the primary native brandinfo always gets added | bz | 2009-10-03 | 1 | -1/+1 |
* | Add a new sysctl for reporting all of the supported page sizes. | alc | 2009-09-18 | 1 | -0/+2 |
* | Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an | phk | 2009-09-08 | 2 | -17/+58 |
* | Decouple ACPI CPU Ids from FreeBSD's cpuid. The ACPI Ids can be | marcel | 2009-08-16 | 3 | -20/+19 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | attilio | 2009-08-13 | 2 | -0/+3 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -1/+1 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 2 | -7/+9 |
* | On exec(2), when loading the ELF image, pmap_enter_object() is | marcel | 2009-07-11 | 1 | -0/+3 |
* | Cleanup ALIGNED_POINTER: | sam | 2009-07-05 | 1 | -17/+3 |
* | Enable POSIX semaphores on all non-embedded architectures by default. | ed | 2009-07-02 | 1 | -0/+1 |
* | Correct the #endif comment. | alc | 2009-06-26 | 1 | -1/+1 |
* | This change is the next step in implementing the cache control functionality | alc | 2009-06-26 | 1 | -0/+44 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 3 | -16/+21 |
* | Drop the high FP state of an exiting thread in cpu_thread_exit() and | marcel | 2009-06-20 | 1 | -4/+3 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 5 | -6/+9 |
* | Remove MAC kernel config files and add "options MAC" to GENERIC, with the | rwatson | 2009-06-02 | 2 | -28/+1 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -1/+0 |
* | Last minute TTY API change: remove mutex argument from tty_alloc(). | ed | 2009-05-29 | 1 | -1/+1 |
* | ia64: Move MCA information retrieval to a per-CPU kthread | rink | 2009-05-27 | 1 | -8/+26 |
* | Rename ia64_invalidate_icache() to ia64_sync_icache(). We're | marcel | 2009-05-18 | 4 | -9/+12 |
* | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | marcel | 2009-05-18 | 1 | -0/+15 |
* | - Use "device\t" and "options \t" for consistency. | kuriyama | 2009-05-10 | 2 | -8/+8 |
* | Remove isa_irq_pending(). It's not used. | marcel | 2009-04-24 | 1 | -11/+0 |
* | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | rwatson | 2009-04-20 | 1 | -3/+1 |
* | Add description and cautionary note regarding CACHE_LINE_SIZE. | rwatson | 2009-04-19 | 1 | -0/+4 |
* | For each architecture, define CACHE_LINE_SHIFT and a derived | rwatson | 2009-04-19 | 1 | -0/+5 |
* | Restore bus DMA bounce pages to an offset of 0 when they are released by | jhb | 2009-04-17 | 1 | -3/+10 |
* | The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in the | kib | 2009-04-13 | 1 | -1/+4 |
* | Fix KBI breakage by r190520 which affects older linux.ko binaries: | dchagin | 2009-04-05 | 1 | -2/+2 |