1. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  3. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 8 years ago
  4. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 8 years ago
  5. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  6. eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  7. 96461fd Merge tag 'cris-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 8 years ago
  8. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 8 years ago
  9. e20dd88 cris: convert to dma_map_ops by Christoph Hellwig · 8 years ago
  10. 038a538 cris: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 9 years ago
  11. 4883090 cris: nand: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  12. f9f3f86 cris: Fix section mismatches in architecture startup code by Guenter Roeck · 9 years ago
  13. 56edefc cris: debugport: Fix section mismatches by Guenter Roeck · 9 years ago
  14. 0410442 cris: nand: make use of mtd_to_nand() where appropriate by Boris BREZILLON · 9 years ago
  15. 4247896 cris: Drop reference to get_cmos_time() by Guenter Roeck · 9 years ago
  16. e301a08 CRIS: Drop code related to obsolete or unused kconfigs by Jesper Nilsson · 9 years ago
  17. 9f4137f cris: time: Cleanup of persistent clock stuff by Xunlei Pang · 9 years ago
  18. fad5a06 cris: re-use helpers to dump data in hex format by Andy Shevchenko · 9 years ago
  19. ab28e96 CRIS v32: remove old GPIO and LEDs code by Rabin Vincent · 9 years ago
  20. 79b863c CRIS v32: remove I2C bitbanging driver by Rabin Vincent · 9 years ago
  21. 25624b9 CRIS v32: add ARTPEC-3 and P1343 device trees by Rabin Vincent · 9 years ago
  22. a95b3ba CRIS v32: dev88: add GPIO, LEDs, RTC, temp sensor by Rabin Vincent · 9 years ago
  23. d4dde7d CRIS: add dt-bindings symlink by Rabin Vincent · 9 years ago
  24. df90c33 CRIS v32: increase NR_IRQS by Rabin Vincent · 9 years ago
  25. c33fe44 cris: arch-v10: kgdb: Add '__used' for static variable is_dyn_brkp by Chen Gang · 9 years ago
  26. 8f40dce cris: arch-v10: kgdb: Use BAR instead of DTP0 for register P12 by Chen Gang · 9 years ago
  27. 4d0d397 cris: kgdb: use native hex2bin by Andy Shevchenko · 9 years ago
  28. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  29. 254a0f4 CRISv10: delete unused lib/dmacopy.c by Rabin Vincent · 9 years ago
  30. c2ffc68 CRISv10: delete unused lib/old_checksum.c by Rabin Vincent · 9 years ago
  31. 7f0144e CRIS: fix switch_mm() lockdep splat by Rabin Vincent · 9 years ago
  32. 94c5c11 CRISv32: enable LOCKDEP_SUPPORT by Rabin Vincent · 9 years ago
  33. aa6f4d2 CRIS: add STACKTRACE_SUPPORT by Rabin Vincent · 9 years ago
  34. 3fffa23 CRISv32: annotate irq enable in idle loop by Rabin Vincent · 9 years ago
  35. 444e0c2 CRISv32: add support for irqflags tracing by Rabin Vincent · 9 years ago
  36. 20ae247 CRIS: UAPI: use generic types.h by Rabin Vincent · 9 years ago
  37. 258a9ff CRIS: UAPI: use generic shmbuf.h by Rabin Vincent · 9 years ago
  38. 74d94ad CRIS: UAPI: use generic msgbuf.h by Rabin Vincent · 9 years ago
  39. 4526692 CRIS: UAPI: use generic socket.h by Rabin Vincent · 9 years ago
  40. 53789d2 CRIS: UAPI: use generic sembuf.h by Rabin Vincent · 9 years ago
  41. c823b97 CRIS: UAPI: use generic sockios.h by Rabin Vincent · 9 years ago
  42. 889d74a CRIS: UAPI: use generic auxvec.h by Rabin Vincent · 9 years ago
  43. 0c02fa2 CRIS: UAPI: use generic headers via Kbuild by Rabin Vincent · 9 years ago
  44. 2493d3e CRIS: UAPI: fix elf.h export by Rabin Vincent · 9 years ago
  45. 3a79a07 CRIS: don't make asm/elf.h depend on asm/user.h by Rabin Vincent · 9 years ago
  46. 835e417 CRIS: UAPI: fix ptrace.h by Rabin Vincent · 9 years ago
  47. 4b86715 CRISv32: Squash compile warnings for axisflashmap by Jesper Nilsson · 9 years ago
  48. 939b83f CRISv32: Add GPIO driver to the default configs by Jesper Nilsson · 9 years ago
  49. 9423017 CRISv32: ETRAX FS: Squash warnings in pinmux driver by Jesper Nilsson · 9 years ago
  50. ee59843 CRIS: Wire up missing syscalls by Chen Gang · 9 years ago
  51. f59625a CRISv32: allow CONFIG_DEBUG_BUGVERBOSE by Rabin Vincent · 9 years ago
  52. 98a725a CRISv32: add unreachable() to BUG() by Rabin Vincent · 9 years ago
  53. 6a4756f cris: arch-v32: gpio: Use kzalloc instead of kmalloc/memset by Christophe Jaillet · 9 years ago
  54. 2b5cf54 cris/time: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  55. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  56. 0ec62aa cris: Replace do_posix_clock_monotonic_gettime() by Thomas Gleixner · 9 years ago
  57. a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 9 years ago
  58. 2d44070 Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  59. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  60. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  61. 84c3e5b cris: don't use module_init for non-modular core eeprom.c code by Paul Gortmaker · 9 years ago
  62. 73de14e cris: don't use module_init for non-modular core intmem.c code by Paul Gortmaker · 9 years ago
  63. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 9 years ago
  64. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  65. 84be456 remove <asm/scatterlist.h> by Christoph Hellwig · 9 years ago
  66. 7f9f443 Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 9 years ago
  67. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  68. dc640a8 cris fasttimer: remove use of seq_printf return value by Joe Perches · 9 years ago
  69. 1336d42 cris: remove use of seq_printf return value by Joe Perches · 9 years ago
  70. fa41b1c arch: Remove exec_domain from remaining archs by Richard Weinberger · 9 years ago
  71. d939b52 cris: fix integer overflow in ELF_ET_DYN_BASE by Andrey Ryabinin · 9 years ago
  72. d3dad47 CRISv32: use GENERIC_SCHED_CLOCK by Rabin Vincent · 9 years ago
  73. edfb6d5 CRISv32: use MMIO clocksource by Rabin Vincent · 9 years ago
  74. ed9fd3f CRISv32: use generic clockevents by Rabin Vincent · 9 years ago
  75. 16428f9 CRIS: use generic headers via Kbuild by Rabin Vincent · 9 years ago
  76. f87a2f5 CRIS: use generic cmpxchg.h by Rabin Vincent · 9 years ago
  77. e7db8a3 CRIS: use generic atomic.h by Rabin Vincent · 9 years ago
  78. f647511 CRIS: use generic atomic bitops by Rabin Vincent · 9 years ago
  79. 3c2165f CRISv10: remove redundant macros from system.h by Rabin Vincent · 9 years ago
  80. 47a8f6f CRIS: remove SMP code by Rabin Vincent · 9 years ago
  81. 06aca92 CRISv32: don't enable irqs in INIT_THREAD by Rabin Vincent · 9 years ago
  82. 9a7449d CRISv32: handle multiple signals by Rabin Vincent · 9 years ago
  83. 0f72e5c CRISv32: prevent bogus restarts on sigreturn by Rabin Vincent · 9 years ago
  84. db4a35c CRISv32: don't attempt syscall restart on irq exit by Rabin Vincent · 9 years ago
  85. c8e840d CRIS: add Axis 88 board device tree by Rabin Vincent · 9 years ago
  86. a9f75ac CRISv32: add device tree support by Rabin Vincent · 9 years ago
  87. 43f7071 CRISv32: add irq domains support by Rabin Vincent · 9 years ago
  88. 8fda64c CRIS: enable GPIOLIB by Rabin Vincent · 9 years ago
  89. 1fa185e Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 9 years ago
  90. 9987c19 CRIS: Whitespace cleanup by Jesper Nilsson · 9 years ago
  91. 83f1588 CRIS: macro whitespace fixes in uaccess.h by Michael S. Tsirkin · 9 years ago
  92. 458e319 CRIS: uaccess: fix sparse errors by Michael S. Tsirkin · 9 years ago
  93. 10b3097 CRISv32: Remove unnecessary KERN_INFO from sync_serial by Masanari Iida · 9 years ago
  94. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  95. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 9 years ago
  96. 103f3d9 cris: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  97. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  98. dd82094 CRIS: Fix missing NR_CPUS in menuconfig by Jesper Nilsson · 9 years ago
  99. 00c5794 CRISv32: Avoid warning of unused variable by Jesper Nilsson · 9 years ago
  100. 134115c CRIS: Avoid warning in cris mm/fault.c by Jesper Nilsson · 9 years ago