index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
scripts/tags.sh: Invoke 'realpath' via 'xargs'
Cristian Ciocaltea
1
-4
/
+7
2022-05-19
siphash: add SPDX tags as sole licensing authority
Jason A. Donenfeld
3
-10
/
+7
2022-05-19
fs-verity: Use struct_size() helper in enable_verity()
Zhang Jianhua
1
-1
/
+1
2022-05-19
RISC-V: Add support for rv32 userspace via COMPAT
Palmer Dabbelt
68
-563
/
+1219
2022-05-19
binder: fix atomic sleep when get extended error
Schspa Shi
1
-9
/
+6
2022-05-19
binder: fix potential UAF of target_{proc,thread}
Carlos Llamas
1
-4
/
+5
2022-05-19
binder: fix printk format for commands
Carlos Llamas
1
-2
/
+2
2022-05-19
tty: Rework receive flow control char logic
Ilpo Järvinen
1
-5
/
+11
2022-05-19
pcmcia: synclink_cs: Don't allow CS5-6
Ilpo Järvinen
1
-1
/
+5
2022-05-19
serial: stm32-usart: Correct CSIZE, bits, and parity
Ilpo Järvinen
1
-3
/
+12
2022-05-19
serial: st-asc: Sanitize CSIZE and correct PARENB for CS7
Ilpo Järvinen
1
-0
/
+4
2022-05-19
serial: sifive: Sanitize CSIZE and c_iflag
Ilpo Järvinen
1
-1
/
+5
2022-05-19
serial: sh-sci: Don't allow CS5-6
Ilpo Järvinen
1
-1
/
+5
2022-05-19
serial: txx9: Don't allow CS5-6
Ilpo Järvinen
1
-0
/
+2
2022-05-19
serial: rda-uart: Don't allow CS5-6
Ilpo Järvinen
1
-0
/
+2
2022-05-19
serial: digicolor-usart: Don't allow CS5-6
Ilpo Järvinen
1
-0
/
+2
2022-05-19
serial: uartlite: Fix BRKINT clearing
Ilpo Järvinen
1
-1
/
+2
2022-05-19
serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLE
YueHaibing
1
-1
/
+1
2022-05-19
serial: core: Do stop_rx in suspend path for console if console_suspend is disabled
Vijaya Krishna Nivarthi
1
-2
/
+9
2022-05-19
tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find suitable frequency with call to clk_round_rate.
Vijaya Krishna Nivarthi
1
-20
/
+36
2022-05-19
dt-bindings: serial: renesas,em-uart: Add RZ/V2M clock to access the registers
Phil Edworthy
1
-5
/
+23
2022-05-19
serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485
Ilpo Järvinen
1
-4
/
+4
2022-05-19
Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"
AngeloGioacchino Del Regno
1
-7
/
+0
2022-05-19
serial: msm_serial: disable interrupts in __msm_console_write()
John Ogness
1
-0
/
+5
2022-05-19
serial: meson: acquire port->lock in startup()
John Ogness
1
-0
/
+13
2022-05-19
serial: 8250_dw: Use dev_err_probe()
Andy Shevchenko
1
-17
/
+11
2022-05-19
serial: 8250_dw: Use devm_add_action_or_reset()
Andy Shevchenko
1
-32
/
+31
2022-05-19
serial: 8250_dw: Update the list of OF headers used by driver
Andy Shevchenko
1
-2
/
+1
2022-05-19
serial: jsm: Use B0 instead of 0
Ilpo Järvinen
2
-2
/
+2
2022-05-19
serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTS
Ilpo Järvinen
1
-5
/
+3
2022-05-19
tty: remove IBSHIFT ifdefs
Ilpo Järvinen
1
-12
/
+3
2022-05-19
tty: remove BOTHER ifdefs
Ilpo Järvinen
3
-20
/
+7
2022-05-19
tty: remove CMSPAR ifdefs
Ilpo Järvinen
9
-34
/
+1
2022-05-19
SUNRPC: Simplify synopsis of svc_pool_for_cpu()
Chuck Lever
3
-8
/
+14
2022-05-19
SUNRPC: Don't disable preemption while calling svc_pool_for_cpu().
Sebastian Andrzej Siewior
1
-4
/
+1
2022-05-19
NFSD: Show state of courtesy client in client info
Dai Ngo
1
-1
/
+8
2022-05-19
NFSD: add support for lock conflict to courteous server
Dai Ngo
1
-16
/
+54
2022-05-19
fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict
Dai Ngo
3
-3
/
+37
2022-05-19
fs/lock: add helper locks_owner_has_blockers to check for blockers
Dai Ngo
2
-0
/
+35
2022-05-19
NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsd
Dai Ngo
3
-12
/
+24
2022-05-19
NFSD: add support for share reservation conflict to courteous server
Dai Ngo
1
-8
/
+101
2022-05-19
NFSD: add courteous server support for thread with only delegation
Dai Ngo
3
-15
/
+99
2022-05-19
SUNRPC: Remove svc_rqst::rq_xprt_hlen
Chuck Lever
5
-13
/
+5
2022-05-19
SUNRPC: Remove dead code in svc_tcp_release_rqst()
Chuck Lever
1
-9
/
+0
2022-05-19
SUNRPC: Make cache_req::thread_wait an unsigned long
Chuck Lever
1
-4
/
+4
2022-05-19
SUNRPC: Cache deferral injection
Chuck Lever
3
-2
/
+21
2022-05-19
SUNRPC: Clean up svc_deferred_class trace events
Chuck Lever
1
-5
/
+4
2022-05-19
NFSD: Clean up nfsd_splice_actor()
Chuck Lever
1
-8
/
+2
2022-05-19
termbits.h: Remove posix_types.h include
Ilpo Järvinen
5
-10
/
+0
2022-05-19
termbits.h: Align lines & format
Ilpo Järvinen
6
-361
/
+346
[prev]
[next]