1. e298767 Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  2. fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  3. cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 9 years ago
  4. 729d8e0 mips: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  5. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  6. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  7. a7b7807 mm: gup: use get_user_pages_unlocked within get_user_pages_fast by Andrea Arcangeli · 9 years ago
  8. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 9 years ago
  9. 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 9 years ago
  10. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  11. c08f8467 Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  12. b32da82 mips: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  13. 23e8fe2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  14. dbf3b7d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  15. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 9 years ago
  16. f798217 KVM: MIPS: Don't leak FPU/DSP to guest by James Hogan · 9 years ago
  17. c2d9f17 MIPS: Fix syscall_get_nr for the syscall exit tracing. by Lars Persson · 9 years ago
  18. c4c6f2c KVM: MIPS: Disable HTW while in guest by James Hogan · 9 years ago
  19. 26f7c4b MIPS: elf2ecoff: Ignore PT_MIPS_ABIFLAGS program headers. by Ralf Baechle · 9 years ago
  20. 06a40ed MIPS: elf2ecoff: Rewrite main processing loop to switch. by Ralf Baechle · 9 years ago
  21. b3a54bf9 Merge 3.19-rc7 into usb-next by Greg Kroah-Hartman · 9 years ago
  22. 39148e9 MIPS: fork: Fix MSA/FPU/DSP context duplication race by James Hogan · 9 years ago
  23. 9ead863 MIPS: Fix C0_Pagegrain[IEC] support. by David Daney · 10 years ago
  24. d76e9b9 MIPS: traps: Fix inline asm ctc1 missing .set hardfloat by James Hogan · 9 years ago
  25. 5e32033 MIPS: mipsregs.h: Add write_32bit_cp1_register() by James Hogan · 9 years ago
  26. c7754e7 MIPS: Fix kernel lockup or crash after CPU offline/online by Hemmo Nieminen · 9 years ago
  27. 63a87fe MIPS: OCTEON: fix kernel crash when offlining a CPU by Aaro Koskinen · 9 years ago
  28. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  29. c99e76c USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platform by Andreas Herrmann · 9 years ago
  30. 31928aa KVM: remove unneeded return value of vcpu_postcreate by Dominik Dingel · 10 years ago
  31. ab1d7f9 MIPS: PCI: Add struct pci_ops member names to initialization by Rob Herring · 9 years ago
  32. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 9 years ago
  33. 9300071 MIPS: ARC: Fix build error. by Ralf Baechle · 9 years ago
  34. a3e6c1e MIPS: IRQ: Fix disable_irq on CPU IRQs by Felix Fietkau · 9 years ago
  35. c3f134f MIPS: smp-mt,smp-cmp: Enable all HW IRQs on secondary CPUs by James Hogan · 9 years ago
  36. e967ef0 MIPS: Fix restart of indirect syscalls by Ed Swierk · 9 years ago
  37. fd75a33 MIPS: ELF: fix loading o32 binaries on 64-bit kernels by James Cowgill · 9 years ago
  38. 5008392 MIPS: mips-cm: Fix sparse warnings by James Hogan · 10 years ago
  39. c22eacf MIPS: Kconfig: Fix recursive dependency. by Ralf Baechle · 10 years ago
  40. 78aaf95 MIPS: Compat: Fix build error if CONFIG_MIPS32_COMPAT but no compat ABI. by Ralf Baechle · 10 years ago
  41. 942e22d MIPS: JZ4740: Fixup #include's (sparse) by Brian Norris · 10 years ago
  42. 389cdc5 MIPS: Wire up execveat(2). by Ralf Baechle · 10 years ago
  43. b8e7d19 MIPS: Update malta_defconfig to something that works out of the box. by Ralf Baechle · 10 years ago
  44. d33e6fe MIPS: FRE: Use set/clear_c0_config5 instead of open coded sequences. by Ralf Baechle · 10 years ago
  45. b0c34f6 MIPS: Do not fiddle with FRE unless FRE is actually available. by Ralf Baechle · 10 years ago
  46. a95cfa6 USB: host: Remove hard-coded octeon platform information for ehci/ohci by Andreas Herrmann · 10 years ago
  47. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  48. 1953c22 crypto: octeon - add MD5 module by Aaro Koskinen · 10 years ago
  49. 011f3c6 MIPS: OCTEON: reintroduce crypto features check by Aaro Koskinen · 10 years ago
  50. 1e585ef crypto: octeon - add instruction definitions for MD5 by Aaro Koskinen · 10 years ago
  51. f421258 MIPS: OCTEON: add crypto helper functions by Aaro Koskinen · 10 years ago
  52. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  53. bfc7249 Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  54. 464ed18 PM: Eliminate CONFIG_PM_RUNTIME by Rafael J. Wysocki · 10 years ago
  55. 4218091 mips/gup: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 10 years ago
  56. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  57. e7cf773 Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  58. f96fe22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  59. ad8f723 MIPS: Use phys_addr_t instead of phys_t by Jaedon Shin · 10 years ago
  60. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  61. 1077fa3 arch: Add lightweight memory barriers dma_rmb() and dma_wmb() by Alexander Duyck · 10 years ago
  62. 8a44971 arch: Cleanup read_barrier_depends() and comments by Alexander Duyck · 10 years ago
  63. c0222ac0 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  64. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  65. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  66. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  67. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  68. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  70. 2e46477 mips: bpf: Fix broken BPF_MOD by Denis Kirjanov · 10 years ago
  71. 648fcab Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  72. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  73. 646cafc clk: Change clk_ops->determine_rate to return a clk_hw as the best parent by Tomeu Vizoso · 10 years ago
  74. c00552e Merge 3.18-rc7 into usb-next by Greg Kroah-Hartman · 10 years ago
  75. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  76. 070e76c MIPS: tlbex: Fix potential HTW race on TLBL/M/S handlers by Leonid Yegoshin · 10 years ago
  77. 2193dda USB: host: Remove ehci-octeon and ohci-octeon drivers by Alan Stern · 10 years ago
  78. e2965cd MIPS: Add MFHC0 and MTHC0 instructions to uasm. by Steven J. Hill · 10 years ago
  79. 77a5c59 MIPS: Cosmetic cleanups of page table headers. by Steven J. Hill · 10 years ago
  80. 23d06e4 MIPS: Add CP0 macros for extended EntryLo registers by Steven J. Hill · 10 years ago
  81. 1ca1f8f MIPS: Remove now unused definition of phys_t. by Ralf Baechle · 10 years ago
  82. 15d45cc MIPS: Replace use of phys_t with phys_addr_t. by Ralf Baechle · 10 years ago
  83. 34adb28 MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT by Ralf Baechle · 10 years ago
  84. dd2adea MIPS: lib: memset: Clean up some MIPS{EL,EB} ifdefery by Markos Chandras · 10 years ago
  85. 0845bb7 MIPS: iomap: Use __mem_{read,write}{b,w,l} for MMIO by Markos Chandras · 10 years ago
  86. d98aefc MIPS: <asm/types.h> fix indentation. by Ralf Baechle · 10 years ago
  87. ccd3988 MIPS: Enable VDSO randomization by Prem Karat · 10 years ago
  88. ac41f9c MIPS: Remove a temporary hack for debugging cache flushes in SMTC configuration by Ralf Baechle · 10 years ago
  89. 85546d7 MIPS: Remove declaration of obsolete arch_init_clk_ops() by Maarten ter Huurne · 10 years ago
  90. ddb3108 MIPS: atomic.h: Reformat to fit in 79 columns by Maciej W. Rozycki · 10 years ago
  91. 0e525e4 MIPS: Apply `.insn' to fixup labels throughout by Maciej W. Rozycki · 10 years ago
  92. b0984c4 MIPS: Fix microMIPS LL/SC immediate offsets by Maciej W. Rozycki · 10 years ago
  93. aec711d MIPS: Kconfig: Only allow 32-bit microMIPS builds by Maciej W. Rozycki · 10 years ago
  94. 2fabc7d MIPS: signal.c: Fix an invalid cast in ISA mode bit handling by Maciej W. Rozycki · 10 years ago
  95. c441d4a MIPS: mm: Only build one microassembler that is suitable by Maciej W. Rozycki · 10 years ago
  96. 424ebcd MIPS: Kconfig: Enable microMIPS support for Malta by Maciej W. Rozycki · 10 years ago
  97. d47ff0e MIPS: loongson: common: rtc: make loongson_rtc_resources static by Aaro Koskinen · 10 years ago
  98. 8387efd MIPS: loongson: common: init: Add a missing include by Aaro Koskinen · 10 years ago
  99. 65b432d MIPS: loongson: lemote-2f: reset: make ml2f_reboot static by Aaro Koskinen · 10 years ago
  100. 55fa9889 MIPS: loongson: lemote-2f: irq: Make internal data static by Aaro Koskinen · 10 years ago