index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Added /proc/net/cmtp via bt_procfs_init()
Masatake YAMATO
2012-08-06
1
-2
/
+21
*
Bluetooth: Added /proc/net/bnep via bt_procfs_init()
Masatake YAMATO
2012-08-06
1
-2
/
+20
*
Bluetooth: /proc/net/ entries for bluetooth protocols
Masatake YAMATO
2012-08-06
2
-0
/
+151
*
Bluetooth: Free the l2cap channel list only when refcount is zero
Jaganath Kanakkassery
2012-08-06
4
-6
/
+7
*
Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c
Jaganath Kanakkassery
2012-08-06
2
-14
/
+17
*
Bluetooth: Remove locking in hci_user_passkey_request_evt
Andre Guedes
2012-08-06
1
-4
/
+0
*
Bluetooth: Make connect / disconnect cfm functions return void
Andrei Emeltchenko
2012-08-06
3
-13
/
+8
*
Bluetooth: Use lmp_no_flush_capable where applicable
Andre Guedes
2012-08-06
1
-1
/
+1
*
Bluetooth: Use lmp_sniffsubr_capable where applicable
Andre Guedes
2012-08-06
1
-1
/
+1
*
Bluetooth: Use lmp_sniff_capable where applicable
Andre Guedes
2012-08-06
1
-1
/
+1
*
Bluetooth: Use lmp_rswitch_capable where applicable
Andre Guedes
2012-08-06
1
-1
/
+1
*
Bluetooth: Use lmp_esco_capable where applicable
Andre Guedes
2012-08-06
1
-1
/
+1
*
Bluetooth: Use lmp_ssp_capable where applicable
Andre Guedes
2012-08-06
2
-4
/
+4
*
Bluetooth: Use lmp_le_capable where applicable
Andre Guedes
2012-08-06
2
-4
/
+4
*
Bluetooth: Use lmp_bredr_capable where applicable
Andre Guedes
2012-08-06
1
-2
/
+2
*
Bluetooth: Fix processing A2MP chan in security_cfm
Andrei Emeltchenko
2012-08-06
1
-0
/
+5
*
Bluetooth: Do not shadow hdr variable
Andrei Emeltchenko
2012-08-06
1
-3
/
+7
*
Bluetooth: Define AMP controller statuses
Andrei Emeltchenko
2012-08-06
1
-0
/
+9
*
Bluetooth: trivial: Fix mixing spaces and tabs in smp
Andrei Emeltchenko
2012-08-06
1
-4
/
+4
*
Bluetooth: debug: Fix printing refcnt for hci_conn
Andrei Emeltchenko
2012-08-06
1
-4
/
+2
*
Bluetooth: debug: Fix printing A2MP cmd code format
Andrei Emeltchenko
2012-08-06
1
-2
/
+2
*
Bluetooth: mgmt: Managing only BR/EDR HCI controllers
Andrei Emeltchenko
2012-08-06
3
-5
/
+23
*
Bluetooth: Remove missing code
Andre Guedes
2012-08-06
1
-6
/
+0
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2012-07-27
14
-196
/
+563
|
\
|
*
ext4: undo ext4_calc_metadata_amount if we fail to claim space
Theodore Ts'o
2012-07-23
1
-11
/
+21
|
*
ext4: don't let i_reserved_meta_blocks go negative
Brian Foster
2012-07-22
1
-0
/
+9
|
*
ext4: fix hole punch failure when depth is greater than 0
Ashish Sangwan
2012-07-22
1
-17
/
+29
|
*
ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()
Artem Bityutskiy
2012-07-22
5
-11
/
+7
|
*
ext4: weed out ext4_write_super
Artem Bityutskiy
2012-07-22
1
-10
/
+0
|
*
ext4: remove unnecessary superblock dirtying
Artem Bityutskiy
2012-07-22
2
-4
/
+3
|
*
ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()
Jan Kara
2012-07-22
2
-10
/
+13
|
*
ext4: remove useless marking of superblock dirty
Jan Kara
2012-07-22
2
-4
/
+0
|
*
ext4: fix ext4 mismerge back in January
Al Viro
2012-07-22
1
-1
/
+0
|
*
ext4: remove dynamic array size in ext4_chksum()
Theodore Ts'o
2012-07-22
1
-1
/
+3
|
*
ext4: remove unused variable in ext4_update_super()
Theodore Ts'o
2012-07-22
1
-1
/
+1
|
*
ext4: make quota as first class supported feature
Aditya Kali
2012-07-22
3
-10
/
+150
|
*
ext4: don't take the i_mutex lock when doing DIO overwrites
Zheng Liu
2012-07-22
2
-4
/
+71
|
*
ext4: add a new nolock flag in ext4_map_blocks
Zheng Liu
2012-07-09
2
-10
/
+51
|
*
ext4: split ext4_file_write into buffered IO and direct IO
Zheng Liu
2012-07-09
1
-22
/
+38
|
*
ext4: remove an unused statement in ext4_mb_get_buddy_page_lock()
Haibo Liu
2012-07-09
1
-1
/
+0
|
*
ext4: fix out-of-date comments in extents.c
HaiboLiu
2012-07-09
1
-2
/
+1
|
*
ext4: use s_csum_seed instead of i_csum_seed for xattr block
Tao Ma
2012-07-09
1
-7
/
+4
|
*
ext4: use proper csum calculation in ext4_rename
Tao Ma
2012-07-09
1
-2
/
+9
|
*
ext4: fix overhead calculation used by ext4_statfs()
Theodore Ts'o
2012-07-09
4
-57
/
+132
|
*
ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr
Theodore Ts'o
2012-06-30
4
-8
/
+8
|
*
ext4: honor O_(D)SYNC semantic in ext4_fallocate()
Zheng Liu
2012-06-30
1
-0
/
+2
|
*
ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groups
Aditya Kali
2012-06-30
1
-8
/
+15
*
|
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2012-07-27
69
-754
/
+964
|
\
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
*
-
-
-
-
-
-
-
.
\
Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus
Russell King
2012-07-27
69
-754
/
+964
|
|
\
\
\
\
\
\
|
|
|
|
|
|
*
|
ARM: 7433/1: serial: use the new linux/sizes.h
Alessandro Rubini
2012-06-28
1
-1
/
+1
[next]