1. 79568f5 vfs: i_state needs to be 'unsigned long' for now by Linus Torvalds · 15 years ago
  2. eda0841 Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  3. 3669820 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  4. c01ad40 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  5. 482e0cd devcgroup_inode_permission: take "is it a device node" checks to inlined wrapper by Al Viro · 15 years ago
  6. 8816ead Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  7. 357ed6b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  8. cca23d0 Input: sh_keysc - 8x8 MODE_6 fix by Magnus Damm · 15 years ago
  9. 0835619 Merge branches 'gpio/merge' and 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  10. 8796699 KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring by David Howells · 15 years ago
  11. d8ad7d1 generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts by Takao Indoh · 15 years ago
  12. b519951 clocksource: Make watchdog robust vs. interruption by Thomas Gleixner · 15 years ago
  13. 8dac6be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  14. c001fb7 gpio: add GPIOF_ values regardless on kconfig settings by Randy Dunlap · 15 years ago
  15. bd5dc17 uts: make default hostname configurable, rather than always using "(none)" by Josh Triplett · 15 years ago
  16. ca39599 BUILD_BUG_ON_ZERO: fix sparse breakage by Dr. David Alan Gilbert · 15 years ago
  17. 32e45ff mm: increase RECLAIM_DISTANCE to 30 by KOSAKI Motohiro · 15 years ago
  18. ac56224 kmsg_dump.h: fix build when CONFIG_PRINTK is disabled by Randy Dunlap · 15 years ago
  19. a433658 vmscan,memcg: memcg aware swap token by KOSAKI Motohiro · 15 years ago
  20. a59ec1e backlight: new driver for the ADP8870 backlight devices by Michael Hennerich · 15 years ago
  21. 0922337 rcu: Use softirq to address performance regression by Shaohua Li · 15 years ago
  22. 4077985 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  23. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 15 years ago
  24. 08d63aa Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  25. 152b92d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  26. 0b5c9db vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check by Jiri Pirko · 15 years ago
  27. 56a2105 linux/seqlock.h should #include asm/processor.h for cpu_relax() by David Howells · 15 years ago
  28. e5ea3f1 gpio/basic_mmio: add missing include of spinlock_types.h by Jamie Iles · 15 years ago
  29. b4c8cc8 ethtool.h: fix typos by Yegor Yefremov · 15 years ago
  30. 361932b Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6 by Linus Torvalds · 15 years ago
  31. 13e12d1 vfs: reorganize 'struct inode' layout a bit by Linus Torvalds · 15 years ago
  32. 7e24cf4 Merge 3.0-rc2 + Linus's latest into usb-linus by Greg Kroah-Hartman · 15 years ago
  33. 33726bf Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  34. cb0a02e Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  35. 6715a52 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  36. 8397345 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  37. 21c13a4 usb-storage: redo incorrect reads by Alan Stern · 15 years ago
  38. 13fcb7b af_packet: prevent information leak by Eric Dumazet · 15 years ago
  39. 3019de1 net: Rework netdev_drivername() to avoid warning. by David S. Miller · 15 years ago
  40. 5f98ecd swiotlb: Export swioltb_nr_tbl and utilize it as appropiate. by FUJITA Tomonori · 15 years ago
  41. b084f59 nfsd: fix dependency of nfsd on auth_rpcgss by J. Bruce Fields · 15 years ago
  42. fb04883 netfilter: add more values to enum ip_conntrack_info by Eric Dumazet · 15 years ago
  43. 0e833d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  44. d7ebe75 perf: Fix comments in include/linux/perf_event.h by Vince Weaver · 15 years ago
  45. 4f1ba49 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 15 years ago
  46. 9e1f1de more conservative S_NOSEC handling by Al Viro · 15 years ago
  47. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 15 years ago
  48. 7b29dc2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 15 years ago
  49. d4d84fe slub: always align cpu_slab to honor cmpxchg_double requirement by Chris Metcalf · 15 years ago
  50. 3a43e05 irq: Handle spurios irq detection for threaded irqs by Sebastian Andrzej Siewior · 15 years ago
  51. a3bcc23 af-packet: Add flag to distinguish VID 0 from no-vlan. by Ben Greear · 15 years ago
  52. f0f52a9 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  53. 333ba73 cfg80211: don't drop p2p probe responses by Eliad Peller · 15 years ago
  54. 3f30310 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  55. 6dd9a7c intel-iommu: Enable super page (2MiB, 1GiB, etc.) support by Youquan Song · 15 years ago
  56. 63da029 mtd: fix physmap.h warnings by Randy Dunlap · 15 years ago
  57. f339b9d sched: Fix schedstat.nr_wakeups_migrate by Peter Zijlstra · 15 years ago
  58. ea9d655 block: remove unwanted semicolons by Namhyung Kim · 15 years ago
  59. a1706ac Revert "block: Remove extra discard_alignment from hd_struct." by Jens Axboe · 15 years ago
  60. 7ab358c virtio: add api for delayed callbacks by Michael S. Tsirkin · 15 years ago
  61. bf7035b virtio ring: inline function to check for events by Michael S. Tsirkin · 15 years ago
  62. 770b31a virtio: event index interface by Michael S. Tsirkin · 15 years ago
  63. a1b3838 virtio: add full three-clause BSD text to headers. by Rusty Russell · 15 years ago
  64. cd1acdf Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 15 years ago
  65. 6345d24 mm: Fix boot crash in mm_alloc() by Linus Torvalds · 15 years ago
  66. cab0d85 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  67. a74d70b Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  68. b11b06d Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 15 years ago
  69. f1d1c9f Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  70. daa9422 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  71. f310642 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 15 years ago
  72. 18ad0a9 NFSv4.1: change pg_test return type to bool by Benny Halevy · 15 years ago
  73. cbe8260 pnfs: layoutreturn by Benny Halevy · 15 years ago
  74. d20581a pnfs: support for non-rpc layout drivers by Benny Halevy · 15 years ago
  75. 38b7c401 pnfs-obj: pnfs_osd XDR definitions by Benny Halevy · 15 years ago
  76. f7da7a1 SUNRPC: introduce xdr_init_decode_pages by Benny Halevy · 15 years ago
  77. fa34ce7 dm kcopyd: return client directly and not through a pointer by Mikulas Patocka · 15 years ago
  78. 5f43ba2 dm kcopyd: reserve fewer pages by Mikulas Patocka · 15 years ago
  79. bda8efe dm io: use fixed initial mempool size by Mikulas Patocka · 15 years ago
  80. 4c25932 dm table: allow targets to support discards internally by Mike Snitzer · 15 years ago
  81. a43a9d9 [S390] mm: fix storage key handling by Heiko Carstens · 15 years ago
  82. 751516f Merge branch 'ec-cleanup' into release by Len Brown · 15 years ago
  83. 333c5ae idle governor: Avoid lock acquisition to read pm_qos before entering idle by Tim Chen · 15 years ago
  84. 36947a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  85. a947e23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  86. 08a8b79 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  87. 1ba4b8c Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  88. c4a227d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  89. 87367a0 Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci by Linus Torvalds · 15 years ago
  90. 4cb865d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  91. 04830fc Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  92. 69b4573 Cache xattr security drop check for write v2 by Andi Kleen · 15 years ago
  93. 55c2945 atomic: Add atomic_or() by Paul E. McKenney · 15 years ago
  94. 1e1b6c5 cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed by KOSAKI Motohiro · 15 years ago
  95. 29a6ccc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  96. 2a56d22 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  97. 7c29597 gpio: make gpio_{request,free}_array gpio array parameter const by Lars-Peter Clausen · 15 years ago
  98. 176e21e SUNRPC: Support for RPC over AF_LOCAL transports by Chuck Lever · 15 years ago
  99. 10799db Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  100. c5c177b net: Kill ratelimit.h dependency in linux/net.h by David S. Miller · 15 years ago