index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
sysrq.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-26
serial: jsm: Fix unnecessary space before function ptr arguments
Konrad Zapalowicz
1
-15
/
+15
2014-11-26
serial: jsm: Replace magic value with the proper define
Konrad Zapalowicz
1
-1
/
+1
2014-11-26
serial: jsm: Fix the alignment of the switch satement
Konrad Zapalowicz
1
-12
/
+12
2014-11-26
serial: jsm: Remove unnecessary if statement
Konrad Zapalowicz
2
-6
/
+0
2014-11-26
serial: jsm: Remove unnecessary parameter from clear_break()
Konrad Zapalowicz
4
-4
/
+4
2014-11-26
serial: sh-sci: Change checking for error rate of HSCIF
Nobuhiro Iwamatsu
1
-4
/
+1
2014-11-26
serial: sh-sci: Add device tree support for r7s72100
Geert Uytterhoeven
1
-2
/
+3
2014-11-26
serial: sh-sci: Add device tree support for r8a7794
Ulrich Hecht
1
-0
/
+4
2014-11-24
tty: serial: msm_serial: document DT alias
Frank Rowand
1
-22
/
+47
2014-11-24
tty: serial: msm_serial: Don't require DT aliases
Stephen Boyd
1
-3
/
+3
2014-11-22
vt: Fix build breakage when !CONFIG_VT_CONSOLE
Peter Hurley
1
-2
/
+2
2014-11-11
Revert "serial: of-serial: fetch line number from DT"
Greg Kroah-Hartman
1
-4
/
+0
2014-11-09
Linux 3.18-rc4
v3.18-rc4
Linus Torvalds
1
-1
/
+1
2014-11-09
ARM: dts: zynq: Enable PL clocks for Parallella
Andreas Färber
1
-0
/
+4
2014-11-07
tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMP
Johannes Berg
1
-3
/
+3
2014-11-07
tiny: reverse logic for DISABLE_DEV_COREDUMP
Aristeu Rozanski
1
-8
/
+11
2014-11-07
i2c: core: Dispose OF IRQ mapping at client removal time
Laurent Pinchart
1
-0
/
+3
2014-11-07
i2c: at91: don't account as iowait
Wolfram Sang
1
-1
/
+1
2014-11-07
i2c: remove FSF address
Wolfram Sang
52
-222
/
+4
2014-11-07
USB: Update default usb-storage delay_use value in kernel-parameters.txt
Mark Knibbs
1
-1
/
+1
2014-11-07
serial: pl011: Add device tree support for RX DMA polling
Andrew Jackson
2
-10
/
+31
2014-11-07
serial: pl011: Don't enable RX DMA if residue processing not supported
Andrew Jackson
1
-0
/
+15
2014-11-07
serial: pl011: Set length of DMA transfer
Andrew Jackson
1
-0
/
+1
2014-11-07
serial: pl011: Avoid assumptions about buffer size when refilling TX DMA
Andrew Jackson
1
-1
/
+5
2014-11-07
serial: pl011: Allocate TX DMA buffer from DMA capable memory
Andrew Jackson
1
-1
/
+1
2014-11-07
serial: fsl_lpuart: Remove unneeded registration message
Fabio Estevam
1
-4
/
+1
2014-11-07
serial: fsl_lpuart: Remove unneeded check for 'res'
Fabio Estevam
1
-4
/
+2
2014-11-07
sysfs: driver core: Fix glue dir race condition by gdp_mutex
Yijing Wang
1
-1
/
+3
2014-11-07
MIPS: Fix build with binutils 2.24.51+
Manuel Lauss
14
-17
/
+118
2014-11-07
drivers: serial: jsm: Remove FSF address from the file documentation/header
Konrad Zapalowicz
5
-25
/
+0
2014-11-07
drivers: serial: jsm: Enable support for Digi Classic adapters
Konrad Zapalowicz
4
-33
/
+128
2014-11-07
drivers: serial: jsm: Add the Classic board implementation
Konrad Zapalowicz
3
-2
/
+993
2014-11-07
serial: 8250_core: actually limit char reads to max_count
Frans Klaver
1
-1
/
+1
2014-11-07
tty: warn on deprecated serial flags
Jiri Slaby
2
-0
/
+23
2014-11-07
drivers: serial: jsm: Add Classic board UART structure
Konrad Zapalowicz
1
-1
/
+58
2014-11-07
serial: MIPS: lantiq: use devm_iounmap instead of iounmap
Sudip Mukherjee
1
-1
/
+3
2014-11-07
serial: 8250_dma: no need to set tx_err twice
Andy Shevchenko
1
-2
/
+0
2014-11-07
serial: 8250_dma: call serial8250_tx_dma unconditionally
Andy Shevchenko
1
-9
/
+6
2014-11-07
tty/serial_core: Introduce lock mechanism for RS485
Ricardo Ribalda Delgado
4
-14
/
+17
2014-11-07
serial_core: Remove call to driver-specific TIO[GS]RS485]
Ricardo Ribalda Delgado
1
-12
/
+5
2014-11-07
drivers/max310: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
1
-43
/
+27
2014-11-06
serial/omap: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
1
-47
/
+22
2014-11-06
serial/atmel: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
1
-55
/
+24
2014-11-06
serial/mcf: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
1
-30
/
+7
2014-11-06
serial/sc16is7xx: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
1
-41
/
+12
2014-11-06
serial/8250: Remove obsolete handling of rs485 ioctls
Ricardo Ribalda Delgado
2
-42
/
+0
2014-11-06
8250/fintek: Use rs485 handler from serial_core
Ricardo Ribalda Delgado
1
-3
/
+5
2014-11-06
serial/8250: Copy RS485 fields to serial_core
Ricardo Ribalda Delgado
1
-0
/
+2
2014-11-06
serial_core: Handle TIOC[GS]RS485 ioctls.
Ricardo Ribalda Delgado
2
-0
/
+48
2014-11-06
serial: 8250: sparse warning of incorrect type
Sudip Mukherjee
1
-1
/
+1
[next]