summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-31tty: synclink_gt: drop global slgt_driver_name arrayJiri Slaby
2023-07-31tty: synclink_gt: convert CALC_REGADDR() macro to an inlineJiri Slaby
2023-07-31misc: ti-st: don't check for tty data == NULLJiri Slaby
2023-07-31misc: ti-st: remove ptr from recv functionsJiri Slaby
2023-07-31misc: ti-st: remove forward declarations and make st_int_recv() staticJiri Slaby
2023-07-31speakup: switch to unsigned iterator in spk_ttyio_receive_buf2()Jiri Slaby
2023-07-31serial: altera_jtaguart: switch status to u32Jiri Slaby
2023-07-31can: slcan: remove casts from tty->disc_dataJiri Slaby
2023-07-31input: serport: remove casts from tty->disc_dataJiri Slaby
2023-07-31tty: hvsi: remove an extra variable from hvsi_write()Jiri Slaby
2023-07-31Bluetooth: rfcomm: remove casts from tty->driver_dataJiri Slaby
2023-07-31serial: move WARN_ON() in uart_write() to the conditionJiri Slaby
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman
2023-07-30Linux 6.5-rc4v6.5-rc4Linus Torvalds
2023-07-30Merge tag 'spi-fix-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-30Merge tag 'regulator-fix-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-07-30Merge tag 'usb-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-07-30Merge tag 'tty-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-07-30Merge tag 'staging-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-30Merge tag 'char-misc-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-30Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-30Merge tag 'irq_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-30parport_pc: add support for ASIX AX99100Jiaqing Zhao
2023-07-30serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao
2023-07-30can: ems_pci: move ASIX AX99100 ids to pci_ids.hJiaqing Zhao
2023-07-30can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definitionJiaqing Zhao
2023-07-30serial: sprd: Fix DMA buffer leak issueChunyan Zhang
2023-07-30serial: sprd: Assign sprd_port after initialized to avoid wrong accessChunyan Zhang
2023-07-30serial: sc16is7xx: Put IOControl register into regmap_volatileHui Wang
2023-07-30drivers:tty: fix return value check in asc_init_portYuanjun Gong
2023-07-30tty: serial: meson: refactor objects definition for different devnamesDmitry Rokosov
2023-07-308250_men_mcb: fix error handling in read_uarts_available_from_reg()Yang Yingliang
2023-07-29Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-07-29Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim
2023-07-29Merge tag 'loongarch-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson
2023-07-29Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson
2023-07-29KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson
2023-07-29KVM: selftests: Use pread() to read binary stats headerSean Christopherson
2023-07-29KVM: Grab a reference to KVM for VM and vCPU stats file descriptorsSean Christopherson