summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-113-13/+13
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-113-23/+21
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-8/+8
* tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)2023-08-111-2/+2
* tty: make counts in tty_port_client_operations hooks size_tJiri Slaby (SUSE)2023-08-111-3/+3
* tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)2023-08-111-3/+4
* tty: ldisc: document that ldops are optionalJiri Slaby (SUSE)2023-08-111-5/+25
* serial: cpm_uart: Remove linux/fs_uart_pd.hChristophe Leroy2023-08-041-71/+0
* Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-3114-48/+103
|\
| * Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-07-291-1/+1
| |\
| | * fs/nls: make load_nls() take a const parameterWinston Wen2023-07-251-1/+1
| * | Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-07-291-4/+0
| |\ \
| | * | ftrace: Remove unused extern declarationsYueHaibing2023-07-281-4/+0
| * | | Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-283-8/+59
| |\ \ \
| | * | | mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn2023-07-273-8/+59
| | | |/ | | |/|
| * | | Merge tag 'thermal-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-281-3/+3
| |\ \ \
| | * | | thermal: core: constify params in thermal_zone_device_registerAhmad Fatoum2023-07-241-3/+3
| | |/ /
| * | | Merge tag 'pm-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-07-281-10/+0
| |\ \ \
| | * | | PM: sleep: wakeirq: drop unused enable helpersJohan Hovold2023-07-241-10/+0
| | |/ /
| * | | Merge tag 'for-linus-6.5a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-282-1/+19
| |\ \ \
| | * | | xen/evtchn: Introduce new IOCTL to bind static evtchnRahul Singh2023-07-262-1/+19
| | | |/ | | |/|
| * | | Merge tag 'block-6.5-2023-07-28' of git://git.kernel.dk/linuxLinus Torvalds2023-07-281-5/+5
| |\ \ \
| | * | | block: Fix a source code comment in include/uapi/linux/blkzoned.hBart Van Assche2023-07-241-5/+5
| * | | | Merge tag 'drm-fixes-2023-07-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-07-281-5/+0
| |\ \ \ \
| | * \ \ \ Merge tag 'drm-misc-fixes-2023-07-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-07-281-5/+0
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()YueHaibing2023-07-251-5/+0
| * | | | | Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-273-11/+16
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima2023-07-251-1/+5
| | * | | | tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith2023-07-241-6/+2
| | * | | | vxlan: calculate correct header length for GPEJiri Benc2023-07-241-4/+9
* | | | | | can: ems_pci: move ASIX AX99100 ids to pci_ids.hJiaqing Zhao2023-07-301-0/+4
* | | | | | serial: make uart_insert_char() accept u8sJiri Slaby2023-07-251-1/+1
* | | | | | serial: convert uart sysrq handling to u8Jiri Slaby2023-07-251-8/+8
* | | | | | tty: sysrq: switch the rest of keys to u8Jiri Slaby2023-07-251-8/+8
* | | | | | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
|/ / / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-231-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-07-231-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier2023-07-131-1/+1
* | | | | | Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-232-14/+5
|\ \ \ \ \ \
| * | | | | | jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-07-101-0/+1
| * | | | | | jbd2: remove journal_clean_one_cp_list()Zhang Yi2023-07-101-8/+4
| * | | | | | jbd2: remove t_checkpoint_io_listZhang Yi2023-07-101-6/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds2023-07-221-2/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | blk-mq: delete dead struct blk_mq_hw_ctx->queued fieldChengming Zhou2023-07-201-2/+0
* | | | | Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-2013-33/+60
|\ \ \ \ \
| * \ \ \ \ Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-07-201-2/+5
| |\ \ \ \ \
| | * | | | | Bluetooth: coredump: fix building with coredump disabledArnd Bergmann2023-07-201-2/+0
| | * | | | | Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-201-0/+5
| * | | | | | tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-201-1/+1
| * | | | | | tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-201-1/+5