summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-17serial: 8250: extract serial8250_startup_special()Jiri Slaby (SUSE)1-21/+32
2025-06-17serial: 8250: move RSA functions to 8250_rsa.cJiri Slaby (SUSE)3-99/+100
2025-06-17serial: 8250: put RSA functions to their namespaceJiri Slaby (SUSE)1-9/+9
2025-06-17serial: 8250: invert conditions in RSA functionsJiri Slaby (SUSE)1-25/+34
2025-06-17serial: 8250: remove CONFIG_SERIAL_8250_RSA inline macros from codeJiri Slaby (SUSE)1-27/+27
2025-06-17serial: 8250: sanitize uart_port::serial_{in,out}() typesJiri Slaby (SUSE)12-55/+56
2025-06-17tty: vt: use _IO() to define ioctl numbersJiri Slaby (SUSE)1-17/+17
2025-06-17tty: vt: use sane types for userspace APIJiri Slaby (SUSE)1-22/+22
2025-06-17powerpc/powermac: remove unneeded tty includesJiri Slaby (SUSE)1-2/+0
2025-06-17m68k: remove unneeded tty includesJiri Slaby (SUSE)5-9/+0
2025-06-17powerpc/legacy_serial: use %pa for phys_addr_t printsJiri Slaby (SUSE)1-3/+2
2025-06-17powerpc/legacy_serial: cache serial port and info in add_legacy_port()Jiri Slaby (SUSE)1-26/+26
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)8-42/+25
2025-06-15Linux 6.16-rc2v6.16-rc2Linus Torvalds1-1/+1
2025-06-15Merge tag 'kbuild-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-64/+33
2025-06-15gendwarfksyms: Fix structure type overridesSami Tolvanen2-58/+21
2025-06-15kbuild: move warnings about linux/export.h from W=1 to W=2Masahiro Yamada2-6/+12
2025-06-14Merge tag 'v6.16-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-22/+35
2025-06-14Merge tag 'iommu-fixes-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds7-38/+114
2025-06-14Merge tag 'io_uring-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds6-23/+59
2025-06-14Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-06-14Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/s...Linus Torvalds14-29/+134
2025-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-14/+23
2025-06-14Merge tag 'drm-fixes-2025-06-14' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds9-39/+68
2025-06-14io_uring: run local task_work from ring exit IOPOLL reapingJens Axboe1-0/+3
2025-06-14nvme: always punt polled uring_cmd end_io work to task_workJens Axboe1-14/+7
2025-06-13Merge tag 'acpi-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds6-9/+31
2025-06-13Merge tag 'pm-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds16-133/+368
2025-06-13Merge branches 'acpi-pad', 'acpi-cppc', 'acpi-ec' and 'acpi-resource'Rafael J. Wysocki4-2/+26
2025-06-13Merge branch 'pm-cpuidle'Rafael J. Wysocki8-65/+64
2025-06-13Merge branch 'pm-tools'Rafael J. Wysocki1-4/+5
2025-06-13Merge tag 'spi-fix-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-20/+41
2025-06-13Merge tag 'regulator-fix-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2025-06-13posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov1-0/+9
2025-06-13Merge tag 'trace-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2025-06-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds18-126/+194
2025-06-13io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens Axboe1-1/+4
2025-06-13Merge tag 'v6.16-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2025-06-13Merge tag 'bcachefs-2025-06-12' of git://evilpiepirate.org/bcachefsLinus Torvalds25-116/+319
2025-06-13Documentation: ublk: Separate UBLK_F_AUTO_BUF_REG fallback behavior sublistsBagas Sanjaya1-0/+2
2025-06-13iommu/tegra: Fix incorrect size calculationJason Gunthorpe1-2/+2
2025-06-13block: Fix bvec_set_folio() for very large foliosMatthew Wilcox (Oracle)1-2/+5
2025-06-13bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAPMatthew Wilcox (Oracle)1-1/+1
2025-06-13spi: spi-pci1xxxx: Drop MSI-X usage as unsupported by DMA engineThangaraj Samynathan1-1/+1
2025-06-13Merge tag 'drm-misc-fixes-2025-06-12' of https://gitlab.freedesktop.org/drm/m...Dave Airlie7-34/+47
2025-06-13mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes5-3/+107
2025-06-13Merge tag 'drm-xe-fixes-2025-06-12' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2-5/+21
2025-06-12Merge tag 'bitmap-for-6.16-rc2' of https://github.com/norov/linuxLinus Torvalds1-2/+2
2025-06-12smb: improve directory cache reuse for readdir operationsBharath SM2-17/+19