Kernel - Fixed double-lock caused by workqueue
[tpg/acess2.git] / Kernel / arch /
2011-11-30 John HodgeModules/InitRD - Fixing ARM bug (actually in boot args)
2011-11-30 John HodgeKernel - Added (completely untested) m68k port
2011-11-30 John HodgeBuild - Restructured configuration
2011-11-29 John HodgeKernel - Disable nested locks in x86, added workqueue...
2011-11-27 John HodgeMerge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2011-11-27 John HodgeKernel/x86 - Oops, bad entry
2011-11-26 John HodgeKernel - Removed some unneeded logging statements
2011-11-12 John HodgeKernel/x86_64 - More bugfixes, I suspect the PMM code...
2011-11-12 John HodgeKernel/x86_64 - Fixed bugs exposed by -O3
2011-11-11 John HodgeKernel - Fixing very slow CheckMem function
2011-11-11 John HodgeKernel - Fixing bugs exposed by enabling -O3
2011-11-11 John HodgeKernel/threads - Cleaning out delete queue
2011-11-11 John HodgeKernel - Split Mutexes/Semaphores out
2011-11-11 John HodgeKernel/x86 - Added SSE/FPU state saving, not fully...
2011-11-11 John HodgeKernel/x86 - Distinguished tracing of unaligned memcpys...
2011-11-08 John HodgeKernel - Debugging memcpy use, cut down on some in...
2011-10-29 John HodgeKernel/x86_64 - Combined EFER modifcations into one
2011-10-29 John HodgeKernel/x86_64 - Fixed recursive page fault, wasn't...
2011-10-28 John HodgeKernel/x86_64 - Fixed typo in kernel version line
2011-10-28 John HodgeKernel/armv7 - Cleaning up debug
2011-10-28 John HodgeKernel/armv7 - Fixed not zeroing course table (and...
2011-10-27 John HodgeKernel/armv7 - Cleaing up mostly
2011-10-26 John HodgeKernel/armv7 - Bugfixes
2011-10-26 John HodgeKernel/armv7 - Implementing COW
2011-10-26 John HodgeKernel/armv7 - Bugfixing, implemented protection fully...
2011-10-24 John HodgeOops, forgot some files
2011-10-24 John HodgeKernel - Cleaned up rear PCI api
2011-10-24 John HodgeKernel - Fixing up doxygen commenting
2011-10-22 John HodgeKernel/armv7 - Debug changes, nothing more
2011-10-21 John HodgeKernel/armv7 - Fixed error messages having invalid...
2011-10-20 John HodgeKernel/armv7 - Moved to asssembly 32-bit divide
2011-10-20 John HodgeKernel/armv7 - Fixed Proc_NewKThread, included lib...
2011-10-20 John HodgeKernel/armv7 - Improved memcpy
2011-10-20 John HodgeKernel/armv7 - Fixed worker thread creation
2011-10-20 John HodgeKernel/armv7 - Fixing some unneeded errors
2011-10-20 John HodgeKernel/armv7 - Fixed MM_Clone bug, moved cache invalida...
2011-10-20 John HodgeKernel/x86_64 - Added backtrace on user page fault
2011-10-18 John HodgeKernel/x86 - Compile fixes for newer gcc
2011-10-18 John HodgeKernel/x86 - Fixed warnings in newer versions of GCC
2011-10-17 John HodgeKernel/x86_64 - Misc commenting
2011-10-17 John HodgeKernel/x86 - Fixed bug in user start, hidden by not...
2011-10-17 John HodgeChanged i386 build to x86
2011-10-17 John HodgeKernel/armv7 - Bugfixing (PAddr != PAGE_SIZE)
2011-10-16 John HodgeKernel/x86_64 - Unbroke user stack creation
2011-10-16 John HodgeKernel/armv7 - Fixing/breaking things
2011-10-15 John HodgeCommenting and cleanup
2011-10-15 John HodgeKernel/armv7 - Added cache invalidate syscall
2011-10-15 John HodgeKernel - Cleaning up proc/syscalls
2011-10-15 John HodgeKernel/armv7 - Bugfixing, can get to user relocation now
2011-10-14 John HodgeKernel/armv7 - Implemetned Hivecs, fixing bugs
2011-10-14 John HodgeKernel/armv7 - Fixing bugs, Proc_Clone works now
2011-10-13 John HodgeKernel/armv7 - Implementing MM_Clone and fixing MMU...
2011-10-12 John HodgeKernel/armv7 - Threading work
2011-10-12 John HodgeKernel - Changed Threads_CloneTCB (removed Err ptr)
2011-10-12 John HodgeKernel/armv7 - Set ARMv7 to use the initrd for /Acess rel0.12
2011-10-12 John HodgeMajor build system changes
2011-10-12 John HodgeKernel/armv7 - Fixed edge case in __divmod64
2011-10-11 John HodgeKernel/x86_64 - Fixed Kernel not using COW, cleanup
2011-10-11 John HodgeKernel/x86_64 - Now boots, login a little bugged though
2011-10-11 John HodgeKernel/x86_64 - Implemented COW, fixed PMM bugs
2011-10-11 John HodgeKernel/armv7 - Added IRQ stack, changed IRQs to be...
2011-10-09 John HodgeKernel/x86_64 - Fixed usage of IA32_FMASK
2011-10-09 John HodgeKernel/x86_64 - Fixed not resetting IF after SYSCALL...
2011-10-08 John HodgeKernel/armv7 - Working on interrupt support, currently...
2011-10-07 John HodgeKernel/arm7 - Implementing some MMU functions
2011-10-06 John HodgeKernel/x86_64 - Commenting and cleanup
2011-10-04 John HodgeKernel - Cleaning up unneeded messages
2011-10-04 John HodgeKernel/x86_64 - Bugfixing, cleaning up scheduling
2011-10-04 John HodgeKernel/armv7 - Fixed lack of in*/out* functions
2011-09-28 John HodgeKernel - Added pointer to IRQ callbacks
2011-09-27 John HodgeKernel/x86 - Disabled task tracing
2011-09-27 John HodgeKernel/armv7 - Task switching now supported
2011-09-27 John HodgeKernel/armv7 - Renamed to reduce confusion
2011-09-27 John HodgeKernel/arm7 - Tiny bugfix in NewKThread
2011-09-26 John HodgeKernel/arm7 - NewKThread (partially) implemented
2011-09-26 John HodgeKernel/arm7 - Working on threading
2011-09-26 John HodgeKernel/arm7 - Fiddling on process switching
2011-09-26 John HodgeKernel/x86 - Separated timer and task switching
2011-09-26 John HodgeKernel/x86_64 - Separated task switching from timer...
2011-09-26 John HodgeKernel/x86_64 - Debugging iret->CPL3 crash
2011-09-26 John HodgeKernel/x86_64 - Bugfixing
2011-09-25 John HodgeKernel/arm7 - Fiddling with PCI etc
2011-09-25 John HodgeKernel/arm7 - Removed debug statement from VMM
2011-09-25 John HodgeKernel/arm7 - Starts, but no IO and task switching...
2011-09-25 John HodgeKernel/x86_64 - Oops, forgot some files
2011-09-25 John HodgeKernel/x86 - Fixed build and run after x86_64 and arm7...
2011-09-25 John HodgeKernel/arm7 - Debugging
2011-09-24 John HodgeKernel/arm7 - Now with less crash
2011-09-23 John HodgeKernel/x86 - Indent fixes only
2011-09-23 John HodgeKernel/x86_64 - Fucking about removing inline asm
2011-09-23 John HodgeKernel/arm7 - Fixing, manages to start pmm init
2011-09-23 John HodgeKernel/arm7 - Serial works (realview-pb-a8)
2011-09-09 John HodgeChanged Proc_StartUser to use SYSRET
2011-09-08 John HodgeKernel/x86_64 - Implemented SYSCALL in x86_64 port
2011-09-08 John HodgeKernel/x86_64 - Fixed MM bugs and StartProcess
2011-09-08 John HodgeKernel/x86-64 - Updated and debug
2011-09-08 John HodgeKernel/arm7 - Fiddling, still having issues with VMM
2011-08-28 John HodgeKernel/arm7 - Updated ARM7 code to newer HAL API changes
2011-08-28 John HodgeKernel/arm7 - Fixed SPINLOCK to use the swap opcode
2011-08-28 John HodgeKernel/x86 - Misc fixes
next

UCC git Repository :: git.ucc.asn.au