Timeline
2023-04-25:
- 11:48 Changeset in mainline [cdf5361]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Factor out test display service So that we can use it in display-cfg …
2023-04-20:
- 18:43 Changeset in mainline [97d3d9d]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Start filling in unit tests for display-cfg
2023-04-19:
- 16:21 Changeset in mainline [37087c8]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fill in unimplemented UI list tests
- 11:25 ReleaseNotes/Mainline edited by
- display-cfg (diff)
- 11:13 Changeset in mainline [c0757e1f]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- UI display configuration utility In addition to the command-line …
- 09:31 Changeset in mainline [ec8ef12]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Split find_best_thread() into two functions try_find_thread() …
- 09:31 Changeset in mainline [117ad5a2]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Get thread priority from find_best_thread(), instead of locking thread …
2023-04-18:
- 17:33 Changeset in mainline [f3dbe27]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Reduce locking further with lazy FPU It turns out we only need a lock …
- 11:11 Changeset in mainline [d8581611] by
-
Fixed warning
WARNING: Running the setup command as
meson [options]
…
2023-04-16:
- 13:00 Changeset in mainline [06f81c4]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Check cpu_t::fpu_owner directly instead of …
- 12:39 Changeset in mainline [fbaf6ac]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Streamline thread load-balancing
- 12:22 Changeset in mainline [169815e]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Split cpu_t::lock into fpu_lock and tlb_lock For all other purposes, …
2023-04-15:
- 16:47 Changeset in mainline [b2ec5cf]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Implement atomic_time_stat_t for lockless timekeeping We keep …
- 16:30 Changeset in mainline [dd218ea]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove unnecessary thread_t::wired There's already …
2023-04-14:
- 13:06 Changeset in mainline [00ef082] by
- added application launcher to build
- 13:05 Changeset in mainline [bb65ccb3] by
- add application launcher button & 12/24 h formats taskbar with button …
- 13:00 Changeset in mainline [4bfb5a0] by
- First commit new Application launcher first version of the …
- 12:57 Changeset in mainline [89bca606] by
- add relative bottom left/right taskbar coordinates the absolute …
- 12:56 Changeset in mainline [e1f5fb19] by
- add relative bottom left/right taskbar coordinates the absolute …
- 12:54 Changeset in mainline [2a230b6] by
- add relative bottom left/right taskbar coordinates the absolute …
2023-04-07:
- 18:23 Changeset in mainline [c680333]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Move task switch handling into a separate function
2023-03-21:
- 17:41 Changeset in mainline [3118355]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Optimize relink_rq() Iterate backwards and only lock each runqueue …
- 17:31 Changeset in mainline [72ac106]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add list_swap() for swapping lists
2023-03-08:
- 18:25 ReleaseNotes/Mainline edited by
- disp is for the command-line (diff)
- 18:24 ReleaseNotes/Mainline edited by
- UI list control (diff)
- 18:21 Changeset in mainline [7cf5ddb]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Generic UI list control Derived from file list, now file list is …
2023-02-26:
- 15:27 Changeset in mainline [bea6233]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Replace cpu_sleep() with cpu_interruptible_sleep() The new function …
- 11:36 Changeset in mainline [deed510]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove an unused variable and make a few others 'static' They aren't …
- 11:24 Changeset in mainline [6188fee]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Exclude boot allocations in frame allocator I think some platforms …
2023-02-25:
- 13:16 Changeset in mainline [65f3117]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Make bootstrap stack statically, rather than dynamically allocated …
- 13:16 Changeset in mainline [4f84ee42]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix a bug accidentally introduced in 4777e022
- 11:51 Changeset in mainline [c7326f21]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Move some oddly placed accounting code Thread ucycles and kcycles …
2023-02-12:
- 22:25 Changeset in mainline [4777e02]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Make spinlock functions inlineable in non-SMP case By popular demand.
2023-02-11:
- 19:13 Changeset in mainline [111b9b9]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Reimplement waitq using thread_wait/wakeup This adds a few functions …
- 18:50 Changeset in mainline [76e17d7c]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Reorganize mutex implementation
- 18:35 Changeset in mainline [11d2c983]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Reorganize locking in thread_destroy()
2023-02-10:
- 22:59 Changeset in mainline [1871118]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Make thread_t reference counted This simplifies interaction between …
- 15:18 Changeset in mainline [daadfa6]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove unnecessary context field from cpu_t structure
2023-02-09:
- 17:42 Changeset in mainline [e994898]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix an oops
- 16:55 Changeset in mainline [4c78104]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Get rid of waitq_count_get/set
- 16:29 Changeset in mainline [c0b54c9]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Thread is guaranteed to exist in waitq_sleep_timed_out …
- 16:12 Changeset in mainline [83789ea2]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Simplify timeout handling Since timeout_unregister() now waits for …
- 15:31 Changeset in mainline [ba25c4b]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Synchronize timeout_unregister() with handler execution This ensures …
2023-02-08:
- 14:34 IPC edited by
- a human, not just a man (diff)
- 10:53 Ticket #858 (i8042 driver loads the processor when HW not present) updated by
- Thanks Colin for filing this ticket and for your proposed solution. I …
- 02:13 Ticket #858 (i8042 driver loads the processor when HW not present) created by
- Not all amd64-based PCs have functional i8042 HW (e.g. Apple …
- 02:00 Ticket #856 (XHCI driver does not start reliably on amd64) updated by
- Investigating this more, I have found two possible causes, both …
Note:
See TracTimeline
for information about the timeline view.