1. bde6d05 m32r: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  2. 9cee5ca vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  3. c9034c3 Disintegrate asm/system.h for M32R by David Howells · 12 years ago
  4. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  5. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  6. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  7. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
  8. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  9. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  10. 5bf54a9 m32r: remove redundant declaration by KOSAKI Motohiro · 13 years ago
  11. 937e26c m32r: convert cpumask api by KOSAKI Motohiro · 13 years ago
  12. 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
  13. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 13 years ago
  14. a2d063a extable, core_kernel_data(): Make sure all archs define _sdata by Steven Rostedt · 13 years ago
  15. 184748c sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() by Peter Zijlstra · 13 years ago
  16. 4bdab7e m32r: Use generic show_interrupts() by Thomas Gleixner · 13 years ago
  17. 0415b00 percpu: Always align percpu output section to PAGE_SIZE by Tejun Heo · 13 years ago
  18. 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
  19. 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
  20. a9fe8d5 m32r: Fixup last __do_IRQ leftover by Thomas Gleixner · 14 years ago
  21. 7bde2ab m32r: Switch from do_timer() to xtime_update() by Torben Hohn · 14 years ago
  22. 19df0c2 percpu: align percpu readmostly subsection to cacheline by Tejun Heo · 14 years ago
  23. 863018a m32r: Cleanup direct irq_desc access by Thomas Gleixner · 14 years ago
  24. a68caa0 ptrace: cleanup arch_ptrace() on m32r by Namhyung Kim · 14 years ago
  25. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  26. 14d4962 Merge branch 'linus' into irq/core by Ingo Molnar · 14 years ago
  27. 4f515cc m32r: add kernel/.gitignore and ignore vmlinux.lds by Kyle McMartin · 14 years ago
  28. 388d148 m32r: get_user takes an lvalue, not a pointer by Kyle McMartin · 14 years ago
  29. 99d6734 m32r: restore _BLOCKABLE by Kyle McMartin · 14 years ago
  30. 7c5f135 Merge branch 'x86/urgent' of into irq/sparseirq by Thomas Gleixner · 14 years ago
  31. acdc0d5 m32r: fix breakage from "m32r: use generic ptrace_resume code" by Al Viro · 14 years ago
  32. bb9c861 m32r: hole in shifting pc back by Al Viro · 14 years ago
  33. a05c4e1 m32r: don't block signals if sigframe setup has failed by Al Viro · 14 years ago
  34. a748102 make m32r handle multiple pending signals by Al Viro · 14 years ago
  35. a7f8388 m32r: fix rt_sigsuspend() by Al Viro · 14 years ago
  36. d1ea13c genirq: Cleanup irq_chip->typename leftovers by Thomas Gleixner · 14 years ago
  37. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  38. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  39. 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
  40. 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
  41. 9446947 m32r: Convert m32r to use read/update_peristent_clock by John Stultz · 14 years ago
  42. e34112e m32r: use generic ptrace_resume code by Christoph Hellwig · 14 years ago
  43. 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 14 years ago
  44. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 14 years ago
  45. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  46. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  47. 45cdd47 m32r: Should index be positive? by Roel Kluin · 15 years ago
  48. e968b8d m32r: add NOTES to vmlinux.lds.S to remove .note.gnu.build-id section by Hirokazu Takata · 15 years ago
  49. 5602358 arch/m32r: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  50. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  51. 0a3d31b m32r: Fix IPI function calls for SMP by Toshihiro HANAWA · 15 years ago
  52. bac33bd m32r: add rtc_lock variable by Hirokazu Takata · 15 years ago
  53. ced0f00 m32r: export delay loop symbols by Hirokazu Takata · 15 years ago
  54. 851b147 Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev by Linus Torvalds · 15 years ago
  55. 94a8d5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  56. 49b9205 cpumask: use mm_cpumask() wrapper: m32r by Rusty Russell · 15 years ago
  57. 2377afd cpumask: Use accessors for cpu_*_mask: m32r by Rusty Russell · 15 years ago
  58. c2a3a48 cpumask: arch_send_call_function_ipi_mask: m32r by Rusty Russell · 15 years ago
  59. c37efa9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  60. 85233c4 m32r: Cleanup linker script using new linker script macros. by Tim Abbott · 15 years ago
  61. 743486d m32r: Move the spi_stack_top and spu_stack_top into .init.data section. by Tim Abbott · 15 years ago
  62. 2a67d26 m32r: Remove unused .altinstructions and .exit.* code from linker script. by Tim Abbott · 15 years ago
  63. 00b01b2 m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h. by Tim Abbott · 15 years ago
  64. 95ad759 m32r: convert to use arch_gettimeoffset() by john stultz · 15 years ago
  65. d5a6d17 m32r: remove redundant tests on unsigned by Roel Kluin · 15 years ago
  66. d200c92 Use new __init_task_data macro in arch init_task.c files. by Joe Perches · 15 years ago
  67. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  68. 733e5e4 KEYS: Add missing linux/tracehook.h #inclusions by David Howells · 15 years ago
  69. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  70. d0420c8 KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] by David Howells · 15 years ago
  71. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  72. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  73. 023bf6f linker script: unify usage of discard definition by Tejun Heo · 15 years ago
  74. 405d967 linker script: throw away .discard section by Tejun Heo · 15 years ago
  75. 4859776 ptrace: remove PT_DTRACE from arch/m32r by Oleg Nesterov · 15 years ago
  76. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 15 years ago
  77. 5933048 module: cleanup FIXME comments about trimming exception table entries. by Rusty Russell · 15 years ago
  78. 9c88b06 m32r: build fix for __stringify macro by Hirokazu Takata · 15 years ago
  79. 3496369 m32r: convert to use __HEAD and HEAD_TEXT macros. by Tim Abbott · 15 years ago
  80. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 15 years ago
  81. 1a8a510 cpumask: remove references to struct irqaction's mask field. by Rusty Russell · 15 years ago
  82. dee4102 sparseirq: use kstat_irqs_cpu instead by Yinghai Lu · 16 years ago
  83. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  84. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  85. 9e2f913 percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32r by Rusty Russell · 16 years ago
  86. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  87. 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 16 years ago
  88. 1c4567a m32r: section noise in head.S by Al Viro · 16 years ago
  89. 7110879 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  90. 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  91. 3baf63a m32r: fix build due to notify_cpu_starting() change by Ingo Molnar · 16 years ago
  92. 990d0f2 Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
  93. 81e4807 m32r/kernel/: cleanups by Adrian Bunk · 16 years ago
  94. affa6b1 m32r: export empty_zero_page by Adrian Bunk · 16 years ago
  95. e545a61 kernel/cpu.c: create a CPU_STARTING cpu_chain notifier by Manfred Spraul · 16 years ago
  96. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  97. 7b7426c m32r: convert to generic helpers for IPI function calls by Jens Axboe · 16 years ago
  98. f52111b [PATCH] take init_files to fs/file.c by Al Viro · 16 years ago
  99. 9b013c2 m32r: use generic sys_pipe by Christoph Hellwig · 16 years ago
  100. ba719ba sys_pipe(): fix file descriptor leaks by Ulrich Drepper · 16 years ago