Kernel/x86 - Clean up some of the task switching code (possibly a little broken)
[tpg/acess2.git] / KernelLand / Kernel / arch / x86 /
2015-02-08 John HodgeKernel/x86 - Clean up some of the task switching code...
2014-06-22 John HodgeKernel/VFS - Truncate support, mmap fixes
2014-06-08 John HodgeKernel/Debug - Fix normal log lines to be printed in...
2014-06-08 John HodgeKernel - Fix user handles not being cleared by Threads_...
2014-05-18 John HodgeMerge branch 'master' of git://localhost/acess2
2014-05-18 John HodgeKernel/x86 - Fix not restoring registers in Proc_CloneInt
2014-04-08 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2014-03-22 John HodgeKernel/x86 - Structure for watchpoints (not used)
2014-03-17 John HodgeKernel/x86 - Evil hack to do validation of virtual...
2014-03-15 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-15 John HodgeKernel/x86 - Add IP/SP output to thread dump
2014-03-11 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-09 John HodgeKernel/x86 - Handle zero page in vmem dump
2014-02-19 John HodgeKernel/x86 - Reference issues
2014-02-19 John HodgeKernel/x86 - Update pmem statistics method
2014-02-19 John HodgeKernel/x86 - Slight cleanup to VMem code
2014-02-19 John HodgeKernel/x86 - Multiboot module cleanup
2014-02-15 John HodgeKernel - Fix compilation on x86_64 and armv7 (for MM...
2014-02-15 John HodgeKernel - Change virtual memory API to use void* for...
2014-02-09 John HodgeKernel/x86 - Add flag to set PIT to larges possible...
2014-01-21 John HodgeACPICA - Replace acacess.h with a modified version...
2013-12-25 John HodgeKernel/x86 - #if'd out kernel panic clear (can't assume...
2013-12-21 John HodgeKernel/x86 - Fix PMem bitmap overflow
2013-12-21 John HodgeKernel/x86 - Hacky multiboot->VESA hook
2013-11-06 John HodgeKernel - Replaced for(;;); in panic with HALT_CPU macro
2013-10-28 John HodgeKernel - Renamed signal.h to avoid collision in AcessNative
2013-10-12 John HodgeKernel - Cleanup and fix all memfiles treated as same...
2013-09-23 John HodgeKernel/x86 - Some extra logging in ACPICA shim
2013-09-22 John HodgeKernel/x86 - Added input support to serial terminal
2013-09-08 John HodgeKernel - Implimenting POSIX/C Signals
2013-09-07 John HodgeKernel - More extensive multiboot fields
2013-08-01 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-07-27 John HodgeKernel/x86 - Removed busy wait in MM_MapTemp
2013-07-27 John HodgeKernel/x86 - Added backtrace to running program in...
2013-07-27 John HodgeKernel/x86 - Included EAX in user state dump
2013-06-26 John HodgeKernel/x86 - Hack to return quickly when mapping <1MiB...
2013-06-23 John HodgeKernel/x86 - Workaround for possibly buggy 64-bit divid...
2013-06-19 John HodgeKernel - Cleaned up MM_AllocDMA/_MapHWPages/_GetPhysAddr
2013-05-16 John HodgeKernel - Added 'Flags' param to VFS Read/Write/FindDir
2013-05-12 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-08 John Hodge (sonata)Kernel/x86 - Untested MicroSleep function
2013-05-03 John Hodge (sonata)Kernel/acpica - Disable debug
2013-05-03 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2013-05-03 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2013-05-03 John HodgeKernel/acpica - Fiddling
2013-04-26 John HodgeKernel/x86 - mboot: Cleaning up source, added sanity...
2013-04-26 John HodgeKernel/x86 - acpica: Debug to trace AE_NO_MEMORY cause
2013-04-26 John HodgeKernel/x86 - mm_virt: Allowed PhysAddr=NULL with AllocDMA
2013-04-02 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-03-30 John Hodge (sonata)Kernel/x86 - Report ACPICA cache name on exhaustion
2013-02-16 John HodgeKernel - Signals partially implimented
2013-02-09 John HodgeKernel/x86 - Removed conditional debug statement in...
2013-02-09 John HodgeKernel/x86 - Fixed ACPICA shim possible null deref
2013-02-09 John Hodge (sonata)Kernel/x86 - Moved MP Table parsing into its own file
2013-01-22 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-22 John HodgeMerge branch 'master' of git://localhost/acess2
2013-01-20 John Hodge (sonata)Kernel/x86 - (minor) Cleaned up debug in VM8086
2013-01-19 John Hodge (sonata)Kernel/x86 - Disabled ACPICA debug
2012-12-30 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2012-12-20 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2012-12-20 John HodgeKernel/x86 - Removed now-redundant extern prototype
2012-12-10 John HodgeKernel/x86 - Fixed ACPICA shim not zeroing allocated...
2012-12-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-09 John Hodge (sonata)Kernel/x86 - Added USE_ACPICA makefile variable to...
2012-12-09 John Hodge (sonata)Kernel/x86 - Fixed VMM bug causing ACPI crash
2012-12-04 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-04 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-01 John Hodge (sonata)Kernel - ACPI debugging, and disabled
2012-12-01 John Hodge (sonata)Kernel/acpi - Tweaking
2012-12-01 John Hodge (sonata)Kernel/ACPI - Added initialisation call, unimplimented...
2012-12-01 John Hodge (sonata)Kernel - Adding (unused) ACPI code
2012-12-01 John Hodge (sonata)Kernel - Imported userland strtoi file (and other minor...
2012-11-30 John Hodge (sonata)Kernel/x86-smp - Fixing SMP support
2012-11-29 John Hodge (sonata)Kernel/x86 - Added owner field to SHORTLOCK to catch...
2012-11-28 John Hodge (sonata)Kernel - Debugging hard locks
2012-11-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-11-17 John Hodge (sonata)Kernel/x86 - Fixed possible issue with entrypoint not...
2012-11-13 John Hodge (sonata)Kernel - Fixing bugs from previous commig
2012-10-03 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-09-17 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-09-16 John HodgeKernel - API Change - Proc_SpawnWorker return thread...
2012-09-13 John HodgeKernel - Added a (slightly hacky) virtual PCI interface
2012-08-14 John HodgeMerge branch 'master' of git://localhost/acess2
2012-08-09 John HodgeKernel/x86_64 - Rework to use pmemmap.h (and share...
2012-08-07 John HodgeKernel/x86 - Fixed x86 passing NULL to free
2012-08-05 John HodgeMerge branch 'master' of git.mutabah.net:acess2
2012-07-30 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-07-30 John HodgeKernel - Cleaing out x86 mm_phys
2012-07-24 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-07-19 John HodgeKernel - Standardised kernel build tag (placed in gsBui...
2012-07-18 John HodgeKernel - Changed MM_GetPhysAddr to take a pointer
2012-07-18 John HodgeKernel/x86 - Cleaned up PMM init (and removed mboot...
2012-07-17 John HodgeKernel - Fixing bugs exposed with `qemu -nographic`
2012-07-17 John HodgeMerge branch 'master' of git://localhost/acess2
2012-07-15 John HodgeGeneral cleanup and bugfixes
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-08 John HodgeKernel - Adding network debugging, disabled
2012-06-20 John HodgeKernel/x86 - Added PMM statistics
2012-05-22 John HodgeCleanups - MM_MapTemp to return void*, VFS use Unlink...
2012-05-16 John HodgeKernel - Made things a little less chatty during boot...
next

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