1. 16f1820 fs: introduce vfs_path_lookup by Josef 'Jeff' Sipek · 17 years ago
  2. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  3. bdf4c48 audit: rework execve audit by Peter Zijlstra · 17 years ago
  4. b111757 arch: personality independent stack top by Peter Zijlstra · 17 years ago
  5. f34e3b6 use the new percpu interface for shared data by Fenghua Yu · 17 years ago
  6. 5fb7dc3 define new percpu interface for shared data by Fenghua Yu · 17 years ago
  7. 3d7e338 jprobes: make jprobes a little safer for users by Michael Ellerman · 17 years ago
  8. 9e367d8 jprobes: remove JPROBE_ENTRY() by Michael Ellerman · 17 years ago
  9. 81eae37 jprobes: make struct jprobe.entry a void * by Michael Ellerman · 17 years ago
  10. f9acc8c readahead: sanify file_ra_state names by Fengguang Wu · 17 years ago
  11. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 17 years ago
  12. fe3cba1 mm: share PG_readahead and PG_reclaim by Fengguang Wu · 17 years ago
  13. d898391 readahead: pass real splice size by Fengguang Wu · 17 years ago
  14. 431a482 readahead: move synchronous readahead call out of splice loop by Fengguang Wu · 17 years ago
  15. c743d96 readahead: remove the old algorithm by Fengguang Wu · 17 years ago
  16. dc7868f readahead: convert ext3/ext4 invocations by Fengguang Wu · 17 years ago
  17. a08a166 readahead: convert splice invocations by Fengguang Wu · 17 years ago
  18. 3ea89ee readahead: convert filemap invocations by Fengguang Wu · 17 years ago
  19. 122a21d readahead: on-demand readahead logic by Fengguang Wu · 17 years ago
  20. 5ce1110 readahead: data structure and routines by Fengguang Wu · 17 years ago
  21. f615bfc readahead: MIN_RA_PAGES/MAX_RA_PAGES macros by Fengguang Wu · 17 years ago
  22. 46fc3e7 readahead: add look-ahead support to __do_page_cache_readahead() by Fengguang Wu · 17 years ago
  23. d77c2d7 readahead: introduce PG_readahead by Fengguang Wu · 17 years ago
  24. 2ba2d00 AIO sparse fix (type of ki_flags) by David Brownell · 17 years ago
  25. 64ee480 eCryptfs: ecryptfs_setattr() bugfix by Michael Halcrow · 17 years ago
  26. 39ef01e mbcs: Remove lots of global symbols by Alan Cox · 17 years ago
  27. 4004c69 Avoid too many remote cpu references due to /proc/stat by Ravikiran G Thirumalai · 17 years ago
  28. a0a9983 gpio calls don't need i/o barriers by David Brownell · 17 years ago
  29. e53252d unregister_chrdev() return void by Akinobu Mita · 17 years ago
  30. 68fc4fa unregister_chrdev(): ignore the return value by Akinobu Mita · 17 years ago
  31. cb00ea3 UDF: coding style conversion - lindent by Cyrill Gorcunov · 17 years ago
  32. 95a631e Suspend MAINTAINERS update by Pavel Machek · 17 years ago
  33. 77afcf7 PM: Integrate beeping flag with existing acpi_sleep flags by Pavel Machek · 17 years ago
  34. 5a60d62 PM: Optional beeping during resume from suspend to RAM by Nigel Cunningham · 17 years ago
  35. bd804eb PM: Introduce pm_power_off_prepare by Rafael J. Wysocki · 17 years ago
  36. d7372cd ACPI: Do not prepare for hibernation in acpi_shutdown by Rafael J. Wysocki · 17 years ago
  37. 6c961df PM: Reduce code duplication between main.c and user.c by Rafael J. Wysocki · 17 years ago
  38. ccd4b65 PM: prevent frozen user mode helpers from failing the freezing of tasks by Rafael J. Wysocki · 17 years ago
  39. 8cdd493 PM: disable usermode helper before hibernation and suspend by Rafael J. Wysocki · 17 years ago
  40. b10d911 PM: introduce hibernation and suspend notifiers by Rafael J. Wysocki · 17 years ago
  41. c2cf7d8 Freezer: remove redundant check in try_to_freeze_tasks by Rafael J. Wysocki · 17 years ago
  42. e7cd8a7 Freezer: return int from freeze_processes by Rafael J. Wysocki · 17 years ago
  43. f4a3a7d Freezer: use __set_current_state in refrigerator by Rafael J. Wysocki · 17 years ago
  44. 0c1eecf Freezer: avoid freezing kernel threads prematurely by Rafael J. Wysocki · 17 years ago
  45. b1457bc Hibernation: prepare to enter the low power state by Rafael J. Wysocki · 17 years ago
  46. 10a1803 swsusp: fix hibernation code ordering by Rafael J. Wysocki · 17 years ago
  47. a634cc1 swsusp: introduce restore platform operations by Rafael J. Wysocki · 17 years ago
  48. 7777fab swsusp: remove code duplication between disk.c and user.c by Rafael J. Wysocki · 17 years ago
  49. 127067a swsusp: remove incorrect code from user.c by Rafael J. Wysocki · 17 years ago
  50. a034982 PM: Do not require dev spew to get PM_DEBUG by Ben Collins · 17 years ago
  51. 328616e freezer: run show_state() when freezing times out by Andrew Morton · 17 years ago
  52. 3ee6daf only allow nonlinear vmas for ram backed filesystems by Miklos Szeredi · 17 years ago
  53. bb2d5ce Remove alloc_zeroed_user_highpage() by Mel Gorman · 17 years ago
  54. 7935289 mm: fix clear_page_dirty_for_io vs fault race by Nick Piggin · 17 years ago
  55. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  56. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  57. ed2f2f9 Document ->page_mkwrite() locking by Mark Fasheh · 17 years ago
  58. 6967614 ocfs2: release page lock before calling ->page_mkwrite by Mark Fasheh · 17 years ago
  59. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  60. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  61. 589f1e8 Merge branch 'isdn-fix' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  62. ce524c8 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  63. 789c56b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  64. 7209a1d Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/docs-2.6 by Linus Torvalds · 17 years ago
  65. 29e7ee3 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  66. fc15bc8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/uio-2.6 by Linus Torvalds · 17 years ago
  67. a8dcf12 Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  68. d796e64 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  69. 1ff8392 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 17 years ago
  70. 70b315b [CIFS] merge conflict in fs/cifs/export.c by Steve French · 17 years ago
  71. c18c842 [CIFS] Allow disabling CIFS Unix Extensions as mount option by Steve French · 17 years ago
  72. 6924c55 locks: fix vfs_test_lock() comment by J. Bruce Fields · 17 years ago
  73. 6d34ac1 locks: make posix_test_lock() interface more consistent by J. Bruce Fields · 17 years ago
  74. 370f659 nfs: disable leases over NFS by J. Bruce Fields · 17 years ago
  75. 6044606 gfs2: stop giving out non-cluster-coherent leases by Marc Eshel · 18 years ago
  76. 4698afe locks: export setlease to filesystems by J. Bruce Fields · 17 years ago
  77. f9ffed2 locks: provide a file lease method enabling cluster-coherent leases by J. Bruce Fields · 18 years ago
  78. a9933ce locks: rename lease functions to reflect locks.c conventions by J. Bruce Fields · 17 years ago
  79. 6d5e8b0 locks: share more common lease code by J. Bruce Fields · 17 years ago
  80. e32b8ee locks: clean up lease_alloc() by J. Bruce Fields · 17 years ago
  81. d2ab0b0c locks: convert an -EINVAL return to a BUG by J. Bruce Fields · 17 years ago
  82. 87250dd leases: minor break_lease() comment clarification by david m. richter · 17 years ago
  83. ede178e zh_CN/HOWTO: update URLs of git trees by Li Yang · 17 years ago
  84. 29a68ee Chinese translation of Documentation/stable_api_nonsense.txt by TripleX · 17 years ago
  85. 0da1fa0 HOWTO: add Chinese translation of Documentation/HOWTO by Li Yang · 17 years ago
  86. 5d329e6 Documentation: add Japanese translated stable_api_nonsense.txt by IKEDA, Munehiro · 17 years ago
  87. 73fd625 HOWTO: add Japanese translation of Documentation/HOWTO by Tsugikazu Shibata · 17 years ago
  88. bc4c4f4 UIO: Hilscher CIF card driver by Hans-Jürgen Koch · 17 years ago
  89. e3e0a28 UIO: Documentation by Hans J. Koch · 18 years ago
  90. beafc54 UIO: Add the User IO core code by Hans J. Koch · 18 years ago
  91. 967e35d sysfs: cosmetic clean up on node creation failure paths by Tejun Heo · 17 years ago
  92. a1da4df sysfs: kill an extra put in sysfs_create_link() failure path by Tejun Heo · 17 years ago
  93. 2ee97caf Driver core: check return code of sysfs_create_link() by Cornelia Huck · 17 years ago
  94. be38849 HOWTO: Add the knwon_regression URI to the documentation by Paolo Ciarrocchi · 17 years ago
  95. 6b09448 dev_vdbg() documentation by David Brownell · 17 years ago
  96. aebdc3b dev_vdbg(), available with -DVERBOSE_DEBUG by David Brownell · 17 years ago
  97. bc37e28 sysfs: make sysfs_init_inode() static by Tejun Heo · 17 years ago
  98. e080e43 sysfs: fix sysfs root inode nlink accounting by Tejun Heo · 17 years ago
  99. 2c19c49 Documentation fix devres.txt: lib/iomap.c -> lib/devres.c by Brandon Philips · 17 years ago
  100. 01da242 sysfs: avoid kmem_cache_free(NULL) by Akinobu Mita · 17 years ago