microwatt.git
2020-05-08 Paul MackerrasMMU: Implement reading of the process table
2020-05-08 Paul Mackerrastests/mmu: Add a test of PTE refetching on permission...
2020-05-08 Paul Mackerrastests/mmu: Add a test for dcbz with translation on
2020-05-08 Paul MackerrasImplement slbia as a dTLB/iTLB flush
2020-05-08 Paul MackerrasDecode tlbiel as tlbie
2020-05-08 Paul Mackerrastests/privileged: Update for instruction translation
2020-05-08 Paul Mackerrastests: mmu: Add tests for instruction translation
2020-05-08 Paul MackerrasMMU: Do radix page table walks on iTLB misses
2020-05-08 Paul MackerrasAdd TLB to icache
2020-05-08 Paul Mackerrastests: Add a test for the MMU radix page table walks
2020-05-08 Paul MackerrasMMU: Remove software-loaded dTLB mode
2020-05-08 Paul MackerrasMMU: Refetch PTE on access fault
2020-05-08 Paul MackerrasMMU: Implement data segment interrupts
2020-05-08 Paul MackerrasMMU: Implement radix page table machinery
2020-05-08 Paul MackerrasAdd framework for implementing an MMU
2020-05-08 Paul MackerrasImplement access permission checks
2020-05-08 Paul MackerrasImplement data storage interrupts
2020-05-08 Paul Mackerrasdcache: Implement data TLB
2020-05-08 Paul MackerrasPass mtspr/mfspr to MMU-related SPRs down to loadstore1
2020-05-08 Paul Mackerrasmw_debug: Add support for reading GSPRs and writing...
2020-05-08 Paul Mackerrasdebug: Provide a way to examine GPRs, fast SPRs and MSR
2020-05-08 Paul MackerrasImprove architectural compliance of mfspr and mtspr
2020-05-08 Paul Mackerrasdecode1: Implement eieio as a nop
2020-05-08 Paul MackerrasImplement the extswsli instruction
2020-05-06 Anton BlanchardMerge pull request #166 from paulusmack/master
2020-05-06 Paul Mackerrasexecute1: Fix interrupt delivery during slow instructions
2020-05-06 Paul Mackerraswishbone_debug_master: Fix address auto-increment for...
2020-05-06 Paul MackerrasMerge remote-tracking branch 'remotes/origin/master'
2020-05-06 Paul Mackerrasdcache: Don't assert on dcbz cache hit
2020-05-06 Anton BlanchardMerge pull request #165 from mikey/xics
2020-05-01 Anton BlanchardMerge pull request #167 from tomtor/patch-1
2020-05-01 Tom VijlbriefUpdate README.md
2020-04-29 Paul MackerrasChange the default cross compiler prefix to powerpc64le...
2020-04-29 Paul MackerrasMakefile: fix typo
2020-04-29 Paul Mackerrastests: Add a test for privileged instruction interrupts
2020-04-28 Paul Mackerrasdcache: Implement the dcbz instruction
2020-04-28 Paul MackerrasPlumb insn_type through to loadstore1
2020-04-28 Paul Mackerrasexecute1: Generate privileged instruction interrupts...
2020-04-28 Paul Mackerrasexecute1: Improve architecture compliance of MSR and...
2020-04-23 Anton BlanchardMerge pull request #164 from mikey/tags
2020-04-23 Anton BlanchardMerge pull request #163 from paulusmack/excpath
2020-04-23 Michael NeulingXICS test case
2020-04-23 Michael NeulingXICS interrupt controller
2020-04-23 Michael NeulingWire up sim uart TX interrupt
2020-04-23 Michael NeulingAdd calls to dis/enable potato uart IRQ
2020-04-23 Michael NeulingAdd VHDL TAGS
2020-04-22 Paul Mackerrasexecute1: Don't execute ld/st instruction when taking...
2020-04-16 Anton BlanchardMerge pull request #162 from antonblanchard/bin2hex...
2020-04-16 Anton BlanchardMerge pull request #161 from antonblanchard/hello-world...
2020-04-16 Anton Blanchardrust_lib_demo: Remove bin2hex.py
2020-04-16 Anton BlanchardMerge pull request #160 from antonblanchard/tomtor...
2020-04-16 Anton Blanchardhello_world: Use Makefile automatic variables
2020-04-16 Anton Blanchardrust_lib_demo: Use common console code
2020-04-16 Anton Blanchardrust_lib_demo: Update package dependencies to fix a...
2020-04-16 Tom VijlbriefAdd Rust demo
2020-04-16 Anton BlanchardMerge pull request #159 from shenki/fusesoc-ram-16k
2020-04-15 Joel StanleySet default RAM to be 16K in microwatt.core
2020-04-15 Joel StanleyREADME: hello world needs 16KB of RAM
2020-04-14 Anton BlanchardMerge pull request #158 from paulusmack/excpath
2020-04-09 Anton BlanchardMerge pull request #157 from paulusmack/master
2020-04-07 Paul MackerrasDecode attn in the major opcode decode table
2020-04-07 Paul MackerrasDecode sc in the major opcode decode table
2020-04-07 Paul MackerrasRemove sim_config instruction
2020-04-07 Paul Mackerrasexecute1: Implement trap instructions properly
2020-04-07 Paul MackerrasConsolidate trap variants under a single OP_TRAP
2020-04-07 Paul Mackerrasexecute1: Simplify the interrupt logic a little
2020-04-07 Paul MackerrasRename OP_MCRF to OP_CROP and trim insn_type_t
2020-04-07 Paul Mackerrastests: Put an attn instruction at 0x700
2020-04-03 Paul MackerrasGive exceptions a separate path to writeback
2020-04-03 Paul Mackerrastests: Update executables
2020-04-03 Paul Mackerrastests: Adjust header inclusions and Makefile.test
2020-04-03 Paul Mackerrashello_world: Use ldcix/stdcix to access UART
2020-04-03 Paul Mackerrashello_world: Adjust header inclusions and Makefile
2020-04-02 Anton BlanchardMerge pull request #155 from mikey/exceptions
2020-04-01 Michael NeulingAdd test cases for new exceptions and supervisor state
2020-04-01 Michael NeulingAdd sc, illegal and decrementer exceptions and some...
2020-03-31 Michael NeulingPlumb attn instruction through to execute1
2020-03-31 Michael NeulingBreakout the console code so it can be reused.
2020-03-30 Anton BlanchardMerge pull request #153 from paulusmack/master
2020-03-30 Paul Mackerrasloadstore1: Add support for cache-inhibited load and...
2020-03-29 Paul Mackerrasloadstore1: Move load data formatting from writeback...
2020-03-28 Paul Mackerrasloadstore1: Move logic from dcache to loadstore1
2020-03-11 Anton BlanchardMerge pull request #152 from mikey/gitignore
2020-03-05 Paul Mackerrasdcache: Remove LOAD_UPDATE2 state
2020-03-04 Paul Mackerrasdcache: Trim one cycle from the load hit path
2020-02-28 Michael Neulinggitignore: Fix RAM file name
2020-02-27 Paul Mackerrasdcache: Implement load-reserve and store-conditional...
2020-02-26 Paul Mackerrasdcache: Add support for unaligned loads and stores
2020-02-22 Anton BlanchardMerge pull request #150 from sharkcz/selinux
2020-02-21 Paul Mackerrasdcache: Fix obscure bug and minor cleanups
2020-02-19 Paul MackerrasRemove single-issue constraint for most loads and stores
2020-02-05 Paul Mackerrasexecute1: Use truth table embedded in instruction for...
2020-01-29 Dan Horákmake the sources volume mount SELinux friendly
2020-01-23 Anton BlanchardMerge pull request #147 from antonblanchard/diamond-1
2020-01-23 Anton BlanchardFix a Diamond issue in decode2
2020-01-23 Anton BlanchardFix a Diamond build issue in writeback
2020-01-22 Anton BlanchardMerge pull request #146 from antonblanchard/vhpi-cleanup
2020-01-22 Anton BlanchardConsolidate VHPI code
2020-01-22 Anton BlanchardMerge pull request #145 from antonblanchard/sim_console-fix
2020-01-22 Anton Blanchardsim_console: Use cfmakeraw() and add option for ctrl...
next