1. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  2. 5a602e1 Merge tag 'spi-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  3. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  4. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  5. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. 1bf7067 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  7. c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 9 years ago
  8. 9a8d141 Merge remote-tracking branches 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/topic/davinci' into spi-next by Mark Brown · 9 years ago
  9. 9cc719a MIPS: MSA: bugfix - disable MSA correctly for new threads/processes. by Ralf Baechle · 9 years ago
  10. d9fb566 MIPS: Loongson: Do not register 8250 platform device from module. by Ralf Baechle · 9 years ago
  11. 34b1252 MIPS: Cobalt: Do not build MTD platform device registration code as module. by Ralf Baechle · 9 years ago
  12. d7b6314 MIPS: pgtable-bits: Fix XPA damage to R6 definitions. by Markos Chandras · 9 years ago
  13. 01d72a9 PCI: Remove unused pci_dma_burst_advice() by Bjorn Helgaas · 9 years ago
  14. 633adc7 PCI: Remove unnecessary #includes of <asm/pci.h> by Bjorn Helgaas · 9 years ago
  15. ed9244e MIPS: KVM: Do not sign extend on unsigned MMIO load by Nicholas Mc Guire · 9 years ago
  16. 8833bc3 MIPS: BPF: Fix stack pointer allocation by Markos Chandras · 9 years ago
  17. e1fb96e MIPS: Loongson-3: Fix a cpu-hotplug issue in loongson3_ipi_interrupt() by Huacai Chen · 9 years ago
  18. 5f35b9c MIPS: Fix enabling of DEBUG_STACKOVERFLOW by James Hogan · 9 years ago
  19. 755af33 MIPS: c-r4k: Fix typo in probe_scache() by Joshua Kinard · 9 years ago
  20. 90b712d MIPS: Avoid an FPE exception in FCSR mask probing by Maciej W. Rozycki · 9 years ago
  21. a26484b MIPS: ath79: Add a missing new line in log message by Alban Bedel · 9 years ago
  22. f407a82 Merge branch 'linus' into sched/core, to resolve conflict by Ingo Molnar · 9 years ago
  23. 9dd6f1c MIPS: ralink: Fix clearing the illegal access interrupt by Jonas Gorski · 9 years ago
  24. c4fca4f MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regression by Maciej W. Rozycki · 9 years ago
  25. 57b4175 MIPS: BMIPS: Fix bmips_wr_vec() by Petri Gynther · 9 years ago
  26. 556b662 MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not set by Laurent Fasnacht · 9 years ago
  27. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 9 years ago
  28. 06931e6 sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() by Bartosz Golaszewski · 9 years ago
  29. 5767b52 MIPS: Fuloong 2E: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760 by Geert Uytterhoeven · 9 years ago
  30. 884e7e5 MIPS: irq: Use DECLARE_BITMAP by Joe Perches · 9 years ago
  31. 15f4601 KVM: add memslots argument to kvm_arch_memslots_updated by Paolo Bonzini · 9 years ago
  32. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 9 years ago
  33. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 9 years ago
  34. 69a1220 KVM: mips: use id_to_memslot correctly by Paolo Bonzini · 9 years ago
  35. 76deabd sched/preempt, MIPS: Properly lock access to the FPU by David Hildenbrand · 9 years ago
  36. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  37. ce01948 sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitly by David Hildenbrand · 9 years ago
  38. 2cb7c9c sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* by David Hildenbrand · 9 years ago
  39. b3c395ef mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled by David Hildenbrand · 9 years ago
  40. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 9 years ago
  41. ab3f02f locking/arch: Add WRITE_ONCE() to set_mb() by Peter Zijlstra · 9 years ago
  42. 1beb6b9 crypto: octeon - use md5 IV MD5_HX instead of their raw value by LABBE Corentin · 9 years ago
  43. e05cb56 MIPS: tlb-r4k: Fix PG_ELPA comment by James Hogan · 9 years ago
  44. 7363cb7 MIPS: Fix up obsolete cpu_set usage by Ezequiel Garcia · 9 years ago
  45. a22e5f5 arch: Remove __ARCH_HAVE_CMPXCHG by Thomas Gleixner · 9 years ago
  46. 4305689 MIPS: IP32: Fix build errors in reset code in DS1685 platform hook. by Joshua Kinard · 9 years ago
  47. 5f508c4 MIPS: KVM: Fix unused variable build warning by Nicholas Mc Guire · 9 years ago
  48. 2d2ec2f MIPS: traps: remove extra Tainted: line from __show_regs() output by Petri Gynther · 9 years ago
  49. 73d8f99 MIPS: Fix wrong CHECKFLAGS (sparse builds) with GCC 5.1 by Aaro Koskinen · 9 years ago
  50. 03dce59 MIPS: Fix a preemption issue with thread's FPU defaults by Maciej W. Rozycki · 9 years ago
  51. 620b155 MIPS: fix FP mode selection in lieu of .MIPS.abiflags data by Paul Burton · 9 years ago
  52. cafb45b MIPS: SMP: Fix build error. by Ralf Baechle · 9 years ago
  53. ccf73aaf KVM: arm/mips/x86/power use __kvm_guest_{enter|exit} by Christian Borntraeger · 9 years ago
  54. 85f6247 spi: spi-ath79: Add device tree support by Alban Bedel · 9 years ago
  55. 41d5e08 Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  56. 6496edf Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  57. 510965d Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  58. bfaf245 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  59. 15beb69 mips: ip32: add platform data hooks to use DS1685 driver by Joshua Kinard · 9 years ago
  60. 97247fd mips: switch to using asm-generic for seccomp.h by Kees Cook · 9 years ago
  61. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 9 years ago
  62. b422b75 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  63. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  64. 204db6e mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE by Kees Cook · 9 years ago
  65. d1fd836 mm: split ET_DYN ASLR from mmap ASLR by Kees Cook · 9 years ago
  66. 2b68f6c mm: expose arch_mmap_rnd when available by Kees Cook · 9 years ago
  67. 1f0569d mips: extract logic for mmap_rnd() by Kees Cook · 9 years ago
  68. a728ab5 mips: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 9 years ago
  69. 8954672 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 3be1b98 Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  71. 7fd5647 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. cc76ee7 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  73. 3e20a26 Merge branch '4.0-fixes' into mips-for-linux-next by Ralf Baechle · 9 years ago
  74. 98b0429 Merge branch '4.1-fp' into mips-for-linux-next by Ralf Baechle · 9 years ago
  75. fa41b1c arch: Remove exec_domain from remaining archs by Richard Weinberger · 9 years ago
  76. 5306a54 MIPS: Makefile: Fix MIPS ASE detection code by Markos Chandras · 9 years ago
  77. 48f8eae MIPS: asm: elf: Set O32 default FPU flags by Markos Chandras · 10 years ago
  78. 96f7c21 MIPS: BCM47XX: Fix detecting Microsoft MN-700 & Asus WL500G by Rafał Miłecki · 9 years ago
  79. 6ca716f MIPS: Kconfig: Disable SMP/CPS for 64-bit by Markos Chandras · 10 years ago
  80. a843d00 MIPS: Hibernate: flush TLB entries earlier by Huacai Chen · 9 years ago
  81. 90db024 MIPS: smp-cps: cpu_set FPU mask if FPU present by Niklas Cassel · 10 years ago
  82. f848398 MIPS: lose_fpu(): Disable FPU when MSA enabled by James Hogan · 10 years ago
  83. a7b7aad MIPS: ralink: add missing symbol for RALINK_ILL_ACC by John Crispin · 10 years ago
  84. 93a7de8 MIPS: ralink: Fix bad config symbol in PCI makefile. by John Crispin · 10 years ago
  85. f7f8aea MIPS: Malta: Detect and fix bad memsize values by Markos Chandras · 10 years ago
  86. 9eaffa8 Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores." by Ralf Baechle · 9 years ago
  87. f05ff43 MIPS: Octeon: Delete override of cpu_has_mips_r2_exec_hazard. by Ralf Baechle · 9 years ago
  88. 9cdf30b MIPS: Fix cpu_has_mips_r2_exec_hazard. by Ralf Baechle · 9 years ago
  89. aebac99 MIPS: kernel: entry.S: Set correct ISA level for mips_ihb by Markos Chandras · 10 years ago
  90. 5182221 MIPS: asm: spinlock: Fix addiu instruction for R10000_LLSC_WAR case by Markos Chandras · 10 years ago
  91. f6b39ae MIPS: r4kcache: Use correct base register for MIPS R6 cache flushes by Markos Chandras · 10 years ago
  92. 07edf0d MIPS: Kconfig: Fix typo for the r2-to-r6 emulator kernel parameter by Markos Chandras · 10 years ago
  93. 6eae354 MIPS: unaligned: Fix regular load/store instruction emulation for EVA by Markos Chandras · 10 years ago
  94. 3563c32 MIPS: unaligned: Surround load/store macros in do {} while statements by Markos Chandras · 10 years ago
  95. eeb5389 MIPS: unaligned: Prevent EVA instructions on kernel unaligned accesses by Markos Chandras · 10 years ago
  96. 60cd7e0 MIPS: asm: asm-eva: Introduce kernel load/store variants by Markos Chandras · 10 years ago
  97. 872cd4c MIPS: Netlogic: Fix for SATA PHY init by Ganesan Ramalingam · 10 years ago
  98. b083518 MIPS: OCTEON: fix PCI interrupt mapping for D-Link DSR-1000N by Aaro Koskinen · 10 years ago
  99. 73bf3c2 MIPS: Octeon: Remove udelay() causing huge IRQ latency by Alexander Sverdlin · 10 years ago
  100. 55dd0df jump_label: Allow asm/jump_label.h to be included in assembly by Anton Blanchard · 9 years ago