summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-27tty: n_tty: move canon handling to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: use MASK() for masking out size bitsJiri Slaby (SUSE)
2023-08-27tty: n_tty: make n_tty_data::num_overrun unsignedJiri Slaby (SUSE)
2023-08-27tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: use 'num' for writes' countsJiri Slaby (SUSE)
2023-08-27tty: n_tty: use output character directlyJiri Slaby (SUSE)
2023-08-27tty: n_tty: make flow of n_tty_receive_buf_common() a boolJiri Slaby (SUSE)
2023-08-27Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure
2023-08-27parisc: lasi: Initialize LASI driver via arch_initcall()Helge Deller
2023-08-27parisc: asp: Initialize asp driver via arch_initcall()Helge Deller
2023-08-27parisc: wax: Initialize wax driver via arch_initcall()Helge Deller
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller
2023-08-27parisc: led: Move register_led_regions() to late_initcall()Helge Deller
2023-08-27parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller
2023-08-27parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: Makefile: Adjust order in which drivers should be loadedHelge Deller
2023-08-27Merge branch 'iep-drver-timestamping-support'David S. Miller
2023-08-27net: ti: icssg-prueth: am65x SR2.0 add 10M full duplex supportGrygorii Strashko
2023-08-27net: ti: icssg-prueth: add packet timestamping and ptp supportRoger Quadros
2023-08-27net: ti: icss-iep: Add IEP driverRoger Quadros
2023-08-27dt-bindings: net: Add IEP property in ICSSGMD Danish Anwar
2023-08-27dt-bindings: net: Add ICSS IEPMD Danish Anwar
2023-08-27Merge branch 'sfc-pedit-offloads'David S. Miller
2023-08-27sfc: extend pedit add action to handle decrement ipv6 hop limitPieter Jansen van Vuuren
2023-08-27sfc: introduce pedit add actions on the ipv4 ttl fieldPieter Jansen van Vuuren
2023-08-27sfc: add decrement ipv6 hop limit by offloading set hop limit actionsPieter Jansen van Vuuren
2023-08-27sfc: add decrement ttl by offloading set ipv4 ttl actionsPieter Jansen van Vuuren
2023-08-27sfc: add mac source and destination pedit action offloadPieter Jansen van Vuuren
2023-08-27sfc: introduce ethernet pedit set action infrastructurePieter Jansen van Vuuren
2023-08-26um: virt-pci: fix missing declaration warningVincent Whitchurch
2023-08-26um: Refactor deprecated strncpy to memcpyJustin Stitt
2023-08-26um: fix 3 instances of -Wmissing-prototypesNick Desaulniers
2023-08-26um: port_kern: fix -Wmissing-variable-declarationsNick Desaulniers
2023-08-26uml: audio: fix -Wmissing-variable-declarationsNick Desaulniers
2023-08-26um: vector: refactor deprecated strncpyJustin Stitt
2023-08-26um: use obj-y to descend into arch/um/*/Masahiro Yamada
2023-08-26um: Hard-code the result of 'uname -s'Masahiro Yamada
2023-08-26um: Use the x86 checksum implementation on 32-bitDavid Gow
2023-08-26asm-generic: current: Don't include thread-info.h if building asmDavid Gow
2023-08-26um: Remove unsued extern declaration ldt_host_info()YueHaibing
2023-08-26Merge tag 'x86-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-26Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-26Merge tag 'loongarch-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold
2023-08-26PCI: endpoint: Add kernel-doc for pci_epc_mem_init() APIManivannan Sadhasivam