1. d6e4b3e arch: remove redundant UAPI generic-y defines by Masahiro Yamada · 6 years ago
  2. d4ce545 arch: remove stale comments "UAPI Header export list" by Masahiro Yamada · 6 years ago
  3. 5c0ab28 nds32: remove redundant kernel-space generic-y by Masahiro Yamada · 6 years ago
  4. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  5. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  6. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  7. 889bb74 Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux by Linus Torvalds · 6 years ago
  8. 030672a Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  9. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  10. 3731c3d dma-mapping: always build the direct mapping code by Christoph Hellwig · 6 years ago
  11. acc2038 Merge branch 'yaml-bindings-for-v4.21' into dt/next by Rob Herring · 6 years ago
  12. d48ebb2 nds32: function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  13. cd5e0fa nds32: Remove phys_initrd_start and phys_initrd_size by Florian Fainelli · 6 years ago
  14. e2f3f8b nds32: support hardware prefetcher by Nylon Chen · 6 years ago
  15. a523406 nds32: Fix the items of hwcap_str ordering issue. by Nylon Chen · 6 years ago
  16. 44e92e0 nds32: support denormalized result through FP emulator by Vincent Chen · 6 years ago
  17. 1ac8325 nds32: Support FP emulation by Vincent Chen · 6 years ago
  18. e46bf83 nds32: nds32 FPU port by Vincent Chen · 6 years ago
  19. 3541833 Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  20. 4f014a4 nds32: Remove duplicated include from pm.c by YueHaibing · 6 years ago
  21. 7938e63 nds32: Power management for nds32 by Nick Hu · 6 years ago
  22. c8b3446 nds32: Add perf call-graph support. by Nickhu · 6 years ago
  23. ebd0975 nds32: Perf porting by Nickhu · 6 years ago
  24. 9aaafac nds32: Fix bug in bitfield.h by Nickhu · 6 years ago
  25. 4c3d617 nds32: Fix gcc 8.0 compiler option incompatible. by Nickhu · 6 years ago
  26. 8730c17 nds32: Fill all TLB entries with kernel image mapping by Zong Li · 6 years ago
  27. 2e95c4d nds32: Remove the redundant assignment by Zong Li · 6 years ago
  28. a8874e7 mm: make the __PAGETABLE_PxD_FOLDED defines non-empty by Martin Schwidefsky · 6 years ago
  29. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  30. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  31. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
  32. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  33. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
  34. de0d22e treewide: remove current_text_addr by Nick Desaulniers · 6 years ago
  35. b27186a Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  36. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  37. 37c8a5f kbuild: consolidate Devicetree dtb build rules by Rob Herring · 7 years ago
  38. bc3ec75 dma-mapping: merge direct and noncoherent ops by Christoph Hellwig · 6 years ago
  39. 3350139 nds32: linker script: GCOV kernel may refers data in __exit by Greentime Hu · 6 years ago
  40. ec86539 nds32: fix build error because of wrong semicolon by Greentime Hu · 6 years ago
  41. 0cde56e nds32: Fix a kernel panic issue because of wrong frame pointer access. by Greentime Hu · 6 years ago
  42. 487c4b2 nds32: Only print one page of stack when die to prevent printing too much information. by Greentime Hu · 6 years ago
  43. 95f93ed nds32: Add macro definition for offset of lp register on stack by Zong Li · 6 years ago
  44. c5fdf7e nds32: Remove the deprecated ABI implementation by Zong Li · 6 years ago
  45. 1e377ae nds32/stack: Get real return address by using ftrace_graph_ret_addr by Zong Li · 6 years ago
  46. 95cd2f7 nds32/ftrace: Support dynamic function graph tracer by Zong Li · 6 years ago
  47. 6b1d6d2 nds32/ftrace: Support dynamic function tracer by Zong Li · 6 years ago
  48. fbf58a5 nds32/ftrace: Add RECORD_MCOUNT support by Zong Li · 6 years ago
  49. 1e9b14c nds32/ftrace: Support static function graph tracer by Zong Li · 6 years ago
  50. a180825 nds32/ftrace: Support static function tracer by Zong Li · 6 years ago
  51. 487913a nds32: Extract the checking and getting pointer to a macro by Zong Li · 6 years ago
  52. 7ef3954 nds32: Clean up the coding style by Zong Li · 6 years ago
  53. 6cce95a6 nds32: Fix get_user/put_user macro expand pointer problem by Zong Li · 6 years ago
  54. c17df79 nds32: Fix empty call trace by Zong Li · 6 years ago
  55. 1944a50 nds32: add NULL entry to the end of_device_id array by YueHaibing · 6 years ago
  56. 1dfdf99 nds32: fix logic for module by Greentime Hu · 6 years ago
  57. bf4b6a7 y2038: Remove stat64 family from default syscall set by Arnd Bergmann · 7 years ago
  58. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  59. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  60. 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
  61. 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
  62. 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
  63. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  64. 9875538 nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" when by Greentime Hu · 7 years ago
  65. bc9cb86 nds32: To simplify the implementation of update_mmu_cache() by Greentime Hu · 7 years ago
  66. 6897e6e nds32: Fix the dts pointer is not passed correctly issue. by Greentime Hu · 7 years ago
  67. f706abf nds32: To implement these icache invalidation APIs since nds32 cores don't snoop by Greentime Hu · 7 years ago
  68. a78945c nds32: Fix build error caused by configuration flag rename by Guenter Roeck · 7 years ago
  69. 97d1e3d nds32: define __NDS32_E[BL]__ for sparse by Luc Van Oostenryck · 7 years ago
  70. 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
  71. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  72. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  73. 267d2e1 nds32: use generic dma_noncoherent_ops by Christoph Hellwig · 7 years ago
  74. f860122c nds32: implement the unmap_sg DMA operation by Christoph Hellwig · 7 years ago
  75. 4ac1c68 nds32: consolidate DMA cache maintainance routines by Christoph Hellwig · 7 years ago
  76. a30e7d1 nds32: Fix compiler warning, Wstringop-overflow, in vdso.c by Vincent Chen · 7 years ago
  77. aaaaba5 nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpage by Vincent Chen · 7 years ago
  78. 5b9f956 nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_page by Vincent Chen · 7 years ago
  79. efcc4ea nds32: Correct flush_dcache_page function by Vincent Chen · 7 years ago
  80. 1613de8 nds32: Fix the unaligned access handler by Nickhu · 7 years ago
  81. b3a7584 nds32: Renaming the file for unaligned access by Nickhu · 7 years ago
  82. abb90a2 nds32: To fix a cache inconsistency issue by setting correct cacheability of NTC by Greentime Hu · 7 years ago
  83. 8769c22 nds32: To refine readability of INT_MASK_INITAIAL_VAL by Greentime Hu · 7 years ago
  84. 3ff2228 nds32: Fix the virtual address may map too much range by tlbop issue. by Greentime Hu · 7 years ago
  85. b3b112b nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default y by Greentime Hu · 7 years ago
  86. c8c20f9 nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off. by Greentime Hu · 7 years ago
  87. bb91267 nds32: Fix the unknown type u8 issue. by Greentime Hu · 7 years ago
  88. e3f4624 nds32: Fix the symbols undefined issue by exporting them. by Greentime Hu · 7 years ago
  89. 03969d0 nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_range by Greentime Hu · 7 years ago
  90. 8cedb78 nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHARED by Greentime Hu · 7 years ago
  91. 81560e0 nds32: Fix building error of crypto/xor.c by adding xor.h by Greentime Hu · 7 years ago
  92. 6ca4b26 nds32: Fix building error when CONFIG_FREEZE is enabled. by Greentime Hu · 7 years ago
  93. aeaa7af nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue. by Greentime Hu · 7 years ago
  94. d808e91 signal/nds32: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  95. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  96. f6ed1ec signal/nds32: Use force_sig(SIGILL) in do_revisn by Eric W. Biederman · 7 years ago
  97. be5c2ff signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions by Eric W. Biederman · 7 years ago
  98. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  99. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  100. 6fc61ee nds32: To use the generic dump_stack() by Greentime Hu · 7 years ago