1. c20f8e3 Bluetooth: Use tx window from config response for ack timing by Mat Martineau · 12 years ago
  2. 4b10b27 Bluetooth: debug: Print l2cap_chan refcount by Andrei Emeltchenko · 12 years ago
  3. 38b3fef Bluetooth: Improve debugging messages for hci_conn by Andrei Emeltchenko · 13 years ago
  4. 9345d40 Bluetooth: Use AUTO_OFF constant in jiffies by Andrei Emeltchenko · 13 years ago
  5. af7985b Bluetooth: Fix flags of mgmt_device_found event by Jefferson Delfes · 13 years ago
  6. 5f246e8 Bluetooth: Update HCI timeouts constants to use msecs_to_jiffies by Andrei Emeltchenko · 13 years ago
  7. cbe461c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 13 years ago
  8. 1c2e004 Bluetooth: Add support for encryption key refresh by Johan Hedberg · 13 years ago
  9. 7e1af8a Bluetooth: Create empty l2cap ops function by Gustavo Padovan · 13 years ago
  10. 8c3a4f0 Bluetooth: Rename L2CAP_LE_DEFAULT_MTU by Andre Guedes · 13 years ago
  11. 1afd5be Bluetooth: Remove unused HCI timeouts definitions by Szymon Janc · 13 years ago
  12. 97e8e89 Bluetooth: A2MP: Manage incoming connections by Andrei Emeltchenko · 13 years ago
  13. 416fa75 Bluetooth: A2MP: Handling fixed channels by Andrei Emeltchenko · 13 years ago
  14. 8598d06 Bluetooth: A2MP: Process A2MP Discover Request by Andrei Emeltchenko · 13 years ago
  15. e7af522e Bluetooth: A2MP: Define A2MP status codes by Andrei Emeltchenko · 13 years ago
  16. b9058fb Bluetooth: A2MP: Definitions for A2MP commands by Andrei Emeltchenko · 13 years ago
  17. f6d3c6e Bluetooth: A2MP: Build and Send msg helpers by Andrei Emeltchenko · 13 years ago
  18. 9740e49 Bluetooth: A2MP: AMP Manager basic functions by Andrei Emeltchenko · 13 years ago
  19. 466f800 Bluetooth: A2MP: Create A2MP channel by Andrei Emeltchenko · 13 years ago
  20. 54a59aa Bluetooth: Add l2cap_chan->ops->ready() by Andrei Emeltchenko · 13 years ago
  21. c0df7f6 Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c by Andrei Emeltchenko · 13 years ago
  22. 80b9802 Bluetooth: Use chan as parameters for l2cap chan ops by Gustavo Padovan · 13 years ago
  23. 523e93c Bluetooth: Define HCI AMP cmd struct by Andrei Emeltchenko · 13 years ago
  24. 2983fd6 Bluetooth: Define and use PSM identifiers by Andrei Emeltchenko · 13 years ago
  25. 59e54bd Bluetooth: Define L2CAP conf continuation flag by Andrei Emeltchenko · 13 years ago
  26. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 13 years ago
  27. c3c7ea6 Bluetooth: Fix coding style in include/net/bluetooth by Gustavo Padovan · 13 years ago
  28. 9b3b446 Bluetooth: Use defined link key size by Andrei Emeltchenko · 13 years ago
  29. a6c511c Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE by Szymon Janc · 13 years ago
  30. 38351c6 Bluetooth: Fix trailing whitespaces in license text by Gustavo Padovan · 13 years ago
  31. 522cc2e Bluetooth: Remove unused ERTM control field macros by Mat Martineau · 13 years ago
  32. 4239d16 Bluetooth: Check rules when setting retransmit or monitor timers by Mat Martineau · 13 years ago
  33. f5dbb07 Bluetooth: Remove receive code that has been superceded by Mat Martineau · 13 years ago
  34. 2827011 Bluetooth: Fix early return from l2cap_chan_del by Mat Martineau · 13 years ago
  35. 4fc3acf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  36. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 13 years ago
  37. 804ce98 Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 13 years ago
  38. f5e7e84 Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd by Linus Torvalds · 13 years ago
  39. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  40. 20e2a86 cipso: handle CIPSO options correctly when NetLabel is disabled by Paul Moore · 13 years ago
  41. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  42. 4edebed Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  43. efee984 new helper: signal_delivered() by Al Viro · 13 years ago
  44. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
  45. edd63a2 set_restore_sigmask() is never called without SIGPENDING (and never should be) by Al Viro · 13 years ago
  46. b7f9a11 new helper: sigmask_to_save() by Al Viro · 13 years ago
  47. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 13 years ago
  48. 4ebefe3 new helpers: {clear,test,test_and_clear}_restore_sigmask() by Al Viro · 13 years ago
  49. 754421c HAVE_RESTORE_SIGMASK is defined on all architectures now by Al Viro · 13 years ago
  50. 16b1c1c vfs: retry last component if opening stale dentry by Miklos Szeredi · 13 years ago
  51. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 13 years ago
  52. 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  53. e3fc629 switch aio and shm to do_mmap_pgoff(), make do_mmap() static by Al Viro · 13 years ago
  54. 8b3ec68 take security_mmap_file() outside of ->mmap_sem by Al Viro · 13 years ago
  55. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  56. a00b615 Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  57. 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  58. b32dfe3 c/r: prctl: add ability to set new mm_struct::exe_file by Cyrill Gorcunov · 13 years ago
  59. fe8c7f5 c/r: prctl: extend PR_SET_MM to set up more mm_struct entries by Cyrill Gorcunov · 13 years ago
  60. d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 13 years ago
  61. ac34ebb aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() by Christopher Yeoh · 13 years ago
  62. ee62c6b eventfd: change int to __u64 in eventfd_signal() by Sha Zhengju · 13 years ago
  63. e42d98e rapidio: add DMA engine support for RIO data transfers by Alexandre Bounine · 13 years ago
  64. cef0184 mqueue: separate mqueue default value from maximum value by KOSAKI Motohiro · 13 years ago
  65. e6315bb mqueue: revert bump up DFLT_*MAX by KOSAKI Motohiro · 13 years ago
  66. 5b5c4d1 ipc/mqueue: update maximums for the mqueue subsystem by Doug Ledford · 13 years ago
  67. 858ee37 ipc/mqueue: switch back to using non-max values on create by Doug Ledford · 13 years ago
  68. 93e6f11 ipc/mqueue: cleanup definition names and locations by Doug Ledford · 13 years ago
  69. 29a5c67 kexec: export kexec.h to user space by maximilian attems · 13 years ago
  70. cb79295 cpu: introduce clear_tasks_mm_cpumask() helper by Anton Vorontsov · 13 years ago
  71. 43e13cc cred: remove task_is_dead() from __task_cred() validation by Oleg Nesterov · 13 years ago
  72. 785042f kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers by Boaz Harrosh · 13 years ago
  73. ae3cef7 kmod: unexport call_usermodehelper_freeinfo() by Boaz Harrosh · 13 years ago
  74. 020ac5b fat: introduce special inode for managing the FSINFO block by Artem Bityutskiy · 13 years ago
  75. 133fd9f vsprintf: further optimize decimal conversion by Denys Vlasenko · 13 years ago
  76. a3860c1 introduce SIZE_MAX by Xi Wang · 13 years ago
  77. d5497fc nfsd4: move rq_flavor into svc_cred by J. Bruce Fields · 13 years ago
  78. 03a4e1f nfsd4: move principal name into svc_cred by J. Bruce Fields · 13 years ago
  79. 9793f7c SUNRPC: new svc_bind() routine introduced by Stanislav Kinsbursky · 13 years ago
  80. 3fc929e net/mlx4_core: Fix number of EQs used in ICM initialisation by Marcel Apfelbaum · 13 years ago
  81. 76f901e Merge tag 'for-v3.5' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 13 years ago
  82. bd0e162 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  83. 0545522 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 13 years ago
  84. 1d59d61 NFS: Ensure that setattr and getattr wait for O_DIRECT write completion by Trond Myklebust · 13 years ago
  85. 13199a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  86. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 13 years ago
  87. d007794 split cap_mmap_addr() out of cap_file_mmap() by Al Viro · 13 years ago
  88. a4f9a9a fsnotify: handle subfiles' perm events by Naohiro Aota · 13 years ago
  89. bb8ac181 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 13 years ago
  90. 0053ea9 netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUG by Joe Perches · 13 years ago
  91. af56e0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  92. 42fe55c Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 13 years ago
  93. 19ce0a9 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  94. a70f35a Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  95. 0d16751 Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  96. 2f83766 Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  97. 14674e7 i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING by Mark Brown · 13 years ago
  98. e907df3 watchdog: Add support for dynamically allocated watchdog_device structs by Hans de Goede · 13 years ago
  99. f4e9c82 watchdog: Add Locking support by Hans de Goede · 13 years ago
  100. d6b469d watchdog: create all the proper device files by Alan Cox · 13 years ago