| 2011-12-30 |
Aggelos Economopoulos | Modify ktr(4) to be typesafe |
blob | commitdiff |
| 2011-12-12 |
Matthew Dillon | kernel - Dynamically size lwkt_cache_threads free cache |
blob | commitdiff | diff to current |
| 2011-12-08 |
Matthew Dillon | kernel - Add TDF_RUNNING assertions |
blob | commitdiff | diff to current |
| 2011-11-29 |
Matthew Dillon | kernel - Fix race in multi-LWP exit |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-11-17 |
Matthew Dillon | kernel - Fix ps/thread-exit and other related ps races |
blob | commitdiff | diff to current |
| 2011-11-15 |
Matthew Dillon | kernel - Major signal path adjustments to fix races... |
blob | commitdiff | diff to current |
| 2011-11-15 |
Matthew Dillon | kernel - Greatly improve shared memory fault rate concu... |
blob | commitdiff | diff to current |
| 2011-11-12 |
Matthew Dillon | kernel - Fix IPI signaling issue, add a few assertions |
blob | commitdiff | diff to current |
| 2011-11-04 |
Matthew Dillon | kernel - Fix localhost packet misordering |
blob | commitdiff | diff to current |
| 2011-10-28 |
Matthew Dillon | kernel - add lwkt_set_interrupt_support_thread() API |
blob | commitdiff | diff to current |
| 2011-10-28 |
Matthew Dillon | kernel - More many-cores SMP work |
blob | commitdiff | diff to current |
| 2011-10-26 |
Matthew Dillon | kernel - Major vm_page, lwkt thread, and other changes |
blob | commitdiff | diff to current |
| 2011-10-18 |
Matthew Dillon | kernel - Major SMP performance patch / VM system, bus... |
blob | commitdiff | diff to current |
| 2011-07-29 |
Matthew Dillon | kernel - Fix rare IPIQ freezes |
blob | commitdiff | diff to current |
| 2011-03-24 |
Matthew Dillon | kernel - Revamp LWKT thread migration |
blob | commitdiff | diff to current |
| 2011-03-09 |
Matthew Dillon | kernel - Add lwkt.cache_threads boot-time tunable |
blob | commitdiff | diff to current |
| 2011-03-06 |
Matthew Dillon | kernel - Make sure thread is released before migrating |
blob | commitdiff | diff to current |
| 2011-01-31 |
Matthew Dillon | kernel64 - Fix disabled interrupts during dbg/bpt trap |
blob | commitdiff | diff to current |
| 2011-01-11 |
Matthew Dillon | kernel - Fix very annoying lockup (SMP) |
blob | commitdiff | diff to current |
| 2011-01-10 |
Matthew Dillon | kernel - refactor cpusync and pmap_inval code, fix... |
blob | commitdiff | diff to current |
| 2011-01-04 |
Matthew Dillon | vkernel - Fix corrupt tailq (vkernel64 only) |
blob | commitdiff | diff to current |
| 2010-12-20 |
Sascha Wildner | Fix VKERNEL/VKERNEL64 build. |
blob | commitdiff | diff to current |
| 2010-12-19 |
Matthew Dillon | kernel - Optimize idle thread halt |
blob | commitdiff | diff to current |
| 2010-12-19 |
Matthew Dillon | kernel - Add MONITOR/MWAIT support to the LWKT scheduler |
blob | commitdiff | diff to current |
| 2010-12-18 |
Matthew Dillon | kernel - scheduler adjustments for large ncpus / 48... |
blob | commitdiff | diff to current |
| 2010-12-11 |
Matthew Dillon | kernel - 48-core MP work |
blob | commitdiff | diff to current |
| 2010-12-11 |
Matthew Dillon | kernel - Change the discrete mplock into mp_token |
blob | commitdiff | diff to current |
| 2010-12-11 |
Matthew Dillon | kernel - Record token ... |
blob | commitdiff | diff to current |
| 2010-12-11 |
Matthew Dillon | kernel - Set wmesg when spinning on a token or the... |
blob | commitdiff | diff to current |
| 2010-11-30 |
Samuel J. Greear | kernel - Provide descriptions for lwkt.* and debug... |
blob | commitdiff | diff to current |
| 2010-10-29 |
Matthew Dillon | kernel - Increase UPAGES, add kernel stack guard page |
blob | commitdiff | diff to current |
| 2010-10-28 |
Matthew Dillon | kernel - Fix serious issue w/ smp_invltlb(), plus other... |
blob | commitdiff | diff to current |
| 2010-10-23 |
Matthew Dillon | kernel - x86_64 - Add additional checks to lwp_wait... |
blob | commitdiff | diff to current |
| 2010-10-21 |
Matthew Dillon | kernel - (mainly x86_64) - Fix a number of rare races |
blob | commitdiff | diff to current |
| 2010-09-19 |
Matthew Dillon | kernel - Attempt to fix two out-of-order read MP races |
blob | commitdiff | diff to current |
| 2010-09-16 |
Matthew Dillon | kernel - Make interrupt thread preemption programmable |
blob | commitdiff | diff to current |
| 2010-08-31 |
Matthew Dillon | kernel - Fix td_xpcount when pushing a preemption |
blob | commitdiff | diff to current |
| 2010-08-30 |
Matthew Dillon | kernel - Separate inherited mplocks from td_mplocks... |
blob | commitdiff | diff to current |
| 2010-08-30 |
Matthew Dillon | kernel - remove spin_lock_rd() and spin_unlock_rd() |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | MPSAFE TTY - Refactor kprintf()'s spinlock, shutdown... |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | kernel - Uninline crit_exit() |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | kernel - Uninline crit_exit() |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | kernel - Introduce hard code sections, simplify critica... |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | kernel - All lwkt thread now start out mpsafe part 2/2 |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | kernel - All lwkt thread now start out mpsafe part 1/2 |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Major MPSAFE Infrastructure 2 |
blob | commitdiff | diff to current |
| 2010-08-27 |
Matthew Dillon | kernel - Major MPSAFE Infrastructure |
blob | commitdiff | diff to current |
| 2010-08-25 |
Alex Hornung | crit_exit - Correct panic conditions |
blob | commitdiff | diff to current |
| 2010-08-24 |
Matthew Dillon | kernel - Adjustments to fix UP kernel build |
blob | commitdiff | diff to current |
| 2010-08-24 |
Matthew Dillon | kernel - Add additional fields to kinfo_cputime |
blob | commitdiff | diff to current |
| 2010-08-24 |
Matthew Dillon | kernel - rewrite the LWKT scheduler's priority mechanism |
blob | commitdiff | diff to current |
| 2010-08-10 |
Venkatesh Srinivas | Document sysctls vm.fast_fault, vm.dreadful_invltlb... |
blob | commitdiff | diff to current |
| 2010-06-09 |
Matthew Dillon | kernel - MPSAFE work - Add cpu_pause() in scheduler... |
blob | commitdiff | diff to current |
| 2010-06-06 |
Matthew Dillon | kernel - lwkt_token revamp |
blob | commitdiff | diff to current |
| 2010-05-26 |
Aggelos Economopoulos | Start using our hash tables for thread switch/lifetime... |
blob | commitdiff | diff to current |
| 2010-04-19 |
Alex Hornung | dsched - Periph.: call dsched_exit on thread exit |
blob | commitdiff | diff to current |
| 2010-04-15 |
Alex Hornung | print_backtrace - Take parameter count |
blob | commitdiff | diff to current |
| 2010-04-15 |
Alex Hornung | dsched - Implement priorities and other improvements |
blob | commitdiff | diff to current |
| 2010-04-15 |
Alex Hornung | dsched - Tie the dsched framework into the system |
blob | commitdiff | diff to current |
| 2010-02-08 |
Aggelos Economopoulos | Bring in a simple event tracing library and POC utility |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-16 |
Sascha Wildner | Fix some warnings that creep up when compiling without... |
blob | commitdiff | diff to current |
| 2009-11-07 |
Simon Schubert | rename amd64 architecture to x86_64 |
blob | commitdiff | diff to current |
| 2009-11-07 |
Jordan Gordeev | Revert "rename amd64 architecture to x86_64" |
blob | commitdiff | diff to current |
| 2009-11-05 |
Simon Schubert | rename amd64 architecture to x86_64 |
blob | commitdiff | diff to current |
| 2009-10-02 |
Matthew Dillon | lwkt - Add lwkt_setpri_initial() |
blob | commitdiff | diff to current |
| 2009-09-19 |
Sascha Wildner | Restrict visibility of lwkt_schedule_remote() to SMP. |
blob | commitdiff | diff to current |
| 2009-09-11 |
Matthew Dillon | KERNEL - Implement a poor man's ioscheduler using sys... |
blob | commitdiff | diff to current |
| 2009-09-05 |
Aggelos Economopoulos | add KTR_CTXSW option to log context switches |
blob | commitdiff | diff to current |
| 2009-08-16 |
Matthew Dillon | Kernel - Instrumentation for experimentation, interrupt... |
blob | commitdiff | diff to current |
| 2009-07-16 |
Matthew Dillon | tsleep_interlock - Fix bug with TDF_TSLEEPQ |
blob | commitdiff | diff to current |
| 2009-07-15 |
Matthew Dillon | Whitespace cleanup |
blob | commitdiff | diff to current |
| 2009-07-15 |
Matthew Dillon | LWKT - Make sure an exiting thread is not sitting on... |
blob | commitdiff | diff to current |
| 2009-07-15 |
Matthew Dillon | LWKT - Rename lwkt_yield_quick() to a more appropriate... |
blob | commitdiff | diff to current |
| 2009-07-15 |
Matthew Dillon | MPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager. |
blob | commitdiff | diff to current |
| 2009-06-20 |
Matthew Dillon | HAMMER (and kernel) - Fix cpu-bound kernel thread issue. |
blob | commitdiff | diff to current |
| 2009-03-27 |
Matthew Dillon | Make the jg_tos_ok debug check amd64-specific only... |
blob | commitdiff | diff to current |
| 2009-02-05 |
Aggelos Economopoulos | kill db_print_backtrace() |
blob | commitdiff | diff to current |
| 2008-12-27 |
Jordan Gordeev | Bring in the remainder of the post-SoC amd64 enchilada. |
blob | commitdiff | diff to current |
| 2008-12-21 |
Sascha Wildner | Silence UP warning. |
blob | commitdiff | diff to current |
| 2008-12-18 |
Matthew Dillon | This is a MAJOR rewrite of usched_bsd4 and related... |
blob | commitdiff | diff to current |
| 2008-10-26 |
Sepherosa Ziehau | - Return the real cluster limit used by the objcache |
blob | commitdiff | diff to current |
| 2008-09-11 |
YONETANI Tomokazu | #ifdef DDB without including "opt_ddb.h" |
blob | commitdiff | diff to current |
| 2008-09-09 |
Matthew Dillon | Add a MSGF_NORESCHED feature for lwkt thread-based... |
blob | commitdiff | diff to current |
| 2008-09-09 |
Matthew Dillon | Fix issues with the scheduler that were causing unneces... |
blob | commitdiff | diff to current |
| 2008-06-16 |
Matthew Dillon | We must process incoming IPI messages when spinning... |
blob | commitdiff | diff to current |
| 2008-06-02 |
Matthew Dillon | Even using the objcache we need a one-per-cpu free... |
blob | commitdiff | diff to current |
| 2008-05-26 |
Nicolas Thery | Allocate lwkt threads from objcache instead of custom... |
blob | commitdiff | diff to current |
| 2008-05-18 |
Nicolas Thery | Remove obsolete userland lwkt. |
blob | commitdiff | diff to current |
| 2008-03-01 |
Matthew Dillon | Clean up the token code and implement lwkt_token_is_sta... |
blob | commitdiff | diff to current |
| 2008-02-17 |
Nuno Antunes | Fix typo in comment. |
blob | commitdiff | diff to current |
| 2007-09-27 |
Matthew Dillon | Interrupt thread preemption was switching in threads... |
blob | commitdiff | diff to current |
| 2007-07-02 |
Matthew Dillon | Implement an architecture function cpu_mplock_contested... |
blob | commitdiff | diff to current |
| 2007-05-24 |
Matthew Dillon | LWKT message ports contain a number of function pointer... |
blob | commitdiff | diff to current |
| 2007-05-01 |
Matthew Dillon | Implement kern.do_async_attach. default disabled. ... |
blob | commitdiff | diff to current |
| 2007-02-18 |
Simon Schubert | 1:1 Userland threading stage 2.16/4: |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Make kernel_map, buffer_map, clean_map, exec_map, and... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-18 |
Matthew Dillon | Rename kvprintf -> kvcprintf (call-back version) |
blob | commitdiff | diff to current |
| next |