1. be9208d reiserfs: fix j_last_flush_trans_id type by Al Viro · 15 years ago
  2. 38e23c9 fs: Mark get_filesystem_list() as __init function. by Tetsuo Handa · 15 years ago
  3. 2eae7a1 kill vfs_stat_fd / vfs_lstat_fd by Christoph Hellwig · 15 years ago
  4. 0112fc2 Separate out common fstatat code into vfs_fstatat by Oleg Drokin · 15 years ago
  5. a939b96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  6. 6a7c7ea PM/Suspend: Introduce two new platform callbacks to avoid breakage by Rafael J. Wysocki · 15 years ago
  7. 42a17ad <linux/seccomp.h> needs to include <linux/errno.h>. by Ralf Baechle · 15 years ago
  8. 74a205a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  9. dd26bf6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  10. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  11. 91ec65b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  12. 4d831f5 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
  13. 7607b1d Driver core: remove pr_fmt() from dynamic_dev_dbg() printk by Jason Baron · 15 years ago
  14. 4ccb457 dynamic debug: resurrect old pr_debug() semantics as pr_devel() by Michael Ellerman · 15 years ago
  15. 1397709 Driver Core: early platform driver by Magnus Damm · 15 years ago
  16. e3cf95d ata: Report 16/32bit PIO as best we can by Alan Cox · 15 years ago
  17. 0c387ec Merge branch 'next' into for-linus by Dmitry Torokhov · 15 years ago
  18. 35c80d5 Add block_write_full_page_endio for passing endio handler by Chris Mason · 15 years ago
  19. cd97824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  20. 23da64b Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  21. a23c218 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 15 years ago
  22. 61e0d47 splice: add helpers for locking pipe inode by Miklos Szeredi · 15 years ago
  23. f8cc774 splice: remove generic_file_splice_write_nolock() by Miklos Szeredi · 15 years ago
  24. 328eaab ocfs2: fix i_mutex locking in ocfs2_splice_to_file() by Miklos Szeredi · 15 years ago
  25. b3c2d2d splice: split up __splice_from_pipe() by Miklos Szeredi · 15 years ago
  26. 48e70bc Document and move the various READ/WRITE types by Jens Axboe · 15 years ago
  27. 8f3d8ba block: move bio list helpers into bio.h by Christoph Hellwig · 15 years ago
  28. 610f26e 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
  29. 78c5b82 tty: Update some of the USB kernel doc by Leandro Dorileo · 15 years ago
  30. ef631b0 rcu: Make hierarchical RCU less IPI-happy by Paul E. McKenney · 15 years ago
  31. 27b1956 lockdep: warn about lockdep disabling after kernel taint, fix by Ingo Molnar · 15 years ago
  32. 347486b intelfb: support i854 by Stefan Husemann · 15 years ago
  33. 5dec8bf include/linux/fiemap.h: include types.h now that it's exported by Eric Sandeen · 15 years ago
  34. 17a5138 aio: remove INIT_KIOCTX by Alexey Dobriyan · 15 years ago
  35. 251eb40 hwmon: sht15 humidity sensor driver by Jonathan Cameron · 15 years ago
  36. ebde441 fbdev: fix color component field length documentation by Michal Januszewski · 15 years ago
  37. a8729eb phylib: Allow early-out in phy_change by Anatolij Gustschin · 15 years ago
  38. b534d38 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  39. 8255309 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  40. bf20753 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
  41. 8371f87 Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 15 years ago
  42. 0ad30b8 add some long-missing capabilities to fs_mask by Serge E. Hallyn · 15 years ago
  43. d811f23 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
  44. c758e8c i2c: Fix sparse warnings for I2C_BOARD_INFO() by Ben Hutchings · 15 years ago
  45. 9eeba61 lockdep: warn about lockdep disabling after kernel taint by Frederic Weisbecker · 15 years ago
  46. fd746d5 Input: ads7846 - introduce platform specific way to synchronize sampling by Eric Miao · 15 years ago
  47. 066123a percpu: unbreak alpha percpu by Tejun Heo · 15 years ago
  48. 8f7c2c3 Make __stringify support variable argument macros too by Zhaolei · 15 years ago
  49. 6594d0b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  50. c2ea122 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  51. 17b2e9b Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  52. 422a253 Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  53. df55292 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 15 years ago
  54. 97c18e2 module: try_then_request_module must wait by Herbert Xu · 15 years ago
  55. e3c8ca8 sched: do not count frozen tasks toward load by Nathan Lynch · 15 years ago
  56. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 15 years ago
  57. d831220 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 15 years ago
  58. 692d0eb dm: remove limited barrier support by Mikulas Patocka · 15 years ago
  59. 7831d56 tty: MAX3100 by Alan Cox · 15 years ago
  60. 3153c26 ide: refactor tf_read() method by Sergei Shtylyov · 15 years ago
  61. c9ff9e7 ide: refactor tf_load() method by Sergei Shtylyov · 15 years ago
  62. 745483f ide: simplify 'struct ide_taskfile' by Sergei Shtylyov · 15 years ago
  63. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 15 years ago
  64. f876d34 tracing: append a comma to INIT_FTRACE_GRAPH by Tetsuo Handa · 15 years ago
  65. ba28f22 Merge branch 'next' into for-linus by Dmitry Torokhov · 15 years ago
  66. 8d82ffd powerpc: Document new FSL I2C bindings and cleanup by Wolfgang Grandegger · 15 years ago
  67. 1551260 Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. c93f216 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  69. c61b79b Merge branch 'irq/threaded' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  70. 8e2c4f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  71. 6a5d263 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  72. aeeae868 Fix build errors due to CONFIG_BRANCH_TRACER=y by Linus Torvalds · 15 years ago
  73. 132ea5e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  74. 0e26da0 Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 15 years ago
  75. 51dcdfe parport: Use the PCI IRQ if offered by Alan Cox · 15 years ago
  76. 1dcb884 Add support for the MAX3100 SPI UART. by Christian Pellegrin · 15 years ago
  77. f786ddd tty: Correct inline types for tty_driver_kref_get() by Adrian Bunk · 15 years ago
  78. 6123923 nilfs2: support nanosecond timestamp by Ryusuke Konishi · 15 years ago
  79. e339ad3 nilfs2: introduce secondary super block by Ryusuke Konishi · 15 years ago
  80. c96fa46 nilfs2: mark minor flag for checkpoint created by internal operation by Ryusuke Konishi · 15 years ago
  81. 458c5b0 nilfs2: clean up sketch file by Ryusuke Konishi · 15 years ago
  82. 2c2e52f nilfs2: extend nilfs_sustat ioctl struct by Ryusuke Konishi · 15 years ago
  83. 8082d36 nilfs2: remove compat ioctl code by Ryusuke Konishi · 15 years ago
  84. dc498d0 nilfs2: use fixed sized types for ioctl structures by Ryusuke Konishi · 15 years ago
  85. 1088dcf nilfs2: remove timedwait ioctl command by Ryusuke Konishi · 15 years ago
  86. eed10e3 nilfs2: disk format and userland interface by Koji Sato · 15 years ago
  87. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  88. bdc8e5f namespaces: mqueue namespace: adapt sysctl by Serge E. Hallyn · 15 years ago
  89. 7eafd7c namespaces: ipc namespaces: implement support for posix msqueues by Serge E. Hallyn · 15 years ago
  90. 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 15 years ago
  91. 909e6d9 namespaces: move proc_net_get_sb to a generic fs/super.c helper by Serge E. Hallyn · 15 years ago
  92. 8f9b152 kprobes: support kretprobe and jprobe per-probe disabling by Masami Hiramatsu · 15 years ago
  93. de5bd88 kprobes: support per-kprobe disabling by Masami Hiramatsu · 15 years ago
  94. cc00e9c kprobes: cleanup comment style in kprobes.h by Masami Hiramatsu · 15 years ago
  95. fd5e191 SPI: add dma_alignment field to spi_master by Mike Rapoport · 15 years ago
  96. fafd688 mm: add /proc controls for pdflush threads by Peter W Morreale · 15 years ago
  97. ab3c9c6 branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=y by Linus Torvalds · 15 years ago
  98. d9ad8bc branch tracer: Fix for enabling branch profiling makes sparse unusable by Bart Van Assche · 15 years ago
  99. 44d84af Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 15 years ago
  100. 5ac9f62 function-graph: add proper initialization for init task by Steven Rostedt · 15 years ago