1. 93c9d7f Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  2. 7421a10 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  3. 752f114 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  4. b8ae30e 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
  5. 4d7b4ac 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
  6. 3aaf51a Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  7. f262af3 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  8. 1014cfe Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  9. 8123d8f Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  10. 06ee772 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  11. fd25a1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  12. 9c6f7e4 stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback() by Ingo Molnar · 14 years ago
  13. 94f3ca9 perf tools: Add mode to build without newt support by Arnaldo Carvalho de Melo · 14 years ago
  14. 4065c80 cifs: fix noserverino handling when unix extensions are enabled by Jeff Layton · 14 years ago
  15. 2f51903 perf symbols: symbol inconsistency message should be done only at verbose=1 by Arnaldo Carvalho de Melo · 14 years ago
  16. 84f30c6 cifs: don't update uniqueid in cifs_fattr_to_inode by Jeff Layton · 14 years ago
  17. db19272 cifs: always revalidate hardlinked inodes when using noserverino by Jeff Layton · 14 years ago
  18. ba2e1c5f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 14 years ago
  19. 7d32c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 14 years ago
  20. 3d2c978 Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  21. 63aa9e7 perf tui: Add explicit -lslang option by Arnaldo Carvalho de Melo · 14 years ago
  22. 92183b3 m68k: amiga - Floppy platform device conversion by Geert Uytterhoeven · 15 years ago
  23. ff2db7c m68k: amiga - Sound platform device conversion by Geert Uytterhoeven · 15 years ago
  24. fa6688e m68k: amiga - Frame buffer platform device conversion by Geert Uytterhoeven · 15 years ago
  25. 0d30546 m68k: amiga - Zorro host bridge platform device conversion by Geert Uytterhoeven · 15 years ago
  26. bf54a2b m68k: amiga - Zorro bus modalias support by Geert Uytterhoeven · 16 years ago
  27. 0b7f1a7 platform: Make platform resource input parameters const by Geert Uytterhoeven · 16 years ago
  28. adbf6e6 m68k: invoke oom-killer from page fault by Nick Piggin · 14 years ago
  29. f3c7f31 serial167: Kill unused variables by Geert Uytterhoeven · 14 years ago
  30. edb7c60 perf options: Type check all the remaining OPT_ variants by Arnaldo Carvalho de Melo · 14 years ago
  31. 8035458 perf options: Type check OPT_BOOLEAN and fix the offenders by Arnaldo Carvalho de Melo · 14 years ago
  32. b52dd00 m68k: Implement generic_find_next_{zero_,}le_bit() by Geert Uytterhoeven · 14 years ago
  33. 9881bbb m68k: hp300 - Checkpatch cleanup by Andrea Gelmini · 14 years ago
  34. b9b0d8b m68k: Remove trailing spaces in messages by Frans Pop · 14 years ago
  35. 291d7e9 m68k: Simplify param.h by using <asm-generic/param.h> by Robert P. J. Day · 15 years ago
  36. b1f3bb4 m68k: Remove BKL from rtc implementations by Thomas Gleixner · 15 years ago
  37. 1967936 perf options: Check v type in OPT_U?INTEGER by Arnaldo Carvalho de Melo · 14 years ago
  38. c100edb perf options: Introduce OPT_UINTEGER by Arnaldo Carvalho de Melo · 14 years ago
  39. dc4ff19 perf tui: Add workaround for slang < 2.1.4 by Arnaldo Carvalho de Melo · 14 years ago
  40. 3de29ca perf record: Fix bug mismatch with -c option definition by Stephane Eranian · 14 years ago
  41. 6ba85ce perf options: Introduce OPT_U64 by Arnaldo Carvalho de Melo · 14 years ago
  42. 81880d6 atomic_t: Remove volatile from atomic_t definition by Anton Blanchard · 14 years ago
  43. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 14 years ago
  44. a9a4ab7 perf tui: Add help window to show key associations by Arnaldo Carvalho de Melo · 14 years ago
  45. a308f3a perf tui: Make <- exit menus too by Arnaldo Carvalho de Melo · 14 years ago
  46. e40152e Linus 2.6.34 by Linus Torvalds · 14 years ago
  47. b5dbc85 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  48. d34e14f Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  49. c02db8c rtnetlink: make SR-IOV VF interface symmetric by Chris Wright · 14 years ago
  50. 55fa0cf sctp: delete active ICMP proto unreachable timer when free transport by Wei Yongjun · 14 years ago
  51. 35790c0 tcp: fix MD5 (RFC2385) support by Eric Dumazet · 14 years ago
  52. 9d192e1 perf newt: Add single key shortcuts for zoom into DSO and threads by Arnaldo Carvalho de Melo · 14 years ago
  53. 29351db perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressed by Arnaldo Carvalho de Melo · 14 years ago
  54. c1ec5fe perf newt: Fix the 'A'/'a' shortcut for annotate by Arnaldo Carvalho de Melo · 14 years ago
  55. 6055390 perf newt: Make <- exit the ui_browser by Arnaldo Carvalho de Melo · 14 years ago
  56. 4e73238 MIPS: Oprofile: Fix Loongson irq handler by Wu Zhangjin · 14 years ago
  57. 46afb82 MIPS: N32: Use compat version for sys_ppoll. by Chandrakala Chavva · 14 years ago
  58. 95e8f63 MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1 by Shane McDonald · 14 years ago
  59. 18e41da Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  60. 43aa7ac lib/btree: fix possible NULL pointer dereference by kirjanov@gmail.com · 14 years ago
  61. bdef2fe mmc: at91_mci: modify cache flush routines by Nicolas Ferre · 14 years ago
  62. 5dc6416 Btrfs: check for read permission on src file in the clone ioctl by Dan Rosenberg · 14 years ago
  63. 3f8bf8f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  64. c28f3f8 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  65. 684bdc7 JFS: Free sbi memory in error path by Jan Blunck · 14 years ago
  66. 404e781 fs/sysv: dereferencing ERR_PTR() by Dan Carpenter · 14 years ago
  67. 2656244 Fix double-free in logfs by Al Viro · 14 years ago
  68. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  69. 7ebaa28 Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  70. 1ff3d7d x86, perf: P4 PMU - fix counters management logic by Cyrill Gorcunov · 14 years ago
  71. bfcf1ae Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  72. ecbb458 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  73. 16a2164 profile: fix stats and data leakage by Hugh Dickins · 14 years ago
  74. bfcc6e2 hughd: update email address by Hugh Dickins · 14 years ago
  75. 3e1bbdc3 perf newt: Make <- zoom out filters by Arnaldo Carvalho de Melo · 14 years ago
  76. e9b1d5d x86, mrst: Don't blindly access extended config space by H. Peter Anvin · 14 years ago
  77. ef0e918 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  78. 7f284d3 x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments by Frank Arnold · 14 years ago
  79. ade029e x86, k8: Fix build error when K8_NB is disabled by Borislav Petkov · 14 years ago
  80. 4fc4c3c Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  81. 97b2073 Merge branch 'davinci-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci by Linus Torvalds · 14 years ago
  82. b9af5dd DA830: fix USB 2.0 clock entry by Sergei Shtylyov · 14 years ago
  83. c82ee82 perf report: Report number of events, not samples by Arnaldo Carvalho de Melo · 14 years ago
  84. ade275c Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  85. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 14 years ago
  86. b3b38d8 inotify: don't leak user struct on inotify release by Pavel Emelyanov · 14 years ago
  87. e087334 inotify: race use after free/double free in inotify inode marks by Eric Paris · 14 years ago
  88. 3dbc6fb inotify: clean up the inotify_add_watch out path by Eric Paris · 14 years ago
  89. 5f65f15 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  90. 508ff9d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  91. 3ac4e82 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  92. 7ac992e Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
  93. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 14 years ago
  94. d77f873 Merge branch 'net-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  95. 4ae69e6 mmap_min_addr check CAP_SYS_RAWIO only for write by Kees Cook · 14 years ago
  96. a5e48b8 microblaze: Fix module loading on system with WB cache by Michal Simek · 14 years ago
  97. 9e56529 x86: Use .cfi_sections for assembly code by Roland McGrath · 14 years ago
  98. f014871 x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRs by Andreas Herrmann · 14 years ago
  99. baa4563 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  100. 6a251b0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago