Tools/NetTest - Add TCP retransmit test
[tpg/acess2.git] / KernelLand / Kernel / arch /
2014-11-27 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2014-11-05 John Hodge (sonata)Kernel/x86_64 - Disable full page dump on #PF
2014-11-03 John Hodge (sonata)Kernel/x86_64 - Fix broken memset
2014-11-03 John Hodge (sonata)Kernel/x86 - Fix forgetting to reference pointer in...
2014-08-24 John Hodgex86_64 build working with new compiler
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_64 - Fix MM_AllocDMA to handle NULL PAddr...
2014-05-18 John HodgeKernel/x86 - Fix not restoring registers in Proc_CloneInt
2014-05-18 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2014-05-10 John HodgeKernel/arch - Fix common division macro to handle numer...
2014-05-10 John HodgeKernel/x86_64 - Fix DumpTables handling edge of user...
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 HodgeKernel/x86_64 - Fix compilation error
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/armv7 - Stub backtrace to make compilation happy
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/ARMv7 - Call timers on tegra2
2013-09-23 John HodgeKernel/ARMv7 - Added Tegra2 EHCI controllers
2013-09-23 John HodgeKernel/x86 - Some extra logging in ACPICA shim
2013-09-22 John HodgeKernel/armv7 - Enabled UART input on tegra2
2013-09-22 John HodgeKernel/armv7 - Altered makefile to retain ELF kernel
2013-09-22 John HodgeKernel/armv7 - Hack to prevent two multiple running...
2013-09-22 John HodgeKernel/armv7 - Fixed incorrect addresses in Tegra2...
2013-09-22 John HodgeKernel/armv7 - [realview_pb] Implemented basic timekeeping
2013-09-22 John HodgeKernel/armv7 - Implemented CLONE_NOUSER
2013-09-22 John HodgeKernel/armv7 - Missing files for 25398a7f24d189ee7a70fc...
2013-09-22 John HodgeKernel/armv7 - Added debug serial input
2013-09-22 John HodgeKernel/x86_64 - Added input on debug serial
2013-09-22 John HodgeKernel/x86 - Added input support to serial terminal
2013-09-19 John HodgeKernel - Fixed compilation of x86_64 and armv7
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/armv7 - Extra code for Tegra2 timer tests
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-30 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-28 John HodgeKernel/x86_64 - Fixed misplaced jump
2013-01-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-28 John HodgeKernel[Tegra2] - Messing about debugging tegra stuff
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-31 John HodgeMerge branch 'master' of git://localhost/acess2
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
next

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