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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-21
serial: 8250: move skip_txen_test to core
Jiri Slaby (SUSE)
1
-0
/
+4
2025-09-06
serial: 8250_core: fix coding style issue
Osama Abdelkader
1
-1
/
+1
2025-08-17
serial: 8250_core: use guard() in serial_unlink_irq_chain()
Jiri Slaby (SUSE)
1
-9
/
+11
2025-08-17
serial: 8250: use guard()s
Jiri Slaby (SUSE)
1
-46
/
+25
2025-06-24
serial: 8250: document doubled "type == PORT_8250_CIR" check
Jiri Slaby (SUSE)
1
-0
/
+2
2025-06-17
serial: 8250: use hashtable
Jiri Slaby (SUSE)
1
-16
/
+8
2025-06-17
serial: 8250: invert serial8250_register_8250_port() CIR condition
Jiri Slaby (SUSE)
1
-126
/
+127
2025-06-17
serial: 8250: remove debug prints from ISR
Jiri Slaby (SUSE)
1
-4
/
+0
2025-06-17
serial: 8250: extract serial_get_or_create_irq_info()
Jiri Slaby (SUSE)
1
-11
/
+26
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+2
2025-04-25
serial: switch uart_port::iotype to enum uart_iotype
Jiri Slaby (SUSE)
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-01-22
Revert "serial: 8250: Switch to nbcon console"
Greg Kroah-Hartman
1
-30
/
+5
2025-01-13
Merge 6.13-rc7 into tty-next
Greg Kroah-Hartman
1
-0
/
+3
2025-01-10
serial: 8250: Switch to nbcon console
John Ogness
1
-5
/
+30
2024-12-23
tty: serial: 8250: Fix another runtime PM usage counter underflow
Ilpo Järvinen
1
-0
/
+3
2024-12-23
serial: 8250: Never adjust UART_LSR_DR in @read_status_mask
John Ogness
1
-1
/
+0
2024-08-21
serial: core: Introduce wrapper to set @uart_port->cons
John Ogness
1
-3
/
+3
2024-07-01
Merge 6.10-rc6 into tty-next
Greg Kroah-Hartman
1
-1
/
+0
2024-06-25
Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"
Greg Kroah-Hartman
1
-5
/
+0
2024-06-04
serial: 8250: Extract platform driver
Andy Shevchenko
1
-337
/
+5
2024-06-04
serial: 8250: Extract RSA bits
Andy Shevchenko
1
-120
/
+4
2024-05-22
Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+7
2024-05-03
alpha: remove DECpc AXP150 (Jensen) support
Arnd Bergmann
1
-4
/
+0
2024-04-09
serial: 8250: Add preferred console in serial8250_isa_init_ports()
Tony Lindgren
1
-0
/
+5
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
1
-1
/
+2
2023-11-23
serial: 8250: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-10-05
serial: 8250: Check for valid console index
Tony Lindgren
1
-1
/
+1
2023-09-18
serial: 8250: Use port lock wrappers
Thomas Gleixner
1
-6
/
+6
2023-08-04
serial: 8250: Reinit port_id when adding back serial8250_isa_devs
Tony Lindgren
1
-0
/
+1
2023-08-01
serial: core: Fix serial core port id to not use port->line
Tony Lindgren
1
-0
/
+2
2023-05-31
serial: core: Start managing serial controllers to enable runtime PM
Tony Lindgren
1
-0
/
+1
2023-05-13
serial: 8250: Add dl_read/write, bugs and mapsize into plat_serial8250_port
Ilpo Järvinen
1
-0
/
+4
2023-05-13
serial: 8250: Allow using ports higher than SERIAL_8250_RUNTIME_UARTS
Tony Lindgren
1
-23
/
+63
2023-04-20
serial: 8250: Reinit port->pm on port specific driver unbind
Tony Lindgren
1
-0
/
+1
2022-12-16
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+3
2022-12-02
serial_core: replace uart_console_enabled() with uart_console_registered()
John Ogness
1
-1
/
+1
2022-11-03
serial: 8250_core: Use str_enabled_disabled() helper
Andy Shevchenko
1
-2
/
+3
2022-09-22
serial: 8250: Toggle IER bits on only after irq has been set up
Ilpo Järvinen
1
-5
/
+11
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+6
2022-06-30
serial: 8250: Fix PM usage_count for console handover
Ilpo Järvinen
1
-0
/
+4
2022-06-27
serial: 8250: create lsr_save_mask
Ilpo Järvinen
1
-0
/
+4
2022-06-10
serial: Add rs485_supported to uart_port
Ilpo Järvinen
1
-0
/
+1
2022-06-10
serial: 8250: Create serial_lsr_in()
Ilpo Järvinen
1
-2
/
+1
2022-05-05
serial: 8250: core: Remove unneeded <linux/pm_runtime.h>
Geert Uytterhoeven
1
-1
/
+0
2021-12-30
serial: 8250: Move Alpha-specific quirk out of the core
Lukas Wunner
1
-5
/
+4
2021-05-20
tty/serial: make port of serial8250_register_8250_port const
Jiri Slaby
1
-2
/
+2
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
2020-07-21
serial: 8250: fix null-ptr-deref in serial8250_start_tx()
Yang Yingliang
1
-1
/
+1
[next]