Kernel - Misc minor fixes
[tpg/acess2.git] / KernelLand / Kernel / arch /
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-30 John Hodge (sonata)Fixed broken symlinks
2012-12-30 John HodgeAll - Changes for AcessNative on windows
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-20 John HodgeKernel/armv7 - Tegra2 timer and interrupt rework
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_64 - Fixed collision with stddef.h
2012-12-09 John Hodge (sonata)Kernel/x86 - Fixed VMM bug causing ACPI crash
2012-12-08 John Hodge (sonata)Merge branch 'master' of ted.mutabah.net:acess2
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-03 John Hodge (sonata)Kernel/armv7 - Fixed build
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-28 John HodgeKernel/x86_64 - Cleanup and pondering mboot framebuffer
2012-11-26 John Hodge (sonata)Kernel/x86_64 - Debugging GUI errors (and a wild goose...
2012-11-25 John Hodge (sonata)Kernel/x86_64 - Fixed MM_AllocDMA off by `n` pages...
2012-11-18 John Hodge (sonata)Kernel/x86_64 - Debugging
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-11-04 John Hodge (sonata)User/Kernel - ARMv7 fixes (relocation of .text)
2012-10-23 John Hodge (sonata)Kernel - Fixed ARMv7 build, doesn't run
2012-10-03 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-10-01 John HodgeKernel/x86_64 - Forgot VPCI stub
2012-09-30 John HodgeKernel - x86_64 booting again (with some hackery)
2012-09-17 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-09-16 John HodgeKernel/x86_64 - Update for Proc_SpawnWorker API change
2012-09-16 John HodgeKernel - API Change - Proc_SpawnWorker return thread...
2012-09-13 John HodgeKernel - Added a (slightly hacky) virtual PCI interface
2012-09-10 John HodgeARMv7 Compile Fixes
2012-08-14 John HodgeMerge branch 'master' of git://localhost/acess2
2012-08-09 John HodgeKernel/x86_64 - Fixed garbage TIDs before threading...
2012-08-09 John HodgeKernel/x86_64 - Rework to use pmemmap.h (and share...
2012-08-09 John HodgeKernel/x86_64 - Fixed bad ELF entrypoint causing qemu...
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-08-03 John HodgeKernel - Added untested armv6 tree (mostly copypasta...
2012-08-01 John HodgeKernel - (minor) Debug changes in x86_64
2012-07-30 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-07-30 John HodgeKernel - Cleaing out x86 mm_phys
2012-07-30 John HodgeKernel - Fixing x86_64 compile errors from MM_GetPhysAd...
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 - Added PMM stats method (stubbed) to x86_64...
2012-06-20 John HodgeKernel/x86 - Added PMM statistics
2012-05-22 John HodgeKernel - Applying MM_MapTemp changes to armv7 and amd64
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...
2012-05-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-05-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-05-07 John HodgeReduced chattiness of threading, x86 IRQs and BochsGA
2012-05-04 John HodgeKernel/x86_64 - Added header to vm8086
2012-05-04 John HodgeKernel/x86 - Fixed a bug in vm8086 that caused modesets...
2012-04-25 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-04-24 John HodgeMerge branch 'master' of git.mutabah.net:acess2
2012-04-22 John HodgeMerge branch 'master' of cadel.mutabah.net:acess2
2012-04-22 John HodgeVESA - Debugging issue on VIA S3 BIOS
2012-04-20 John HodgeInconcequential changes to ARM proc.S (syntax hilighting)
2012-04-01 John HodgeKernel/vm8086 - Added debugging message for 0F XX instr...
2012-03-27 John HodgeKernel - Fixed PCI bus enumeration bug, switched x86...
2012-03-16 John HodgeFixing KMod support
2012-02-26 John HodgeKernel/x86 - Added option to disable preemption, and...
2012-02-16 John HodgeKernel - Fixed bug in x86/proc.c (caused early task...
2012-02-13 John HodgeKernel - Fixed freeze (I think)
2012-02-13 John HodgeKernel/timers - Cleaning up timer code... might have...
2012-02-10 John HodgeKernel/x86 - Slight fixes to PMM statistics
2012-02-08 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-02-07 John HodgeSorting source tree a bit

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