1. edeafa7 asm-generic/ptrace.h: start a common low level ptrace helper by Mike Frysinger · 15 years ago
  2. 3f5785e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  3. 0798b1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 15 years ago
  4. 0ac1ee0 ulimit: raise default hard ulimit on number of files to 4096 by Tim Gardner · 15 years ago
  5. f68aa5b asm-generic/cacheflush.h: flush icache when copying to user pages by Mike Frysinger · 15 years ago
  6. 9547d01 mm: uninline large generic tlb.h functions by Peter Zijlstra · 15 years ago
  7. e303297 mm: extended batches for generic mmu_gather by Peter Zijlstra · 15 years ago
  8. 2672391 mm, powerpc: move the RCU page-table freeing into generic code by Peter Zijlstra · 15 years ago
  9. d16dfc5 mm: mmu_gather rework by Peter Zijlstra · 15 years ago
  10. 6b36783 bug.h: Fix build with CONFIG_PRINTK disabled. by David S. Miller · 15 years ago
  11. 0d66cba Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 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 · 15 years ago
  13. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 15 years ago
  14. b3eec79 bug.h: Add WARN_RATELIMIT by Joe Perches · 15 years ago
  15. 2d42552 [S390] merge page_test_dirty and page_clear_dirty by Martin Schwidefsky · 15 years ago
  16. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 15 years ago
  17. df48d87 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  18. f02e8a6 module: Sort exported symbols by Alessio Igor Bogani · 15 years ago
  19. be84cb4 compat: fixes to allow working with tile arch by Chris Metcalf · 15 years ago
  20. aaeb012 audit: support the "standard" <asm-generic/unistd.h> by Chris Metcalf · 15 years ago
  21. 3267382 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 15 years ago
  22. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 15 years ago
  23. d430d3d jump label: Introduce static_branch() interface by Jason Baron · 15 years ago
  24. 6ea0c34 percpu: Unify input section names by Mike Frysinger · 15 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 15 years ago
  26. ccd0d44 WARN_ON_SMP(): Add comment to explain ({0;}) by Steven Rostedt · 15 years ago
  27. 94df491 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  28. 2092e6b WARN_ON_SMP(): Allow use in if() statements on UP by Steven Rostedt · 15 years ago
  29. 0415b00 percpu: Always align percpu output section to PAGE_SIZE by Tejun Heo · 15 years ago
  30. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 15 years ago
  31. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 15 years ago
  32. c565300 asm-generic: use little-endian bitops by Akinobu Mita · 15 years ago
  33. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 15 years ago
  34. a56560b asm-generic: change little-endian bitops to take any pointer types by Akinobu Mita · 15 years ago
  35. c4945b9 asm-generic: rename generic little-endian bitops functions by Akinobu Mita · 15 years ago
  36. 63ab595 bitops: merge little and big endian definisions in asm-generic/bitops/le.h by Akinobu Mita · 15 years ago
  37. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 15 years ago
  38. c7a1fcd include/asm-generic/unistd.h: fix syncfs syscall number by Andrew Morton · 15 years ago
  39. b7ed78f introduce sys_syncfs to sync a single file system by Sage Weil · 15 years ago
  40. 339dc50 asm-generic: support clock_adjtime() in <asm-generic/unistd.h> by Chris Metcalf · 15 years ago
  41. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  42. ec0afc9 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  43. 7b7adc4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32 by Linus Torvalds · 15 years ago
  44. 69ebb83 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally by Huang Ying · 15 years ago
  45. 7f509a9 asm-generic headers: add arch-specific __strnlen_user calling in uaccess.h by GuanXuetao · 15 years ago
  46. 38f5bf8 asm-generic headers: add ftrace.h by GuanXuetao · 15 years ago
  47. d232b12 asm-generic headers: add sizes.h by GuanXuetao · 15 years ago
  48. 7dc59bd asm-generic: fix inX/outX functions for architectures that have PCI by GuanXuetao · 15 years ago
  49. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago
  50. 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  51. 9620639 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  52. a926021 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  53. b80cd62 Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  54. 1abf0c7 New kind of open files - "location only". by Al Viro · 15 years ago
  55. a51571c unistd.h: Add new syscalls numbers to asm-generic by Aneesh Kumar K.V · 15 years ago
  56. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 15 years ago
  57. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 15 years ago
  58. ea71454 x86: Separate out entry text section by Jiri Olsa · 15 years ago
  59. e0a92c1 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 15 years ago
  60. 9b4f06f asm-generic/user.h: Fix spelling in comment by Tobias Klauser · 15 years ago
  61. fbd7184 mm: <asm-generic/pgtable.h> must include <linux/mm_types.h> by Ben Hutchings · 15 years ago
  62. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 15 years ago
  63. 3c95c98 tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys by Kay Sievers · 15 years ago
  64. 48fa4b8 Merge commit 'v2.6.38-rc5' into sched/core by Ingo Molnar · 15 years ago
  65. 3d56e33 tracing: Replace syscall_meta_data struct array with pointer array by Steven Rostedt · 15 years ago
  66. 6549864 tracepoints: Fix section alignment using pointer array by Mathieu Desnoyers · 15 years ago
  67. e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 15 years ago
  68. a1dabb6 time: Add nsecs_to_cputime64 interface for asm-generic by Venkatesh Pallipadi · 15 years ago
  69. 19df0c2 percpu: align percpu readmostly subsection to cacheline by Tejun Heo · 15 years ago
  70. e94965e module: show version information for built-in modules in sysfs by Dmitry Torokhov · 15 years ago
  71. b3697c0 fix non-x86 build failure in pmdp_get_and_clear by Andrea Arcangeli · 15 years ago
  72. 1ddd6db thp: mm: define MADV_NOHUGEPAGE by Andrea Arcangeli · 15 years ago
  73. e2cda32 thp: add pmd mangling generic functions by Andrea Arcangeli · 15 years ago
  74. 5f6e8da thp: special pmd_trans_* functions by Andrea Arcangeli · 15 years ago
  75. a826e42 thp: mm: define MADV_HUGEPAGE by Andrea Arcangeli · 15 years ago
  76. d8a3515 Revert "gpiolib: annotate gpio-intialization with __must_check" by Linus Torvalds · 15 years ago
  77. 0fdae42 gpiolib: annotate gpio-intialization with __must_check by Wolfram Sang · 15 years ago
  78. 8369744 include/asm-generic/vmlinux.lds.h: make readmostly section correctly align by Shaohua Li · 15 years ago
  79. 0be8c8b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 15 years ago
  80. 0bd2cbc Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  81. efb2d31 asm-generic/io.h: add reads[bwl]/writes[bwl] helpers by Mike Frysinger · 15 years ago
  82. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  83. aab9433 of: Add support for linking device tree blobs into vmlinux by Dirk Brandewie · 15 years ago
  84. 909ea96 core: Replace __get_cpu_var with __this_cpu_read if not used for an address. by Christoph Lameter · 15 years ago
  85. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 15 years ago
  86. 2c7387e asm-generic/stat.h: support 64-bit file time_t for stat() by Chris Metcalf · 15 years ago
  87. af29513 audit: make link()/linkat() match "attribute change" predicate by Al Viro · 16 years ago
  88. c9e2a72 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 15 years ago
  89. d57af9b taskstats: use real microsecond granularity for CPU times by Michael Holzheu · 15 years ago
  90. 09cd952 gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h by Anton Vorontsov · 15 years ago
  91. d882626 vmlinux.lds.h: lower init ramfs alignment to 4 by Mike Frysinger · 15 years ago
  92. d356c0b vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATA by Mike Frysinger · 15 years ago
  93. e2b8d7a [S390] add support for nonquiescing sske by Martin Schwidefsky · 15 years ago
  94. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago
  95. 0fc0531 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  96. db08bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 15 years ago
  97. 8bc3372 ioctl: Use asm-generic/ioctls.h on cris (enables termiox) by Jeff Mahoney · 16 years ago
  98. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 15 years ago
  99. c3b86a2 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. 2aeb66d x86-32, percpu: Correct the ordering of the percpu readmostly section by H. Peter Anvin · 15 years ago