1. fd2efaa locking/atomics: Rework ordering barriers by Mark Rutland · 6 years ago
  2. 52b544b Merge tag 'v4.18-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  3. 9a6a511 RISC-V: Fix the rv32i kernel build by Palmer Dabbelt · 6 years ago
  4. 1db9b80 RISC-V: Fix PTRACE_SETREGSET bug. by Jim Wilson · 6 years ago
  5. 8606544 RISC-V: Don't include irq-riscv-intc.h by Palmer Dabbelt · 6 years ago
  6. f67f10b riscv: remove unnecessary of_platform_populate call by Rob Herring · 6 years ago
  7. 781c8fe RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocations by Andreas Schwab · 6 years ago
  8. 7df8500 RISC-V: Change variable type for 32-bit compatible by Zong Li · 6 years ago
  9. c480d89 RISC-V: Add definiion of extract symbol's index and type for 32-bit by Zong Li · 6 years ago
  10. 8f79125 RISC-V: Select GENERIC_UCMPDI2 on RV32I by Zong Li · 6 years ago
  11. d5fad48 RISC-V: Add conditional macro for zone of DMA32 by Zong Li · 6 years ago
  12. 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 6 years ago
  13. 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 6 years ago
  14. 2b523f1 atomics/riscv: Define atomic64_fetch_add_unless() by Mark Rutland · 6 years ago
  15. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 6 years ago
  16. bef8282 atomics/treewide: Make atomic64_inc_not_zero() optional by Mark Rutland · 6 years ago
  17. 8b47038 atomics/treewide: Remove redundant atomic_inc_not_zero() definitions by Mark Rutland · 6 years ago
  18. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 6 years ago
  19. 6a4d4b3 Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  20. 763f969 Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  21. 24a130c RISC-V: Add CONFIG_HVC_RISCV_SBI=y to defconfig by Palmer Dabbelt · 7 years ago
  22. e0e0c87 RISC-V: Make our port sparse-clean by Palmer Dabbelt · 6 years ago
  23. 77aa85d RISC-V: Handle R_RISCV_32 in modules by Andreas Schwab · 6 years ago
  24. 1dd9852 riscv/ftrace: Export _mcount when DYNAMIC_FTRACE isn't set by Alan Kao · 6 years ago
  25. 889d746 riscv: add riscv-specific predefines to CHECKFLAGS by Luc Van Oostenryck · 6 years ago
  26. 86406d5 riscv: split the declaration of __copy_user by Luc Van Oostenryck · 6 years ago
  27. 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  28. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 6 years ago
  29. 9bf9739 riscv: no __user for probe_kernel_address() by Luc Van Oostenryck · 6 years ago
  30. 2861ae3 riscv: use NULL instead of a plain 0 by Luc Van Oostenryck · 6 years ago
  31. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  32. 32c81bc RISC-V: Preliminary Perf Support by Palmer Dabbelt · 6 years ago
  33. 178e9fc perf: riscv: preliminary RISC-V support by Alan Kao · 6 years ago
  34. ebcbd75 riscv: Fix the bug in memory access fixup code by Alan Kao · 6 years ago
  35. 10314e0 riscv: add swiotlb support by Christoph Hellwig · 6 years ago
  36. f1306f0 riscv: only enable ZONE_DMA32 for 64-bit by Christoph Hellwig · 6 years ago
  37. c3e4ed0 riscv: simplify Kconfig magic for 32-bit vs 64-bit kernels by Christoph Hellwig · 6 years ago
  38. 2ff075c drivers: base: cacheinfo: setup DT cache properties early by Jeremy Linton · 6 years ago
  39. 4965a68 arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig by Christoph Hellwig · 6 years ago
  40. d4a451d arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol by Christoph Hellwig · 6 years ago
  41. 6e88628 dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG by Christoph Hellwig · 6 years ago
  42. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 6 years ago
  43. 7ff3a76 signal/riscv: Replace do_trap_siginfo with force_sig_fault by Eric W. Biederman · 6 years ago
  44. 4d6a20b signal/riscv: Use force_sig_fault where appropriate by Eric W. Biederman · 6 years ago
  45. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 6 years ago
  46. 85602be RISC-V: build vdso-dummy.o with -no-pie by Aurelien Jarno · 6 years ago
  47. 5b7252a riscv: there is no <asm/handle_irq.h> by Christoph Hellwig · 6 years ago
  48. 86e1175 riscv: select DMA_DIRECT_OPS instead of redefining it by Christoph Hellwig · 6 years ago
  49. e3d5980 lib: Rename compiler intrinsic selects to GENERIC_LIB_* by Matt Redfearn · 6 years ago
  50. 527cd20 Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  51. 5b1f3dc Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  52. f6a11d9 RISC-V: Rename CONFIG_CMDLINE_OVERRIDE to CONFIG_CMDLINE_FORCE by Palmer Dabbelt · 7 years ago
  53. 7a8e7da RISC-V: Fixes to module loading by Palmer Dabbelt · 6 years ago
  54. 2c9046b RISC-V: Assorted memory model fixes by Palmer Dabbelt · 6 years ago
  55. e21d542 RISC-V: Add definition of relocation types by Zong Li · 7 years ago
  56. 4a632ce RISC-V: Enable module support in defconfig by Zong Li · 7 years ago
  57. 4aad074 RISC-V: Support SUB32 relocation type in kernel module by Zong Li · 7 years ago
  58. 8e691b1 RISC-V: Support ADD32 relocation type in kernel module by Zong Li · 7 years ago
  59. 29e405c RISC-V: Support ALIGN relocation type in kernel module by Zong Li · 7 years ago
  60. 56ea45a RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewq by Zong Li · 7 years ago
  61. e7456e69 RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel module by Zong Li · 7 years ago
  62. e1910c7 RISC-V: Support CALL relocation type in kernel module by Zong Li · 7 years ago
  63. da975dd RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel module by Zong Li · 7 years ago
  64. b8bde0e RISC-V: Add section of GOT.PLT for kernel module by Zong Li · 7 years ago
  65. ab1ef68 RISC-V: Add sections of PLT and GOT for kernel module by Zong Li · 7 years ago
  66. 5ce6c1f riscv/atomic: Strengthen implementations with fences by Andrea Parri · 7 years ago
  67. 0123f4d riscv/spinlock: Strengthen implementations with fences by Andrea Parri · 7 years ago
  68. 8d235b1 riscv/barrier: Define __smp_{store_release,load_acquire} by Andrea Parri · 7 years ago
  69. b785ec1 riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support by Alan Kao · 7 years ago
  70. aea4c67 riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS support by Alan Kao · 7 years ago
  71. 71e736a riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support by Alan Kao · 7 years ago
  72. bc1a4c3 riscv/ftrace: Add dynamic function graph tracer support by Alan Kao · 7 years ago
  73. c15ac4f riscv/ftrace: Add dynamic function tracer support by Alan Kao · 7 years ago
  74. a1d2a6b riscv/ftrace: Add RECORD_MCOUNT support by Alan Kao · 7 years ago
  75. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  76. cc6c984 RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handler by Palmer Dabbelt · 7 years ago
  77. ab4af60 riscv/barrier: Define __smp_{mb,rmb,wmb} by Andrea Parri · 7 years ago
  78. 8b08f50 Rename sbi_save to parse_dtb to improve code readability by Michael Clark · 7 years ago
  79. bcae803 RISC-V: Enable IRQ during exception handling by zongbox@gmail.com · 7 years ago
  80. 89a4b44 riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select by Ulf Magnusson · 7 years ago
  81. 2aaa2dc riscv: kconfig: Remove RISCV_IRQ_INTC select by Ulf Magnusson · 7 years ago
  82. ab0dc41 riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select by Ulf Magnusson · 7 years ago
  83. 413879a Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  84. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  85. 40b9672 Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  86. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  87. 4889dec riscv: inline set_pgdir into its only caller by Christoph Hellwig · 7 years ago
  88. 7549cdf riscv: rename sptbr to satp by Christoph Hellwig · 7 years ago
  89. 372def1 riscv: don't read back satp in paging_init by Christoph Hellwig · 7 years ago
  90. 0ca7a0b riscv: remove the unused current_pgdir function by Christoph Hellwig · 7 years ago
  91. 5ec9c4f riscv: add ZONE_DMA32 by Christoph Hellwig · 7 years ago
  92. f1b65f2 RISC-V: Limit the scope of TLB shootdowns by Andrew Waterman · 7 years ago
  93. fe9b842 riscv: disable SUM in the exception handler by Christoph Hellwig · 7 years ago
  94. 509009c riscv: remove redundant unlikely() by Tobias Klauser · 7 years ago
  95. 0b5030c riscv: remove unused __ARCH_HAVE_MMU define by Tobias Klauser · 7 years ago
  96. 10626c3 riscv/ftrace: Add basic support by Alan Kao · 7 years ago
  97. 5d44bf2 RISC-V: Remove mem_end command line processing by Palmer Dabbelt · 7 years ago
  98. 3e076a7 RISC-V: Remove duplicate command-line parsing logic by Michael Clark · 7 years ago
  99. 49f9c35 Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  100. 002e674 dma-direct: rename dma_noop to dma_direct by Christoph Hellwig · 7 years ago