summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-10scsi: ufs: core: Rename the MASK_TRANSFER_REQUESTS_SLOTS constantBart Van Assche
2024-07-10scsi: ufs: core: Remove two constantsBart Van Assche
2024-07-10scsi: ufs: core: Initialize struct uic_command onceBart Van Assche
2024-07-10scsi: ufs: core: Declare functions onceBart Van Assche
2024-07-10Merge branch 'ice-support-to-dump-phy-config-fec'Jakub Kicinski
2024-07-10ice: Implement driver functionality to dump serdes equalizer valuesAnil Samal
2024-07-10ice: Implement driver functionality to dump fec statisticsAnil Samal
2024-07-10ice: Extend Sideband Queue command to support flagsAnil Samal
2024-07-10e1000e: fix force smbus during suspend flowVitaly Lifshits
2024-07-10dt-bindings: net: convert enetc to yamlFrank Li
2024-07-10tcp: avoid too many retransmit packetsEric Dumazet
2024-07-10dt-bindings: net: realtek,rtl82xx: Document RTL8211F LED supportMarek Vasut
2024-07-10cxl/test: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield
2024-07-10cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield
2024-07-10cxl/acpi: Warn on mixed CXL VH and RCH/RCD HierarchyFabio M. De Francesco
2024-07-11ASoC: dt-bindings: convert qcom sound bindings toMark Brown
2024-07-11firmware: cs_dsp: Some small coding improvementsMark Brown
2024-07-10Merge branch 'fixes-for-bpf-timer-lockup-and-uaf'Alexei Starovoitov
2024-07-10dt-bindings: clock: Document T-Head TH1520 AP_SUBSYS controllerDrew Fustini
2024-07-10f2fs: clean up addrs_per_{inode,block}()Chao Yu
2024-07-10f2fs: clean up F2FS_I()Chao Yu
2024-07-10cxl/core: Fix incorrect vendor debug UUID definepeng guo
2024-07-10bpf: Defer work in bpf_timer_cancel_and_freeKumar Kartikeya Dwivedi
2024-07-10bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi
2024-07-10f2fs: use meta inode for GC of COW fileSunmin Jeong
2024-07-10f2fs: use meta inode for GC of atomic fileSunmin Jeong
2024-07-10f2fs: only fragment segment in the same sectionSheng Yong
2024-07-10f2fs: fix to update user block counts in block_operations()Chao Yu
2024-07-10f2fs: remove unreachable lazytime mount option parsingEric Sandeen
2024-07-10f2fs: fix null reference error when checking end of zoneDaejun Park
2024-07-10bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif
2024-07-10regmap: Implement regmap_multi_reg_read()Mark Brown
2024-07-10Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds
2024-07-10PCI: vmd: Create domain symlink before pci_bus_add_devices()Jiwei Sun
2024-07-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-07-10riscv: Remove unnecessary int cast in variable_fls()Thorsten Blum
2024-07-10radix tree test suite: put definition of bitmap_clear() into lib/bitmap.cWei Yang
2024-07-10clk: sophgo: Avoid -Wsometimes-uninitialized in sg2042_clk_pll_set_rate()Nathan Chancellor
2024-07-10clk/sophgo: Using BUG() instead of unreachable() in mmux_get_parent_id()Li Qiang
2024-07-10i2c: rcar: clear NO_RXDMA flag after resettingWolfram Sang
2024-07-10smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()Zqiang
2024-07-10riscv: Improve sbi_ecall() code generation by reordering argumentsAlexandre Ghiti
2024-07-10riscv: Add tracepoints for SBI calls and returnsSamuel Holland
2024-07-10Merge tag 'sunxi-dt-for-6.11-2' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann
2024-07-10Merge tag 'sunxi-drivers-for-6.11-2' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2024-07-10riscv: Optimize crc32 with Zbc extensionXiao Wang
2024-07-10drm/amdgpu: reject gang submit on reserved VMIDsChristian König
2024-07-10clk: mxs: Use clamp() in clk_ref_round_rate() and clk_ref_set_rate()Thorsten Blum
2024-07-10clk: sunxi-ng r40: Constify struct regmap_configJavier Carrasco
2024-07-10Merge branch 'BPF selftests misc fixes'Martin KaFai Lau