1. eee2775 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  2. 4e3408d Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  3. a66a500 Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  4. 989aa44 Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. 332a339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  6. a9c86d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  7. a12e4d3 Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  8. 1b195b1 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 16 years ago
  9. f6f7919 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  10. 500b067 writeback: check for registered bdi in flusher add and inode dirty by Jens Axboe · 16 years ago
  11. d993831 writeback: add name to backing_dev_info by Jens Axboe · 17 years ago
  12. d0bceac writeback: get rid of pdflush completely by Jens Axboe · 17 years ago
  13. 03ba378 writeback: switch to per-bdi threads for flushing data by Jens Axboe · 16 years ago
  14. 66f3b8e writeback: move dirty inodes from super_block to backing_dev_info by Jens Axboe · 16 years ago
  15. d8a8559 writeback: get rid of generic_sync_sb_inodes() export by Jens Axboe · 16 years ago
  16. a3c8b97 Merge branch 'next' into for-linus by James Morris · 16 years ago
  17. 1110afb Merge branch 'topic/ymfpci' into for-linus by Takashi Iwai · 16 years ago
  18. b34c866 Merge branch 'topic/tlv-minmax' into for-linus by Takashi Iwai · 16 years ago
  19. 3827119 Merge branch 'topic/soundcore-preclaim' into for-linus by Takashi Iwai · 16 years ago
  20. 9d416811 Merge branch 'topic/snd-printk' into for-linus by Takashi Iwai · 16 years ago
  21. 2c0d19a Merge branch 'topic/pcm-drain-nonblock' into for-linus by Takashi Iwai · 16 years ago
  22. 9cd9f42 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 16 years ago
  23. 6a0f402 Merge branch 'topic/dummy' into for-linus by Takashi Iwai · 16 years ago
  24. f9892a5 Merge branch 'topic/dma-sgbuf' into for-linus by Takashi Iwai · 16 years ago
  25. e0b3032 Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 16 years ago
  26. 1ee65e3 LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information. by David P. Quigley · 16 years ago
  27. b1ab7e4 VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx. by David P. Quigley · 16 years ago
  28. 6d848a4 shmfs: use 'check_acl' instead of 'permission' by Linus Torvalds · 16 years ago
  29. 5909ccaa Make 'check_acl()' a first-class filesystem op by Linus Torvalds · 16 years ago
  30. 4f7454a ALSA: Add const prefix to proc helper functions by Takashi Iwai · 16 years ago
  31. 6e5265e ALSA: Re-export snd_pcm_format_name() function by Takashi Iwai · 16 years ago
  32. b8c60ed ALSA: Remove unneeded ifdef from sound/core.h by Takashi Iwai · 16 years ago
  33. 82a783f ALSA: Remove struct snd_monitor_file from public sound/core.h by Takashi Iwai · 16 years ago
  34. be1d6a5 KEYS: Fix default security_session_to_parent() by David Howells · 16 years ago
  35. 236cc52 ASoC: Remove unuused hw_read_t by Mark Brown · 16 years ago
  36. 945af7c KEYS: security_cred_alloc_blank() should return int under all circumstances by David Howells · 16 years ago
  37. 59430c2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  38. e9ee3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  39. 154f807 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  40. a2a8474 exec: do not sleep in TASK_TRACED under ->cred_guard_mutex by Oleg Nesterov · 16 years ago
  41. 4e49627 workqueues: introduce __cancel_delayed_work() by Oleg Nesterov · 16 years ago
  42. 7ec23d5 dm log: userspace add luid to distinguish between concurrent log instances by Jonathan Brassow · 16 years ago
  43. 40bea43 dm stripe: expose correct io hints by Mike Snitzer · 16 years ago
  44. 8e01936 kmemleak: Don't scan uninitialized memory when kmemcheck is enabled by Pekka Enberg · 16 years ago
  45. 695a461 Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommu by Ingo Molnar · 16 years ago
  46. 29e2035 Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
  47. 9d32e03 ALSA: Release v1.0.21 by Jaroslav Kysela · 16 years ago
  48. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 16 years ago
  49. 5d13544 KEYS: Add garbage collection for dead, revoked and expired keys. [try #6] by David Howells · 16 years ago
  50. e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 16 years ago
  51. f1939f7 crypto: vmac - New hash algorithm for intel_txt support by Shane Wang · 16 years ago
  52. 2fbd3da pkt_sched: Revert tasklet_hrtimer changes. by David S. Miller · 16 years ago
  53. 1a37f18 lmb: Also remove __init from lmb_end_of_RAM() declaration in lmb.h by Benjamin Herrenschmidt · 16 years ago
  54. 2b980db lsm: Add hooks to the TUN driver by Paul Moore · 16 years ago
  55. bb7bed0 locking: Simplify spinlock inlining by Heiko Carstens · 16 years ago
  56. 892a7c6 locking: Allow arch-inlined spinlocks by Heiko Carstens · 16 years ago
  57. 69d0ee7 locking: Move spinlock function bodies to header file by Heiko Carstens · 16 years ago
  58. bbe69aa Merge commit 'v2.6.31-rc8' into core/locking by Ingo Molnar · 16 years ago
  59. 8684896 rcu: Changes from reviews: avoid casts, fix/add warnings, improve comments by Paul E. McKenney · 16 years ago
  60. dd5d19b rcu: Create rcutree plugins to handle hotplug CPU for multi-level trees by Paul E. McKenney · 16 years ago
  61. 0c7d400 crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test by Herbert Xu · 16 years ago
  62. cf0baf1 ALSA: Fixed a typo of printk() by Takashi Iwai · 16 years ago
  63. 5a53a76 ALSA: pcm - Increase protocol version by Takashi Iwai · 16 years ago
  64. 36ce99c ALSA: Add debug module option by Takashi Iwai · 16 years ago
  65. a6186d8 kmemleak: Mark the early log buffer as __initdata by Catalin Marinas · 16 years ago
  66. 2a90800 ACPI processor: force throttling state when BIOS returns incorrect value by Frans Pop · 16 years ago
  67. b62e408 flex_array: convert element_nr formals to unsigned by David Rientjes · 16 years ago
  68. 8e7ee27 flex_array: declare parts member to have incomplete type by David Rientjes · 16 years ago
  69. 06e7997 rcu: Remove lockdep annotations from RCU's _notrace() API members by Paul E. McKenney · 16 years ago
  70. 353d5c3 mm: fix hugetlb bug due to user_shm_unlock call by Hugh Dickins · 16 years ago
  71. e4aa8dd5 Merge branch 'topic/digital-mixing' into for-2.6.32 by Mark Brown · 16 years ago
  72. 22e93ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  73. 1cac6ec Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  74. 7c614d6 rcu: Add "notrace" to RCU function headers used by ftrace by Paul E. McKenney · 16 years ago
  75. 6777d77 kernel_read: redefine offset type by Mimi Zohar · 16 years ago
  76. 6b3ef48 rcu: Remove CONFIG_PREEMPT_RCU by Paul E. McKenney · 16 years ago
  77. f41d911 rcu: Merge preemptable-RCU functionality into hierarchical RCU by Paul E. McKenney · 16 years ago
  78. a157229 rcu: Simplify rcu_pending()/rcu_check_callbacks() API by Paul E. McKenney · 16 years ago
  79. bc33f24 rcu: Consolidate sparse and lockdep declarations in include/linux/rcupdate.h by Paul E. McKenney · 16 years ago
  80. d6714c2 rcu: Renamings to increase RCU clarity by Paul E. McKenney · 16 years ago
  81. 9f77da9 rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.h by Paul E. McKenney · 16 years ago
  82. ee5f975 pkt_sched: Convert qdisc_watchdog to tasklet_hrtimer by David S. Miller · 16 years ago
  83. b560d8a rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMP by Paul E. McKenney · 16 years ago
  84. 4dfd79e Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  85. f4b0373 Make bitmask 'and' operators return a result code by Linus Torvalds · 16 years ago
  86. 79fb938 ASoC: Add DAPM widget power decision debugfs files by Mark Brown · 16 years ago
  87. f779b3e drm/radeon: add GET_PARAM/INFO support for Z pipes by Alex Deucher · 16 years ago
  88. 1700f5f Input: ucb1400_ts - enable ADC Filter by Marek Vasut · 16 years ago
  89. e3b2415 drm/radeon/kms: implement the bo busy ioctl properly. by Dave Airlie · 16 years ago
  90. a4d7d55 ASoC: Add SuperH FSI driver support for ALSA by Kuninori Morimoto · 16 years ago
  91. ece1387 Merge branch 'master' into next by James Morris · 16 years ago
  92. cad2c8f Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  93. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 16 years ago
  94. 8486a0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  95. 010ff26 ASoC: Add input and output AIF widgets by Mark Brown · 16 years ago
  96. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 16 years ago
  97. 1d99597 security: define round_hint_to_min in !CONFIG_SECURITY by Eric Paris · 16 years ago
  98. 788084a Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 16 years ago
  99. 9c0d901 Capabilities: move cap_file_mmap to commoncap.c by Eric Paris · 16 years ago
  100. cefb87e drm/radeon/kms: implement bo busy check + current domain by Dave Airlie · 16 years ago