summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-07Bluetooth: btusb: Use & instead of == to test bitflag BTUSB_IGNOREZijun Hu1-1/+1
2026-08-07Bluetooth: btusb: Reduce a redundant assignment in btusb_probe()Zijun Hu1-3/+1
2026-08-07Bluetooth: hci_event: Log error for HCI reset status error in hci_cc_reset()Zijun Hu1-1/+4
2026-08-07Bluetooth: hci_sync: Simplify hci_reset_sync()Zijun Hu1-8/+2
2026-08-07Bluetooth: btusb: Simplify btusb_shutdown_qca() by using __hci_reset_sync()Zijun Hu1-7/+4
2026-08-07Bluetooth: btqca: Simplify qca_send_reset() by using __hci_reset_sync()Zijun Hu1-20/+2
2026-08-07Bluetooth: hci_sync: Introduce __hci_reset_sync() for device driversZijun Hu2-0/+9
2026-08-07Bluetooth: btusb: QCA: move qca_dump out of struct btusb_dataZijun Hu1-22/+34
2026-08-07Bluetooth: btusb: QCA: Fix populating devcoredump fields on unenabled devicesZijun Hu1-2/+4
2026-08-07Bluetooth: btusb: Record matched usb_device_id into btusb_dataZijun Hu1-0/+2
2026-08-07Bluetooth: btusb: Fix BD_ADDR byte order in btusb_set_bdaddr_wcn6855()Zijun Hu1-4/+5
2026-08-07Bluetooth: btqca: Fix qca_set_bdaddr() waiting for wrong HCI eventZijun Hu1-2/+1
2026-08-07Bluetooth: btusb: Add USB ID 13d3:3625 for MediaTek MT7922Gustavo Evgucci1-0/+2
2026-08-07Bluetooth: hci_sync: Remove unused hci_cmd_sync_dequeue_once()Siwei Zhang2-29/+0
2026-08-07Bluetooth: simplify force_no_mitm_write() with kstrtobool_from_user()Dmitry Antipov1-8/+4
2026-08-07Bluetooth: enable context analysisPauli Virtanen5-0/+10
2026-08-07objtool: Replace __ASSEMBLY__ with __ASSEMBLER__ in header filesThomas Huth2-6/+6
2026-08-07sched/topology: Restore SD_PREFER_SIBLING in domains with asymmetric capacityRicardo Neri2-6/+1
2026-08-07sched/fair: Allow load balancing between CPUs of identical capacityRicardo Neri1-1/+8
2026-08-07sched/fair: Skip misfit load accounting when the destination CPU cannot helpRicardo Neri1-4/+17
2026-08-07sched/fair: Check CPU capacity before comparing group types during load balanceRicardo Neri1-11/+11
2026-08-07sched/fair: Also gate overloaded status update for SD_ASYM_CPUCAPACITYRicardo Neri1-1/+3
2026-08-07sched/fair: Do not skip CPUs of similar capacity with busy SMT siblingsRicardo Neri1-3/+11
2026-08-07sched/fair: Prefer fully idle cores for NOHZ balancingAndrea Righi1-11/+44
2026-08-07x86/locking: Use sfence for wmb() if SSE is availableYao Zi1-1/+1
2026-08-07perf/x86/intel/pt: Fix stop/start with no updateAdrian Hunter1-9/+36
2026-08-07perf/x86/intel/pt: Use bitwise access for PERF_HES_STOPPEDAdrian Hunter1-8/+8
2026-08-07perf/x86/intel/pt: Factor out pt_config_enable()Adrian Hunter1-17/+24
2026-08-07perf/core: Fix group leader use-after-free after sibling detachAditya Chillara1-30/+37
2026-08-07perf: Reject exited events as group leadersKyle Zeng1-1/+7
2026-08-07Bluetooth: RFCOMM: Add minimal context analysis annotationsPauli Virtanen1-0/+1
2026-08-07Bluetooth: L2CAP: Add minimal context analysis annotationsPauli Virtanen1-0/+1
2026-08-07Bluetooth: hci_core: Add minimal context analysis annotationsPauli Virtanen1-0/+3
2026-08-07Bluetooth: af_bluetooth: Add minimal context analysis annotationsPauli Virtanen1-2/+5
2026-08-07Bluetooth: btusb: Add new VID/PID 0x0489/0xe156 for MT7902Sean Wang1-0/+2
2026-08-07scsi: scsi_debug: Negate wrapped memcmp() resultXu Rao1-2/+2
2026-08-07KVM: x86: Remove runtime Xen TSC frequency CPUID updateDavid Woodhouse2-29/+0
2026-08-07ASoC: amd: acp: return irq error directlyRosen Penev1-1/+1
2026-08-07KVM: x86/xen: Prevent runstate times from becoming negativeDavid Woodhouse1-6/+22
2026-08-07KVM: arm64: vgic-v3: take an LPI reference in vgic_v3_save_pending_tablesQihang1-3/+9
2026-08-08selftests/ftrace: Force C locale in ftracetestRui Qi1-0/+3
2026-08-07KVM: arm64: vgic-its: Point saved ITEs at the next valid entryFuad Tabba1-7/+8
2026-08-07KVM: arm64: vgic-its: Don't save collections the table cannot holdFuad Tabba1-0/+3
2026-08-07KVM: arm64: vgic: Don't leak the SPI array when init is retriedFuad Tabba1-0/+3
2026-08-07KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT saveFuad Tabba1-0/+8
2026-08-08selftests/ftrace: Convert ELF entry point to file offset in uprobe testRui Qi1-2/+25
2026-08-07Merge branch 'rust-sync-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Peter Zijlstra6-43/+170
2026-08-07Merge patch series "scsi: Add LeapRAID driver support"Martin K. Petersen (Oracle)13-0/+16978
2026-08-07x86/paravirt: Trace contended_release on unlockDmitry Ilvokhin2-2/+53
2026-08-07tracing/lock: Use TRACE_EVENT_FN() for contended_releaseDmitry Ilvokhin2-2/+12