summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-13dt-bindings: net: Add Broadcom BCM4377 family PCIe BluetoothSven Peter2-0/+82
2022-12-13dt-bindings: net: Add generic Bluetooth controllerSven Peter4-13/+35
2022-12-13Bluetooth: hci_bcm: Add CYW4373A0 supportMarek Vasut1-1/+12
2022-12-13dt-bindings: net: broadcom-bluetooth: Add CYW4373A0 DT bindingMarek Vasut1-0/+1
2022-12-13Bluetooth: Use kzalloc instead of kmalloc/memsetKang Minchul1-4/+2
2022-12-13Bluetooth: btusb: Add more device IDs for WCN6855Shengyu Qu1-0/+84
2022-12-13Bluetooth: Fix EALREADY and ELOOP cases in bt_status()Christophe JAILLET1-2/+2
2022-12-13Bluetooth: Add CONFIG_BT_LE_L2CAP_ECREDLuiz Augusto von Dentz2-1/+12
2022-12-13Bluetooth: btusb: Default CONFIG_BT_HCIBTUSB_POLL_SYNC=yLuiz Augusto von Dentz1-0/+1
2022-12-13Bluetooth: btusb: Add CONFIG_BT_HCIBTUSB_POLL_SYNCLuiz Augusto von Dentz2-0/+13
2022-12-13virtio_bt: Fix alignment in configuration structIgor Skalkin2-3/+21
2022-12-13Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland1-1/+1
2022-12-13Bluetooth: hci_core: fix error handling in hci_register_dev()Yang Yingliang1-1/+1
2022-12-13Bluetooth: Use kzalloc instead of kmalloc/memsetJiapeng Chong1-2/+1
2022-12-13Bluetooth: hci_qca: only assign wakeup with serial port supportZhengping Jiang1-1/+2
2022-12-13Bluetooth: hci_conn: use HCI dst_type values also for BISPauli Virtanen2-8/+4
2022-12-13Bluetooth: btusb: Ignore zero length of USB packets on ALT 6 for specific chipHilda Wu2-2/+30
2022-12-13Bluetooth: btrtl: Add btrealtek data structHilda Wu2-0/+24
2022-12-13Bluetooth: virtio_bt: fix device removalMichael S. Tsirkin1-2/+17
2022-12-13Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka1-0/+1
2022-12-13Bluetooth: hci_sync: Fix not able to set force_static_addressLuiz Augusto von Dentz1-1/+1
2022-12-13Bluetooth: hci_sync: Fix not setting static addressLuiz Augusto von Dentz1-0/+18
2022-12-13Bluetooth: Work around SCO over USB HCI design defectNicolas Cavallari1-2/+33
2022-12-13Bluetooth: btusb: Introduce generic USB resetArchie Pusaka2-10/+26
2022-12-13btusb: Avoid reset of ISOC endpoint alt settings to zeroChethan Tumkur Narayan1-2/+3
2022-12-13Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-28/+66
2022-12-13Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds49-836/+2649
2022-12-13Merge tag 'thermal-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-142/+256
2022-12-13Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds106-635/+1172
2022-12-13Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds57-519/+3132
2022-12-13Documentation: dev-tools: Clarify requirements for result descriptionMark Brown1-2/+2
2022-12-13apparmor: test: make static symbols visible during kunit testingRae Moar5-168/+196
2022-12-13kunit: add macro to allow conditionally exposing static symbols to testsRae Moar1-0/+33
2022-12-13kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov3-15/+16
2022-12-13Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sectionsDavid Gow2-21/+16
2022-12-13kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov2-4/+21
2022-12-13kunit: improve KTAP compliance of KUnit test outputRae Moar3-7/+10
2022-12-13kunit: tool: parse KTAP compliant test outputRae Moar4-28/+80
2022-12-13mm: slub: test: Use the kunit_get_current_test() functionDavid Gow2-1/+3
2022-12-13kunit: Use the static key when retrieving the current testDavid Gow2-12/+71
2022-12-13kunit: Provide a static key to check if KUnit is actively running testsDavid Gow2-0/+10
2022-12-13kunit: tool: make --json do nothing if --raw_ouput is setDaniel Latypov1-16/+18
2022-12-13kunit: tool: tweak error message when no KTAP foundDaniel Latypov2-3/+3
2022-12-13kunit: remove KUNIT_INIT_MEM_ASSERTION macroDaniel Latypov2-13/+6
2022-12-13Documentation: kunit: Remove redundant 'tips.rst' pageDavid Gow2-191/+0
2022-12-13Documentation: KUnit: reword description of assertionsDaniel Latypov1-5/+8
2022-12-13Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplicationDaniel Latypov1-18/+31
2022-12-13kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macrosDaniel Latypov2-60/+15
2022-12-13kunit: tool: remove redundant file.close() call in unit testDaniel Latypov1-2/+0
2022-12-13kunit: tool: unit tests all check parser errors, standardize formatting a bitDaniel Latypov1-55/+38