index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-06
tty: vt: decrypt magic constants in vc_is_control()
Jiri Slaby (SUSE)
1
-3
/
+7
2024-02-06
tty: vt: use ASCII enum constants in vt_console_print()
Jiri Slaby (SUSE)
1
-4
/
+5
2024-02-06
tty: vt: use switch+case in the ESgetpars case
Jiri Slaby (SUSE)
1
-4
/
+8
2024-02-06
tty: vt: use switch+case in the ESnonstd case
Jiri Slaby (SUSE)
1
-6
/
+8
2024-02-06
tty: vt: add new helper for reseting vc parameters
Jiri Slaby (SUSE)
1
-6
/
+9
2024-02-06
tty: vt: handle CSI+[ inside preexisting switch-case
Jiri Slaby (SUSE)
1
-4
/
+3
2024-02-06
tty: vt: simplify ansi_control_string()
Jiri Slaby (SUSE)
1
-5
/
+6
2024-02-06
tty: vt: name, reflow and document enum vc_ctl_state
Jiri Slaby (SUSE)
1
-17
/
+55
2024-02-06
tty: vt: move CSI ECMA handling to a separate function
Jiri Slaby (SUSE)
1
-130
/
+139
2024-02-06
tty: vt: move CSI DEC handling to a separate function
Jiri Slaby (SUSE)
1
-31
/
+44
2024-02-06
tty: vt: separate ESesc state handling into handle_esc()
Jiri Slaby (SUSE)
1
-62
/
+72
2024-02-06
tty: vt: extract ascii handling to handle_ascii()
Jiri Slaby (SUSE)
1
-21
/
+37
2024-02-06
tty: vt: accept u8 in do_con_trol() and vc_setGx()
Jiri Slaby (SUSE)
1
-3
/
+3
2024-02-06
tty: vt: put cases on separate lines
Jiri Slaby (SUSE)
1
-4
/
+8
2024-02-06
tty: vt: rename setterm_command() to csi_RSB()
Jiri Slaby (SUSE)
1
-4
/
+10
2024-02-06
tty: vt: define an enum for CSI+] codes
Jiri Slaby (SUSE)
1
-11
/
+25
2024-02-06
tty: vt: move CSI+n handling along to other ECMA CSIs
Jiri Slaby (SUSE)
1
-8
/
+6
2024-02-06
tty: vt: remove unneeded assignment of EPecma to vc_priv
Jiri Slaby (SUSE)
1
-3
/
+2
2024-02-06
tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()
Jiri Slaby (SUSE)
1
-67
/
+77
2024-02-06
tty: vt: rename set_mode() to csi_hl()
Jiri Slaby (SUSE)
1
-3
/
+3
2024-02-06
tty: vt: define enums for CSI+h/l codes
Jiri Slaby (SUSE)
1
-12
/
+30
2024-02-06
tty: vt: make rgb_from_256() slighly more comprehensible
Jiri Slaby (SUSE)
1
-4
/
+7
2024-02-06
serial: core: make serial_base_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-06
serdev: make serdev_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-06
tty: serial: samsung: Remove superfluous braces in macro
Sam Protsenko
1
-4
/
+4
2024-02-06
Revert "tty: serial: amba-pl011: Remove QDF2xxx workarounds"
Konrad Dybcio
1
-0
/
+82
2024-02-04
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
828
-5398
/
+9256
2024-02-04
Linux 6.8-rc3
v6.8-rc3
Linus Torvalds
1
-1
/
+1
2024-02-04
Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-189
/
+203
2024-02-04
Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-8
/
+31
2024-02-04
Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
8
-33
/
+33
2024-02-04
Merge tag 'char-misc-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-2
/
+12
2024-02-04
Merge tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-19
/
+53
2024-02-04
Merge tag 'usb-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
21
-90
/
+267
2024-02-04
Merge tag 'i2c-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-02-04
Merge tag 'dmaengine-fix-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-39
/
+59
2024-02-04
Merge tag 'phy-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...
Linus Torvalds
4
-8
/
+32
2024-02-03
Merge tag 'i2c-host-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kern...
Wolfram Sang
1
-1
/
+1
2024-02-03
Merge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01' of git://git.kernel.org/pu...
Linus Torvalds
31
-383
/
+588
2024-02-03
Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
5
-526
/
+195
2024-02-03
Merge tag 'gfs2-v6.8-rc2-revert' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-18
/
+13
2024-02-02
Merge tag 'pci-v6.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-52
/
+102
2024-02-02
Merge tag 'drm-fixes-2024-02-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
72
-403
/
+475
2024-02-02
Merge tag 'input-for-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-6
/
+47
2024-02-02
Merge tag 'sound-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
33
-270
/
+797
2024-02-02
Merge tag 'hwmon-for-v6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-1
/
+17
2024-02-02
Merge tag 'for-v6.8-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...
Linus Torvalds
1
-60
/
+49
2024-02-02
Merge tag 'iommu-fixes-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-15
/
+43
2024-02-02
Merge tag 'for-6.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-68
/
+28
2024-02-02
Merge tag 'ata-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...
Linus Torvalds
1
-5
/
+5
[next]