summaryrefslogtreecommitdiff
path: root/kern/linux/linux_system.cc
AgeCommit message (Expand)Author
2006-03-04move alpha specific code into arch/alphaAli Saidi
2006-03-03Merge zizzer:/bk/m5Ali Saidi
2006-03-03First cut at moving alpha specefic stuff out of /sim/system* intoAli Saidi
2006-02-27Changed targetarch to just arch.Gabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-03byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. T...Gabe Black
2005-09-30Clean up some formattingNathan Binkert
2005-09-24Add functions to System object to set up function-based events,Steve Reinhardt
2005-08-23Clean up the passing of the boot command line to the kernel.Nathan Binkert
2005-08-15Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5Benjamin Nash
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
2005-06-30Remove #include statments in various files within kern/Benjamin Nash
2005-06-05Many files:Steve Reinhardt
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-05-02Skip calibrate delay again.Nathan Binkert
2005-04-28Clean up output for pc break events, and remove a unneeded break event.Ron Dreslinski
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-02-09Some more useful debugging info for kernel panic and die eventsRon Dreslinski
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2004-11-15Minor cleanup of symtab code/includes.Steve Reinhardt
2004-11-15Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2004-11-15Add support for sampled PC profiling to FullCPU.Steve Reinhardt
2004-11-14by default bin interrupts seperately from kernel code.Ali Saidi
2004-09-24only set stuff up for binning interrupts if interrupt binning is onAli Saidi
2004-09-22fix unaligned memory offset and some small fixes to interrupt binningAli Saidi
2004-09-16switch contexts on palcode rather than kernel codeAli Saidi
2004-09-03added system option to bin interrupt code seperately.Ali Saidi
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-08-18Added code using VPtr to be able to extract info from linux threadAli Saidi
2004-07-31few forgotten changes for dprintkAli Saidi
2004-07-23formattingNathan Binkert
2004-07-02Fix byteswap on LP64 (amd64)Nathan Binkert
2004-07-01implement the readfile pseudo instruction that will readNathan Binkert
2004-06-30Update MAX ASN in kernel to 127 since that's what the ev5 supportsAli Saidi
2004-06-23more modifications for cross-endian support. linux now gets to pciconfigAli Saidi
2004-06-04Updated copyright on Tsunami and kern/linux files.Ali Saidi
2004-05-30Cleaned up and commented code. I think we are ready to merge with head.Ali Saidi
2004-05-26Fixed serial support in 2.6 (too much work for...)Ali Saidi
2004-05-18lift FnEvents and and Binning stuff out of LinuxSystem into commonn places wi...Lisa Hsu
2004-05-11successful merge, linux still builds and runs as far it used to, network devi...Lisa Hsu
2004-05-09Added ULL for 64bit intsAli Saidi
2004-05-06Whole mess'o'changes.. see individual filesAndrew Schultz
2004-03-23Add initial support for IDEAndrew Schultz
2004-03-17Updated kern/* code so we can have one console code and the simulatorAli Saidi
2004-03-11merge from head of m5. note: i did not bother to merge the PIO stuff with s...Lisa Hsu
2004-02-21Load local kernel symbols, and set aic7xxx_no_reset to prevent an initialAndrew Schultz
2004-02-05Now skips the calibrate_delay loop in the kernel bootAndrew Schultz
2004-01-26Support for Tsunami coming along... RTC, PIC working, UART in progressAli Saidi
2004-01-12Added code to print out the symbol if one exists for an addressAli Saidi
2004-01-11addad kern/linuxAli Saidi