1. a5d8c5c ide: add ide_pci_device_t.host_flags (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  2. 2229833 ide: add ide_dev_has_iordy() helper (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  3. 342cdb6 ide: make ide_get_best_pio_mode() print info if overriding PIO mode by Bartlomiej Zolnierkiewicz · 17 years ago
  4. 721e262 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  5. fdb64f9 Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  6. 2d9ce17 i386: Allow KVM on i386 nonpae by Avi Kivity · 17 years ago
  7. 3e1f900 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  8. 40b42f1 Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6 by Linus Torvalds · 17 years ago
  9. ff86303 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  10. 626ac54 user namespace: fix copy_user_ns return value by Serge E. Hallyn · 17 years ago
  11. e436d80 [PATCH] sched: implement cpu_clock(cpu) high-speed time source by Ingo Molnar · 17 years ago
  12. c41917d [PATCH] sched: sched_cacheflush is now unused by Ralf Baechle · 17 years ago
  13. e4eff1a SUNRPC: Clean up the sillyrename code by Trond Myklebust · 17 years ago
  14. 4fdc17b NFS: Introduce struct nfs_removeargs+nfs_removeres by Trond Myklebust · 17 years ago
  15. be879c4 SUNRPC: move bkl locking and xdr proc invocation into a common helper by J. Bruce Fields · 17 years ago
  16. e24b8cb i2c: Delete the i2c-isa pseudo bus driver by Jean Delvare · 17 years ago
  17. ce8c229 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  18. 53078ca include/linux/pci_id.h: add amd northbridge defines by Douglas Thompson · 17 years ago
  19. 66ee2f9 drivers/edac: mod assert_error check by Dave Jiang · 17 years ago
  20. 535c6a5 drivers/edac: new inte 30x0 MC driver by Jason Uhlenkott · 17 years ago
  21. c0d1217 drivers/edac: add new nmi rescan by Dave Jiang · 17 years ago
  22. d7e28ff lguest: the host code by Rusty Russell · 17 years ago
  23. 07ad157 lguest: the guest code by Rusty Russell · 17 years ago
  24. c7d5140 knfsd: clean up EX_RDONLY by J. Bruce Fields · 17 years ago
  25. e22841c knfsd: move EX_RDONLY out of header by J. Bruce Fields · 17 years ago
  26. d688abf move page writeback acounting out of macros by Andrew Morton · 17 years ago
  27. 1014680 m68knommu: remove is_in_rom() function by Greg Ungerer · 17 years ago
  28. 2502b66 m68knommu: generic irq handling by Greg Ungerer · 17 years ago
  29. 3b5ad07 stacktrace: fix header file for !CONFIG_STACKTRACE by Johannes Berg · 17 years ago
  30. 9664567 lockstat: measure lock bouncing by Peter Zijlstra · 17 years ago
  31. 4b32d0a lockdep: various fixes by Peter Zijlstra · 17 years ago
  32. f20786f lockstat: core infrastructure by Peter Zijlstra · 17 years ago
  33. 21f8ca3 fix raw_spinlock_t vs lockdep by Peter Zijlstra · 17 years ago
  34. 3cf01f2 coda: remove statistics counters from /proc/fs/coda by Jan Harkes · 17 years ago
  35. a1b0aa8 coda: remove struct coda_sb_info by Jan Harkes · 17 years ago
  36. d9664c9 coda: block signals during upcall processing by Jan Harkes · 17 years ago
  37. cbe8712 i386: Put allocated ELF notes in read-only data segment by Roland McGrath · 17 years ago
  38. 3cb4a0b coredump masking: add an interface for core dump filter by Kawai, Hidehiro · 17 years ago
  39. 6c5d523 coredump masking: reimplementation of dumpable using two flags by Kawai, Hidehiro · 17 years ago
  40. f79c20f fs: remove path_walk export by Josef 'Jeff' Sipek · 17 years ago
  41. c4a7808 fs: mark link_path_walk static by Josef 'Jeff' Sipek · 17 years ago
  42. 16f1820 fs: introduce vfs_path_lookup by Josef 'Jeff' Sipek · 17 years ago
  43. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  44. bdf4c48 audit: rework execve audit by Peter Zijlstra · 17 years ago
  45. b111757 arch: personality independent stack top by Peter Zijlstra · 17 years ago
  46. 5fb7dc3 define new percpu interface for shared data by Fenghua Yu · 17 years ago
  47. 3d7e338 jprobes: make jprobes a little safer for users by Michael Ellerman · 17 years ago
  48. 9e367d8 jprobes: remove JPROBE_ENTRY() by Michael Ellerman · 17 years ago
  49. 81eae37 jprobes: make struct jprobe.entry a void * by Michael Ellerman · 17 years ago
  50. f9acc8c readahead: sanify file_ra_state names by Fengguang Wu · 17 years ago
  51. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 17 years ago
  52. fe3cba1 mm: share PG_readahead and PG_reclaim by Fengguang Wu · 17 years ago
  53. c743d96 readahead: remove the old algorithm by Fengguang Wu · 17 years ago
  54. 122a21d readahead: on-demand readahead logic by Fengguang Wu · 17 years ago
  55. 5ce1110 readahead: data structure and routines by Fengguang Wu · 17 years ago
  56. d77c2d7 readahead: introduce PG_readahead by Fengguang Wu · 17 years ago
  57. 2ba2d00 AIO sparse fix (type of ki_flags) by David Brownell · 17 years ago
  58. e53252d unregister_chrdev() return void by Akinobu Mita · 17 years ago
  59. 77afcf7 PM: Integrate beeping flag with existing acpi_sleep flags by Pavel Machek · 17 years ago
  60. 5a60d62 PM: Optional beeping during resume from suspend to RAM by Nigel Cunningham · 17 years ago
  61. bd804eb PM: Introduce pm_power_off_prepare by Rafael J. Wysocki · 17 years ago
  62. b10d911 PM: introduce hibernation and suspend notifiers by Rafael J. Wysocki · 17 years ago
  63. 0c1eecf Freezer: avoid freezing kernel threads prematurely by Rafael J. Wysocki · 17 years ago
  64. a634cc1 swsusp: introduce restore platform operations by Rafael J. Wysocki · 17 years ago
  65. bb2d5ce Remove alloc_zeroed_user_highpage() by Mel Gorman · 17 years ago
  66. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  67. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  68. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  69. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  70. 23bcdc1 SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcement by Paul Moore · 17 years ago
  71. 5417169 [FS] Implement block_page_mkwrite. by David Chinner · 17 years ago
  72. ce524c8 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  73. 29e7ee3 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  74. fc15bc8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/uio-2.6 by Linus Torvalds · 17 years ago
  75. a8dcf12 Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  76. 6d34ac1 locks: make posix_test_lock() interface more consistent by J. Bruce Fields · 17 years ago
  77. 4698afe locks: export setlease to filesystems by J. Bruce Fields · 17 years ago
  78. f9ffed2 locks: provide a file lease method enabling cluster-coherent leases by J. Bruce Fields · 18 years ago
  79. a9933ce locks: rename lease functions to reflect locks.c conventions by J. Bruce Fields · 17 years ago
  80. beafc54 UIO: Add the User IO core code by Hans J. Koch · 18 years ago
  81. aebdc3b dev_vdbg(), available with -DVERBOSE_DEBUG by David Brownell · 17 years ago
  82. 3f8df78 PM: remove deprecated dpm_runtime_* routines by Alan Stern · 17 years ago
  83. 60a96a5 Driver core: accept all valid action-strings in uevent-trigger by Kay Sievers · 17 years ago
  84. 2dbba6f [GENETLINK]: Dynamic multicast groups. by Johannes Berg · 17 years ago
  85. 84659eb [NETLIKN]: Allow removing multicast groups. by Johannes Berg · 17 years ago
  86. b4ff4f0 [NETLINK]: allocate group bitmaps dynamically by Johannes Berg · 17 years ago
  87. 7132ab7 Fix RGMII-ID handling in gianfar by Andy Fleming · 17 years ago
  88. 5bae7ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 17 years ago
  89. 3da86ee [AVR32] Fix atomic_add_unless() and atomic_sub_unless() by Haavard Skinnemoen · 17 years ago
  90. 9cf6cf5 [AVR32] Add Atmel SSC driver platform device to AT32AP architecture by Hans-Christian Egtvedt · 17 years ago
  91. e122eaf [AVR32] Remove optimization of unaligned word loads by Haavard Skinnemoen · 17 years ago
  92. 7a5b805 [AVR32] Split SM device into PM, RTC, WDT and EIC by Haavard Skinnemoen · 17 years ago
  93. c6083cd [AVR32] faster avr32 unaligned access by David Brownell · 17 years ago
  94. a267c0a Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
  95. d756d10 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 17 years ago
  96. cdf4a64 Merge branch 'upstream' of git://git.infradead.org/~dedekind/ubi-2.6 by Linus Torvalds · 17 years ago
  97. 804b445 V4L/DVB (5835): saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22) by Oliver Endriss · 17 years ago
  98. 485cf92 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  99. 8218b0b V4L/DVB (5793): Tuner: remove hardware-specific info from public header by Michael Krufky · 17 years ago
  100. 7a91a80 V4L/DVB (5753): Tuner: create struct tuner_operations by Michael Krufky · 17 years ago