summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Remove temp allocation of rpcrdma_rep objectsChuck Lever2024-07-083-37/+26
* xprtrdma: Clean up synopsis of frwr_mr_unmap()Chuck Lever2024-07-081-3/+3
* xprtrdma: Handle device removal outside of the CM event handlerChuck Lever2024-07-083-9/+39
* rpcrdma: Implement generic device removalChuck Lever2024-07-085-4/+258
* xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever2024-07-082-2/+17
* nfs: add support for large foliosChristoph Hellwig2024-07-082-1/+4
* filemap: Convert generic_perform_write() to support large foliosMatthew Wilcox (Oracle)2024-07-081-15/+25
* xprtrdma: removed asm-generic headers from verbs.cTanzir Hasan2024-07-081-2/+2
* Linux 6.10-rc7v6.10-rc7Linus Torvalds2024-07-071-1/+1
* Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-078-27/+43
|\
| * Merge tag 'qcom-clk-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd2024-07-024-11/+14
| |\
| | * clk: qcom: gcc-ipq9574: Add BRANCH_HALT_VOTED flagMd Sadre Alam2024-05-281-4/+6
| | * clk: qcom: apss-ipq-pll: remove 'config_ctl_hi_val' from Stromer pll configsGabor Juhos2024-05-281-2/+0
| | * clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLsGabor Juhos2024-05-281-0/+3
| | * clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parentsLuca Weiss2024-05-281-5/+5
| * | clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfgPin-yen Lin2024-07-013-10/+17
| * | Merge tag 'sunxi-clk-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/...Stephen Boyd2024-07-011-6/+12
| |\ \
| | * | clk: sunxi-ng: common: Don't call hw_to_ccu_common on hw without commonFrank Oltmanns2024-06-301-6/+12
| | |/
* | | Merge tag 'powerpc-6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-07-067-20/+22
|\ \ \
| * | | selftests/powerpc: Fix build with USERCFLAGS setMichael Ellerman2024-07-061-4/+1
| * | | powerpc/pseries: Fix scv instruction crash with kexecNicholas Piggin2024-06-284-10/+11
| * | | powerpc/eeh: avoid possible crash when edev->pdev changesGanesh Goudar2024-06-231-2/+5
| * | | powerpc/pseries: Whitelist dtl slub object for copying to userspaceAnjali K2024-06-231-2/+2
| * | | powerpc/64s: Fix unnecessary copy to 0 when kernel is booted at address 0Jinglin Wen2024-06-231-2/+3
* | | | Merge tag '6.10-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-07-061-30/+0
|\ \ \ \
| * | | | cifs: Fix read-performance regression by dropping readahead expansionDavid Howells2024-07-021-30/+0
* | | | | Merge tag 'i2c-for-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-061-38/+10
|\ \ \ \ \
| * \ \ \ \ Merge tag 'i2c-host-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-07-051-38/+10
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isrPiotr Wojtaszczyk2024-07-041-38/+10
| |/ / / /
* | | | | Merge tag 'integrity-v6.10-fix' of ssh://ra.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-051-2/+1
|\ \ \ \ \
| * | | | | ima: fix wrong zero-assignment during securityfs dentry removeEnrico Bravi2024-06-031-2/+1
* | | | | | Merge tag 'pci-v6.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-052-3/+4
|\ \ \ \ \ \
| * | | | | | CREDITS: Add Synopsys DesignWare eDMA driver for Gustavo PimentelBjorn Helgaas2024-06-111-0/+1
| * | | | | | MAINTAINERS: Orphan Synopsys DesignWare xData traffic generatorBjorn Helgaas2024-06-102-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'riscv-for-linus-6.10-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-057-18/+49
|\ \ \ \ \ \
| * | | | | | riscv: kexec: Avoid deadlock in kexec crash pathSong Shuai2024-07-031-9/+1
| * | | | | | riscv: stacktrace: fix usage of ftrace_graph_ret_addr()Puranjay Mohan2024-07-031-1/+2
| * | | | | | riscv: selftests: Fix vsetivli args for clangCharlie Jenkins2024-07-031-1/+1
| * | | | | | Merge patch series "Assorted fixes in RISC-V PMU driver"Palmer Dabbelt2024-07-033-5/+43
| |\ \ \ \ \ \
| | * | | | | | perf: RISC-V: Check standard event availabilitySamuel Holland2024-07-032-3/+41
| | * | | | | | drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpusSamuel Holland2024-07-031-1/+1
| | * | | | | | drivers/perf: riscv: Do not update the event data if uptodateAtish Patra2024-07-031-1/+1
| | |/ / / / /
| * | | / / / documentation: Fix riscv cmodx exampleCharlie Jenkins2024-07-011-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'drm-fixes-2024-07-05' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-07-0517-31/+132
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'amd-drm-fixes-6.10-2024-07-03' of https://gitlab.freedesktop.org/a...Daniel Vetter2024-07-056-4/+59
| |\ \ \ \ \ \
| | * | | | | | drm/amdgpu/atomfirmware: silence UBSAN warningAlex Deucher2024-07-021-1/+1
| | * | | | | | drm/radeon: check bo_va->bo is non-NULL before using itPierre-Eric Pelloux-Prayer2024-07-011-1/+1
| | * | | | | | drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupportRoman Li2024-07-011-1/+1
| | * | | | | | drm/amd/display: Update efficiency bandwidth for dcn351Fangzhi Zuo2024-07-011-0/+1
| | * | | | | | drm/amd/display: Fix refresh rate range for some panelTom Chung2024-07-011-0/+48