summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | USB: xhci-plat: fix legacy PHY double initJohan Hovold2023-11-211-20/+30
| * | usb: typec: tipd: Supply also I2C driver dataHeikki Krogerus2023-11-211-2/+5
| * | usb: xhci-mtk: fix in-ep's start-split check failureChunfeng Yun2023-11-212-3/+12
| * | usb: dwc3: set the dma max_seg_sizeRicardo Ribalda2023-11-211-0/+2
| * | usb: config: fix iteration issue in 'usb_get_bos_descriptor()'Niklas Neronin2023-11-211-1/+2
| * | usb: dwc3: add missing of_node_put and platform_device_putStanley Chang2023-11-211-1/+7
| * | USB: dwc2: write HCINT with INTMASK appliedOliver Neukum2023-11-211-8/+7
| * | usb: misc: ljca: Drop _ADR support to get ljca children devicesWentong Wu2023-11-211-12/+2
| * | usb: cdnsp: Fix deadlock issue during using NCM gadgetPawel Laszczak2023-11-211-0/+3
| * | usb: typec: tcpm: Fix sink caps op current checkBadhri Jagan Sridharan2023-11-211-1/+2
| * | usb: dwc3: Fix default mode initializationAlexander Stein2023-11-211-1/+1
| * | USB: typec: tps6598x: Fix a memory leak in an error handling pathChristophe JAILLET2023-11-211-3/+4
| * | usb: typec: tcpm: Skip hard reset when in error recoveryBadhri Jagan Sridharan2023-11-211-0/+9
| * | dt-bindings: usb: hcd: add missing phy name to exampleJohan Hovold2023-11-211-1/+1
| * | Merge tag 'thunderbolt-for-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-11-211763-38564/+40895
| |\ \
| | * | thunderbolt: Only add device router DP IN to the head of the DP resource listMika Westerberg2023-11-171-1/+11
| | * | thunderbolt: Send uevent after asymmetric/symmetric switchMika Westerberg2023-11-171-2/+2
| | * | thunderbolt: Set lane bonding bit only for downstream portGil Fine2023-11-171-1/+1
| * | | Revert "usb: phy: add usb phy notify port status API"Johan Hovold2023-11-062-36/+0
| * | | Revert "phy: realtek: usb: Add driver for the Realtek SoC USB 2.0 PHY"Johan Hovold2023-11-065-1349/+0
| * | | Revert "phy: realtek: usb: Add driver for the Realtek SoC USB 3.0 PHY"Johan Hovold2023-11-063-774/+0
* | | | Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-252-5/+21
|\ \ \ \
| * | | | xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong2023-11-221-0/+14
| * | | | xfs: clean up dqblk extractionDarrick J. Wong2023-11-222-5/+7
| | |_|/ | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-11-254-8/+20
|\ \ \ \
| * | | | arm64: add dependency between vmlinuz.efi and ImageMasahiro Yamada2023-11-231-1/+1
| * | | | kselftest/arm64: Fix output formatting for za-forkMark Brown2023-11-231-1/+1
| * | | | arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=yWill Deacon2023-11-222-6/+18
| | |_|/ | |/| |
* | | | Merge tag 'for-linus-6.7a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-253-2/+4
|\ \ \ \
| * | | | arm/xen: fix xen_vcpu_info allocation alignmentStefano Stabellini2023-11-231-1/+2
| * | | | xen: privcmd: Replace zero-length array with flex-array member and use __coun...Gustavo A. R. Silva2023-11-171-1/+1
| * | | | swiotlb-xen: provide the "max_mapping_size" methodKeith Busch2023-11-171-0/+1
* | | | | Merge tag 's390-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-245-10/+7
|\ \ \ \ \
| * | | | | scripts/checkstack.pl: match all stack sizes for s390Heiko Carstens2023-11-221-2/+1
| * | | | | s390: remove odd commentHeiko Carstens2023-11-221-1/+0
| * | | | | s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()Mikhail Zaslonko2023-11-221-0/+1
| * | | | | s390/pai: cleanup event initializationThomas Richter2023-11-222-7/+5
| | |_|/ / | |/| | |
* | | | | Merge tag 'acpi-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-11-245-2/+23
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'acpi-video' and 'acpi-processor' into acpiRafael J. Wysocki2023-11-244-2/+16
| |\ \ \ \ \ \
| | | * | | | | ACPI: processor_idle: use raw_safe_halt() in acpi_idle_play_dead()David Woodhouse2023-11-201-1/+1
| | | |/ / / /
| | * | | | | ACPI: video: Use acpi_device_fix_up_power_children()Hans de Goede2023-11-201-1/+1
| | * | | | | ACPI: PM: Add acpi_device_fix_up_power_children() functionHans de Goede2023-11-202-0/+14
| | |/ / / /
| * / / / / ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVAHans de Goede2023-11-201-0/+7
| |/ / / /
* | | | | Merge tag 'pm-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-11-241-1/+1
|\ \ \ \ \
| * | | | | PM: tools: Fix sleepgraph syntax errorDavid Woodhouse2023-11-201-1/+1
| |/ / / /
* | | | | Merge tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-245-3/+18
|\ \ \ \ \
| * | | | | afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells2023-11-241-1/+3
| * | | | | afs: Fix file locking on R/O volumes to operate in local modeDavid Howells2023-11-241-0/+2
| * | | | | afs: Return ENOENT if no cell DNS record can be foundDavid Howells2023-11-241-0/+10
| * | | | | afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells2023-11-171-2/+2