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-05-13
tty: set tty_ldisc_ops::num statically
Jiri Slaby
17
-20
/
+36
2021-05-13
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
6
-112
/
+114
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
18
-56
/
+56
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
16
-28
/
+31
2021-05-13
n_tty: remove superfluous return from n_tty_receive_signal_char
Jiri Slaby
1
-1
/
+0
2021-05-13
n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standard
Jiri Slaby
1
-14
/
+17
2021-05-13
n_tty: do only one cp dereference in n_tty_receive_buf_standard
Jiri Slaby
1
-4
/
+4
2021-05-13
n_tty: make n_tty_receive_char_special return void
Jiri Slaby
1
-16
/
+11
2021-05-13
n_tty: move lnext handling
Jiri Slaby
1
-15
/
+8
2021-05-13
n_tty: drop parmrk_dbl from n_tty_receive_char
Jiri Slaby
1
-5
/
+4
2021-05-13
n_tty: drop n_tty_receive_buf_fast
Jiri Slaby
1
-33
/
+3
2021-05-13
n_tty: remove n_tty_receive_char_fast
Jiri Slaby
1
-26
/
+6
2021-05-13
n_tty: remove n_tty_receive_char wrapper
Jiri Slaby
1
-7
/
+2
2021-05-13
tty: remove broken r3964 line discipline
Jiri Slaby
4
-1299
/
+0
2021-05-13
serial: 8250_omap: fix a timeout loop condition
Dan Carpenter
1
-1
/
+1
2021-05-13
serial: 8250: Add an empty line and remove some useless {}
Christophe JAILLET
1
-2
/
+3
2021-05-13
serial: 8250: Use 'hlist_for_each_entry' to simplify code
Christophe JAILLET
1
-14
/
+4
2021-05-13
serial: meson: remove redundant initialization of variable id
Colin Ian King
1
-1
/
+2
2021-05-13
serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271
Jim Quinlan
1
-0
/
+4
2021-05-13
serial: qcom_geni_serial: redundant initialization to variable line
Colin Ian King
1
-1
/
+1
2021-05-13
serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mapping
Zev Weiss
1
-8
/
+3
2021-05-13
serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()
Zev Weiss
1
-3
/
+2
2021-05-13
serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() helper fu...
Zev Weiss
1
-14
/
+24
2021-05-13
tty: serial: samsung_tty: remove set but not used variables
Tian Tao
1
-2
/
+1
2021-05-13
serial: fsl_lpuart: disable DMA for console and fix sysrq
Michael Walle
1
-0
/
+6
2021-05-13
serial: fsl_lpuart: add loopback support
Michael Walle
1
-2
/
+34
2021-05-13
serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUART
Michael Walle
1
-27
/
+1
2021-05-13
serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
Michael Walle
1
-11
/
+1
2021-05-13
serial: fsl_lpuart: handle break and make sysrq work
Michael Walle
1
-8
/
+24
2021-05-13
serial: fsl_lpuart: split sysrq handling
Michael Walle
1
-6
/
+6
2021-05-13
serial: fsl_lpuart: don't restore interrupt state in ISR
Michael Walle
1
-14
/
+8
2021-05-13
serial: fsl_lpuart: use UARTDATA_MASK macro
Michael Walle
1
-2
/
+2
2021-05-13
serial: fsl_lpuart: don't modify arbitrary data on lpuart32
Michael Walle
1
-1
/
+1
2021-05-13
tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zero
Sherry Sun
1
-0
/
+3
2021-05-09
fbmem: fix horribly incorrect placement of __maybe_unused
Linus Torvalds
1
-1
/
+1
2021-05-09
Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
19
-81
/
+332
2021-05-08
drm/i915/display: fix compiler warning about array overrun
Linus Torvalds
1
-1
/
+12
2021-05-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
10
-485
/
+434
2021-05-08
Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
3
-4
/
+7
2021-05-08
Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
36
-165
/
+172
2021-05-09
linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>
Masahiro Yamada
1
-0
/
+3
2021-05-07
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
8
-62
/
+15
2021-05-07
atm: firestream: Use fallthrough pseudo-keyword
Wei Ming Chen
1
-0
/
+1
2021-05-07
net: stmmac: Do not enable RX FIFO overflow interrupts
Yannick Vignon
2
-18
/
+3
2021-05-07
Merge tag 'tag-chrome-platform-for-v5.13' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
4
-17
/
+38
2021-05-07
Merge tag 'i3c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
2
-5
/
+1
2021-05-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-6
/
+12
2021-05-07
Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
17
-160
/
+178
2021-05-07
i40e: Remove LLDP frame filters
Arkadiusz Kubalewski
3
-44
/
+0
2021-05-07
i40e: Fix PHY type identifiers for 2.5G and 5G adapters
Mateusz Palczewski
4
-11
/
+10
[next]