index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sc16is7xx: Use threaded IRQ
Daniel Mack
2020-05-22
1
-13
/
+5
*
sc16is7xx: Always use falling edge IRQ
Daniel Mack
2020-05-22
1
-8
/
+4
*
tty: n_gsm: Fix bogus i++ in gsm_data_kick
Gregory CLEMENT
2020-05-19
1
-11
/
+3
*
tty: n_gsm: Remove unnecessary test in gsm_print_packet()
Gregory CLEMENT
2020-05-19
1
-2
/
+1
*
serial: stm32: add no_console_suspend support
Erwan Le Ray
2020-05-19
1
-1
/
+12
*
tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Anson Huang
2020-05-15
1
-4
/
+2
*
rcu: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-1
/
+1
*
kernel/power: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-1
/
+1
*
kdb: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-1
/
+1
*
drm: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-2
/
+2
*
sparc64: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-2
/
+2
*
powerpc/xmon: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-1
/
+1
*
MIPS: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-1
/
+1
*
alpha: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-1
/
+1
*
tty/sysrq: constify the the sysrq_key_op(s)
Emil Velikov
2020-05-15
2
-27
/
+27
*
tty/sysrq: constify the sysrq API
Emil Velikov
2020-05-15
3
-21
/
+21
*
tty/sysrq: alpha: export and use __sysrq_get_key_op()
Emil Velikov
2020-05-15
3
-4
/
+15
*
tty: mxser: make mxser_change_speed() return void
Jason Yan
2020-05-15
1
-5
/
+2
*
serial: 8250: Fix max baud limit in generic 8250 port
Serge Semin
2020-05-15
1
-1
/
+3
*
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
2020-05-15
9
-14
/
+33
*
serial: 8250: Avoid error message on reprobe
Lukas Wunner
2020-05-15
1
-4
/
+10
*
tty: n_gsm: Fix waking up upper tty layer when room available
Gregory CLEMENT
2020-05-15
1
-4
/
+22
*
tty: n_gsm: Fix SOF skipping
Gregory CLEMENT
2020-05-15
1
-7
/
+1
*
tty: n_gsm: Improve debug output
Gregory CLEMENT
2020-05-15
1
-12
/
+2
*
tty: serial: imx: Add return value check for platform_get_irq()
Anson Huang
2020-05-15
1
-0
/
+2
*
serial: 8250_exar: Make use of PCI_DEVICE_DATA() macro
Andy Shevchenko
2020-05-15
1
-34
/
+31
*
tty: serial: Add modem control gpio support for STM32 UART
Manivannan Sadhasivam
2020-05-15
3
-2
/
+53
*
dt-bindings: serial: Document CTS/RTS gpios in STM32 UART
Manivannan Sadhasivam
2020-05-15
1
-0
/
+14
*
tty: serial: samsung: Correct clock selection logic
Jonathan Bakker
2020-05-15
1
-4
/
+4
*
serial: lantiq: Make driver modular
Rahul Tanwar
2020-05-15
2
-5
/
+28
*
serial: lantiq: Make UART's use as console selectable
Rahul Tanwar
2020-05-15
2
-2
/
+18
*
Revert "tty: hvc: Fix data abort due to race in hvc_open"
Greg Kroah-Hartman
2020-05-12
1
-14
/
+2
*
Merge 5.7-rc5 into tty-next
Greg Kroah-Hartman
2020-05-11
461
-2037
/
+4386
|
\
|
*
Linux 5.7-rc5
v5.7-rc5
Linus Torvalds
2020-05-11
1
-1
/
+1
|
*
Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-05-10
11
-90
/
+138
|
|
\
|
|
*
x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULES
Josh Poimboeuf
2020-05-03
1
-4
/
+4
|
|
*
x86/apic: Move TSC deadline timer debug printk
Thomas Gleixner
2020-05-01
1
-13
/
+14
|
|
*
ftrace/x86: Fix trace event registration for syscalls without arguments
Konstantin Khlebnikov
2020-05-01
1
-2
/
+3
|
|
*
x86/mm/cpa: Flush direct map alias during cpa
Rick Edgecombe
2020-04-30
1
-4
/
+8
|
|
*
objtool: Fix infinite loop in for_offset_range()
Josh Poimboeuf
2020-04-26
1
-3
/
+4
|
|
*
x86/unwind/orc: Fix premature unwind stoppage due to IRET frames
Josh Poimboeuf
2020-04-25
3
-14
/
+43
|
|
*
x86/unwind/orc: Fix error path for bad ORC entry type
Josh Poimboeuf
2020-04-25
1
-1
/
+1
|
|
*
x86/unwind/orc: Prevent unwinding before ORC initialization
Josh Poimboeuf
2020-04-25
1
-3
/
+3
|
|
*
x86/unwind/orc: Don't skip the first frame for inactive tasks
Miroslav Benes
2020-04-25
1
-1
/
+1
|
|
*
x86/unwind: Prevent false warnings for non-current tasks
Josh Poimboeuf
2020-04-25
3
-18
/
+28
|
|
*
x86/unwind/orc: Convert global variables to static
Josh Poimboeuf
2020-04-25
1
-5
/
+5
|
|
*
x86/entry/64: Fix unwind hints in rewind_stack_do_exit()
Jann Horn
2020-04-25
1
-1
/
+1
|
|
*
x86/entry/64: Fix unwind hints in __switch_to_asm()
Josh Poimboeuf
2020-04-25
1
-3
/
+2
|
|
*
x86/entry/64: Fix unwind hints in kernel exit path
Josh Poimboeuf
2020-04-25
1
-1
/
+2
|
|
*
x86/entry/64: Fix unwind hints in register clearing code
Josh Poimboeuf
2020-04-25
1
-19
/
+21
[next]