1. ecc5d83 riscv: add Kconfig entries for the code model by Lukas Auer · 6 years ago
  2. 2a21815 riscv: ax25-ae350: Pass dtb address to u-boot with a1 register by Rick Chen · 6 years ago
  3. 89b3934 riscv: Add kconfig option to run U-Boot in S-mode by Anup Patel · 6 years ago
  4. 5354888 riscv: efi: Generate Microsoft PE format compliant images by Bin Meng · 6 years ago
  5. 842d580 riscv: cache: Implement i/dcache [status, enable, disable] by Rick Chen · 6 years ago
  6. baaa062 riscv: dts: Add ae350_32.dts for RV32I by Rick Chen · 6 years ago
  7. 2dab6d4 riscv: dts: Sync to Linux Kernel ae350 dts. by Rick Chen · 6 years ago
  8. 86feab3 riscv: align bootm implementation with that of other architectures by Lukas Auer · 6 years ago
  9. 39a652b riscv: save hart ID and device tree passed by prior boot stage by Lukas Auer · 6 years ago
  10. 8598e6b riscv: do not blindly modify the mstatus CSR by Lukas Auer · 6 years ago
  11. 230ab8a riscv: remove unused labels in start.S by Lukas Auer · 6 years ago
  12. ccd035a Drop CONFIG_INIT_CRITICAL by Bin Meng · 6 years ago
  13. af51285 riscv: align mtvec on a 4-byte boundary by Lukas Auer · 6 years ago
  14. 7cf4368 riscv: fix inconsistent use of spaces and tabs in start.S by Lukas Auer · 6 years ago
  15. 7656228 riscv: implement the invalidate_icache_* functions by Lukas Auer · 6 years ago
  16. 306b31d riscv: hang on unhandled exceptions by Lukas Auer · 6 years ago
  17. ae525d5 riscv: treat undefined exception codes as reserved by Lukas Auer · 6 years ago
  18. 40f7eb5 riscv: complete the list of exception codes by Lukas Auer · 6 years ago
  19. 09db5fc riscv: do not reimplement generic io functions by Lukas Auer · 6 years ago
  20. 78da26d riscv: make use of the barrier functions from Linux by Lukas Auer · 6 years ago
  21. e429a1e riscv: fix use of incorrectly sized variables by Lukas Auer · 6 years ago
  22. 93478f1 riscv: enable -fdata-sections by Lukas Auer · 6 years ago
  23. 17d3e90 riscv: set -march and -mabi based on the Kconfig configuration by Lukas Auer · 6 years ago
  24. 002012f riscv: add Kconfig entries for the C and A ISA extensions by Lukas Auer · 6 years ago
  25. 7ab1df0 riscv: select CONFIG_PHYS_64BIT on RV64I systems by Lukas Auer · 6 years ago
  26. 54ebfe7 riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I by Lukas Auer · 6 years ago
  27. 401885a Use _AC and UL macros from linux/const.h by Baruch Siach · 6 years ago
  28. 9dc13da Kbuild: add LDFLAGS_STANDALONE by Daniel Schwierzeck · 6 years ago
  29. 635a253 riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux() by Bin Meng · 6 years ago
  30. 920f7dc riscv: allow native compilation by Heinrich Schuchardt · 6 years ago
  31. f25398e riscv: cosmetic: Reword do_reset() printf message. by Rick Chen · 6 years ago
  32. de8d80e riscv: Move do_reset() to a common place by Bin Meng · 6 years ago
  33. 8a8694d riscv: Add QEMU virt board support by Bin Meng · 6 years ago
  34. 6e1033f riscv: ae350: Clean up mixed tabs and spaces in the dts by Bin Meng · 6 years ago
  35. bcb3843 riscv: Make start.S available for all targets by Bin Meng · 6 years ago
  36. 8294bb5 riscv: bootm: Pass mhartid CSR value to kernel by Bin Meng · 6 years ago
  37. 748dae2 riscv: Remove CSR read/write defines in encoding.h by Bin Meng · 6 years ago
  38. 055700e riscv: Add a helper routine to print CPU information by Bin Meng · 6 years ago
  39. e2ff918 riscv: Explicitly pass -march and -mabi to the compiler by Bin Meng · 6 years ago
  40. c7feb19 riscv: Fix coding style issues in the linker script by Bin Meng · 6 years ago
  41. a28e0f5 riscv: Move the linker script to the CPU root directory by Bin Meng · 6 years ago
  42. ebd336f riscv: Remove mach type by Bin Meng · 6 years ago
  43. aca590b riscv: bootm: Correct the 1st kernel argument to hart id by Bin Meng · 6 years ago
  44. d9eec24 riscv: Remove setup.h by Bin Meng · 6 years ago
  45. 6b69775 riscv: kconfig: Normalize architecture name spelling by Bin Meng · 6 years ago
  46. 508332b config.mk: Remove duplicated -fno-strict-aliasing by Bin Meng · 6 years ago
  47. 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  48. b28f7b3 riscv: Include bss subsections in linker script by Alexander Graf · 6 years ago
  49. 94a10f2 efi_loader: Rename sections to allow for implicit data by Alexander Graf · 6 years ago
  50. b908d2e riscv: Remove unused _relocate arguments by Ivan Gorinov · 6 years ago
  51. ed4a3b3 riscv: dts: Support cfi flash by Rick Chen · 7 years ago
  52. c7cccef riscv: dts: Sync DT with Linux Kernel by Rick Chen · 7 years ago
  53. b66af37 riscv: cpu: nx25: Rename as ax25 by Rick Chen · 7 years ago
  54. 9dbb973 SPDX: Convert single license tags to Linux Kernel style by Rick Chen · 7 years ago
  55. 9677a37 efi_loader: Enable RISC-V support by Rick Chen · 7 years ago
  56. 7ea64b0 riscv: Add board_quiesce_devices stub by Alexander Graf · 7 years ago
  57. 31bdde9 riscv: Add EFI application infrastructure by Alexander Graf · 7 years ago
  58. a5dc563 riscv: Enable function sections by Alexander Graf · 7 years ago
  59. 3bb8f01 riscv: Add setjmp/longjmp code by Alexander Graf · 7 years ago
  60. 435e382 riscv: Define PLATFORM__CLEAR_BIT for generic_clear_bit() by Bryan O'Donoghue · 7 years ago
  61. 1c12981 riscv: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · 7 years ago
  62. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  63. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  64. 40a6fe7 riscv: ae250: Support DT provided by the board at runtime by Rick Chen · 7 years ago
  65. ef6b196 riscv: dts: AE250 support sd High-Speed mode by Rick Chen · 7 years ago
  66. 53b47b8 riscv: bootm: Remove ATAGS by Rick Chen · 7 years ago
  67. 632a569 riscv: bootm: Support to boot riscv-linux by Rick Chen · 7 years ago
  68. f8e3a12 riscv: checkpatch: Fix static const char * array declarations by Rick Chen · 7 years ago
  69. 948de3b riscv: checkpatch: Fix missing a blank line after declarations by Rick Chen · 7 years ago
  70. 69ae630 riscv: checkpatch: Fix alignment should match open parenthesis by Rick Chen · 7 years ago
  71. b34b4b9 riscv: checkpatch: Fix use of volatile by Rick Chen · 7 years ago
  72. 5febadd riscv: checkpatch: Fix Macro argument reuse by Rick Chen · 7 years ago
  73. 64d4ead riscv: Add Kconfig to support RISC-V by Rick Chen · 7 years ago
  74. 76c0a24 riscv: nx25: include: Add header files to support RISC-V by Rick Chen · 7 years ago
  75. 2e4fc1b riscv: nx25: dts: Add AE250 dts to support RISC-V by Rick Chen · 7 years ago
  76. 6eedd92 riscv: nx25: lib: Add relative lib funcs to support RISC-V by Rick Chen · 7 years ago
  77. e76b804 riscv: cpu: Add nx25 to support RISC-V by Rick Chen · 7 years ago