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.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
2015-03-27
serial: 8250_pci: remove non-used var for F81504
Peter Hung
1
-9
/
+2
2015-03-27
serial: 8250: remove the redundant include
Wang Long
6
-6
/
+0
2015-03-27
serial: 8250: Check UART_SCR is writable
Peter Hurley
1
-1
/
+2
2015-03-27
serial: 8250: Validate reg addr for Au1x00/RT288x i/o accessors
Peter Hurley
1
-18
/
+30
2015-03-26
serial: 8250: Declare base port operations const
Peter Hurley
1
-1
/
+1
2015-03-26
serial: 8250: Decouple RSA probe
Peter Hurley
3
-39
/
+78
2015-03-26
serial: 8250: Only get RSA resource when required
Peter Hurley
1
-14
/
+18
2015-03-26
serial: 8250: Get RSA resource iff CONFIG_SERIAL_8250_RSA
Peter Hurley
1
-0
/
+10
2015-03-26
serial: 8250: Initialize default dma handlers when setting defaults
Peter Hurley
1
-7
/
+9
2015-03-26
serial: 8250: Initialize fixed type fields when setting defaults
Peter Hurley
1
-16
/
+12
2015-03-26
serial: 8250: Encapsulate port i/o method init
Peter Hurley
1
-4
/
+13
2015-03-26
serial: 8250: Separate port initialization
Peter Hurley
1
-4
/
+11
2015-03-26
serial: 8250: Separate legacy irq handling from core port operations
Peter Hurley
2
-30
/
+68
2015-03-26
serial: 8250: Separate 8250 console interface
Peter Hurley
1
-24
/
+41
2015-03-26
serial: 8250_early: Remove setup_early_serial8250_console()
Peter Hurley
4
-10
/
+4
2015-03-26
serial: earlycon: Enable earlycon without command line param
Peter Hurley
4
-33
/
+94
2015-03-26
serial: earlycon: Refactor earlycon registration
Peter Hurley
1
-17
/
+25
2015-03-26
serial: earlycon: Skip parse_options() if empty string
Peter Hurley
1
-4
/
+7
2015-03-26
serial: earlycon: Ignore parse_options() error code
Peter Hurley
1
-2
/
+1
2015-03-26
serial: 8250_early: Fix setup() error code
Peter Hurley
1
-1
/
+1
2015-03-26
serial: 8250_early: Assume uart already initialized if no baud option
Peter Hurley
1
-2
/
+8
2015-03-26
serial: earlycon: Move ->uartclk initialize
Peter Hurley
1
-2
/
+1
2015-03-26
serial: 8250_early: Remove early_device variable
Peter Hurley
1
-4
/
+2
2015-03-26
serial: core: Fix kernel doc for uart_console_write()
Peter Hurley
1
-1
/
+1
2015-03-26
console: Add extensible console matching
Peter Hurley
5
-77
/
+67
2015-03-26
serial: 8250: Decouple core from skip_txen_test module param
Peter Hurley
1
-1
/
+9
2015-03-26
serial: 8250: Move ns16550a_goto_hispeed() to local header
Peter Hurley
2
-18
/
+17
2015-03-26
serial: 8250: Simplify capabilities reset at port unregister
Peter Hurley
1
-1
/
+1
2015-03-26
serial: 8250: Remove duplicate ->handle_irq initialization
Peter Hurley
1
-2
/
+0
2015-03-26
serial: 8250: Compute ttyS index from port minor
Peter Hurley
1
-1
/
+1
2015-03-26
serial: core: Add minor field to uart_port
Peter Hurley
2
-0
/
+2
2015-03-26
tty/n_gsm: fix sparse warning
Lad, Prabhakar
1
-1
/
+1
2015-03-26
tty: Use static attribute groups for sysfs entries
Takashi Iwai
2
-43
/
+41
2015-03-26
bfin uart: it will hang when read current y count if not disable dma irq
Hao Liang
1
-0
/
+2
2015-03-24
serial: 8250_dw: fix 'cts-override'
Dmitry Torokhov
1
-3
/
+3
2015-03-23
Merge 4.0-rc5 into tty-next
Greg Kroah-Hartman
527
-3842
/
+5533
2015-03-23
Linux 4.0-rc5
v4.0-rc5
Linus Torvalds
1
-1
/
+1
2015-03-23
Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md
Linus Torvalds
2
-3
/
+2
2015-03-22
Merge tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-0
/
+4
2015-03-22
Merge tag 'char-misc-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-183
/
+3
2015-03-22
Merge tag 'staging-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-17
/
+17
2015-03-22
Merge tag 'tty-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+12
2015-03-22
Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
34
-719
/
+131
2015-03-21
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
5
-80
/
+137
2015-03-21
Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-54
/
+78
2015-03-21
Merge git://people.freedesktop.org/~airlied/linux
Linus Torvalds
18
-372
/
+159
2015-03-21
Merge tag 'devicetree-fixes-for-4.0-part2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-12
/
+14
2015-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
14
-47
/
+61
2015-03-21
Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
5
-26
/
+142
2015-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
8
-46
/
+352
[next]