1. a6f05b97 PM / QoS: Set cpu_dma_pm_qos->name by Dominik Brodowski · 13 years ago
  2. 45ea609 btrfs: fix double-free 'tree_root' in 'btrfs_mount()' by slyich@gmail.com · 13 years ago
  3. 54a0f91 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  4. d30cc16 Merge branch 'fixes-modulesplit' into fixes by Tony Lindgren · 13 years ago
  5. a1bcc1d ARM: OMAP: Fix export.h or module.h includes by Tony Lindgren · 13 years ago
  6. 5558141 ARM: OMAP: omap_device: Include linux/export.h by Axel Lin · 13 years ago
  7. 36f7fc7 Bluetooth: Clean up logic in hci_cc_write_scan_enable by Johan Hedberg · 13 years ago
  8. abc545b Bluetooth: Add debug print to l2cap_chan_create by Szymon Janc · 13 years ago
  9. b24752f Bluetooth: Fix mgmt response when adapter goes down or is removed by Johan Hedberg · 13 years ago
  10. 08add51 Bluetooth: Guarantee BR-EDR device will be registered as hci0 by Mat Martineau · 13 years ago
  11. 8d5a04a Bluetooth: Add signal handlers for channel moves by Mat Martineau · 13 years ago
  12. 50a147c Bluetooth: Use symbolic values for the fixed channel map by Mat Martineau · 13 years ago
  13. d835ac0 Bluetooth: Add definitions for L2CAP fixed channels by Mat Martineau · 13 years ago
  14. f94ff6f Bluetooth: Add signal handlers for channel creation by Mat Martineau · 13 years ago
  15. 38094c7 Bluetooth: Add AMP-related data and structures for channel signals by Mat Martineau · 13 years ago
  16. 2ea6648 Bluetooth: Add channel policy to getsockopt/setsockopt by Mat Martineau · 13 years ago
  17. d7c4d11 Bluetooth: Change scope of the enable_hs module parameter by Mat Martineau · 13 years ago
  18. c14968b Bluetooth: Add BT_CHANNEL_POLICY socket option by Mat Martineau · 13 years ago
  19. 6b3c710 Bluetooth: Initialize tx_win_max for fixed channel by Andrei Emeltchenko · 13 years ago
  20. b8aabfc Bluetooth: use buffer priority to mark URB_ISO_ASAP flag by Luiz Augusto von Dentz · 13 years ago
  21. 02b20f0 Bluetooth: recalculate priorities when channels are starving by Luiz Augusto von Dentz · 13 years ago
  22. ec1cce2 Bluetooth: handle priority change within quote by Luiz Augusto von Dentz · 13 years ago
  23. 73d80de Bluetooth: prioritizing data over HCI by Luiz Augusto von Dentz · 13 years ago
  24. 3c32fa9 Bluetooth: Fix hidp_get_connection() by Gustavo F. Padovan · 13 years ago
  25. 25df084 Bluetooth: hidp: Fix module reference cleanup by David Herrmann · 13 years ago
  26. 7f103a0 Bluetooth: bfusb: Fix error path on firmware load by David Herrmann · 13 years ago
  27. deceb02 Bluetooth: bcm203x: Use GFP_KERNEL in workqueue by David Herrmann · 13 years ago
  28. 844e4b7 Bluetooth: bcm203x: Fix race condition on disconnect by David Herrmann · 13 years ago
  29. 52a1020 Bluetooth: ath3k: Use GFP_KERNEL instead of GFP_ATOMIC by David Herrmann · 13 years ago
  30. df164df Bluetooth: Set HCI_MGMT flag only in read_controller_info by Johan Hedberg · 13 years ago
  31. 43611a7 Bluetooth: Increase HCI reset timeout in hci_dev_do_close by Szymon Janc · 13 years ago
  32. db54467 Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm by Szymon Janc · 13 years ago
  33. 164a6e7 Bluetooth: Fix command complete/status for discovery commands by Johan Hedberg · 13 years ago
  34. 262038f Bluetooth: make use sk_priority to priritize RFCOMM packets by Luiz Augusto von Dentz · 13 years ago
  35. 5e59b79 Bluetooth: set skbuffer priority based on L2CAP socket priority by Luiz Augusto von Dentz · 13 years ago
  36. 8035ded Bluetooth: replace list_for_each with list_for_each_entry whenever possible by Luiz Augusto von Dentz · 13 years ago
  37. 457f485 Bluetooth: correct debug output by Andrei Emeltchenko · 13 years ago
  38. c6337ea Bluetooth: remove magic offset and size by Andrei Emeltchenko · 13 years ago
  39. 3e6b3b9 Bluetooth: small styles clean ups to l2cap_core.c by Gustavo F. Padovan · 13 years ago
  40. 0e8b207 Bluetooth: EFS: implement L2CAP config pending state by Andrei Emeltchenko · 13 years ago
  41. c3eae82 Bluetooth: ath3k: output firmware filename when request_firmware failed by Paul Fertser · 13 years ago
  42. 5973563 Bluetooth: Make hci_unregister_dev return void by David Herrmann · 13 years ago
  43. 13ea401 Bluetooth: Ignore hci_unregister_dev return value by David Herrmann · 13 years ago
  44. 96af739 Bluetooth: Replace rfcomm tty tasklet by workqueue by David Herrmann · 13 years ago
  45. 5ada991 Bluetooth: Return proper error codes on rfcomm tty init by David Herrmann · 13 years ago
  46. f3f668b Bluetooth: Use miliseconds for L2CAP channel timeouts by Andrzej Kaczmarek · 13 years ago
  47. 94956ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  48. 50e6963 vfs: d_invalidate() should leave mountpoints alone by Al Viro · 13 years ago
  49. 4dff523 Bluetooth: Revert: Fix L2CAP connection establishment by Arek Lichwa · 13 years ago
  50. e45a618 forcedeth: fix a few sparse warnings (variable shadowing) by david decotigny · 13 years ago
  51. 0bdfea8 forcedeth: Improve stats counters by Mandeep Baines · 13 years ago
  52. 4687f3f forcedeth: remove unneeded stats updates by david decotigny · 13 years ago
  53. 2a4e7a0 forcedeth: Acknowledge only interrupts that are being processed by Mike Ditto · 13 years ago
  54. f9c4082 forcedeth: fix race when unloading module by david decotigny · 13 years ago
  55. a844506 device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.h by Stephen Rothwell · 13 years ago
  56. 6f66263 device-mapper: dm-bufio.c needs to include module.h by Stephen Rothwell · 13 years ago
  57. 1944ce6 drivers/md: change module.h -> export.h in persistent-data/dm-* by Paul Gortmaker · 13 years ago
  58. 0c073e3 arm: Add export.h to recently added files for EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  59. dd1294c MAINTAINERS/rds: update maintainer by Or Gerlitz · 13 years ago
  60. 039c811 wanrouter: Remove kernel_lock annotations by Richard Weinberger · 13 years ago
  61. 23ba079 usbnet: fix oops in usbnet_start_xmit by Konstantin Khlebnikov · 13 years ago
  62. 0126410 ixgbe: Fix compile for kernel without CONFIG_PCI_IOV defined by Rose, Gregory V · 13 years ago
  63. 24b9c37 mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit setting by Janusz.Dziedzic@tieto.com · 13 years ago
  64. db652e4 net, wireless, mwifiex: Fix mem leak in mwifiex_update_curr_bss_params() by Jesper Juhl · 13 years ago
  65. 3b6ef63 cfg80211: fix cmp_ies by Johannes Berg · 13 years ago
  66. 133a3ff cfg80211: allow setting TXQ parameters only in AP mode by Johannes Berg · 13 years ago
  67. 6c73941 nl80211: fix HT capability attribute validation by Johannes Berg · 13 years ago
  68. 3432f92 mac80211: use min rate as basic rate for buggy APs by Eliad Peller · 13 years ago
  69. ae8e467 brcm80211: smac: eliminate a null pointer dereference in dma.c by Arend van Spriel · 13 years ago
  70. 73d51f3 b43: HT-PHY: report signal to mac80211 by Rafał Miłecki · 13 years ago
  71. 694718d b43: fill ctl1 word on all newer PHYs, fix PHY errors by Rafał Miłecki · 13 years ago
  72. 3c00303 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  73. 83dbb15 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  74. 6e6bc67 Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  75. ff4d7fa Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  76. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  77. cf5e15f Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  78. e836a1c [media] mxl111sf: fix build warning by Michael Krufky · 13 years ago
  79. cd834fa [media] mxl111sf: remove pointless if condition in mxl111sf_config_spi by Michael Krufky · 13 years ago
  80. 2f4133d [media] mxl111sf: check for errors after mxl111sf_write_reg in mxl111sf_idac_config by Michael Krufky · 13 years ago
  81. a9380ba1 [media] mxl111sf: fix return value of mxl111sf_idac_config by Michael Krufky · 13 years ago
  82. 241fa6e [media] uvcvideo: GET_RES should only be checked for BITMAP type menu controls by Hans de Goede · 13 years ago
  83. 2ac8637 vmwgfx: Snoop DMA transfers with non-covering sizes by Jakob Bornecrantz · 13 years ago
  84. d41025c vmwgfx: Move the prefered mode first in the list by Jakob Bornecrantz · 13 years ago
  85. e5c8dbb vmwgfx: Unreference surface on cursor error path by Jakob Bornecrantz · 13 years ago
  86. 55bde5b vmwgfx: Free prefered mode on error path by Jakob Bornecrantz · 13 years ago
  87. d982640 vmwgfx: Use pointer return error codes by Jakob Bornecrantz · 13 years ago
  88. da7653d vmwgfx: Fix hw cursor position by Thomas Hellstrom · 13 years ago
  89. 6987427 vmwgfx: Infrastructure for explicit placement by Thomas Hellstrom · 13 years ago
  90. 1543b4d vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh by Thomas Hellstrom · 13 years ago
  91. 0e708bc vmwgfx: Remove screen object active list by Thomas Hellstrom · 13 years ago
  92. d4528b8 vmwgfx: Screen object cleanups by Thomas Hellstrom · 13 years ago
  93. 3a73dbb writeback: fix uninitialized task_ratelimit by Wu Fengguang · 13 years ago
  94. 3155521 Revert "hvc_console: display printk messages on console." by Linus Torvalds · 13 years ago
  95. 0084e47 powerpc: fix building hvc_opal.c by Michael Neuling · 13 years ago
  96. 5c24d8b Merge branch 'docs/docbook/drm' of git://github.com/mfwitten/linux into docs-move by Randy Dunlap · 13 years ago
  97. b32fc0a Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  98. 403299a Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  99. daedd87 Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  100. 6a6662c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago