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