summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-12-076-6/+44
|\
| * dt-bindings: display: adi,adv75xx: Document #sound-dai-cellsFabio Estevam2023-12-061-0/+6
| * dt-bindings: lcdif: Properly describe the i.MX23 interruptsFabio Estevam2023-12-061-1/+19
| * dt-bindings: interrupt-controller: Allow #power-domain-cellsKonrad Dybcio2023-12-061-0/+4
| * of: dynamic: Fix of_reconfig_get_state_change() return value documentationLuca Ceresoli2023-11-271-2/+3
| * dt-bindings: display: mediatek: dsi: remove Xinlei's mailMichael Walle2023-11-271-1/+0
| * dt: dt-extract-compatibles: Don't follow symlinks when walking treeNĂ­colas F. R. A. Prado2023-11-091-2/+12
* | Merge tag 'platform-drivers-x86-v6.7-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-12-079-41/+153
|\ \
| * | platform/mellanox: Check devm_hwmon_device_register_with_groups() return valueKunwu Chan2023-12-041-0/+2
| * | platform/mellanox: Add null pointer checks for devm_kasprintf()Kunwu Chan2023-12-041-0/+12
| * | mlxbf-bootctl: correctly identify secure boot with development keysDavid Thompson2023-12-041-13/+26
| * | platform/x86: wmi: Skip blocks with zero instancesArmin Wolf2023-11-301-0/+5
| * | platform/surface: aggregator: fix recv_buf() return valueFrancesco Dolcini2023-11-291-1/+4
| * | platform/x86: asus-wmi: disable USB0 hub on ROG Ally before suspendLuke D. Jones2023-11-282-0/+53
| * | platform/x86: asus-wmi: Filter Volume key presses if also reported via atkbdHans de Goede2023-11-231-0/+23
| * | platform/x86: asus-wmi: Change q500a_i8042_filter() into a generic i8042-filterHans de Goede2023-11-233-19/+23
| * | platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi codeHans de Goede2023-11-233-12/+9
* | | Merge tag 'x86-int80-20231207' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-12-0710-85/+118
|\ \ \
| * | | x86/tdx: Allow 32-bit emulation by defaultKirill A. Shutemov2023-12-071-9/+0
| * | | x86/entry: Do not allow external 0x80 interruptsThomas Gleixner2023-12-071-1/+36
| * | | x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2023-12-077-85/+64
| * | | x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov2023-12-073-0/+28
* | | | Merge tag 'parisc-for-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-12-061-1/+1
|\ \ \ \
| * | | | parisc: Fix asm operand number out of range build error in bug tableHelge Deller2023-11-271-1/+1
* | | | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-058-120/+177
|\ \ \ \ \
| * | | | | iommufd: Do not UAF during iommufd_put_object()Jason Gunthorpe2023-11-292-78/+135
| * | | | | iommufd: Add iommufd_ctx to iommufd_put_object()Jason Gunthorpe2023-11-296-35/+36
| * | | | | iommufd/selftest: Fix _test_mock_dirty_bitmaps()Robin Murphy2023-11-201-7/+6
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-12-053-5/+11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | pds_vdpa: set features orderShannon Nelson2023-12-011-2/+1
| * | | | | pds_vdpa: clear config callback when status goes to 0Shannon Nelson2023-12-011-1/+3
| * | | | | pds_vdpa: fix up format-truncation complaintShannon Nelson2023-12-011-1/+1
| * | | | | vdpa/mlx5: preserve CVQ vringh indexSteve Sistare2023-12-011-1/+6
| | |/ / / | |/| | |
* | | | | Linux 6.7-rc4v6.7-rc4Linus Torvalds2023-12-031-1/+1
* | | | | Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-037-34/+54
|\ \ \ \ \
| * | | | | smb: client, common: fix fortify warningsDmitry Antipov2023-11-305-31/+40
| * | | | | cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells2023-11-291-0/+3
| * | | | | cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells2023-11-291-2/+8
| * | | | | smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara2023-11-281-0/+2
| * | | | | smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara2023-11-281-1/+1
| |/ / / /
* | | | | Merge tag 'firewire-fixes-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-12-031-7/+4
|\ \ \ \ \
| * | | | | firewire: core: fix possible memory leak in create_units()Yang Yingliang2023-11-301-7/+4
| |/ / / /
* | | | | Merge tag 'powerpc-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-12-033-3/+18
|\ \ \ \ \
| * | | | | KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin2023-11-291-3/+3
| * | | | | powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2023-11-282-0/+15
| | |/ / / | |/| | |
* | | | | Merge tag 'vfio-v6.7-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-12-034-18/+26
|\ \ \ \ \
| * | | | | vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wartSean Christopherson2023-11-301-6/+2
| * | | | | vfio/pds: Fix possible sleep while in atomic contextBrett Creeley2023-11-273-9/+11
| * | | | | vfio/pds: Fix mutex lock->magic != lock warningBrett Creeley2023-11-271-3/+13
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus-6.7a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-12-033-3/+9
|\ \ \ \ \