summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2010-03-19Fix PMAPDEBUG build for previous.skrll
2010-03-19Not all PA CPUs have the U-bit (uncacheable) for non-IO memory. In factskrll
2010-03-16The FP regs are accessed in both physical and virtual modes. Make sureskrll
2010-03-13Add a comment.skrll
2010-03-11Start at the first, not the second, exception register.skrll
2010-03-11Comment formating.skrll
2010-03-11Comment style.skrll
2010-03-11A nullify snuck in. Remove it.skrll
2010-03-11Wrap a long line.skrll
2010-03-11Rename Debugger to cpu_Debugger.skrll
2010-03-11Comment change.skrll
2010-03-11Comment improvements.skrll
2010-03-10More comment improvement.skrll
2010-03-10Comment improvements.skrll
2010-03-08Set the frame pointer of newly created and function changing LWPs to 0skrll
2010-03-08Fix and use the BSS macro.skrll
2010-03-06Add #include "opt_cputype.h" where necessary.skrll
2010-03-02Add a "mach frame" command to hppa ddb.skrll
2010-02-24s/printf/db_printf/ in a few places.skrll
2010-02-22Deal with PA2.0 cache move-in rules by purging the TLB as well asskrll
2010-02-17Fix typo in previous. It's not a good idea to let uvm mess with kernelskrll
2010-02-17Semi-colons help.skrll
2010-02-17Add a prototype for pmap_page_physload.skrll
2010-02-16Remove the dma24_ex method of dealing with BUS_DMA_24BIT and replaceskrll
2010-02-13Remove unnecessary comment.skrll
2010-02-13Whitespace.skrll
2010-02-10Oops. Whitespace in previous.skrll
2010-02-10Remove a cast by fixing a printf format.skrll
2010-02-10Reformat a comment.skrll
2010-02-10Minor tweaks.skrll
2010-02-10Use __arraycountskrll
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-17Use pmap_extract instead of kvtop.skrll
2010-01-17Remove an old comment.skrll
2010-01-17Simplify.skrll
2010-01-16Add a couple of comments and some whitespace.skrll
2010-01-16Tweak comment. From OpenBSD.skrll
2010-01-16Tweak astpending handling.skrll
2010-01-16Use the description in the ACD for T_DBREAK.skrll
2010-01-16Check cpl level has returned to entry value when leaving trap/syscall.skrll
2010-01-16Add a comment.skrll
2010-01-16Rename type_raw to trapnum and use in a couple more places.skrll
2010-01-16Count traps in uvmexp. Reduces diff to OpenBSD.skrll
2010-01-06Update 64bit arg handling to use the flags in the syscall table.skrll
2010-01-06curlwp is never NULL now. Sprinkle KASSERT just in case.skrll
2009-12-18Remove unnecessary part of conditional.skrll
2009-12-18DPRINTF format fixes.skrll
2009-12-18Fix pmap_dump_table so that it doesn't loop indefinitely for a space thatskrll
2009-12-15Consistent comment format.skrll
2009-12-15Remove #if 0 / #endif sectionskrll