index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-15
tty: move some tty-only functions to drivers/tty/tty.h
Greg Kroah-Hartman
2
-0
/
+18
2021-04-15
tty: make tty_release_redirect() static
Greg Kroah-Hartman
1
-2
/
+1
2021-04-15
tty: move some internal tty lock enums and functions out of tty.h
Greg Kroah-Hartman
3
-1
/
+28
2021-04-15
tty: audit: move some local functions out of tty.h
Greg Kroah-Hartman
2
-0
/
+15
2021-04-15
tty: tty.h: remove tty_info()
Greg Kroah-Hartman
1
-1
/
+0
2021-04-15
tty: create internal tty.h file
Greg Kroah-Hartman
7
-0
/
+27
2021-04-15
tty: n_gsm: check error while registering tty devices
Hillf Danton
1
-2
/
+12
2021-04-15
serial: 8250_aspeed_vuart: add aspeed, lpc-io-reg and aspeed, lpc-interrupts ...
Zev Weiss
1
-2
/
+49
2021-04-15
serial: 8250_aspeed_vuart: refactor sirq and lpc address setting code
Zev Weiss
1
-16
/
+35
2021-04-10
tty: hvc: make symbol 'hvc_udbg_dev' static
Yu Kuai
1
-1
/
+1
2021-04-10
serial: Add missing MODULE_DEVICE_TABLE
Bixuan Cui
1
-0
/
+1
2021-04-10
serial: core: return early on unsupported ioctls
Johan Hovold
1
-3
/
+3
2021-04-10
serial: core: drop redundant TIOCGSERIAL memset
Johan Hovold
1
-2
/
+0
2021-04-10
tty: refactor TIOCSSERIAL handling
Johan Hovold
1
-17
/
+16
2021-04-10
tty: use pr_warn_ratelimited() for deprecated serial flags
Johan Hovold
1
-12
/
+6
2021-04-10
tty: fix return value for unsupported termiox ioctls
Johan Hovold
1
-2
/
+2
2021-04-10
tty: fix return value for unsupported ioctls
Johan Hovold
1
-5
/
+5
2021-04-10
tty: tty_ldisc: Remove the repeated word 'the'
Xiaofei Tan
1
-1
/
+1
2021-04-10
tty: tty_ldisc: Do not use assignment in if condition
Xiaofei Tan
1
-1
/
+2
2021-04-10
tty: tty_ldisc: Fix coding style issues of block comments
Xiaofei Tan
1
-12
/
+20
2021-04-10
tty: tty_ldisc: Add a blank line after declarations
Xiaofei Tan
1
-0
/
+2
2021-04-10
tty: tty_ldisc: Fix an issue of code indent should use tabs
Xiaofei Tan
1
-1
/
+1
2021-04-10
tty: tty_jobctrl: Remove spaces before tabs
Xiaofei Tan
1
-4
/
+4
2021-04-10
tty: tty_jobctrl: Fix coding style issues of block comments
Xiaofei Tan
1
-6
/
+10
2021-04-10
tty: tty_jobctrl: Add a blank line after declarations
Xiaofei Tan
1
-0
/
+5
2021-04-10
tty/sysrq: Fix issues of code indent should use tabs
Xiaofei Tan
1
-17
/
+17
2021-04-10
tty/sysrq: Add a blank line after declarations
Xiaofei Tan
1
-0
/
+1
2021-04-09
tty: pti: Remove Kconfig leftovers
Andy Shevchenko
1
-30
/
+0
2021-04-07
tty: synclink_gt: drop redundant tty-port initialisation
Johan Hovold
1
-2
/
+0
2021-04-07
pcmcia: synclink_cs: drop redundant tty-port initialisation
Johan Hovold
1
-2
/
+0
2021-04-07
tty: mxser: fix TIOCSSERIAL permission check
Johan Hovold
1
-3
/
+4
2021-04-07
tty: mxser: fix TIOCSSERIAL jiffies conversions
Johan Hovold
1
-6
/
+18
2021-04-07
tty: moxa: fix TIOCSSERIAL implementation
Johan Hovold
1
-5
/
+0
2021-04-07
tty: moxa: fix TIOCSSERIAL permission check
Johan Hovold
1
-5
/
+11
2021-04-07
tty: moxa: fix TIOCSSERIAL jiffies conversions
Johan Hovold
1
-2
/
+2
2021-04-07
tty: amiserial: add missing TIOCSSERIAL jiffies conversions
Johan Hovold
1
-7
/
+19
2021-04-07
tty: amiserial: fix TIOCSSERIAL permission check
Johan Hovold
1
-0
/
+1
2021-04-07
staging: greybus: uart: clean up TIOCGSERIAL
Johan Hovold
1
-3
/
+0
2021-04-07
staging: greybus: uart: fix unprivileged TIOCCSERIAL
Johan Hovold
1
-2
/
+0
2021-04-07
staging: greybus: uart: fix TIOCSSERIAL jiffies conversions
Johan Hovold
1
-4
/
+7
2021-04-07
staging: fwserial: fix TIOCGSERIAL implementation
Johan Hovold
1
-4
/
+3
2021-04-07
staging: fwserial: fix TIOCSSERIAL implementation
Johan Hovold
1
-4
/
+0
2021-04-07
staging: fwserial: fix TIOCSSERIAL permission check
Johan Hovold
1
-2
/
+6
2021-04-07
staging: fwserial: fix TIOCSSERIAL jiffies conversions
Johan Hovold
1
-2
/
+2
2021-04-07
tty: n_gsm: use DEFINE_SPINLOCK() for spinlock
Guobin Huang
1
-3
/
+1
2021-04-05
sc16is7xx: Defer probe if device read fails
Annaliese McDermond
1
-1
/
+1
2021-04-05
tty/serial: Add rx-tx-swap OF option to stm32-usart
Martin Devera
2
-1
/
+14
2021-04-05
Merge 5.12-rc6 into tty-next
Greg Kroah-Hartman
365
-1501
/
+2493
2021-04-04
firewire: nosy: Fix a use-after-free bug in nosy_ioctl()
Zheyu Ma
1
-2
/
+7
2021-04-03
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
1
-1
/
+0
[next]