1. c85ac57 MIPS: cmdline: Remove redundant Kconfig defaults by Paul Burton · 5 years ago
  2. c0de00b MIPS: SGI-IP22/28: Use PROM for memory detection by Thomas Bogendoerfer · 5 years ago
  3. 931e1bf MIPS: SGI-IP22: set PHYS_OFFSET to memory start by Thomas Bogendoerfer · 5 years ago
  4. 351889d3 MIPS: fw: arc: workaround 64bit kernel/32bit ARC problems by Thomas Bogendoerfer · 5 years ago
  5. 39b2d75 MIPS: Kconfig: always select ARC_MEMORY and ARC_PROMLIB for platform by Thomas Bogendoerfer · 5 years ago
  6. ce6c0a5 MIPS: fw: arc: use call_o32 to call ARC prom from 64bit kernel by Thomas Bogendoerfer · 5 years ago
  7. d11646b MIPS: fw: arc: remove unused ARC code by Thomas Bogendoerfer · 5 years ago
  8. 3c0be58 MIPS: Drop 32-bit asm string functions by Paul Burton · 5 years ago
  9. 6baaead MIPS: Provide unroll() macro, use it for cache ops by Paul Burton · 5 years ago
  10. a14bf1d MIPS: generic: Use __initconst for const init data by Tiezhu Yang · 5 years ago
  11. fd7710c MIPS: futex: Restore \n after sync instructions by Paul Burton · 5 years ago
  12. 9662dd7 mips: check for dsp presence only once before save/restore by Aurabindo Jayamohanan · 6 years ago
  13. 5dc76a9 MIPS: PCI: use information from 1-wire PROM for IOC3 detection by Thomas Bogendoerfer · 5 years ago
  14. 8c2a2b8 nvmem: core: add nvmem_device_find by Thomas Bogendoerfer · 5 years ago
  15. 24b0cb4 MIPS: CI20: DTS: Add Leds by Alexandre GRIVEAUX · 5 years ago
  16. 948f270 MIPS: CI20: DTS: Add IW8103 Wifi + bluetooth by Alexandre GRIVEAUX · 5 years ago
  17. 73f2b94 MIPS: CI20: DTS: Add I2C nodes by Alexandre GRIVEAUX · 5 years ago
  18. f56a040 MIPS: JZ4780: DTS: Add I2C nodes by Alexandre GRIVEAUX · 5 years ago
  19. a2ecb23 mips: Kconfig: Add ARCH_HAS_FORTIFY_SOURCE by Dmitry Korotin · 6 years ago
  20. ffe59ee MIPS: Loongson-3: Add CSR IPI support by Huacai Chen · 5 years ago
  21. 7507445 MIPS: Loongson: Add Loongson-3A R4 basic support by Huacai Chen · 5 years ago
  22. 6a6f9b7 MIPS: Loongson: Add CFUCFG&CSR support by Huacai Chen · 5 years ago
  23. 397dc00 mips: sgi-ip27: switch from DISCONTIGMEM to SPARSEMEM by Mike Rapoport · 6 years ago
  24. e4acfbc MIPS: Check Loongson3 LL/SC errata workaround correctness by Paul Burton · 5 years ago
  25. 4dee90d MIPS: genex: Don't reload address unnecessarily by Paul Burton · 5 years ago
  26. 12dbb04 MIPS: genex: Add Loongson3 LL/SC workaround to ejtag_debug_handler by Paul Burton · 5 years ago
  27. ae4cd0b MIPS: barrier: Make __smp_mb__before_atomic() a no-op for Loongson3 by Paul Burton · 5 years ago
  28. 7f56b12 MIPS: barrier: Remove loongson_llsc_mb() by Paul Burton · 5 years ago
  29. e84957e MIPS: syscall: Emit Loongson3 sync workarounds within asm by Paul Burton · 5 years ago
  30. 3c1d3f0 MIPS: futex: Emit Loongson3 sync workarounds within asm by Paul Burton · 5 years ago
  31. a91f2a1 MIPS: cmpxchg: Omit redundant barriers for Loongson3 by Paul Burton · 5 years ago
  32. 6a57d2d MIPS: cmpxchg: Emit Loongson3 sync workarounds within asm by Paul Burton · 5 years ago
  33. 9026737 MIPS: bitops: Use smp_mb__before_atomic in test_* ops by Paul Burton · 5 years ago
  34. 5bb2927 MIPS: bitops: Emit Loongson3 sync workarounds within asm by Paul Burton · 5 years ago
  35. c042be0 MIPS: bitops: Use BIT_WORD() & BITS_PER_LONG by Paul Burton · 5 years ago
  36. cc99987 MIPS: bitops: Abstract LL/SC loops by Paul Burton · 5 years ago
  37. aad028c MIPS: bitops: Avoid redundant zero-comparison for non-LLSC by Paul Burton · 5 years ago
  38. d610351 MIPS: bitops: Use the BIT() macro by Paul Burton · 5 years ago
  39. a2e66b8 MIPS: bitops: Allow immediates in test_and_{set,clear,change}_bit by Paul Burton · 5 years ago
  40. 6bbe043 MIPS: bitops: Implement test_and_set_bit() in terms of _lock variant by Paul Burton · 5 years ago
  41. 27aab27 MIPS: bitops: ins start position is always an immediate by Paul Burton · 5 years ago
  42. 59361e9 MIPS: bitops: Use MIPS_ISA_REV, not #ifdefs by Paul Burton · 5 years ago
  43. 3d2920c MIPS: bitops: Only use ins for bit 16 or higher by Paul Burton · 5 years ago
  44. fe7cd97 MIPS: bitops: Handle !kernel_uses_llsc first by Paul Burton · 5 years ago
  45. 1da7bce MIPS: atomic: Deduplicate 32b & 64b read, set, xchg, cmpxchg by Paul Burton · 5 years ago
  46. 40e784b MIPS: atomic: Unify 32b & 64b sub_if_positive by Paul Burton · 5 years ago
  47. 77d281b MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive() by Paul Burton · 5 years ago
  48. 4d1dbfe MIPS: atomic: Emit Loongson3 sync workarounds within asm by Paul Burton · 5 years ago
  49. a38ee6b MIPS: atomic: Use one macro to generate 32b & 64b functions by Paul Burton · 5 years ago
  50. 9537db2 MIPS: atomic: Handle !kernel_uses_llsc first by Paul Burton · 5 years ago
  51. 36d3295 MIPS: atomic: Fix whitespace in ATOMIC_OP macros by Paul Burton · 5 years ago
  52. 185d7d7 MIPS: barrier: Clean up sync_ginv() by Paul Burton · 5 years ago
  53. fe0065e MIPS: barrier: Clean up __sync() definition by Paul Burton · 5 years ago
  54. 5c12a6e MIPS: barrier: Remove fast_mb() Octeon #ifdef'ery by Paul Burton · 5 years ago
  55. 05e6da7 MIPS: barrier: Clean up __smp_mb() definition by Paul Burton · 5 years ago
  56. 21e3134b MIPS: barrier: Clean up rmb() & wmb() definitions by Paul Burton · 5 years ago
  57. bf92927 MIPS: barrier: Add __SYNC() infrastructure by Paul Burton · 5 years ago
  58. ef85d05 MIPS: Use compact branch for LL/SC loops on MIPSr6+ by Paul Burton · 5 years ago
  59. 878f75c MIPS: Unify sc beqz definition by Paul Burton · 5 years ago
  60. 376357a MIPS: ralink: Add GARDENA smart Gateway MT7688 board by Stefan Roese · 6 years ago
  61. 4ce8a03 dt-bindings: mips: Add gardena vendor prefix and board description by Stefan Roese · 6 years ago
  62. cf892ab dt-bindings: mips: Add missing mt7688a-soc compatible by Stefan Roese · 6 years ago
  63. cd5f9e4 MIPS: ralink: mt7628a.dtsi: Add I2C controller DT node by Stefan Roese · 6 years ago
  64. 5045d06 MIPS: r4k-bugs64: Drop CONFIG_CPU_MIPSR6 checks by Paul Burton · 5 years ago
  65. 071d2f0 MIPS: r4k-bugs64: Limit R4k bug checks to affected systems by Paul Burton · 5 years ago
  66. 4bf841e MIPS: SGI-IP27: get rid of compact node ids by Thomas Bogendoerfer · 5 years ago
  67. 46a73e9 MIPS: SGI-IP27: remove not used stuff inherited from IRIX by Thomas Bogendoerfer · 5 years ago
  68. da0c9ea Linux 5.4-rc2 by Linus Torvalds · 5 years ago
  69. b212921 elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings by Linus Torvalds · 5 years ago
  70. 7cdb85d Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  71. 43b815c Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  72. 2d00aee Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  73. 126195c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  74. 4f11918 Merge branch 'readdir' (readdir speedup and sanity checking) by Linus Torvalds · 5 years ago
  75. 8a23eb8 Make filldir[64]() verify the directory entry filename is valid by Linus Torvalds · 5 years ago
  76. 9f79b78 Convert filldir[64]() from __put_user() to unsafe_put_user() by Linus Torvalds · 9 years ago
  77. 9819a30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  78. 6fe137c Merge tag 's390-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  79. d0dea73 KVM: s390: mark __insn32_query() as __always_inline by Heiko Carstens · 5 years ago
  80. b1c41ac KVM: s390: fix __insn32_query() inline assembly by Heiko Carstens · 5 years ago
  81. 2cf2aa6 dma-mapping: fix false positivse warnings in dma_common_free_remap() by Andrey Smirnov · 5 years ago
  82. 86cdd2f kheaders: make headers archive reproducible by Dmitry Goldin · 5 years ago
  83. d188b8c kbuild: update compile-test header list for v5.4-rc2 by Masahiro Yamada · 5 years ago
  84. 4349670 kbuild: two minor updates for Documentation/kbuild/modules.rst by Masahiro Yamada · 5 years ago
  85. 7a82e3f scripts/setlocalversion: clear local variable to make it work for sh by Masahiro Yamada · 5 years ago
  86. 82fdd12 namespace: fix namespace.pl script to support relative paths by Jacob Keller · 5 years ago
  87. 01bb251 video/logo: do not generate unneeded logo C files by Masahiro Yamada · 6 years ago
  88. a9bbe79 video/logo: remove unneeded *.o pattern from clean-files by Masahiro Yamada · 6 years ago
  89. 7a8beb7 integrity: remove pointless subdir-$(CONFIG_...) by Masahiro Yamada · 6 years ago
  90. 6b190d3 integrity: remove unneeded, broken attempt to add -fshort-wchar by Masahiro Yamada · 6 years ago
  91. ef129d3 selftests/net: add nettest to .gitignore by Jakub Kicinski · 5 years ago
  92. 1acb8f2a net: qlogic: Fix memory leak in ql_alloc_large_buffers by Navid Emamdoost · 5 years ago
  93. a0c2dc1 nfc: fix memory leak in llcp_sock_bind() by Eric Dumazet · 5 years ago
  94. 474f081 sch_dsmark: fix potential NULL deref in dsmark_init() by Eric Dumazet · 5 years ago
  95. e3ba9bf6 Merge branch 'Fix-regression-with-AR8035-speed-downgrade' by David S. Miller · 5 years ago
  96. 06d5f34 net: phy: at803x: use operating parameters from PHY-specific status by Russell King · 5 years ago
  97. 2d880b8 net: phy: extract pause mode by Russell King · 5 years ago
  98. 8d3dc3ac net: phy: extract link partner advertisement reading by Russell King · 5 years ago
  99. 4cf6c57 net: phy: fix write to mii-ctrl1000 register by Russell King · 5 years ago
  100. 2d819d25 ipv6: Handle missing host route in __ipv6_ifa_notify by David Ahern · 5 years ago