| Commit message (Expand) | Author | Age | Files | Lines |
* | Add acpi_find_table() -- a convenience function for looking up an | marcel | 2010-07-07 | 2 | -2/+38 |
* | Remove pointless BOOTP conditional. | marcel | 2010-07-07 | 1 | -5/+0 |
* | Provide more examples for error injection. | marcel | 2010-07-06 | 1 | -1/+6 |
* | Allocate and setup an interrupt vector for corrected machine checks. | marcel | 2010-07-03 | 3 | -0/+37 |
* | When compiling with profiling, we define PROF for userspace and GPROF | marcel | 2010-07-01 | 1 | -1/+1 |
* | While functions are ideally aligned to a 32-byte boundary, don't | marcel | 2010-06-30 | 1 | -1/+1 |
* | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | jhb | 2010-06-30 | 1 | -0/+1 |
* | The ptc.g operation for the Mckinley and Madison processors has the | marcel | 2010-06-12 | 2 | -6/+67 |
* | Relax one of the new assertions in pmap_enter() a little. Specifically, | alc | 2010-06-11 | 1 | -1/+2 |
* | Bump MAX_BPAGES from 256 to 1024. It seems that a few drivers, bge(4) | marcel | 2010-06-11 | 3 | -5/+5 |
* | Reduce the scope of the page queues lock and the number of | alc | 2010-06-10 | 1 | -14/+14 |
* | Simplify the inner loop of get_pv_entry(): While iterating over the page's | alc | 2010-05-30 | 1 | -2/+2 |
* | Don't set PG_WRITEABLE in pmap_enter() unless the page is managed. | alc | 2010-05-29 | 1 | -1/+1 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -2/+6 |
* | Change ia64' struct syscall_args definition so that args is a pointer to | kib | 2010-05-24 | 3 | -7/+7 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -56/+55 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 4 | -201/+131 |
* | - Adjust the whitespace for the lines that output fields in 'show pcpu' in | jhb | 2010-05-21 | 1 | -5/+5 |
* | Switch to C99 exact-width types. | marcel | 2010-05-19 | 5 | -78/+77 |
* | On entry to pmap_enter(), assert that the page is busy. While I'm | alc | 2010-05-16 | 1 | -5/+13 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -11/+10 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 2 | -2/+8 |
* | MFamd64/i386 r207205 | alc | 2010-04-29 | 1 | -11/+5 |
* | - Extract the IODEV_PIO interface from ia64 and make it MI. | attilio | 2010-04-28 | 2 | -115/+22 |
* | Style: use #define<TAB> instead of #define<SPACE>. | kib | 2010-04-27 | 1 | -2/+2 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -3/+32 |
* | Move the constants specifying the size of struct kinfo_proc into | kib | 2010-04-24 | 1 | -0/+3 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 1 | -0/+1 |
* | Populate the sysctl tree with any MCA records we collected. | marcel | 2010-04-13 | 2 | -48/+90 |
* | Change the (generic) argument to ia64_store_mca_state() from the | marcel | 2010-04-13 | 1 | -7/+8 |
* | o s/u_int64_t/uint64_t/g | marcel | 2010-04-13 | 1 | -13/+12 |
* | Sync up to SDM 2.2. | marcel | 2010-04-13 | 1 | -4/+22 |
* | Bring up-to-date: | marcel | 2010-03-27 | 1 | -15/+44 |
* | Implement interrupt to CPU binding. Assign interrupts to CPUs in a | marcel | 2010-03-27 | 6 | -6/+63 |
* | Remove nx_pcibus from the nexus resource. Nexus is not involved | marcel | 2010-03-27 | 2 | -83/+0 |
* | Rename disable_intr() to ia64_disable_intr() and rename enable_intr() | marcel | 2010-03-26 | 7 | -26/+26 |
* | Only use the interval timer for clock interrupts on the BSP and | marcel | 2010-03-26 | 3 | -50/+55 |
* | Fix the ia64 build. | nwhitehorn | 2010-03-26 | 1 | -1/+1 |
* | Change the arguments of exec_setregs() so that it receives a pointer | nwhitehorn | 2010-03-25 | 2 | -5/+5 |
* | o Remove the pmap argument to pmap_invalidate_all() as it's not used | marcel | 2010-03-22 | 1 | -30/+11 |
* | Drop the pmap argument to pmap_invalidate_page(). It's not used other | marcel | 2010-03-22 | 1 | -19/+17 |
* | With preemption, the high FP registers may get enabled by cpu_switch() | marcel | 2010-03-22 | 1 | -2/+0 |
* | Fix interrupt handling by extending the critical region so that | marcel | 2010-03-22 | 4 | -34/+19 |
* | Disable interrupts when calling into SAL for PCI configuration | marcel | 2010-03-22 | 1 | -3/+8 |
* | Define curthread as an inline function that loads the thread pointer | marcel | 2010-03-22 | 1 | -0/+10 |
* | Print MD fields in the pcpu to aid debugging. | marcel | 2010-03-21 | 1 | -0/+7 |
* | Don't include <machine/_regset.h> when _MACHINE_REGSET_H_ in defined. | marcel | 2010-03-21 | 2 | -0/+4 |
* | Don't check for boot_verbose in the environment. The loader does | marcel | 2010-03-20 | 1 | -11/+1 |
* | Revamp the interrupt code based on the previous commit: | marcel | 2010-03-17 | 13 | -376/+421 |
* | Have cpu_throw() loop on blocked_lock as well. This bug has existed | marcel | 2010-03-15 | 1 | -8/+17 |