1. 40ab331 Disintegrate asm/system.h for FRV by David Howells · 13 years ago
  2. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 14 years ago
  3. 50e1499 kgdb: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  4. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  5. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  6. adc400f frv, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  7. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 14 years ago
  8. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 14 years ago
  9. 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
  10. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  11. 3062aa5 FRV: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  12. 60af3ab FRV: Convert genirq namespace by Thomas Gleixner · 14 years ago
  13. a9554c3 frv: Select GENERIC_HARDIRQS_NO_DEPRECATED by Thomas Gleixner · 14 years ago
  14. 1251646 frv: Convert cpu irq_chip to new functions by Thomas Gleixner · 14 years ago
  15. a4b48a4 frv: Convert mb93493 irq_chip to new functions by Thomas Gleixner · 14 years ago
  16. 9148d88 frv: Convert mb93093 irq_chip to new function by Thomas Gleixner · 14 years ago
  17. 193e7a5 frv: Convert mb93091 irq_chip to new functions by Thomas Gleixner · 14 years ago
  18. 303fef9 frv: Fix typo from __do_IRQ overhaul by Thomas Gleixner · 14 years ago
  19. c4b1598 frv: Remove stale irq_chip.end by Thomas Gleixner · 14 years ago
  20. 0415b00d1 percpu: Always align percpu output section to PAGE_SIZE by Tejun Heo · 14 years ago
  21. 504f52b mm: NUMA aware alloc_task_struct_node() by Eric Dumazet · 14 years ago
  22. 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
  23. 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
  24. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 14 years ago
  25. 57464bd frv: Switch do_timer() to xtime_update() by Torben Hohn · 14 years ago
  26. 19df0c2 percpu: align percpu readmostly subsection to cacheline by Tejun Heo · 14 years ago
  27. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  28. 81d3285 ptrace: cleanup arch_ptrace() on frv by Namhyung Kim · 14 years ago
  29. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  30. ed1cde6 frv: double syscall restarts, syscall restart in sigreturn() by Al Viro · 14 years ago
  31. 44c7aff frv: handling of restart into restart_syscall is fscked by Al Viro · 14 years ago
  32. ad0acab frv: avoid infinite loop of SIGSEGV delivery by Al Viro · 14 years ago
  33. 5f4ad04 frv: fix address verification holes in setup_frame/setup_rt_frame by Al Viro · 14 years ago
  34. 20cd514 frv: restart_block.fn needs to be reset on sigreturn by Al Viro · 14 years ago
  35. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  36. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  37. 646b1db Merge commit 'v2.6.35-rc3' into perf/core by Ingo Molnar · 15 years ago
  38. a7f5378 FRV: Reinstate null behaviour for the GDB remote protocol 'p' command by David Howells · 15 years ago
  39. 1996bda arch: Implement local64_t by Peter Zijlstra · 15 years ago
  40. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  41. fc24447 frv: remove "struct file *" argument from sysctl ->proc_handler by Jan Blunck · 15 years ago
  42. 9c1a125 ptrace: unify FDPIC implementations by Mike Frysinger · 15 years ago
  43. 7ca8b9c frv: extend gdbstub to support more features of gdb by David Howells · 15 years ago
  44. 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
  45. 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
  46. 739b271 frv: Convert frv to use read/update_persistent_clock by John Stultz · 15 years ago
  47. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 15 years ago
  48. b6f4e45 Rename special text sections in arch/frv from .text.XXX to .text..XXX. by Denys Vlasenko · 15 years ago
  49. 1360e07 Rename .bss.stack to .bss..stack. by Denys Vlasenko · 15 years ago
  50. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  51. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  52. 273b281 kbuild: move utsrelease.h to include/generated by Sam Ravnborg · 15 years ago
  53. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  54. 2588465 Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  55. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  56. 67a7e4f sysctl frv: Remove dead binary sysctl support by Eric W. Biederman · 16 years ago
  57. 961303c sysctl: Remove the unused frv sysctl unumbers by Eric W. Biederman · 16 years ago
  58. c896a2e frv: fix check on unsigned in do_signal() by Roel Kluin · 15 years ago
  59. b69975a frv: Remove the BKL from sys_execve by John Kacur · 15 years ago
  60. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  61. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  62. c37efa9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  63. a7077099 FRV: Use asm/generic-hardirq.h by Christoph Hellwig · 15 years ago
  64. cf63ff5f misc: remove redundant start_kernel prototypes by Rusty Russell · 15 years ago
  65. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  66. d200c92 Use new __init_task_data macro in arch init_task.c files. by Joe Perches · 15 years ago
  67. 9c88b25 frv: clean up linker script using new linker script macros. by Nelson Elhage · 15 years ago
  68. 88ddb81 frv: remove unused .altinstructions code by Nelson Elhage · 15 years ago
  69. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  70. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  71. 023bf6f linker script: unify usage of discard definition by Tejun Heo · 16 years ago
  72. c43768c Merge branch 'master' into for-next by Tejun Heo · 16 years ago
  73. 00460f4 FRV: Implement atomic64_t by David Howells · 16 years ago
  74. aee3ff1 FRV: Wire up new syscalls by David Howells · 16 years ago
  75. 405d967 linker script: throw away .discard section by Tejun Heo · 16 years ago
  76. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 16 years ago
  77. 5933048 module: cleanup FIXME comments about trimming exception table entries. by Rusty Russell · 16 years ago
  78. 4a3b989 FRV: Implement new-style ptrace by David Howells · 16 years ago
  79. 24ceb7e FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue by David Howells · 16 years ago
  80. b7bab88 FRV: Implement TIF_NOTIFY_RESUME by David Howells · 16 years ago
  81. aa1913c FRV: Remove in-kernel strace code by David Howells · 16 years ago
  82. db5c444 FRV: BUG to BUG_ON changes by Stoyan Gaydarov · 16 years ago
  83. df1f6d2 FRV: Use __INIT macro instead of .text.init. by Tim Abbott · 16 years ago
  84. e37469f FRV: Wire up new syscalls by David Howells · 16 years ago
  85. b6a8d95 frv: convert frv to use __HEAD and HEAD_TEXT macros. by Tim Abbott · 16 years ago
  86. f297bfe FRV: Don't attempt to #include <linux/blk.h> as it doesn't exist by David Howells · 16 years ago
  87. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 16 years ago
  88. 1a8a510 cpumask: remove references to struct irqaction's mask field. by Rusty Russell · 16 years ago
  89. dee4102 sparseirq: use kstat_irqs_cpu instead by Yinghai Lu · 16 years ago
  90. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 16 years ago
  91. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  92. 4280e31 frv: fix mmap2 error handling by David Howells · 16 years ago
  93. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  94. 784dd7b FRV: Wire up new system calls by David Howells · 16 years ago
  95. 19caeed frv: use the common ascii hex helpers by Harvey Harrison · 17 years ago
  96. d75f65f remove include/linux/pm_legacy.h by Adrian Bunk · 17 years ago
  97. 44d1b98 Fix various old email addresses for dwmw2 by David Woodhouse · 17 years ago
  98. f52111b [PATCH] take init_files to fs/file.c by Al Viro · 17 years ago
  99. d35c7b0 unified (weak) sys_pipe implementation by Ulrich Drepper · 17 years ago
  100. 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago