summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'char-misc-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-08-1115-67/+81
|\ \ \ \
| * | | | spmi: pmic-arb: add missing newline in dev_err format stringsDavid Collins2024-07-311-4/+4
| * | | | spmi: pmic-arb: Pass the correct of_node to irq_domain_add_treeKonrad Dybcio2024-07-311-2/+1
| * | | | binder_alloc: Fix sleeping function called from invalid contextMukesh Ojha2024-07-311-1/+1
| * | | | binder: fix descriptor lookup for context managerCarlos Llamas2024-07-312-24/+13
| * | | | char: add missing NetWinder MODULE_DESCRIPTION() macrosJeff Johnson2024-07-313-0/+3
| * | | | misc: mrvl-cn10k-dpi: add PCI_IOV dependencyArnd Bergmann2024-07-311-1/+1
| * | | | eeprom: ee1004: Fix locking issues in ee1004_probe()Armin Wolf2024-07-311-34/+51
| * | | | fsi: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-316-1/+7
| |/ / /
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-08-112-8/+18
|\ \ \ \
| * | | | scsi: sd: Keep the discard mode stableLi Feng2024-08-021-4/+2
| * | | | scsi: sd: Move sd_read_cpr() out of the q->limits_lock regionShin'ichiro Kawasaki2024-08-011-1/+8
| * | | | scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logicVamshi Gajjela2024-08-011-3/+8
* | | | | Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-08-102-3/+2
|\ \ \ \ \
| * | | | | nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd socketsJeff Layton2024-07-221-2/+1
| * | | | | sunrpc: avoid -Wformat-security warningArnd Bergmann2024-07-191-1/+1
* | | | | | Merge tag 'i2c-for-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-104-11/+64
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-08-09332-2299/+3883
| |\ \ \ \ \ \
| | * | | | | | i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resumeGaosheng Cui2024-08-071-0/+1
| | * | | | | | i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resumeGaosheng Cui2024-08-051-1/+3
| | | |_|_|_|/ | | |/| | | |
| * | | | | | i2c: testunit: match HostNotify test name with docsWolfram Sang2024-08-081-2/+2
| * | | | | | i2c: Fix conditional for substituting empty ACPI functionsRichard Fitzgerald2024-08-041-1/+1
| * | | | | | i2c: smbus: Send alert notifications to all devices if source not foundGuenter Roeck2024-08-041-3/+35
| * | | | | | i2c: smbus: Improve handling of stuck alertsGuenter Roeck2024-07-291-7/+25
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'dma-mapping-6.11-2024-08-10' of git://git.infradead.org/users/hch/...Linus Torvalds2024-08-101-1/+4
|\ \ \ \ \ \
| * | | | | | dma-debug: avoid deadlock between dma debug vs printk and netconsoleRik van Riel2024-08-061-1/+4
* | | | | | | Merge tag 'bcachefs-2024-08-10' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-08-1012-28/+126
|\ \ \ \ \ \ \
| * | | | | | | bcachefs: bcachefs_metadata_version_disk_accounting_v3Kent Overstreet2024-08-093-6/+32
| * | | | | | | bcachefs: improve bch2_dev_usage_to_text()Kent Overstreet2024-08-093-6/+10
| * | | | | | | bcachefs: bch2_accounting_invalid()Kent Overstreet2024-08-094-8/+73
| * | | | | | | bcachefs: Switch to .get_inode_acl()Kent Overstreet2024-08-083-9/+12
* | | | | | | | Merge tag '6.11-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-08-097-18/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | cifs: cifs_inval_name_dfs_link_error: correct the check for fullpathGleb Korobeynikov2024-08-081-4/+5
| * | | | | | | | Fix spelling errors in Server Message BlockXiaxi Shen2024-08-084-8/+8
| * | | | | | | | smb3: fix setting SecurityFlags when encryption is requiredSteve French2024-08-084-6/+9
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'spi-fix-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-08-093-2/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | spi: spi-fsl-lpspi: Fix scldiv calculationStefan Wahren2024-08-071-2/+4
| * | | | | | | | spi: spidev: Add missing spi_device_id for bh2228fvGeert Uytterhoeven2024-07-301-0/+1
| * | | | | | | | spi: hisi-kunpeng: Add verification for the max_frequency provided by the fir...Devyn Liu2024-07-301-0/+3
| * | | | | | | | spi: hisi-kunpeng: Add validation for the minimum value of speed_hzDevyn Liu2024-07-301-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'drm-fixes-2024-08-10' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-08-0932-56/+287
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'drm-intel-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/...Dave Airlie2024-08-094-12/+62
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/i915: Attempt to get pages without eviction firstDavid Gow2024-08-071-5/+7
| | * | | | | | | | drm/i915: Allow evicting to use the requested placementDavid Gow2024-08-071-1/+0
| | * | | | | | | | drm/i915/gem: Fix Virtual Memory mapping boundaries calculationAndi Shyti2024-08-061-6/+47
| | * | | | | | | | drm/i915/gem: Adjust vma offset for framebuffer mmap offsetAndi Shyti2024-08-061-0/+2
| | * | | | | | | | drm/i915/display: correct dual pps handling for MTL_PCH+Dnyaneshwar Bhadane2024-08-052-0/+6
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'drm-xe-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-08-094-4/+18
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/xe: Take ref to VM in delayed snapshotMatthew Brost2024-08-081-1/+14
| | * | | | | | | | drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_writeKarthik Poosa2024-08-081-1/+2