source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @07d4271   3 months zarevucky.jiri Fix some unsound task reference manipulation and locking In some …
(edit) @1a1e124   3 months zarevucky.jiri Add static refcount initializer
(edit) @a5b5f17   3 months zarevucky.jiri Merge scheduler refactoring to remove the need for thread structure …
(edit) @d23712e   3 months zarevucky.jiri Use thread state variable instead of a cpu local variable to pass state
(edit) @dfa4be62   3 months zarevucky.jiri Thread lock is no longer necessary
(edit) @a3d87b9   3 months zarevucky.jiri We don't need to check thread state to wait for thread exit
(edit) @9fbdeca   3 months zarevucky.jiri The initialization value for priority is actually irrelevant
(edit) @3fa4e22a   3 months zarevucky.jiri Only do fpu_cleanup() once we are sure we are switching
(edit) @515f1b1   3 months zarevucky.jiri Organize thread_t fields by access constraints
(edit) @11909ce3   3 months zarevucky.jiri Make thread cycle statistics atomic
(edit) @33e15a0   3 months zarevucky.jiri Make thread→btrace weakly atomic, to avoid need for thread lock
(edit) @7364e2d1   3 months zarevucky.jiri Don't try to determine internal thread state when requesting stack …
(edit) @41bfc64   3 months zarevucky.jiri Make thread→state weakly atomic so we don't need to hold thread lock
(edit) @3d84734   3 months zarevucky.jiri Make thread→priority weakly atomic to avoid need for locking
(edit) @efed95a3   3 months zarevucky.jiri Make thread→cpu weakly atomic, to avoid need for thread lock
(edit) @286da52   3 months zarevucky.jiri Streamline requeuing threads Split thread_ready() into different …
(edit) @6a0e568   3 months zarevucky.jiri Allow fast-switch to another runnable thread When a thread is …
(edit) @c1eaec4   3 months zarevucky.jiri Shuffle some locks around
(edit) @25939997   3 months zarevucky.jiri Make separate-stack-scheduler a loop with persistent context We can …
(edit) @1c1767f   3 months zarevucky.jiri Remove empty C file
(edit) @29029ac0   3 months zarevucky.jiri Call after_thread_ran_arch() before context switch This is only used …
(edit) @ed7e057   3 months zarevucky.jiri Add functions context_create(), context_replace() and context_swap() …
(edit) @4ed7870   3 months zarevucky.jiri Revert part of commit 5861b602
(edit) @e82879c   3 months zarevucky.jiri Remove unnecessary function
(edit) @0f4f1b2   3 months zarevucky.jiri Add (and use) functions thread_start() and thread_detach() Mostly …
(edit) @a064d4f   3 months zarevucky.jiri Make thread_join() imply thread_put() This makes the function more …
(edit) @5861b60   3 months zarevucky.jiri Lift actions that do not need separate context out of …
(edit) @c7ceacf   3 months zarevucky.jiri Merge part of scheduler refactoring changes A series of changes meant …
(edit) @151c050   3 months zarevucky.jiri Rethink scheduler entry points Changes the way scheduler is entered, …
(edit) @8996582   3 months zarevucky.jiri Move context switch preparation to a new separate function This puts …
(edit) @6e49dab   3 months zarevucky.jiri Extract post-thread cleanup into a separate function
(edit) @23f36a3   3 months zarevucky.jiri Wrap fpu handling code in named functions
(edit) @5663872   3 months zarevucky.jiri Move stuff around for thread sleep Only mark the thread as ready for …
(edit) @4760793   3 months zarevucky.jiri Add CPU_LOCAL alongside CPU and segregate fields that are only used …
(edit) @3b68542   3 months zarevucky.jiri Eliminate an undefined behavior in scheduler debug printout The …
(edit) @6677acb   3 months zarevucky.jiri Emit .text/.data/.eh_frame sections in kernel ELF files Gives tools …
(edit) @5907aa4   3 months zarevucky.jiri Remove empty and unused header
(edit) @25e1490   4 months noreply Add export-dev for exporting all libraries (see #230) The new target …
(edit) @6deab5a   4 months vojtech.horky Improved and Pythonized helenos-pkg-config Now it is able to get list … topic/simplify-dev-export
(edit) @88e188b2   4 months vojtech.horky export-dev: export start files too topic/simplify-dev-export
(edit) @017ffce   4 months vojtech.horky export-dev: create common → libc symlink topic/simplify-dev-export
(edit) @7b907a0a   4 months vojtech.horky libclui: split into include/ and src/ topic/simplify-dev-export
(edit) @00e6288   4 months vojtech.horky Add export-dev target to export all libraries The new target … topic/simplify-dev-export
(edit) @de96d3b   4 months zarevucky.jiri On x86 CPUs supporting it, use write-combining memory mode for … topic/simplify-dev-export
(edit) @7130754   4 months zarevucky.jiri Add printbench command for benchmarking print output topic/simplify-dev-export
(edit) @550ed86   4 months jiri Need to add new start menu entry to editor's list topic/simplify-dev-export
(edit) @f87ff8e   4 months jiri Creating new start menu entry topic/simplify-dev-export
(edit) @82d3c28   4 months jiri Let taskbar survive not finding a configuration file topic/simplify-dev-export
(edit) @21a65cca   4 months jiri Taskbar-cfg should create configuration file if it does not exist topic/simplify-dev-export
(edit) @2b4e02b   4 months jiri Deleting start menu entry topic/simplify-dev-export
(edit) @f393bc0   5 months jiri Add task_get_id syscall benchmark topic/simplify-dev-export
(edit) @68655bc2   5 months jiri Fix default time computation in hbench topic/simplify-dev-export
(edit) @381c426   5 months jiri IPC read 1k / write 1k benchmarks topic/simplify-dev-export
(edit) @d53a5ab0   5 months jiri Add IPC read/write test to libipctest/ipc test server + tester Now … topic/simplify-dev-export
(edit) @4f6368c   5 months noreply Update MSIM config file (see #228) Switch to dr4kcpu device needed on … topic/simplify-dev-export
(edit) @10fc93c   5 months jiri Move charfield/chargrid/color/concaps to liboutput topic/simplify-dev-export
(edit) @6cef8d6a   5 months jiri Move keyboard/mouse event and device IPC from libc to libinput topic/simplify-dev-export
(edit) @fa942bc   5 months jiri Move input API to a separate library topic/simplify-dev-export
(edit) @0d275e1   5 months jiri Fix false moves topic/simplify-dev-export
(edit) @1be9ee0   5 months jiri Move output API to separate library topic/simplify-dev-export
(edit) @a635535   5 months jiri Move console/con_srv out of libc into a separate library topic/simplify-dev-export
(edit) @cad7b7e   5 months jiri Move clipboard API from libc to a separate library topic/simplify-dev-export
(edit) @8f04992   5 months jiri Move corecfg from libc to a separate library topic/simplify-dev-export
(edit) @0e2eee1   5 months jiri Move ipc_test to a separate library topic/simplify-dev-export
(edit) @ef4d684   5 months jiri It should be 'trough', not 'through', dummy! (thx thepinballroom) Who … topic/simplify-dev-export
(edit) @84d29a2   5 months jiri Libtbarcfg needs work Add tbarcfg_create(), smenu_entry_create(), … topic/simplify-dev-export
(edit) @8a43f01   5 months jiri tbarcfg_close() should clean up topic/simplify-dev-export
(edit) @69935a8   5 months jiri Remove debug messages topic/simplify-dev-export
(edit) @5e758e4   5 months jiri When start menu entry is edited, editor list needs updating We need … topic/simplify-dev-export
(edit) @e8a6279f   5 months jakub Work around GCC bug 112604 Turn off the optimization which seems to … topic/simplify-dev-export
(edit) @f5fb307   6 months zarevucky.jiri Remove resolved FIXME topic/simplify-dev-export
(edit) @8281c06   6 months zarevucky.jiri Try to fix libposix include issue topic/simplify-dev-export
(edit) @d76862d0   6 months zarevucky.jiri Move prodcons back to libc topic/simplify-dev-export
(edit) @56a3c29e   6 months vojtech.horky ew.py: hide confusing error message The error message is printed for … topic/msim-upgrade topic/simplify-dev-export
(edit) @d33daf07   6 months vojtech.horky Update msim.conf to work with MSIM > 2.0.0 topic/msim-upgrade topic/simplify-dev-export
(edit) @5c987793   6 months jakub Disable RWX segments warning on ia64 directly Note that for some … topic/msim-upgrade topic/simplify-dev-export
(edit) @e0d874b7   6 months jakub Disable array-bounds warnings for fault1 This is currently needed to … topic/msim-upgrade topic/simplify-dev-export
(edit) @b1397ab   6 months jiri Start menu editor is editing You can change an entry and it will be … topic/msim-upgrade topic/simplify-dev-export
(edit) @40eab9f   6 months zarevucky.jiri Print symbol names and line numbers in stacktraces for init tasks … topic/msim-upgrade topic/simplify-dev-export
(edit) @dcd8214   6 months jiri Add dialog window for editing start menu entry Note it does not do … topic/msim-upgrade topic/simplify-dev-export
(edit) @3e05a69   6 months vojtech.horky Fix toolchain.sh —test-version We use only $TARGET now (probably … topic/msim-upgrade topic/simplify-dev-export
(edit) @1170cfc7   6 months zarevucky.jiri Remove include sorcery from DWARF constant definitions Also add a … topic/msim-upgrade topic/simplify-dev-export
(edit) @63ed840   6 months zarevucky.jiri Remove unused functions gets() and getc() from kernel topic/msim-upgrade topic/simplify-dev-export
(edit) @34120f10   6 months zarevucky.jiri Merge code deduplication work TL;DR: Added directory /common, which … topic/msim-upgrade topic/simplify-dev-export
(edit) @694ca3d6   6 months zarevucky.jiri Deduplicate printf_core() topic/msim-upgrade topic/simplify-dev-export
(edit) @ad9178bf   6 months zarevucky.jiri Deduplicate ADT topic/msim-upgrade topic/simplify-dev-export
(edit) @55c5cb05   6 months zarevucky.jiri Deduplicate gsort() topic/msim-upgrade topic/simplify-dev-export
(edit) @fdfb24e   6 months zarevucky.jiri Deduplicate string related functions topic/msim-upgrade topic/simplify-dev-export
(edit) @44e8541   6 months zarevucky.jiri Move stdlib.h and some of its function into /common topic/msim-upgrade topic/simplify-dev-export
(edit) @b169619   6 months zarevucky.jiri Deduplicate mem functions There are a number of functions which are … topic/msim-upgrade topic/simplify-dev-export
(edit) @c89ae25   6 months zarevucky.jiri Fix and enable —gc-sections in /kernel and /boot topic/msim-upgrade topic/simplify-dev-export
(edit) @0373af9   6 months zarevucky.jiri Forgotten debugging tweak topic/msim-upgrade topic/simplify-dev-export
(edit) @001957b6   6 months zarevucky.jiri ccheck topic/msim-upgrade topic/simplify-dev-export
(edit) @2fbb42f   6 months zarevucky.jiri Add printing of file names and line numbers in stacktraces Uses DWARF … topic/msim-upgrade topic/simplify-dev-export
(edit) @da13982   6 months zarevucky.jiri Read symbol table from ELF sections Instead of the currently broken … topic/msim-upgrade topic/simplify-dev-export
(edit) @d28bdbe   6 months zarevucky.jiri Verify arguments of empty log calls topic/msim-upgrade topic/simplify-dev-export
(edit) @95fc538   6 months jiri It should be Taskbar not Task Bar topic/msim-upgrade topic/simplify-dev-export
(edit) @cb2894e   6 months jiri Taskbar configuration utility (WIP) topic/msim-upgrade topic/simplify-dev-export
(edit) @85ec7d4   6 months noreply Toolchain update (GCC 13.1.1, binutils 2.40) (#226) A hopefully empty … topic/msim-upgrade topic/simplify-dev-export
(edit) @1152c18d   6 months zarevucky.jiri Update toolchain to binutils 2.41 and GCC 13.2 ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.