1. 8bcabff CRISv32: Remove last remnants of ETRAX_SPI_MMC_BOARD by Jesper Nilsson · 10 years ago
  2. a3199ad CRISv32: ETRAXFS: Fix recursive spinlock by Jesper Nilsson · 10 years ago
  3. 9f1ad51 CRISv32: Select MTDRAM for axisflashmap by Jesper Nilsson · 10 years ago
  4. 4729d77 CRISv32: Implement early console by Jesper Nilsson · 10 years ago
  5. ca36c1f CRISv32: Fix declaration mismatch by Jesper Nilsson · 10 years ago
  6. 3f10462 CRISv32: Rewrite of synchronous serial port driver by Jesper Nilsson · 10 years ago
  7. d6517c4 CRISv32: Better handling of watchdog bite by Jesper Nilsson · 10 years ago
  8. dbd3c7e CRIS: Export missing function symbols by Jesper Nilsson · 10 years ago
  9. eeda008 CRISv32: Add missing include for mm.h by Jesper Nilsson · 10 years ago
  10. f89412a CRISv32: Drop obsolete file for SPI driver by Jesper Nilsson · 10 years ago
  11. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  12. 8215ade cris: Use sigsp() by Richard Weinberger · 10 years ago
  13. fa01977 cris: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  14. 835eeee cris: update comments for generic idle conversion by Geert Uytterhoeven · 10 years ago
  15. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  16. c7dcec7 Kconfig: Remove useless "default N" lines by Paul Bolle · 10 years ago
  17. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  18. f7f4f4d cramfs: take headers to fs/cramfs by Al Viro · 11 years ago
  19. bb1d2a9 CRIS: Add missing syscalls by Jesper Nilsson · 11 years ago
  20. 329fddd cris: sync_serial: remove interruptible_sleep_on by Arnd Bergmann · 11 years ago
  21. 64d8ad9 cris: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  22. be8cb7f CRIS: drop unused Kconfig symbols by Paul Bolle · 11 years ago
  23. 2de6c0b cris: delete __cpuinit usage from all cris files by Paul Gortmaker · 11 years ago
  24. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  25. ab53485 Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  26. 2206209 net: Add missing dependencies on NETDEVICES by Ben Hutchings · 11 years ago
  27. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 11 years ago
  28. acf8363 cris: Switch cris to drivers/Kconfig by Geert Uytterhoeven · 11 years ago
  29. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 11 years ago
  30. a637b0d Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  31. f42787d cris: single_open() leaks by Al Viro · 11 years ago
  32. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  33. 5f56886 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  34. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  35. 3ed1c47 Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  36. 1eb5b23 cris: Don't use create_proc_read_entry() by David Howells · 11 years ago
  37. 8e8aa95 cpufreq: cris: move cpufreq driver to drivers/cpufreq by Viresh Kumar · 11 years ago
  38. e784788 get rid of a bunch of open-coded create_proc_read_entry() by Al Viro · 11 years ago
  39. 8dc7c5e cris: Use generic idle loop by Thomas Gleixner · 11 years ago
  40. 6546327 arch: Cleanup enable/disable_hlt by Thomas Gleixner · 11 years ago
  41. e8caf4b arch: cris: amend Kconfig after mtdchar merge by Artem Bityutskiy · 11 years ago
  42. b43a7ff cpufreq: Notify all policy->cpus in cpufreq_notify_transition() by Viresh Kumar · 11 years ago
  43. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  44. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  45. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  46. e6a6d21 cris: kill weird arguments of sys_{rt_,}sigreturn() by Al Viro · 12 years ago
  47. eb2f256 cris: switch to generic old sigaction() by Al Viro · 12 years ago
  48. 86df89a cris: switch to generic old sigsuspend by Al Viro · 12 years ago
  49. 9df794d cris: don't leave ->uc_stack unitialized - we'll use its contents on sigreturn by Al Viro · 12 years ago
  50. d970e42 cris: switch to generic sigaltstack by Al Viro · 12 years ago
  51. 366a244 arch/cris/arch-v32/drivers: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  52. b881bc4 ARCH: drivers remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  53. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  54. 27d892f cris: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  55. 1703a21 cris: switch to generic kernel_execve/sys_execve by Al Viro · 12 years ago
  56. 69b58a6 cris: switch to generic kernel_thread() by Al Viro · 12 years ago
  57. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  58. b463036 Merge tag 'cris-for-linus-3.7' of git://jni.nu/cris by Linus Torvalds · 12 years ago
  59. d75d806 CRIS: Remove VCS simulator specific code by Jesper Nilsson · 12 years ago
  60. 227c6fc cris/PCI: remove pcibios_assign_resources() by Bjorn Helgaas · 12 years ago
  61. f3328a0 cris/PCI: factor out pcibios_setup() by Myron Stowe · 12 years ago
  62. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  63. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  64. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  65. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  66. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  67. 4b7eba4 Merge tag 'cris-for-linus' of git://jni.nu/cris by Linus Torvalds · 12 years ago
  68. 24d696a cris: missing checks of __get_user()/__put_user() return values by Al Viro · 12 years ago
  69. 6eef019 cris: don't open-code force_sigsegv() by Al Viro · 12 years ago
  70. a4e075c cris: SA_ONESHOT handling is done by get_signal_to_deliver() by Al Viro · 12 years ago
  71. f3b5e82 cris: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  72. 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
  73. a4cfc31 cris: Use generic idle thread allocation by Thomas Gleixner · 12 years ago
  74. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 12 years ago
  75. 9c75fc8 CRIS: Remove legacy RTC drivers by Jesper Nilsson · 12 years ago
  76. a52bdec cris/arch-v32: cryptocop: Use kzalloc by Jesper Nilsson · 13 years ago
  77. 4bade04 cris:removed the unused variable by Wanlong Gao · 13 years ago
  78. b1a154d Disintegrate asm/system.h for CRIS by David Howells · 12 years ago
  79. 7b3480f Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  80. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  81. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  82. 0518469 Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 13 years ago
  83. 027f6ad clocksource: cris: Convert to clocksource_register_khz by John Stultz · 14 years ago
  84. 1e49570 net: Fix references to deleted NET_ETHERNET Kconfig setting. by David S. Miller · 13 years ago
  85. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  86. 50e1499 kgdb: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  87. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  88. c0b5bf0 cris: remove arch/cris/arch-v32/lib/nand_init.S by Paul Bolle · 13 years ago
  89. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  90. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
  91. bb9ebd4 mtd: nand: rename NAND_USE_FLASH_BBT by Brian Norris · 13 years ago
  92. a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 13 years ago
  93. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  94. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  95. ce1bb7a cris: fix some build warnings in pinmux.c by WANG Cong · 13 years ago
  96. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  97. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  98. 29a6ccc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  99. 8aebe21 cris: convert old cpumask API into new one by KOSAKI Motohiro · 13 years ago
  100. 36cda05 mtd: cris: convert to mtd_device_register() by Jamie Iles · 13 years ago