aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-26Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds10-70/+54
2024-07-26accel/qaic: Remove the description of DRM_IOCTL_QAIC_PART_DEVZenghui Yu1-6/+0
2024-07-26Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz2-9/+3
2024-07-26Bluetooth: btmtk: remove #ifdef around declarationsArnd Bergmann1-2/+0
2024-07-26Bluetooth: btmtk: Fix btmtk.c undefined reference build error harderArnd Bergmann1-0/+2
2024-07-26Bluetooth: btmtk: Fix btmtk.c undefined reference build errorChris Lu2-0/+4
2024-07-26Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz1-0/+21
2024-07-26Bluetooth: btmtk: Fix kernel crash when entering btmtk_usb_suspendChris Lu1-1/+2
2024-07-26Bluetooth: btintel: Fail setup on errorKiran K1-0/+3
2024-07-26ALSA: seq: ump: Optimize conversions from SysEx to UMPTakashi Iwai1-14/+23
2024-07-26ALSA: hda/conexant: Mute speakers at suspend / shutdownTakashi Iwai1-0/+2
2024-07-26ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdownTakashi Iwai2-0/+64
2024-07-26io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov3-17/+11
2024-07-26io_uring/napi: use ktime in busy pollingPavel Begunkov4-24/+30
2024-07-26ALSA: hda: conexant: Fix headset auto detect fail in the polling modesongxiebing1-45/+9
2024-07-26regulator: Further restrict RZG2L USB VBCTRL regulator dependenciesMark Brown1-1/+1
2024-07-26Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.org/nvme into block-6.11Jens Axboe5-8/+30
2024-07-26net: phy: realtek: add support for RTL8366S Gigabit PHYMark Mentovai1-0/+7
2024-07-26drm/xe: Assert G2H outstanding when releasing G2HMatthew Brost1-0/+1
2024-07-26RISC-V: Provide the frequency of time CSR via hwprobePalmer Dabbelt4-1/+9
2024-07-26riscv: Extend sv39 linear mapping max size to 128GStuart Menefy2-6/+7
2024-07-26Merge patch series "RISC-V: Select ACPI PPTT drivers"Palmer Dabbelt2-7/+29
2024-07-26Merge patch "Enable SPCR table for console output on RISC-V"Palmer Dabbelt2-1/+12
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang4-1/+8
2024-07-26riscv: signal: Remove unlikely() from WARN_ON() conditionZhongqiu Han1-1/+1
2024-07-26riscv: Improve exception and system call latencyAnton Blanchard2-9/+12
2024-07-26dt-bindings: i3c: add header for generic I3C flagsCarlos Song3-1/+21
2024-07-26i3c: master: svc: Fix error code in svc_i3c_master_do_daa_locked()Dan Carpenter1-1/+1
2024-07-26i3c: master: Enhance i3c_bus_type visibility for device searching & event mon...Bhoomik Gupta3-2/+2
2024-07-26i3c: dw: Add power management supportAniket2-17/+209
2024-07-26i3c: dw: Add some functions for reusabilityAniket1-27/+35
2024-07-26i3c: dw: Save timing registers and other valuesAniket2-2/+22
2024-07-26i3c: master: svc: Improve DAA STOP handle code logicFrank Li1-18/+43
2024-07-26i3c: dw: Add optional apb clockAniket2-0/+5
2024-07-26i3c: dw: Use new *_enabled clk APIAniket1-10/+1
2024-07-26dt-bindings: i3c: dw: Add apb clock bindingAniket1-1/+10
2024-07-26i3c: master: svc: Convert comma to semicolonChen Ni1-1/+1
2024-07-26i3c: mipi-i3c-hci: Round IBI data chunk size to HW supported valueJarkko Nikula1-0/+7
2024-07-26i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setupJarkko Nikula1-1/+4
2024-07-26i3c: mipi-i3c-hci: Set IBI Status and Data Ring base addressesJarkko Nikula1-0/+5
2024-07-26i3c: mipi-i3c-hci: Switch to lower_32_bits()/upper_32_bits() helpersJarkko Nikula1-21/+6
2024-07-26i3c: dw: Remove ibi_capable propertyAniket3-23/+2
2024-07-26i3c: dw: Fix IBI intr programmingAniket2-8/+9
2024-07-26i3c: dw: Fix clearing queue thldAniket1-1/+1
2024-07-26i3c: mipi-i3c-hci: Fix number of DAT/DCT entries for HCI versions < 1.1Jarkko Nikula1-0/+8
2024-07-26i3c: master: svc: resend target address when get NACKFrank Li1-14/+44
2024-07-26erofs: convert comma to semicolonChen Ni1-1/+1
2024-07-26erofs: support multi-page folios for erofs_bread()Gao Xiang1-18/+12
2024-07-26erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia1-0/+16
2024-07-26erofs: fix race in z_erofs_get_gbuf()Gao Xiang1-0/+3