aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-07serdev: Use of_property_present()Rob Herring (Arm)1-1/+1
2024-08-07serial: 8250_platform: fix uart_8250_port initializerArnd Bergmann1-1/+1
2024-08-07serial: 8250_platform: remove ACPI_PTR() annotationArnd Bergmann1-1/+1
2024-08-07s390/uv: Panic for set and remove shared access UVC errorsClaudio Imbrenda1-1/+4
2024-08-07drm/i915: 2 GiB of relocations ought to be enough for anybody*Tvrtko Ursulin1-2/+2
2024-08-07xhci-pci: Make xhci-pci-renesas a proper modular driverBen Hutchings5-64/+64
2024-08-07usb: dwc3: Use of_property_read_variable_u32_array() to read "power"Rob Herring (Arm)1-15/+4
2024-08-07usb: dwc3: imx8mp: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam1-12/+10
2024-08-07usb: gadget: u_audio: Use C99 syntax for array initializersAbhishek Tamboli1-5/+5
2024-08-07usb: gadget: Increase max configuration interface to 32Akash Kumar1-1/+1
2024-08-07usb: chipidea: Use of_property_present()Rob Herring (Arm)1-1/+1
2024-08-07usb: typec: tcpm/tcpci_maxim: use device managed TCPCI port deregistrationAndré Draszik1-16/+14
2024-08-07usb: typec: tcpm/tcpci_maxim: convert to dev_err_probe()André Draszik1-10/+11
2024-08-07usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_ADC_CTRL1 registerAndré Draszik2-5/+5
2024-08-07usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL3 registerAndré Draszik2-10/+8
2024-08-07usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL2 registerAndré Draszik2-10/+14
2024-08-07usb: typec: tcpm/tcpci_maxim: drop STATUS_CHECK()André Draszik1-3/+1
2024-08-07usb: typec: tcpm/tcpci_maxim: simplify clearing of TCPC_ALERT_RX_BUF_OVFAndré Draszik1-6/+4
2024-08-07usb: typec: tcpm/tcpci_maxim: sort TCPC_ALERT_MASK values by bitAndré Draszik1-5/+7
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fieldsAndré Draszik2-6/+7
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REVAndré Draszik2-3/+2
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_RP_VALAndré Draszik3-17/+19
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]André Draszik4-52/+43
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_CC_STATUS_CC[12]André Draszik4-18/+12
2024-08-07usb: typec: tcpm/tcpci_maxim: clarify a commentAndré Draszik1-1/+1
2024-08-07usb: typec: tcpci: fix a comment typoAndré Draszik1-1/+1
2024-08-07usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common()Heikki Krogerus1-7/+4
2024-08-07usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source...Xu Yang1-1/+1
2024-08-07sched/debug: Fix fair_server_period_max valueDan Carpenter1-1/+1
2024-08-07sched/fair: Make balance_fair() test sched_fair_runnable() instead of rq->nr_...Tejun Heo1-1/+1
2024-08-07usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt()Tudor Ambarus1-14/+22
2024-08-07usb: gadget: f_fs: restore ffs_func_disable() functionalityTudor Ambarus1-3/+3
2024-08-07Merge tag 'usb-serial-6.11-rc2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-0/+7
2024-08-07LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall()Dandan Zhang1-2/+2
2024-08-07LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTSYuli Wang1-2/+0
2024-08-07LoongArch: Use accessors to page table entries instead of direct dereferenceHuacai Chen8-42/+52
2024-08-07LoongArch: Enable general EFI poweroff methodMiao Wang1-0/+6
2024-08-07Merge branch 'work.write.end'Christian Brauner78-997/+892
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)12-21/+20
2024-08-07ocfs2: Convert ocfs2_write_zero_page to use a folioMatthew Wilcox (Oracle)1-8/+9
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)58-207/+190
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)45-102/+80
2024-08-07vboxsf: Use a folio in vboxsf_write_end()Matthew Wilcox (Oracle)1-9/+10
2024-08-07orangefs: Convert orangefs_write_begin() to use a folioMatthew Wilcox (Oracle)1-9/+5
2024-08-07orangefs: Convert orangefs_write_end() to use a folioMatthew Wilcox (Oracle)1-10/+11
2024-08-07jffs2: Convert jffs2_write_begin() to use a folioMatthew Wilcox (Oracle)1-12/+13
2024-08-07jffs2: Convert jffs2_write_end() to use a folioMatthew Wilcox (Oracle)1-18/+16
2024-08-07hostfs: Convert hostfs_write_end() to use a folioMatthew Wilcox (Oracle)1-7/+8
2024-08-07fuse: Convert fuse_write_begin() to use a folioMatthew Wilcox (Oracle)1-14/+15
2024-08-07fuse: Convert fuse_write_end() to use a folioMatthew Wilcox (Oracle)1-7/+8