1. 97c47bb h8300: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  2. a6359d1 init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK by Thomas Gleixner · 12 years ago
  3. a3b3aa3 h8300-use-generic-init_task by Thomas Gleixner · 12 years ago
  4. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  5. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  6. a5401ee Disintegrate asm/system.h for H8300 by David Howells · 12 years ago
  7. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  8. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  9. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  10. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  11. e16deba h8300: Use generic posix_types.h by H. Peter Anvin · 12 years ago
  12. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  13. 9f13a1f cpu: Register a generic CPU device on architectures that currently do not by Ben Hutchings · 13 years ago
  14. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  15. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  16. 96c5590 PCI: Pull PCI 'latency timer' setup up into the core by Myron Stowe · 13 years ago
  17. 84dfa98 consolidate a bunch of ipcbuf.h instances by Al Viro · 13 years ago
  18. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  19. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  20. e11c259 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  21. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  22. 41684f6 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  23. d92ef29 h8300: Move gpio.h to gpio-internal.h by Mark Brown · 13 years ago
  24. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  25. a4a77b1 h8300: drivers/serial/Kconfig was moved by Paul Bolle · 13 years ago
  26. 7533069 h8300: drop puzzling Kconfig dependencies by Paul Bolle · 13 years ago
  27. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  28. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  29. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  30. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  31. 5296f6d h8300/m68k/xtensa: __FD_ISSET should return 0/1 by Andrew Morton · 13 years ago
  32. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  33. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  34. 023f21b h8300, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  35. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  36. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
  37. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  38. e22c8f4 h8300: Use generic config PREEMPT definition by Frederic Weisbecker · 13 years ago
  39. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  40. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  41. 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 13 years ago
  42. 78c8982 genirq: Remove the now obsolete config options and select statements by Thomas Gleixner · 13 years ago
  43. 0dd61be Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  44. 9f7b218 h8300: Use generic show_interrupts() by Thomas Gleixner · 13 years ago
  45. 7b04690 h8300: Convert genirq namespace by Thomas Gleixner · 13 years ago
  46. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  47. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  48. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 13 years ago
  49. 0664996 bitops: introduce CONFIG_GENERIC_FIND_BIT_LE by Akinobu Mita · 13 years ago
  50. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  51. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  52. 6ae8f8b h8300: change to new flag variable by matt mooney · 13 years ago
  53. daad8b5 h8300: Switch do_timer() to xtime_update() by Torben Hohn · 13 years ago
  54. 51f3f15 h8300: Use generic irq Kconfig by Thomas Gleixner · 13 years ago
  55. f9f91ef h8300: Convert interrupt handling to flow handler by Thomas Gleixner · 13 years ago
  56. 12174aa h8300: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  57. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  58. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  59. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  60. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  61. 51399a3 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  62. 05fabda ptrace: cleanup arch_ptrace() on h8300 by Namhyung Kim · 14 years ago
  63. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  64. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  65. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  66. 30b4b27 ioctl: Use asm-generic/ioctls.h on h8300 (enables termiox) by Jeff Mahoney · 14 years ago
  67. 50a23e6 Update broken web addresses in arch directory. by Justin P. Mattock · 14 years ago
  68. 239060b Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 14 years ago
  69. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  70. 5336377 modules: Fix module_bug_list list corruption race by Linus Torvalds · 14 years ago
  71. 838a2e5 kbuild: migrate all arch to the kconfig mainmenu upgrade by Arnaud Lacombe · 14 years ago
  72. 1e72910 h8300: Fix missing consts in kernel_execve() by David Howells · 14 years ago
  73. b857189 h8300: Fix die() by David Howells · 14 years ago
  74. 3ab61eb h8300: IRQ flags should be stored in an unsigned long by David Howells · 14 years ago
  75. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  76. 8b1bb90 defconfig reduction by Sam Ravnborg · 14 years ago
  77. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  78. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  79. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  80. cb8a88b alpha/h8300/m68k: remove obsolete <asm/md.h> files by Geert Uytterhoeven · 14 years ago
  81. 7e005f7 remove needless ISA_DMA_THRESHOLD by FUJITA Tomonori · 14 years ago
  82. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  83. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  84. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  85. 646b1db Merge commit 'v2.6.35-rc3' into perf/core by Ingo Molnar · 14 years ago
  86. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  87. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  88. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  89. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  90. 5b0e27c h8300: use asm-generic/scatterlist.h by FUJITA Tomonori · 14 years ago
  91. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  92. 7d02093 Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  93. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 14 years ago
  94. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  95. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  96. 12833c1 h8300: Convert h8300 to use read/update_persistent_clock by John Stultz · 14 years ago
  97. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  98. 857fb25 h8300: use generic ptrace_resume code by Christoph Hellwig · 14 years ago
  99. b3c1e01 ptrace: use ptrace_request() in the remaining architectures by Christoph Hellwig · 14 years ago
  100. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 14 years ago