1. fdb64f9 Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 19 years ago
  2. 3e1f900b Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 19 years ago
  3. 40b42f1 Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6 by Linus Torvalds · 19 years ago
  4. ff86303 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 19 years ago
  5. 626ac54 user namespace: fix copy_user_ns return value by Serge E. Hallyn · 19 years ago
  6. e436d80 [PATCH] sched: implement cpu_clock(cpu) high-speed time source by Ingo Molnar · 19 years ago
  7. e4eff1a SUNRPC: Clean up the sillyrename code by Trond Myklebust · 19 years ago
  8. 4fdc17b NFS: Introduce struct nfs_removeargs+nfs_removeres by Trond Myklebust · 19 years ago
  9. be879c4 SUNRPC: move bkl locking and xdr proc invocation into a common helper by J. Bruce Fields · 19 years ago
  10. e24b8cb i2c: Delete the i2c-isa pseudo bus driver by Jean Delvare · 19 years ago
  11. ce8c229 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  12. 53078ca include/linux/pci_id.h: add amd northbridge defines by Douglas Thompson · 19 years ago
  13. 66ee2f9 drivers/edac: mod assert_error check by Dave Jiang · 19 years ago
  14. 535c6a5 drivers/edac: new inte 30x0 MC driver by Jason Uhlenkott · 19 years ago
  15. c0d1217 drivers/edac: add new nmi rescan by Dave Jiang · 19 years ago
  16. d7e28ff lguest: the host code by Rusty Russell · 19 years ago
  17. 07ad157 lguest: the guest code by Rusty Russell · 19 years ago
  18. c7d5140 knfsd: clean up EX_RDONLY by J. Bruce Fields · 19 years ago
  19. e22841c knfsd: move EX_RDONLY out of header by J. Bruce Fields · 19 years ago
  20. d688abf move page writeback acounting out of macros by Andrew Morton · 19 years ago
  21. 3b5ad07 stacktrace: fix header file for !CONFIG_STACKTRACE by Johannes Berg · 19 years ago
  22. 9664567 lockstat: measure lock bouncing by Peter Zijlstra · 19 years ago
  23. 4b32d0a lockdep: various fixes by Peter Zijlstra · 19 years ago
  24. f20786f lockstat: core infrastructure by Peter Zijlstra · 19 years ago
  25. 21f8ca3 fix raw_spinlock_t vs lockdep by Peter Zijlstra · 19 years ago
  26. 3cf01f2 coda: remove statistics counters from /proc/fs/coda by Jan Harkes · 19 years ago
  27. a1b0aa8 coda: remove struct coda_sb_info by Jan Harkes · 19 years ago
  28. d9664c9 coda: block signals during upcall processing by Jan Harkes · 19 years ago
  29. 3cb4a0b coredump masking: add an interface for core dump filter by Kawai, Hidehiro · 19 years ago
  30. 6c5d523 coredump masking: reimplementation of dumpable using two flags by Kawai, Hidehiro · 19 years ago
  31. f79c20f fs: remove path_walk export by Josef 'Jeff' Sipek · 19 years ago
  32. c4a7808 fs: mark link_path_walk static by Josef 'Jeff' Sipek · 19 years ago
  33. 16f1820 fs: introduce vfs_path_lookup by Josef 'Jeff' Sipek · 19 years ago
  34. b6a2fea mm: variable length argument support by Ollie Wild · 19 years ago
  35. bdf4c48 audit: rework execve audit by Peter Zijlstra · 19 years ago
  36. 3d7e338 jprobes: make jprobes a little safer for users by Michael Ellerman · 19 years ago
  37. 9e367d8 jprobes: remove JPROBE_ENTRY() by Michael Ellerman · 19 years ago
  38. 81eae37 jprobes: make struct jprobe.entry a void * by Michael Ellerman · 19 years ago
  39. f9acc8c readahead: sanify file_ra_state names by Fengguang Wu · 19 years ago
  40. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 19 years ago
  41. fe3cba1 mm: share PG_readahead and PG_reclaim by Fengguang Wu · 19 years ago
  42. c743d96 readahead: remove the old algorithm by Fengguang Wu · 19 years ago
  43. 122a21d readahead: on-demand readahead logic by Fengguang Wu · 19 years ago
  44. 5ce1110 readahead: data structure and routines by Fengguang Wu · 19 years ago
  45. d77c2d7 readahead: introduce PG_readahead by Fengguang Wu · 19 years ago
  46. 2ba2d00 AIO sparse fix (type of ki_flags) by David Brownell · 19 years ago
  47. e53252d unregister_chrdev() return void by Akinobu Mita · 19 years ago
  48. 77afcf7 PM: Integrate beeping flag with existing acpi_sleep flags by Pavel Machek · 19 years ago
  49. 5a60d62 PM: Optional beeping during resume from suspend to RAM by Nigel Cunningham · 19 years ago
  50. bd804eb PM: Introduce pm_power_off_prepare by Rafael J. Wysocki · 19 years ago
  51. b10d911 PM: introduce hibernation and suspend notifiers by Rafael J. Wysocki · 19 years ago
  52. 0c1eecf Freezer: avoid freezing kernel threads prematurely by Rafael J. Wysocki · 19 years ago
  53. a634cc1 swsusp: introduce restore platform operations by Rafael J. Wysocki · 19 years ago
  54. bb2d5ce Remove alloc_zeroed_user_highpage() by Mel Gorman · 19 years ago
  55. 83c5407 mm: fault feedback #2 by Nick Piggin · 19 years ago
  56. d0217ac mm: fault feedback #1 by Nick Piggin · 19 years ago
  57. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 19 years ago
  58. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 19 years ago
  59. 5417169 [FS] Implement block_page_mkwrite. by David Chinner · 19 years ago
  60. ce524c8 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  61. 29e7ee3 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  62. fc15bc8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/uio-2.6 by Linus Torvalds · 19 years ago
  63. a8dcf12 Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 19 years ago
  64. 6d34ac1 locks: make posix_test_lock() interface more consistent by J. Bruce Fields · 19 years ago
  65. 4698afe locks: export setlease to filesystems by J. Bruce Fields · 19 years ago
  66. f9ffed2 locks: provide a file lease method enabling cluster-coherent leases by J. Bruce Fields · 20 years ago
  67. a9933ce locks: rename lease functions to reflect locks.c conventions by J. Bruce Fields · 19 years ago
  68. beafc54 UIO: Add the User IO core code by Hans J. Koch · 19 years ago
  69. aebdc3b dev_vdbg(), available with -DVERBOSE_DEBUG by David Brownell · 19 years ago
  70. 3f8df78 PM: remove deprecated dpm_runtime_* routines by Alan Stern · 19 years ago
  71. 60a96a5 Driver core: accept all valid action-strings in uevent-trigger by Kay Sievers · 19 years ago
  72. 2dbba6f [GENETLINK]: Dynamic multicast groups. by Johannes Berg · 19 years ago
  73. 84659eb [NETLIKN]: Allow removing multicast groups. by Johannes Berg · 19 years ago
  74. b4ff4f0 [NETLINK]: allocate group bitmaps dynamically by Johannes Berg · 19 years ago
  75. 7132ab7 Fix RGMII-ID handling in gianfar by Andy Fleming · 19 years ago
  76. d756d10 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 19 years ago
  77. 485cf92 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  78. 9f27ee5 xen: add virtual block device driver. by Jeremy Fitzhardinge · 19 years ago
  79. c85b04c xen: add pinned page flag by Jeremy Fitzhardinge · 19 years ago
  80. 5f4352f Allocate and free vmalloc areas by Jeremy Fitzhardinge · 19 years ago
  81. 810bab4 use elfnote.h to generate vsyscall notes. by Jeremy Fitzhardinge · 19 years ago
  82. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 19 years ago
  83. 10a0a8d Add common orderly_poweroff() by Jeremy Fitzhardinge · 19 years ago
  84. 0ab4dc9 usermodehelper: split setup from execution by Jeremy Fitzhardinge · 19 years ago
  85. d84d1cc add argv_split() by Jeremy Fitzhardinge · 19 years ago
  86. 1e66df3 add kstrndup by Jeremy Fitzhardinge · 19 years ago
  87. 8b4a408 zs: move to the serial subsystem by Maciej W. Rozycki · 19 years ago
  88. b187f18 serial: add early_serial_setup() back to header file by Yinghai Lu · 19 years ago
  89. f8628a1 ext4: Remove 65000 subdirectory limit by Andreas Dilger · 19 years ago
  90. 6dd4ee7 ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields by Kalpak Shah · 19 years ago
  91. ef7f383 ext4: Add nanosecond timestamps by Kalpak Shah · 19 years ago
  92. 0f49d5d jbd2: Move jbd2-debug file to debugfs by Jose R. Santos · 19 years ago
  93. e23291b jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG by Jose R. Santos · 19 years ago
  94. ff9ddf7 ext4: copy i_flags to inode flags on write by Jan Kara · 19 years ago
  95. 749269f Change on-disk format to support 2^15 uninitialized extents by Amit Arora · 19 years ago
  96. ebd61cc [NETFILTER]: ipt_iprange.h must #include <linux/types.h> by Adrian Bunk · 19 years ago
  97. 456ad75 [NET]: move dev_mc_discard from dev_mcast.c to dev.c by Denis Cheng · 19 years ago
  98. 56055d3 write support for preallocated blocks by Amit Arora · 19 years ago
  99. a2df2a6 fallocate support in ext4 by Amit Arora · 19 years ago
  100. 97ac735 sys_fallocate() implementation on i386, x86_64 and powerpc by Amit Arora · 19 years ago