Age | Commit message (Expand) | Author |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-09 | Disable page zeroing in the idle loop, as it blasts the entire cache. | Miod Vallat |
2007-09-02 | Fix typos in comments: soruce -> source | Hans-Joerg Hoexer |
2007-09-01 | In pmap_protect(), compute the bitmask to set in the ptes only once, instead | Miod Vallat |
2007-07-11 | Remove unused shpcic_intr_establish() and friends. | Miod Vallat |
2007-06-21 | Fix microtime to not lose clocik ticks, gives us among other things, real | Miod Vallat |
2007-06-21 | Simple optimizations: | Miod Vallat |
2007-06-21 | Attach interrupt counters to intc interrupt sources too, so that clock | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-05-29 | start of dumpconf() unification, which one day we can pray will be MI | Theo de Raadt |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-27 | pagemove() is no longer used. | Miod Vallat |
2007-05-27 | Make sure the minaddr hint for uvm_km_suballoc() calls is always initialized. | Miod Vallat |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-26 | tyops | Miod Vallat |
2007-05-20 | Fix KERNBASE, so that profiling kernels initialize (but profiling is broken | Miod Vallat |
2007-05-18 | Instead of checking whichqs directly, add a "sched_is_idle()" macro to | Artur Grabowski |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-05-15 | Remove the MI implementation of mutexes and remove the __HAVE_MUTEX | Artur Grabowski |
2007-05-14 | Switch sh to __HAVE_CPUINFO. The least possible effort for now. | Artur Grabowski |
2007-05-10 | evcnt & friends were replaced by a proper interrupt counting mechanism 3 year... | Theo de Raadt |
2007-05-05 | Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly. | Miod Vallat |
2007-05-01 | Simple monoprocessor mutex implementation, faster than the MI code, four left | Miod Vallat |
2007-04-29 | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related | Miod Vallat |
2007-04-05 | Disable interrupts around bit operations for propert atomicity against them. | Miod Vallat |
2007-03-19 | Default to writeback cache. | Miod Vallat |
2007-03-17 | Do not start lines printed by the kernel with '<' so that syslog won't get | Miod Vallat |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-13 | Move UKC later in the boot process, so that it can use malloc(). | Miod Vallat |
2007-03-13 | It is safe to run tlb_exception() at the pre-fault ipl. | Miod Vallat |
2007-03-05 | Add pmap_prefer() for SH4, from NetBSD; ok drahn@ | Miod Vallat |
2007-03-05 | Prevent a NULL pointer dereference in __pmap_kptp_lookup(); from NetBSD | Miod Vallat |
2007-03-05 | Lower the ipl to what it was at the time of the trap in general_exception, | Miod Vallat |
2007-03-05 | Work around a virtual aliasing conflict issue. Basically allow multiple | Dale Rahn |
2007-03-03 | Kernel crash dumps and associated libkvm bits for landisk. | Miod Vallat |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2007-02-28 | do not bother printing 5 lines of cpu information which is always, on | Theo de Raadt |
2007-02-26 | Zero rval[1] in setregs. | Miod Vallat |
2007-02-26 | FPU disabled bit on SH4 is not a ``must be zero'' bit, but userland shall not | Miod Vallat |
2007-02-26 | Fix spurious right brace in some decoders, and always print the hex value for | Miod Vallat |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-11 | typo in comment | Martin Reindl |
2007-02-06 | Define trap #0x81 for cache range flush, will be necessary soon for gcc | Miod Vallat |
2007-02-06 | Use uvm_grow() instead of rolling our own inline version. | Miod Vallat |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |