1. 1d4a433 PCI: Document pci_ids.h addition policy. by Dave Jones · 15 years ago
  2. 711d577 PCI: expose function reset capability in sysfs by Michael S. Tsirkin · 15 years ago
  3. 154f807 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 15 years ago
  4. a2a8474 exec: do not sleep in TASK_TRACED under ->cred_guard_mutex by Oleg Nesterov · 15 years ago
  5. 4e49627 workqueues: introduce __cancel_delayed_work() by Oleg Nesterov · 15 years ago
  6. 7ec23d5 dm log: userspace add luid to distinguish between concurrent log instances by Jonathan Brassow · 15 years ago
  7. 40bea43 dm stripe: expose correct io hints by Mike Snitzer · 15 years ago
  8. 1a37f18 lmb: Also remove __init from lmb_end_of_RAM() declaration in lmb.h by Benjamin Herrenschmidt · 15 years ago
  9. b62e408 flex_array: convert element_nr formals to unsigned by David Rientjes · 15 years ago
  10. 8e7ee270 flex_array: declare parts member to have incomplete type by David Rientjes · 15 years ago
  11. 353d5c3 mm: fix hugetlb bug due to user_shm_unlock call by Hugh Dickins · 15 years ago
  12. 22e93ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  13. 6777d77 kernel_read: redefine offset type by Mimi Zohar · 15 years ago
  14. f4b0373 Make bitmask 'and' operators return a result code by Linus Torvalds · 15 years ago
  15. 1700f5f Input: ucb1400_ts - enable ADC Filter by Marek Vasut · 15 years ago
  16. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 15 years ago
  17. 8486a0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  18. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 15 years ago
  19. 1d99597 security: define round_hint_to_min in !CONFIG_SECURITY by Eric Paris · 15 years ago
  20. 788084a Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 15 years ago
  21. 9c0d901 Capabilities: move cap_file_mmap to commoncap.c by Eric Paris · 15 years ago
  22. 3493e84 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  23. 919aa96 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
  24. 3dab77f perf: Rework/fix the whole read vs group stuff by Peter Zijlstra · 15 years ago
  25. 2840297 perf_counter: Provide hw_perf_counter_setup_online() APIs by Ingo Molnar · 15 years ago
  26. 1ae88b2 NFS: Fix an O_DIRECT Oops... by Trond Myklebust · 15 years ago
  27. d00aa66 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  28. 2fc3911 locking, sched: Give waitqueue spinlocks their own lockdep classes by Peter Zijlstra · 15 years ago
  29. a044560 perf_counter: Correct PERF_SAMPLE_RAW output by Peter Zijlstra · 15 years ago
  30. 17d11ba Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  31. 3a43ce6 perf_counter: Fix tracepoint sampling to be part of generic sampling by Frederic Weisbecker · 15 years ago
  32. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  33. fb38500 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hch/xfs-icache-races by Linus Torvalds · 15 years ago
  34. da758dd Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  35. 389623f Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  36. 3858612 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  37. daeb6b6 bzip2/lzma/gzip: fix comments describing decompressor API by Phillip Lougher · 15 years ago
  38. 4bfc449 mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware by KAMEZAWA Hiroyuki · 15 years ago
  39. 2e00c97 vfs: add __destroy_inode by Christoph Hellwig · 15 years ago
  40. 54e3462 vfs: fix inode_init_always calling convention by Christoph Hellwig · 15 years ago
  41. d82f1c3 Input: matrix_keypad - make matrix keymap size dynamic by Eric Miao · 15 years ago
  42. af6af30 ftrace: Fix perf-tracepoint OOPS by Peter Zijlstra · 15 years ago
  43. 5116d8f KVM: fix ack not being delivered when msi present by Michael S. Tsirkin · 15 years ago
  44. 9f3eea6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago
  45. 2cf812d Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  46. ae83060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  47. 18eac1c tty-ldisc: make refcount be atomic_t 'users' count by Linus Torvalds · 15 years ago
  48. 6afc4fd mtd: fix the conversion from dev to mtd_info by Saeed Bishara · 15 years ago
  49. 7699ad3 mtd: let include/linux/mtd/partitions.h stand on its own by Nicolas Pitre · 15 years ago
  50. 9f498cc perf_counter: Full task tracing by Peter Zijlstra · 15 years ago
  51. 7c958e3 block: Add a wrapper for setting minimum request size without a queue by Martin K. Petersen · 15 years ago
  52. a5bc92cd Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  53. 6eb80e0 Merge branch '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
  54. c712184 clocksource: Save mult_orig in clocksource_disable() by Magnus Damm · 15 years ago
  55. 4b2a108 cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SG by Sebastian Andrzej Siewior · 15 years ago
  56. 6de7e356 lib/scatterlist: add a flags to signalize mapping direction by Sebastian Andrzej Siewior · 15 years ago
  57. cbb4f26 io context: fix ref counting by Li Zefan · 15 years ago
  58. 1842f23 lguest and virtio: cleanup struct definitions to Linux style. by Rusty Russell · 15 years ago
  59. 2e04ef7 lguest: fix comment style by Rusty Russell · 15 years ago
  60. 91a5698 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  61. 812ed03 uio: mark uio.h functions __KERNEL__ only by Jiri Slaby · 15 years ago
  62. 534acc0 lib: flexible array implementation by Dave Hansen · 15 years ago
  63. f5a55ef pps.h needs <linux/types.h> by Dave Jones · 15 years ago
  64. 8870326 cgroup avoid permanent sleep at rmdir by KAMEZAWA Hiroyuki · 15 years ago
  65. 096b7fe cgroups: fix pid namespace bug by Li Zefan · 15 years ago
  66. 2e13e5f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  67. e043e42 pty: avoid forcing 'low_latency' tty flag by OGAWA Hirofumi · 15 years ago
  68. dddac6a PM / Hibernate: Replace bdget call with simple atomic_inc of i_count by Alan Jenkins · 15 years ago
  69. 5920dad libata: accept late unlocking of HPA by Tejun Heo · 15 years ago
  70. 27fed41 ip: fix logic of reverse path filter sysctl by Stephen Hemminger · 15 years ago
  71. fc013a58 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 15 years ago
  72. f146214 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  73. 04fc0a4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  74. 4897f10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 15 years ago
  75. 2bc20d0 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  76. 26e744b V4L/DVB (12283): gspca - sn9c20x: New subdriver for sn9c201 and sn9c202 bridges. by Brian Johnson · 15 years ago
  77. 5dea271 dm table: pass correct dev area size to device_area_is_valid by Mike Snitzer · 15 years ago
  78. 3c33010 Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf by Linus Torvalds · 15 years ago
  79. d14a767 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  80. 612e900 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. 5b26776 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  82. 24c30db of/mdio: Add support function for Ethernet fixed-link property by Anton Vorontsov · 15 years ago
  83. 7f453c2 perf_counter: PERF_SAMPLE_ID and inherited counters by Peter Zijlstra · 15 years ago
  84. 9ba5f00 softirq: introduce tasklet_hrtimer infrastructure by Peter Zijlstra · 15 years ago
  85. f44aebc inotify: use GFP_NOFS under potential memory pressure by Eric Paris · 15 years ago
  86. e56f097 rfkill: remove too-strict __must_check by Alan Jenkins · 15 years ago
  87. 591d2fb genirq: Delegate irq affinity setting to the irq thread by Thomas Gleixner · 15 years ago
  88. 6301cb9 sched: fix nr_uninterruptible accounting of frozen tasks really by Thomas Gleixner · 15 years ago
  89. e79f07e virtio_net: Sync header with qemu by Alex Williamson · 15 years ago
  90. 5780888 lguest: fix journey by Matias Zabaljauregui · 15 years ago
  91. 63f7a33 Merge branch '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
  92. 5c9228f vt: drop bootmem/slab memory distinction by Johannes Weiner · 15 years ago
  93. 43237b5 ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle() by Jan Kara · 15 years ago
  94. 35b5c55 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  95. d0cb43b libata: implement and use HORKAGE_NOSETXFER, take#2 by Tejun Heo · 15 years ago
  96. 62f4905 Merge branch '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
  97. a376d44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  98. 8660c12 skbuff.h: Fix comment for NET_IP_ALIGN by Tobias Klauser · 15 years ago
  99. a4dc323 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  100. 51feb98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago