1. 0be9ae1 mips: fix Kconfig reference to PHYS_ADDR_T_64BIT by Lukas Bulwahn · 3 years, 1 month ago
  2. 88d78b2 mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 support by Lukas Bulwahn · 3 years, 1 month ago
  3. 3b6c71c MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48 by Huang Pei · 3 years, 2 months ago
  4. 91191d4 mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set by Randy Dunlap · 3 years, 2 months ago
  5. c4edd20 MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT by Jackie Liu · 3 years, 4 months ago
  6. 3c172f6 MIPS: ingenic: Select CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER by Paul Cercueil · 3 years, 8 months ago
  7. 9becf95 MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again by Tiezhu Yang · 3 years, 10 months ago
  8. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  9. 09a31a7 Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 3 months ago
  10. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  11. 8b05418 Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 3 months ago
  12. 1f0400d mips: ralink: enable zboot support by Chuanhong Guo · 4 years, 3 months ago
  13. 69b686d MIPS: ingenic: Remove CPU_SUPPORTS_HUGEPAGES by Paul Cercueil · 4 years, 3 months ago
  14. cc73437 Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  15. 1062fc4 MIPS: Loongson64: Select SMP in Kconfig to avoid build error by Tiezhu Yang · 4 years, 3 months ago
  16. 282a181 seccomp: Move config option SECCOMP to arch/Kconfig by YiFei Zhu · 4 years, 4 months ago
  17. 981aa1d PCI: MSI: Fix Kconfig dependencies for PCI_MSI_ARCH_FALLBACKS by Thomas Gleixner · 4 years, 4 months ago
  18. ef923a7 MIPS: Increase range of CONFIG_FORCE_MAX_ZONEORDER by Paul Cercueil · 4 years, 4 months ago
  19. 5a84292 dma-mapping: remove dma_cache_sync by Christoph Hellwig · 4 years, 5 months ago
  20. a103e9b MIPS: jz4740: Rename jz4740 folders to ingenic by Paul Cercueil · 4 years, 4 months ago
  21. f0f4a75 MIPS: generic: Add support for Ingenic SoCs by Paul Cercueil · 4 years, 4 months ago
  22. c3e2ee6 MIPS: generic: Add support for zboot by Paul Cercueil · 4 years, 4 months ago
  23. c434b9f MIPS: Kconfig: add MIPS_GENERIC_KERNEL symbol by Paul Cercueil · 4 years, 4 months ago
  24. 077ee78 PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable by Thomas Gleixner · 4 years, 5 months ago
  25. 564c836 MIPS: SNI: Fix MIPS_L1_CACHE_SHIFT by Thomas Bogendoerfer · 4 years, 4 months ago
  26. 5e6e985 uaccess: add infrastructure for kernel builds with set_fs() by Christoph Hellwig · 4 years, 4 months ago
  27. a7fbed9 MIPS: Convert MIPS34K_MISSED_ITLB_WAR into a config option by Thomas Bogendoerfer · 4 years, 5 months ago
  28. 256ec48 MIPS: Convert R10000_LLSC_WAR info a config option by Thomas Bogendoerfer · 4 years, 5 months ago
  29. 886ee13 MIPS: Convert ICACHE_REFILLS_WORKAROUND_WAR into a config option by Thomas Bogendoerfer · 4 years, 5 months ago
  30. 24a1c02 MIPS: Convert TX49XX_ICACHE_INDEX_INV into a config option by Thomas Bogendoerfer · 4 years, 5 months ago
  31. 44def34 MIPS: Convert R4600_V2_HIT_CACHEOP into a config option by Thomas Bogendoerfer · 4 years, 5 months ago
  32. 5e5b652 MIPS: Convert R4600_V1_HIT_CACHEOP into a config option by Thomas Bogendoerfer · 4 years, 5 months ago
  33. 802b8362 MIPS: Convert R4600_V1_INDEX_ICACHEOP into a config option by Thomas Bogendoerfer · 4 years, 5 months ago
  34. af07fab MIPS: p5600: Discard UCA config selection by Jinyang He · 4 years, 5 months ago
  35. a510b61 MIPS: Add support for ZSTD-compressed kernels by Paul Cercueil · 4 years, 5 months ago
  36. 625326e MIPS: Remove PNX833x alias NXP_STB22x by Thomas Bogendoerfer · 4 years, 5 months ago
  37. 921d259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 5 months ago
  38. b62e419 Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 5 months ago
  39. 6c86a30 MIPS: SGI-IP27: always enable NUMA in Kconfig by Mike Rapoport · 4 years, 5 months ago
  40. 2ed90db Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 5 months ago
  41. 39c1485 MIPS: KVM: Add kvm guest support for Loongson-3 by Huacai Chen · 4 years, 6 months ago
  42. a4aec0f MIPS: Remove legacy MIPS_MACHINE option by Paul Cercueil · 4 years, 6 months ago
  43. 35546ae MIPS: Retire kvm paravirt by Jiaxun Yang · 4 years, 6 months ago
  44. 2f9237d dma-mapping: make support for dma ops optional by Christoph Hellwig · 4 years, 6 months ago
  45. ef054ad mips: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  46. 01edc5e MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 only by Jiaxun Yang · 4 years, 6 months ago
  47. 140c818 arch: remove HAVE_COPY_THREAD_TLS by Christian Brauner · 4 years, 8 months ago
  48. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  49. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  50. 52cd0d9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
  51. 6f63078 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 7 months ago
  52. 0f78355 KVM: MIPS: Enable KVM support for Loongson-3 by Huacai Chen · 4 years, 8 months ago
  53. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  54. 3f08a30 mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option by Mike Rapoport · 4 years, 8 months ago
  55. 7d6d283 MIPS: Loongson64: select NO_EXCEPT_FILL by Jiaxun Yang · 4 years, 8 months ago
  56. 6423e59 MIPS: Loongson64: Switch to generic PCI driver by Jiaxun Yang · 4 years, 8 months ago
  57. ec7a931 MIPS: emulate CPUCFG instruction on older Loongson64 cores by WANG Xuerui · 4 years, 8 months ago
  58. 3858642 mips: csrc-r4k: Mark R4K timer as unstable if CPU freq changes by Serge Semin · 4 years, 8 months ago
  59. 281e3ae mips: Add MIPS Warrior P5600 support by Serge Semin · 4 years, 8 months ago
  60. ab7c01f mips: Add MIPS Release 5 support by Serge Semin · 4 years, 8 months ago
  61. d9a51fd MIPS: Remove not used 8250-platform.c by Tiezhu Yang · 4 years, 8 months ago
  62. e91946d MIPS: VDSO: Move disabling the VDSO logic to Kconfig by Nathan Chancellor · 4 years, 9 months ago
  63. 1ce4530 MIPS: Remove NEC MARKEINS/EMMA by Thomas Bogendoerfer · 4 years, 9 months ago
  64. 1b00767 MIPS: Remove PMC MSP71xx platform by Thomas Bogendoerfer · 4 years, 9 months ago
  65. 10760dd MIPS: Remove support for LASAT by Thomas Bogendoerfer · 4 years, 9 months ago
  66. bbd7ffd clk: Allow the common clk framework to be selectable by Stephen Boyd · 4 years, 9 months ago
  67. b62bc04 MIPS: Remove redundant CLKDEV_LOOKUP selects by Stephen Boyd · 4 years, 9 months ago
  68. d399157 MIPS: cleanup fixup_bigphys_addr handling by Christoph Hellwig · 4 years, 9 months ago
  69. 5125bfe MIPS: Loongson: Use CONFIG_NR_CPUS_DEFAULT_64 to support more CPUs by Tiezhu Yang · 4 years, 10 months ago
  70. 6f43bae Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 10 months ago
  71. d71e064 Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 10 months ago
  72. dbb381b Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  73. 78bdbba MIPS: do not compile generic functions for CONFIG_CAVIUM_OCTEON_SOC by Masahiro Yamada · 4 years, 10 months ago
  74. 87fcfa7 MIPS: Loongson64: Add generic dts by Jiaxun Yang · 4 years, 10 months ago
  75. be8fa1c MIPS: Add support for Desktop Management Interface (DMI) by Tiezhu Yang · 5 years ago
  76. fa7e224 dma-direct: make uncached_kernel_address more general by Christoph Hellwig · 5 years ago
  77. 172a37e arch/mips: change duplicated word in NUMA help text by Randy Dunlap · 5 years ago
  78. f86fd32 lib/vdso: Cleanup clock mode storage leftovers by Thomas Gleixner · 5 years ago
  79. e1bdb22 mips: vdso: Use generic VDSO clock mode storage by Thomas Gleixner · 5 years ago
  80. 490f561 context-tracking: Introduce CONFIG_HAVE_TIF_NOHZ by Frederic Weisbecker · 5 years ago
  81. c5951e7 Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  82. 8b56177 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  83. 5152221 MIPS: Loongson64: Bump ISA level to MIPSR2 by Jiaxun Yang · 5 years ago
  84. ba9196d MIPS: Make DIEI support as a config option by Jiaxun Yang · 5 years ago
  85. 34c01e4 MIPS: sort MIPS and MIPS_GENERIC Kconfig selects alphabetically (again) by Alexander Lobakin · 5 years ago
  86. 18d84e2e MIPS: make CPU_HAS_LOAD_STORE_LR opt-out by Alexander Lobakin · 5 years ago
  87. 7de8660 MIPS: generic: don't unconditionally select PINCTRL by Alexander Lobakin · 5 years ago
  88. 7c8f137 MIPS: don't explicitly select LIBFDT in Kconfig by Alexander Lobakin · 5 years ago
  89. 36366e3 MIPS: BPF: Restore MIPS32 cBPF JIT by Paul Burton · 5 years ago
  90. f3c560a MIPS: mm: Place per_cpu on different nodes, if NUMA is enabled by Thomas Bogendoerfer · 5 years ago
  91. c420ddd Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  92. f596cf0 MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig by Alexander Lobakin · 5 years ago
  93. f8fffeb MIPS: BPF: Disable MIPS32 eBPF JIT by Paul Burton · 5 years ago
  94. 1091670 scripts/sorttable: Rename 'sortextable' to 'sorttable' by Shile Zhang · 5 years ago
  95. 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  96. 95f1fa9 Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  97. 16c0f03 tracing: Enable syscall optimization for MIPS by Hassan Naveed · 5 years ago
  98. dcf78ee MIPS: allow building with kcov coverage by Alexey Khoroshilov · 5 years ago
  99. 2a59843 MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATED by Jiaxun Yang · 5 years ago
  100. caed1d1 MIPS: Loongson: Unify LOONGSON3/LOONGSON64 Kconfig usage by Huacai Chen · 5 years ago