1. 9875538 nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" when by Greentime Hu · 6 years ago
  2. bc9cb86 nds32: To simplify the implementation of update_mmu_cache() by Greentime Hu · 6 years ago
  3. 6897e6e nds32: Fix the dts pointer is not passed correctly issue. by Greentime Hu · 6 years ago
  4. f706abf nds32: To implement these icache invalidation APIs since nds32 cores don't snoop by Greentime Hu · 6 years ago
  5. a78945c nds32: Fix build error caused by configuration flag rename by Guenter Roeck · 6 years ago
  6. 97d1e3d nds32: define __NDS32_E[BL]__ for sparse by Luc Van Oostenryck · 6 years ago
  7. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  8. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  9. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  10. 267d2e1 nds32: use generic dma_noncoherent_ops by Christoph Hellwig · 6 years ago
  11. f860122c nds32: implement the unmap_sg DMA operation by Christoph Hellwig · 6 years ago
  12. 4ac1c68 nds32: consolidate DMA cache maintainance routines by Christoph Hellwig · 6 years ago
  13. a30e7d1 nds32: Fix compiler warning, Wstringop-overflow, in vdso.c by Vincent Chen · 6 years ago
  14. aaaaba5 nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpage by Vincent Chen · 6 years ago
  15. 5b9f956 nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_page by Vincent Chen · 6 years ago
  16. efcc4ea nds32: Correct flush_dcache_page function by Vincent Chen · 6 years ago
  17. 1613de8 nds32: Fix the unaligned access handler by Nickhu · 6 years ago
  18. b3a7584 nds32: Renaming the file for unaligned access by Nickhu · 6 years ago
  19. abb90a2 nds32: To fix a cache inconsistency issue by setting correct cacheability of NTC by Greentime Hu · 6 years ago
  20. 8769c22 nds32: To refine readability of INT_MASK_INITAIAL_VAL by Greentime Hu · 6 years ago
  21. 3ff2228 nds32: Fix the virtual address may map too much range by tlbop issue. by Greentime Hu · 6 years ago
  22. b3b112b nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default y by Greentime Hu · 7 years ago
  23. c8c20f9 nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off. by Greentime Hu · 7 years ago
  24. bb91267 nds32: Fix the unknown type u8 issue. by Greentime Hu · 7 years ago
  25. e3f4624 nds32: Fix the symbols undefined issue by exporting them. by Greentime Hu · 7 years ago
  26. 03969d0 nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_range by Greentime Hu · 7 years ago
  27. 8cedb78 nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHARED by Greentime Hu · 7 years ago
  28. 81560e0 nds32: Fix building error of crypto/xor.c by adding xor.h by Greentime Hu · 7 years ago
  29. 6ca4b26 nds32: Fix building error when CONFIG_FREEZE is enabled. by Greentime Hu · 7 years ago
  30. aeaa7af nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue. by Greentime Hu · 7 years ago
  31. d808e91 signal/nds32: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  32. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  33. f6ed1ec signal/nds32: Use force_sig(SIGILL) in do_revisn by Eric W. Biederman · 7 years ago
  34. be5c2ff signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions by Eric W. Biederman · 7 years ago
  35. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  36. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  37. 6fc61ee nds32: To use the generic dump_stack() by Greentime Hu · 7 years ago
  38. e115807 nds32: fix building failed if using elf toolchain. by Greentime Hu · 7 years ago
  39. d78a62f nds32: fix building failed if using older version gcc. by Greentime Hu · 7 years ago
  40. e71ea3b nds32: Build infrastructure by Greentime Hu · 7 years ago
  41. a06d429 nds32: defconfig by Greentime Hu · 7 years ago
  42. 5c86fa7 nds32: Miscellaneous header files by Greentime Hu · 7 years ago
  43. beebdea nds32: Device tree support by Greentime Hu · 7 years ago
  44. e2f8b5c nds32: Generic timers support by Greentime Hu · 7 years ago
  45. c9a4a8d nds32: Loadable modules by Greentime Hu · 7 years ago
  46. 3af6e29 nds32: L2 cache support by Greentime Hu · 7 years ago
  47. e9d0704 nds32: Debugging support by Greentime Hu · 7 years ago
  48. ace02e2 nds32: Library functions by Greentime Hu · 7 years ago
  49. 7ecbac7 nds32: Signal handling support by Greentime Hu · 7 years ago
  50. eefacd1 nds32: VDSO support by Greentime Hu · 7 years ago
  51. 1932fbe nds32: System calls handling by Greentime Hu · 7 years ago
  52. 3172c605 nds32: ELF definitions by Greentime Hu · 7 years ago
  53. 80081b3 nds32: DMA mapping API by Greentime Hu · 7 years ago
  54. 4a64f68 nds32: Device specific operations by Greentime Hu · 7 years ago
  55. 484367b nds32: Atomic operations by Greentime Hu · 7 years ago
  56. f13c34b nds32: IRQ handling by Greentime Hu · 7 years ago
  57. a15e9ff nds32: Process management by Greentime Hu · 7 years ago
  58. 7de9cf4 nds32: Cache and TLB routines by Greentime Hu · 7 years ago
  59. 664eec4 nds32: MMU fault handling and page table management by Greentime Hu · 7 years ago
  60. 59fd53c nds32: MMU initialization by Greentime Hu · 7 years ago
  61. 2e1aecb nds32: MMU definitions by Greentime Hu · 7 years ago
  62. 2923f5e nds32: Exception handling by Greentime Hu · 7 years ago
  63. 001d953 nds32: Kernel booting and initialization by Greentime Hu · 7 years ago
  64. e1d82de nds32: Assembly macros and definitions by Greentime Hu · 7 years ago