1. a04387b vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  2. a6b1709 m32r: make memset() global for CONFIG_KERNEL_BZIP2=y by Geert Uytterhoeven · 12 years ago
  3. 97b0a82 m32r: add memcpy() for CONFIG_KERNEL_GZIP=y by Geert Uytterhoeven · 12 years ago
  4. 1ac4150 m32r: consistently use "suffix-$(...)" by Geert Uytterhoeven · 12 years ago
  5. a26f4c4 signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer by Ben Hutchings · 12 years ago
  6. bde6d05 m32r: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  7. 9cee5ca vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  8. 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
  9. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  10. c9034c3 Disintegrate asm/system.h for M32R by David Howells · 12 years ago
  11. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  12. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  13. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  14. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  15. 86d10ea m32r: Use generic posix_types.h by H. Peter Anvin · 12 years ago
  16. dca88ad Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  17. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  18. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  19. 84dfa98 consolidate a bunch of ipcbuf.h instances by Al Viro · 13 years ago
  20. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  21. d507462 UAPI: Make M32R use asm-generic/param.h by David Howells · 13 years ago
  22. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  23. 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
  24. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  25. 02ebbbd Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  26. 1a8ffff m32r: drop unused Kconfig symbol by Paul Bolle · 13 years ago
  27. abcefec m32r: Allow use of atomic64 by Steven Rostedt · 13 years ago
  28. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  29. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  30. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  31. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  32. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  33. f796062 m32r, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  34. ff0c4ad Merge branch 'for-upstream' of git://openrisc.net/jonas/linux by Linus Torvalds · 13 years ago
  35. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
  36. a4e0527 asm-generic: move archictures to common delay.h by Jonas Bonn · 13 years ago
  37. dab16ae m32r: Use generic PREEMPT config by Frederic Weisbecker · 13 years ago
  38. c6830c2 Fix node_start/end_pfn() definition for mm/page_cgroup.c by KAMEZAWA Hiroyuki · 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. 5bf54a9 m32r: remove redundant declaration by KOSAKI Motohiro · 13 years ago
  43. 937e26c m32r: convert cpumask api by KOSAKI Motohiro · 13 years ago
  44. 5ca43f6 lib: consolidate DEBUG_STACK_USAGE option by Stephen Boyd · 13 years ago
  45. 818b667 Remove unused PROC_CHANGE_PENALTY constant by Stephen Boyd · 13 years ago
  46. 0091a47 m32r, mm: set all online nodes in N_NORMAL_MEMORY by David Rientjes · 13 years ago
  47. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  48. 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  49. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 13 years ago
  50. a2d063a extable, core_kernel_data(): Make sure all archs define _sdata by Steven Rostedt · 13 years ago
  51. 184748c sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() by Peter Zijlstra · 13 years ago
  52. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  53. 78c8982 genirq: Remove the now obsolete config options and select statements by Thomas Gleixner · 13 years ago
  54. 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
  55. 4bdab7e m32r: Use generic show_interrupts() by Thomas Gleixner · 13 years ago
  56. 27e5c5a m32r: Convert genirq namespace by Thomas Gleixner · 13 years ago
  57. 0415b00 percpu: Always align percpu output section to PAGE_SIZE by Tejun Heo · 13 years ago
  58. 8547727 remove dma64_addr_t by FUJITA Tomonori · 13 years ago
  59. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  60. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  61. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 13 years ago
  62. 0664996 bitops: introduce CONFIG_GENERIC_FIND_BIT_LE by Akinobu Mita · 13 years ago
  63. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  64. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 13 years ago
  65. 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  66. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  67. a9fe8d5 m32r: Fixup last __do_IRQ leftover by Thomas Gleixner · 13 years ago
  68. 7bde2ab m32r: Switch from do_timer() to xtime_update() by Torben Hohn · 13 years ago
  69. 19df0c2 percpu: align percpu readmostly subsection to cacheline by Tejun Heo · 13 years ago
  70. 0e155b2 m32r: Convert to generic irq Kconfig by Thomas Gleixner · 13 years ago
  71. 7a0abc7 m32r: Convert usrv platform irq handling by Thomas Gleixner · 13 years ago
  72. 9b141fa m32r: Convert opsput_lcdpld irq chip by Thomas Gleixner · 13 years ago
  73. 1899a49 m32r: Convert opsput lanpld irq chip by Thomas Gleixner · 13 years ago
  74. 22cbc93 m32r: Convert opsput pld irq chip by Thomas Gleixner · 13 years ago
  75. 883c0cc m32r: Convert opsput irq chip by Thomas Gleixner · 13 years ago
  76. ce1104c m32r: Convert oaks32r irq chips by Thomas Gleixner · 13 years ago
  77. b82727e m32r: Convert mappi3 irq chip by Thomas Gleixner · 13 years ago
  78. efa63c6 m32r: Convert mappi2 irq chip by Thomas Gleixner · 13 years ago
  79. 1f12681 m32r: Convert mappi irq chips by Thomas Gleixner · 13 years ago
  80. 37808e4 m32r: Convert m32700ut lcdpld irq chip by Thomas Gleixner · 13 years ago
  81. 72bd198 m32r: Convert m32700ut lanpld irq chip by Thomas Gleixner · 13 years ago
  82. 63b549b m32r: Convert m32700ut pld irq chip by Thomas Gleixner · 13 years ago
  83. 364a9ba m32r: Convert m32104ut irq chip by Thomas Gleixner · 13 years ago
  84. 8afb53b m32r: Convert m32104ut irq handling by Thomas Gleixner · 13 years ago
  85. 863018a m32r: Cleanup direct irq_desc access by Thomas Gleixner · 14 years ago
  86. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  87. 51399a3 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  88. a68caa0 ptrace: cleanup arch_ptrace() on m32r by Namhyung Kim · 14 years ago
  89. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  90. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  91. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  92. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  93. 73352e4 ioctl: Use asm-generic/ioctls.h on m32r (enables termiox) by Jeff Mahoney · 14 years ago
  94. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
  95. 14d4962 Merge branch 'linus' into irq/core by Ingo Molnar · 14 years ago
  96. 50a23e6 Update broken web addresses in arch directory. by Justin P. Mattock · 14 years ago
  97. 2d01971 m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIAN by Kyle McMartin · 14 years ago
  98. 4f515cc m32r: add kernel/.gitignore and ignore vmlinux.lds by Kyle McMartin · 14 years ago
  99. 388d148 m32r: get_user takes an lvalue, not a pointer by Kyle McMartin · 14 years ago
  100. 99d6734 m32r: restore _BLOCKABLE by Kyle McMartin · 14 years ago