index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-06
Bluetooth: Use devm_kzalloc in bt3c_cs.c file
Sachin Kamat
1
-4
/
+1
2012-08-06
Bluetooth: Use devm_kzalloc in bpa10x.c file
Sachin Kamat
1
-6
/
+2
2012-08-06
Bluetooth: Use devm_kzalloc in bluecard_cs.c file
Sachin Kamat
1
-4
/
+1
2012-08-06
Bluetooth: Use devm_kzalloc in bfusb.c file
Sachin Kamat
1
-8
/
+4
2012-08-06
Bluetooth: Use devm_kzalloc in bcm203x.c file.
Sachin Kamat
1
-7
/
+1
2012-08-06
Bluetooth: Added /proc/net/sco via bt_procfs_init()
Masatake YAMATO
1
-0
/
+9
2012-08-06
Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()
Masatake YAMATO
1
-2
/
+12
2012-08-06
Bluetooth: Added /proc/net/l2cap via bt_procfs_init()
Masatake YAMATO
1
-2
/
+18
2012-08-06
Bluetooth: Added /proc/net/hidp via bt_procfs_init()
Masatake YAMATO
1
-1
/
+21
2012-08-06
Bluetooth: Added /proc/net/hci via bt_procfs_init()
Masatake YAMATO
1
-2
/
+11
2012-08-06
Bluetooth: Added /proc/net/cmtp via bt_procfs_init()
Masatake YAMATO
1
-2
/
+21
2012-08-06
Bluetooth: Added /proc/net/bnep via bt_procfs_init()
Masatake YAMATO
1
-2
/
+20
2012-08-06
Bluetooth: /proc/net/ entries for bluetooth protocols
Masatake YAMATO
2
-0
/
+151
2012-08-06
Bluetooth: Free the l2cap channel list only when refcount is zero
Jaganath Kanakkassery
4
-6
/
+7
2012-08-06
Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c
Jaganath Kanakkassery
2
-14
/
+17
2012-08-06
Bluetooth: Remove locking in hci_user_passkey_request_evt
Andre Guedes
1
-4
/
+0
2012-08-06
Bluetooth: Make connect / disconnect cfm functions return void
Andrei Emeltchenko
3
-13
/
+8
2012-08-06
Bluetooth: Use lmp_no_flush_capable where applicable
Andre Guedes
1
-1
/
+1
2012-08-06
Bluetooth: Use lmp_sniffsubr_capable where applicable
Andre Guedes
1
-1
/
+1
2012-08-06
Bluetooth: Use lmp_sniff_capable where applicable
Andre Guedes
1
-1
/
+1
2012-08-06
Bluetooth: Use lmp_rswitch_capable where applicable
Andre Guedes
1
-1
/
+1
2012-08-06
Bluetooth: Use lmp_esco_capable where applicable
Andre Guedes
1
-1
/
+1
2012-08-06
Bluetooth: Use lmp_ssp_capable where applicable
Andre Guedes
2
-4
/
+4
2012-08-06
Bluetooth: Use lmp_le_capable where applicable
Andre Guedes
2
-4
/
+4
2012-08-06
Bluetooth: Use lmp_bredr_capable where applicable
Andre Guedes
1
-2
/
+2
2012-08-06
Bluetooth: Fix processing A2MP chan in security_cfm
Andrei Emeltchenko
1
-0
/
+5
2012-08-06
Bluetooth: Do not shadow hdr variable
Andrei Emeltchenko
1
-3
/
+7
2012-08-06
Bluetooth: Define AMP controller statuses
Andrei Emeltchenko
1
-0
/
+9
2012-08-06
Bluetooth: trivial: Fix mixing spaces and tabs in smp
Andrei Emeltchenko
1
-4
/
+4
2012-08-06
Bluetooth: debug: Fix printing refcnt for hci_conn
Andrei Emeltchenko
1
-4
/
+2
2012-08-06
Bluetooth: debug: Fix printing A2MP cmd code format
Andrei Emeltchenko
1
-2
/
+2
2012-08-06
Bluetooth: mgmt: Managing only BR/EDR HCI controllers
Andrei Emeltchenko
3
-5
/
+23
2012-08-06
Bluetooth: Remove missing code
Andre Guedes
1
-6
/
+0
2012-07-28
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
14
-196
/
+563
2012-07-28
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
69
-754
/
+964
2012-07-28
Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus
Russell King
69
-754
/
+964
2012-07-27
Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
9
-38
/
+93
2012-07-27
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
18
-283
/
+44
2012-07-27
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
8
-124
/
+128
2012-07-27
Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-3
/
+16
2012-07-27
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
21
-51
/
+133
2012-07-27
Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
51
-413
/
+2376
2012-07-27
powerpc/ftrace: Trace function graph entry before updating index
Steven Rostedt
1
-6
/
+5
2012-07-27
radeonfb: Add quirk for the graphics adapter in some JSxx
Tony Breeds
1
-0
/
+35
2012-07-27
powerpc: Lack of firmware flash support is not an error
Anton Blanchard
1
-1
/
+1
2012-07-27
powerpc: Enable pseries hardware RNG and crypto modules
Anton Blanchard
2
-4
/
+8
2012-07-27
powerpc: Update g5_defconfig
Benjamin Herrenschmidt
1
-73
/
+30
2012-07-27
powerpc/kvm/bookehv: Fix build regression
Alexander Graf
1
-38
/
+39
2012-07-27
powerpc: Set stack limit properly in crit_transfer_to_handler
Stuart Yoder
1
-2
/
+10
2012-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
22
-522
/
+331
[next]