| 2011-12-30 |
Aggelos Economopoulos | Modify ktr(4) to be typesafe |
blob | commitdiff |
| 2011-12-08 |
Matthew Dillon | kernel - add DEBUG_LOCKS_LATENCY option |
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-20 |
Matthew Dillon | kernel - Fix broken assertion |
blob | commitdiff | diff to current |
| 2011-11-18 |
Matthew Dillon | kernel - Fix incorrect assertion in lwkt_token_swap() |
blob | commitdiff | diff to current |
| 2011-11-17 |
Venkatesh Srinivas | kernel -- token: Two shared token DEBUG_LOCKS tests. |
blob | commitdiff | diff to current |
| 2011-11-15 |
Matthew Dillon | kernel - Greatly improve shared memory fault rate concu... |
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-10-07 |
Matthew Dillon | kernel - Fix bug in lwkt_token_swap() |
blob | commitdiff | diff to current |
| 2011-06-10 |
Matthew Dillon | kernel - Fix MP races in recent vm_object work |
blob | commitdiff | diff to current |
| 2011-06-09 |
Venkatesh Srinivas | kernel -- Implement lwkt_token_swap; swaps most recent... |
blob | commitdiff | diff to current |
| 2011-06-09 |
Venkatesh Srinivas | kernel -- Remove vestigial token flags field. |
blob | commitdiff | diff to current |
| 2011-02-16 |
Venkatesh Srinivas | Update stale comment in lwkt_token_init(). |
blob | commitdiff | diff to current |
| 2011-01-20 |
Matthew Dillon | kernel - Remove mplock shims from global tokens |
blob | commitdiff | diff to current |
| 2010-12-18 |
Matthew Dillon | kernel - scheduler adjustments for large ncpus / 48... |
blob | commitdiff | diff to current |
| 2010-12-15 |
Matthew Dillon | kernel - IPI subset of cpus on token de-collision. |
blob | commitdiff | diff to current |
| 2010-12-12 |
Thomas Nikolajsen | kernel - Fix UP build |
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-11-30 |
Samuel J. Greear | kernel - Provide descriptions for lwkt.* and debug... |
blob | commitdiff | diff to current |
| 2010-09-25 |
Matthew Dillon | kernel - Fix rare token overwrite race |
blob | commitdiff | diff to current |
| 2010-09-17 |
Matthew Dillon | kernel - Add lwkt_relpooltoken() |
blob | commitdiff | diff to current |
| 2010-09-05 |
Matthew Dillon | kernel - Fix panic when X11 intercepts console |
blob | commitdiff | diff to current |
| 2010-08-30 |
Matthew Dillon | kernel - Separate inherited mplocks from td_mplocks... |
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 - Introduce hard code sections, simplify critica... |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Add vmobj_token, misc vm-related tokenization |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Add description to static token initializers |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Major MPSAFE Infrastructure 2 |
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-06-14 |
Nicolas Thery | kernel - init t_collisions in lwkt_token_init |
blob | commitdiff | diff to current |
| 2010-06-12 |
Nicolas Thery | kernel - token - update outdated comments |
blob | commitdiff | diff to current |
| 2010-06-12 |
Matthew Dillon | kernel - MPSAFE work - add vmspace_token |
blob | commitdiff | diff to current |
| 2010-06-10 |
Matthew Dillon | kernel - MPSAFE - Fix UP build issue |
blob | commitdiff | diff to current |
| 2010-06-10 |
Matthew Dillon | kernel - MPSAFE work - adjust global tokens |
blob | commitdiff | diff to current |
| 2010-06-09 |
Matthew Dillon | kernel - MPSAFE work - fast-path UP tokens when the... |
blob | commitdiff | diff to current |
| 2010-06-09 |
Matthew Dillon | kernel - MPSAFE work - Add global tokens |
blob | commitdiff | diff to current |
| 2010-06-06 |
Matthew Dillon | kernel - lwkt_token revamp |
blob | commitdiff | diff to current |
| 2009-12-21 |
Matthew Dillon | kernel - lwkt_token code, minor fix to last commit |
blob | commitdiff | diff to current |
| 2009-12-21 |
Matthew Dillon | kernel - Refactor the lwkt_token code, making it faster |
blob | commitdiff | diff to current |
| 2009-08-29 |
Sascha Wildner | Fix typo: aquire -> acquire. |
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 |
| 2006-12-27 |
Matthew Dillon | Remove unused defines. |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Remove system dependancies on <machine/ipl.h>. Only... |
blob | commitdiff | diff to current |
| 2006-06-04 |
Matthew Dillon | Remove LWKT reader-writer locks (kern/lwkt_rwlock.c... |
blob | commitdiff | diff to current |
| 2006-05-21 |
Matthew Dillon | Implement a much faster spinlock. |
blob | commitdiff | diff to current |
| 2006-05-19 |
Matthew Dillon | Recent lwkt_token work broke UP builds. Fix the token... |
blob | commitdiff | diff to current |
| 2006-05-18 |
Matthew Dillon | Replace the LWKT token code's passive management of... |
blob | commitdiff | diff to current |
| 2005-09-12 |
Matthew Dillon | Fix a token bug. A preempting interrupt thread blockin... |
blob | commitdiff | diff to current |
| 2005-07-07 |
Hiten Pandya | Add counters for recording Token/MPlock contention... |
blob | commitdiff | diff to current |
| 2005-06-27 |
Matthew Dillon | Print out additional information for a magic number... |
blob | commitdiff | diff to current |
| 2005-06-20 |
Matthew Dillon | Use KTR's built-in call chain recording rather then... |
blob | commitdiff | diff to current |
| 2005-06-20 |
Matthew Dillon | Use the KTR facility to trace token operations. |
blob | commitdiff | diff to current |
| 2005-06-20 |
Matthew Dillon | Add a DEBUG_TOKENS option which causes token operations... |
blob | commitdiff | diff to current |
| 2005-06-20 |
Matthew Dillon | Tokens are recursive in the context of the same thread... |
blob | commitdiff | diff to current |
| 2005-06-19 |
Matthew Dillon | Fix two bugs in the LWKT token code. |
blob | commitdiff | diff to current |
| 2005-06-03 |
Matthew Dillon | Replace cpu_mb1() and cpu_mb2() with cpu_mfence(),... |
blob | commitdiff | diff to current |
| 2005-06-02 |
Matthew Dillon | Fix a warning by conditionalizing a forward declaration. |
blob | commitdiff | diff to current |
| 2005-04-18 |
Matthew Dillon | staticize lwkt_reqtoken_remote(). |
blob | commitdiff | diff to current |
| 2005-04-13 |
Matthew Dillon | Optimize lwkt_send_ipiq() - the IPI based inter-cpu... |
blob | commitdiff | diff to current |
| 2005-02-01 |
Matthew Dillon | Fix an invariant test that tries to catch locked tokens... |
blob | commitdiff | diff to current |
| 2004-09-21 |
Joerg Sonnenberger | Include machine/cpu.h for userland to get clear_lwkt_re... |
blob | commitdiff | diff to current |
| 2004-07-16 |
Matthew Dillon | Update all my personal copyrights to the Dragonfly... |
blob | commitdiff | diff to current |
| 2004-07-04 |
Eirik Nygaard | Rearrange the machine/cpufunc.h header and add it where... |
blob | commitdiff | diff to current |
| 2004-06-21 |
Matthew Dillon | gcc-3.4 cleanup. |
blob | commitdiff | diff to current |
| 2004-03-08 |
Matthew Dillon | libcaps now compiles ipiq and token in userland, make... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-02-18 |
Joerg Sonnenberger | Fix typo. |
blob | commitdiff | diff to current |
| 2004-02-12 |
Matthew Dillon | Change lwkt_send_ipiq() and lwkt_wait_ipiq() to take... |
blob | commitdiff | diff to current |
| 2004-02-10 |
Matthew Dillon | Use a globaldata_t instead of a cpuid in the lwkt_token... |
blob | commitdiff | diff to current |
| 2004-02-09 |
Matthew Dillon | Split the lwkt_token code out of lwkt_thread.c. Give... |
blob | commitdiff | diff to current |
|