1. 25ac02d nds32: function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  2. 3350139 nds32: linker script: GCOV kernel may refers data in __exit by Greentime Hu · 6 years ago
  3. ec86539 nds32: fix build error because of wrong semicolon by Greentime Hu · 6 years ago
  4. 0cde56e nds32: Fix a kernel panic issue because of wrong frame pointer access. by Greentime Hu · 6 years ago
  5. 487c4b2 nds32: Only print one page of stack when die to prevent printing too much information. by Greentime Hu · 6 years ago
  6. 95f93ed nds32: Add macro definition for offset of lp register on stack by Zong Li · 6 years ago
  7. c5fdf7e nds32: Remove the deprecated ABI implementation by Zong Li · 6 years ago
  8. 1e377ae nds32/stack: Get real return address by using ftrace_graph_ret_addr by Zong Li · 6 years ago
  9. 95cd2f7 nds32/ftrace: Support dynamic function graph tracer by Zong Li · 6 years ago
  10. 6b1d6d2 nds32/ftrace: Support dynamic function tracer by Zong Li · 6 years ago
  11. fbf58a5 nds32/ftrace: Add RECORD_MCOUNT support by Zong Li · 6 years ago
  12. 1e9b14c nds32/ftrace: Support static function graph tracer by Zong Li · 6 years ago
  13. a180825 nds32/ftrace: Support static function tracer by Zong Li · 6 years ago
  14. 487913a nds32: Extract the checking and getting pointer to a macro by Zong Li · 6 years ago
  15. 7ef3954 nds32: Clean up the coding style by Zong Li · 6 years ago
  16. 6cce95a6 nds32: Fix get_user/put_user macro expand pointer problem by Zong Li · 6 years ago
  17. c17df79 nds32: Fix empty call trace by Zong Li · 6 years ago
  18. 1944a50 nds32: add NULL entry to the end of_device_id array by YueHaibing · 6 years ago
  19. 1dfdf99 nds32: fix logic for module by Greentime Hu · 6 years ago
  20. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  21. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  22. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  23. 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
  24. 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
  25. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  26. 9875538 nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" when by Greentime Hu · 6 years ago
  27. bc9cb86 nds32: To simplify the implementation of update_mmu_cache() by Greentime Hu · 7 years ago
  28. 6897e6e nds32: Fix the dts pointer is not passed correctly issue. by Greentime Hu · 7 years ago
  29. f706abf nds32: To implement these icache invalidation APIs since nds32 cores don't snoop by Greentime Hu · 7 years ago
  30. a78945c nds32: Fix build error caused by configuration flag rename by Guenter Roeck · 7 years ago
  31. 97d1e3d nds32: define __NDS32_E[BL]__ for sparse by Luc Van Oostenryck · 7 years ago
  32. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  33. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  34. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  35. 267d2e1 nds32: use generic dma_noncoherent_ops by Christoph Hellwig · 7 years ago
  36. f860122c nds32: implement the unmap_sg DMA operation by Christoph Hellwig · 7 years ago
  37. 4ac1c68 nds32: consolidate DMA cache maintainance routines by Christoph Hellwig · 7 years ago
  38. a30e7d1 nds32: Fix compiler warning, Wstringop-overflow, in vdso.c by Vincent Chen · 7 years ago
  39. aaaaba5 nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpage by Vincent Chen · 7 years ago
  40. 5b9f956 nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_page by Vincent Chen · 7 years ago
  41. efcc4ea nds32: Correct flush_dcache_page function by Vincent Chen · 7 years ago
  42. 1613de8 nds32: Fix the unaligned access handler by Nickhu · 7 years ago
  43. b3a7584 nds32: Renaming the file for unaligned access by Nickhu · 7 years ago
  44. abb90a2 nds32: To fix a cache inconsistency issue by setting correct cacheability of NTC by Greentime Hu · 7 years ago
  45. 8769c22 nds32: To refine readability of INT_MASK_INITAIAL_VAL by Greentime Hu · 7 years ago
  46. 3ff2228 nds32: Fix the virtual address may map too much range by tlbop issue. by Greentime Hu · 7 years ago
  47. b3b112b nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default y by Greentime Hu · 7 years ago
  48. c8c20f9 nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off. by Greentime Hu · 7 years ago
  49. bb91267 nds32: Fix the unknown type u8 issue. by Greentime Hu · 7 years ago
  50. e3f4624 nds32: Fix the symbols undefined issue by exporting them. by Greentime Hu · 7 years ago
  51. 03969d0 nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_range by Greentime Hu · 7 years ago
  52. 8cedb78 nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHARED by Greentime Hu · 7 years ago
  53. 81560e0 nds32: Fix building error of crypto/xor.c by adding xor.h by Greentime Hu · 7 years ago
  54. 6ca4b26 nds32: Fix building error when CONFIG_FREEZE is enabled. by Greentime Hu · 7 years ago
  55. aeaa7af nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue. by Greentime Hu · 7 years ago
  56. d808e91 signal/nds32: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  57. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  58. f6ed1ec signal/nds32: Use force_sig(SIGILL) in do_revisn by Eric W. Biederman · 7 years ago
  59. be5c2ff signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions by Eric W. Biederman · 7 years ago
  60. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  61. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  62. 6fc61ee nds32: To use the generic dump_stack() by Greentime Hu · 7 years ago
  63. e115807 nds32: fix building failed if using elf toolchain. by Greentime Hu · 7 years ago
  64. d78a62f nds32: fix building failed if using older version gcc. by Greentime Hu · 7 years ago
  65. e71ea3b nds32: Build infrastructure by Greentime Hu · 7 years ago
  66. a06d429 nds32: defconfig by Greentime Hu · 7 years ago
  67. 5c86fa7 nds32: Miscellaneous header files by Greentime Hu · 7 years ago
  68. beebdea nds32: Device tree support by Greentime Hu · 7 years ago
  69. e2f8b5c nds32: Generic timers support by Greentime Hu · 7 years ago
  70. c9a4a8d nds32: Loadable modules by Greentime Hu · 7 years ago
  71. 3af6e29 nds32: L2 cache support by Greentime Hu · 7 years ago
  72. e9d0704 nds32: Debugging support by Greentime Hu · 7 years ago
  73. ace02e2 nds32: Library functions by Greentime Hu · 7 years ago
  74. 7ecbac7 nds32: Signal handling support by Greentime Hu · 7 years ago
  75. eefacd1 nds32: VDSO support by Greentime Hu · 7 years ago
  76. 1932fbe nds32: System calls handling by Greentime Hu · 7 years ago
  77. 3172c605 nds32: ELF definitions by Greentime Hu · 7 years ago
  78. 80081b3 nds32: DMA mapping API by Greentime Hu · 7 years ago
  79. 4a64f68 nds32: Device specific operations by Greentime Hu · 7 years ago
  80. 484367b nds32: Atomic operations by Greentime Hu · 7 years ago
  81. f13c34b nds32: IRQ handling by Greentime Hu · 7 years ago
  82. a15e9ff nds32: Process management by Greentime Hu · 7 years ago
  83. 7de9cf4 nds32: Cache and TLB routines by Greentime Hu · 7 years ago
  84. 664eec4 nds32: MMU fault handling and page table management by Greentime Hu · 7 years ago
  85. 59fd53c nds32: MMU initialization by Greentime Hu · 7 years ago
  86. 2e1aecb nds32: MMU definitions by Greentime Hu · 7 years ago
  87. 2923f5e nds32: Exception handling by Greentime Hu · 7 years ago
  88. 001d953 nds32: Kernel booting and initialization by Greentime Hu · 7 years ago
  89. e1d82de nds32: Assembly macros and definitions by Greentime Hu · 7 years ago