Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-06 | style: eliminate explicit boolean comparisons | Steve Reinhardt | |
Result of running 'hg m5style --skip-all --fix-control -a' to get rid of '== true' comparisons, plus trivial manual edits to get rid of '== false'/'== False' comparisons. Left a couple of explicit comparisons in where they didn't seem unreasonable: invalid boolean comparison in src/arch/mips/interrupts.cc:155 >> DPRINTF(Interrupt, "Interrupts OnCpuTimerINterrupt(tc) == true\n");<< invalid boolean comparison in src/unittest/unittest.hh:110 >> "EXPECT_FALSE(" #expr ")", (expr) == false)<< | |||
2016-01-19 | mem: write combining for ruby protocols | Tony Gutierrez | |
This patch adds support for write-combining in ruby. |