Age | Commit message (Expand) | Author |
2014-02-13 | Some Linux i915 drm "fast" path code relies on being able to "disable" page | Mark Kettenis |
2014-02-13 | Checking if the per-interface address list is empty when configuring | Martin Pieuchot |
2014-02-12 | Do not include pmap.h from .S code, but get the necessary defines from | Miod Vallat |
2014-02-10 | Build isp2xxx firmware into separate object files so we only include | Jonathan Matthew |
2014-02-10 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-02-09 | Fix copying of the previous pte entries in grow_p1(). Found the hard way by | Miod Vallat |
2014-02-09 | Use syncicache() instead of rerolling an almost identical version. | Martin Pieuchot |
2014-02-08 | Do not bzero() the available memory in pmap_bootstrap(); allocations in | Miod Vallat |
2014-02-08 | For some reason (lack of testing being my #1 candidate), IP32 PROM version 4.18 | Miod Vallat |
2014-02-08 | Replace ARC_Call2(), used to invoke the `return-to-PROM' routines with a | Miod Vallat |
2014-02-08 | Use extent_alloc_with_descr(9) and add a mutex to protect the extent. | Mark Kettenis |
2014-02-08 | Some (if not all) G5 systems use a different layout for the physical memory | Miod Vallat |
2014-02-08 | Initializing the time from an uninitialized variable isn't a very good idea. | Mark Kettenis |
2014-02-08 | Don't unmask interrupts that should be left blocked because we're at a | Mark Kettenis |
2014-02-08 | Add option MIPS_PTE64 to IP27/IP35 kernels, and no longer ignore memory | Miod Vallat |
2014-02-08 | Allow page table entries to be either 32 bits wide (the existing state of the | Miod Vallat |
2014-02-07 | Initializing the time from an uninitialized variable isn't a very good idea. | Mark Kettenis |
2014-02-07 | Borrow the sparc installboot a.out nlist code, for /usr/mdec/bootxx is still | Miod Vallat |
2014-02-06 | Fix an MP race in the fpu context saving code; from NetBSD. | Miod Vallat |
2014-02-04 | Restore spl (lowering it) with alpha_pal_swpipl() instead of splx() in the | Miod Vallat |
2014-02-03 | Make sure sched_init_cpu() on the secondary processors is invoked with the | Miod Vallat |
2014-02-02 | Force an fpu context synchronization before halting secondary processors. | Miod Vallat |
2014-02-02 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-02-02 | armv7_start.o needs an explicit dependency on assym.h now; nick | Miod Vallat |
2014-02-01 | Do not include <machine/pmap.h> from .S code, for it brings much too .S-unaware | Miod Vallat |
2014-02-01 | Use splipi() instead of splhigh() to protect lazy fpu saving code. | Miod Vallat |
2014-02-01 | On MP kernels, invoke SPINLOCK_SPIN_HOOK in mtx_enter() when it spins. | Miod Vallat |
2014-02-01 | Simplify try_lock() to avoid one forward branch in the common case. | Miod Vallat |
2014-02-01 | pools aren't mp-safe; since the TLB shootdown code will allocate up to 6 job | Miod Vallat |
2014-02-01 | Lower IPL_SCHED to IPL_CLOCK where it belongs. | Miod Vallat |
2014-02-01 | Use atomic_loadlatch_ulong() to speedup and simplify the ipi dispatcher. | Miod Vallat |
2014-02-01 | Allow MP_LOCKDEBUG kernels to get tracebacks from other processors when | Miod Vallat |
2014-02-01 | Reset the hwrpb cpu start address after booting the secondaries, in order to | Miod Vallat |
2014-02-01 | Remove some of the excessive cache and TLB flushing going on during | Mike Larkin |
2014-01-30 | Abort traceback when a new ra has not been found, instead of looping on it | Miod Vallat |
2014-01-30 | Narrow ci_flags to be able to print ci_mutex_level in the `machine ddbcpu' | Miod Vallat |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-30 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-01-30 | Add missing 'stand' directory in order to work 'make build' and 'make | Kenji Aoyama |
2014-01-30 | Undef def_atomic_op_nv instead of def_atomic_opf. | Mark Kettenis |
2014-01-30 | move sparc64 behind the MI atomic api. | David Gwynne |
2014-01-29 | Add rnddata[] placeholders to make boot block build again, same as | Kenji Aoyama |
2014-01-28 | In MUTEX_ASSERT_LOCKED, check we are the mutex owner if MULTIPROCESSOR. | Miod Vallat |
2014-01-28 | In cpu_fork(), make sure to set the IPL of the new process to IPL_IPI on | Miod Vallat |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2014-01-26 | Work in progress work towards SMP, heavily based upon NetBSD. The MP kernel | Miod Vallat |
2014-01-26 | Remove unnecessary <machine/pte.h> dependency. | Miod Vallat |
2014-01-24 | Remove _KERNEL guard around <sys/lock.h>, for userland to be able to | Miod Vallat |
2014-01-24 | Disable lapic when halting CPUs. Allegedly this is necessary to make | Mark Kettenis |
2014-01-24 | If hv_ldc_copy() fails copying data set report status as EIO and acknowledge | Mark Kettenis |