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