summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwardsSanjay R Mehta2023-08-031-1/+3
| | |/ / / / / /
| * | | | | | | usb: dwc3: Properly handle processing of pending eventsElson Roy Serrao2023-08-041-1/+8
| * | | | | | | usb-storage: alauda: Fix uninit-value in alauda_check_media()Alan Stern2023-08-041-3/+9
| * | | | | | | usb: common: usb-conn-gpio: Prevent bailing out if initial role is nonePrashanth K2023-08-041-1/+5
| * | | | | | | USB: Gadget: core: Help prevent panic during UVC unconfigureAlan Stern2023-08-041-0/+9
| * | | | | | | usb: typec: mux: intel: Add dependency on USB_COMMONHeikki Krogerus2023-08-041-0/+1
| * | | | | | | usb: typec: nb7vpq904m: Add an error handling path in nb7vpq904m_probe()Christophe JAILLET2023-08-041-7/+18
| * | | | | | | usb: typec: altmodes/displayport: Signal hpd when configuring pin assignmentRD Babiera2023-08-041-1/+17
| * | | | | | | usb: typec: tcpm: Fix response to vsafe0V eventBadhri Jagan Sridharan2023-08-041-0/+7
| |/ / / / / /
* | | | | | | Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-121-74/+19
|\ \ \ \ \ \ \
| * | | | | | | driver core: cpu: Fix the fallback cpu_show_gds() nameBorislav Petkov (AMD)2023-08-111-2/+2
| * | | | | | | driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)2023-08-101-8/+2
| * | | | | | | driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)2023-08-101-68/+19
* | | | | | | | Merge tag 'tpmdd-v6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2023-08-111-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | tpm_tis: Opt-in interruptsJarkko Sakkinen2023-08-121-1/+1
| * | | | | | | | tpm: tpm_tis: Fix UPX-i11 DMI_MATCH conditionPeter Ujfalusi2023-08-121-1/+1
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-08-114-2/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | RDMA/bnxt_re: Initialize dpi_tbl_lock mutexKashyap Desai2023-08-101-0/+1
| * | | | | | | | | RDMA/bnxt_re: Fix error handling in probe failure pathKalesh AP2023-08-101-0/+2
| * | | | | | | | | RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAFSelvin Xavier2023-08-101-1/+1
| * | | | | | | | | IB/hfi1: Fix possible panic during hotplug removeDouglas Miller2023-08-031-0/+1
| * | | | | | | | | RDMA/umem: Set iova in ODP flowMichael Guralnik2023-07-311-1/+2
* | | | | | | | | | Merge tag 'hwmon-for-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-112-9/+44
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl reportAleksa Savic2023-08-091-1/+36
| * | | | | | | | | hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100Tao Ren2023-08-061-8/+8
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-08-111-0/+64
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ACPI: resource: Add IRQ override quirk for PCSpecialist Elimina Pro 16 MHans de Goede2023-08-101-0/+12
| * | | | | | | | | ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenHans de Goede2023-08-091-0/+4
| * | | | | | | | | ACPI: resource: Always use MADT override IRQ settings for all legacy non i804...Hans de Goede2023-08-091-20/+8
| * | | | | | | | | ACPI: resource: revert "Remove "Zen" specific match and quirks"Hans de Goede2023-08-091-0/+60
* | | | | | | | | | Merge tag 'pm-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-08-111-5/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cpufreq: amd-pstate: fix global sysfs attribute typeThomas Weißschuh2023-08-071-5/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2023-08-116-20/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopollMing Lei2023-08-111-2/+0
| * | | | | | | | | | zram: take device and not only bvec offset into accountChristoph Hellwig2023-08-051-12/+20
| * | | | | | | | | | Merge tag 'nvme-6.5-2023-08-02' of git://git.infradead.org/nvme into block-6.5Jens Axboe2023-08-034-6/+13
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512GAugust Wikerfors2023-08-011-1/+2
| | * | | | | | | | | | nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei2023-07-211-1/+2
| | * | | | | | | | | | nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei2023-07-211-1/+2
| | * | | | | | | | | | nvme: fix possible hang when removing a controller during error recoveryMing Lei2023-07-211-3/+7
* | | | | | | | | | | | Merge tag 'pci-v6.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-115-25/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root busIgor Mammedov2023-08-081-1/+7
| * | | | | | | | | | | | Revert "PCI: mvebu: Mark driver as BROKEN"Bjorn Helgaas2023-08-041-1/+0
| * | | | | | | | | | | | Revert "PCI: dwc: Wait for link up only if link is started"Johan Hovold2023-07-263-23/+11
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'parisc-for-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-111-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller2023-08-101-0/+6
* | | | | | | | | | | | | Merge tag 'cpuidle-psci-v6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-113-26/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cpuidle: psci: Move enabling OSI mode after power domains creationMaulik Shah2023-08-081-26/+13
| * | | | | | | | | | | | | cpuidle: dt_idle_genpd: Add helper function to remove genpd topologyMaulik Shah2023-08-082-0/+31
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'drm-fixes-2023-08-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-1130-82/+173
|\ \ \ \ \ \ \ \ \ \ \ \ \