| Commit message (Expand) | Author | Age | Files | Lines |
* | Big polling(4) cleanup. | glebius | 2005-10-01 | 1 | -10/+0 |
* | Add interrupt counters for IPIs. By default they are disabled, but they | jhb | 2005-09-28 | 3 | -8/+97 |
* | Rename the lapic timer interrupt counters from lapicX: timer to cpuX: timer | jhb | 2005-09-28 | 1 | -1/+1 |
* | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | marius | 2005-09-28 | 1 | -6/+8 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 2 | -4/+0 |
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+21 |
* | __RMAN_RESOURCE_VISIBLE not necessary. | phk | 2005-09-25 | 1 | -3/+0 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 2 | -0/+4 |
* | Introduce a kernel config for the Mandatory Access Control framework. | csjp | 2005-09-18 | 1 | -0/+28 |
* | Expose legacy_pcib_alloc_resource, and use it in the mptable pci bus | imp | 2005-09-17 | 3 | -2/+4 |
* | Commit a workaround to a problem with resource allocation. This helps | imp | 2005-09-16 | 1 | -0/+2 |
* | Stop using the '+' constraint modifier with inline assembly. The '+' | jhb | 2005-09-15 | 1 | -22/+27 |
* | - Adjust a comment, we do program the performance counter LVT entry now | jhb | 2005-09-15 | 1 | -3/+7 |
* | Explicitly switch to the new TSS by updating the current CPU's TSS selector | jhb | 2005-09-15 | 2 | -4/+7 |
* | opt_pc98.h is not needed. | nyan | 2005-09-12 | 1 | -3/+0 |
* | MFamd64: use register_t's. | obrien | 2005-09-12 | 1 | -42/+42 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 4 | -4/+4 |
* | Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint() | marcel | 2005-09-10 | 1 | -3/+0 |
* | Note that pc98 specific defines maybe would be better in a header file. | imp | 2005-09-08 | 1 | -0/+1 |
* | Eliminate unnecessary TLB invalidations by pmap_enter(). Specifically, | alc | 2005-09-04 | 1 | -16/+23 |
* | de(4) is now properly busdma'ed. | obrien | 2005-09-04 | 1 | -1/+0 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 1 | -2/+2 |
* | MFamd64 revision 1.526 | alc | 2005-08-27 | 1 | -0/+1 |
* | Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened | jhb | 2005-08-26 | 3 | -891/+0 |
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 2 | -8/+6 |
* | Avoid code duplication and implement bitcount32() function in systm.h only. | pjd | 2005-08-19 | 1 | -53/+1 |
* | Rename variables: | rodrigc | 2005-08-18 | 1 | -12/+13 |
* | Fix locking in el(4) and mark mpsafe. | jhb | 2005-08-17 | 1 | -45/+79 |
* | Clarify a comment. | jhb | 2005-08-16 | 1 | -1/+1 |
* | Simplify the page table page reference counting by pmap_enter()'s change of | alc | 2005-08-14 | 1 | -7/+7 |
* | Eliminate unneeded diagnostic code. | alc | 2005-08-11 | 1 | -7/+0 |
* | Eliminate unneeded diagnostic code. | alc | 2005-08-11 | 1 | -7/+0 |
* | Decouple the unrefing of a page table page from the removal of a pv entry. | alc | 2005-08-11 | 1 | -23/+14 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -8/+8 |
* | When support for 2MB/4MB pages was added in revision 1.148 an error was | alc | 2005-08-07 | 1 | -1/+0 |
* | Revert last change, I will turn ULE on as default after 6.0-R. | davidxu | 2005-08-06 | 1 | -2/+2 |
* | Make ULE as default scheduler, allow it to be tested more widely. | davidxu | 2005-08-06 | 1 | -2/+2 |
* | Make kernel build suceed when with "options CPU_DISABLE_SSE". | tobez | 2005-08-04 | 1 | -0/+2 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 1 | -0/+23 |
* | Propagate error code of kern_execve() to the caller properly. | sobomax | 2005-08-01 | 1 | -1/+1 |
* | Print cpu_vendor and the MSR value if we don't support this processor | cperciva | 2005-07-31 | 1 | -1/+1 |
* | Remove the instruction to "contact the maintainer" for unrecognized | cperciva | 2005-07-31 | 1 | -3/+1 |
* | Add missing dependencies on the SYSVIPC modules. | jhb | 2005-07-29 | 1 | -0/+4 |
* | Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c | jhb | 2005-07-29 | 1 | -3/+0 |
* | Fix a bug in pmap_protect() in the PAE case where it would try to look up | jhb | 2005-07-29 | 1 | -2/+2 |
* | Add a tunable 'hw.apic.enable_extint' that can be set from the loader to | jhb | 2005-07-29 | 1 | -2/+12 |
* | Don't compile ral and ural in the PAE kernel, because | imura | 2005-07-28 | 1 | -0/+2 |
* | Rewrite the acpi_battery interface to allow for other battery types | njl | 2005-07-23 | 1 | -8/+13 |
* | Fix build (including both asm.h and asmacros.h is evil). | ru | 2005-07-22 | 1 | -2/+0 |
* | Make the facility for recognizing BIOS-signatures more general | phk | 2005-07-21 | 4 | -22/+171 |