index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
110
-1628
/
+1606
2023-08-29
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-8
/
+3
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+2
2023-08-27
tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()
Jiri Slaby (SUSE)
1
-13
/
+12
2023-08-27
tty: n_tty: extract ECHO_OP processing to a separate function
Jiri Slaby (SUSE)
1
-96
/
+98
2023-08-27
tty: n_tty: unify counts to size_t
Jiri Slaby (SUSE)
1
-17
/
+15
2023-08-27
tty: n_tty: use u8 for chars and flags
Jiri Slaby (SUSE)
1
-36
/
+36
2023-08-27
tty: n_tty: simplify chars_in_buffer()
Jiri Slaby (SUSE)
1
-6
/
+2
2023-08-27
tty: n_tty: remove unsigned char casts from character constants
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-27
tty: n_tty: move newline handling to a separate function
Jiri Slaby (SUSE)
1
-8
/
+19
2023-08-27
tty: n_tty: move canon handling to a separate function
Jiri Slaby (SUSE)
1
-71
/
+87
2023-08-27
tty: n_tty: use MASK() for masking out size bits
Jiri Slaby (SUSE)
1
-12
/
+11
2023-08-27
tty: n_tty: make n_tty_data::num_overrun unsigned
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-27
tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()
Jiri Slaby (SUSE)
1
-2
/
+1
2023-08-27
tty: n_tty: use 'num' for writes' counts
Jiri Slaby (SUSE)
1
-9
/
+8
2023-08-27
tty: n_tty: use output character directly
Jiri Slaby (SUSE)
1
-2
/
+1
2023-08-27
tty: n_tty: make flow of n_tty_receive_buf_common() a bool
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-27
Revert "tty: serial: meson: Add a earlycon for the T7 SoC"
Lucas Tanure
1
-2
/
+0
2023-08-22
serial: 8250_bcm7271: improve bcm7271 8250 port
Justin Chen
2
-3
/
+9
2023-08-22
serial: sc16is7xx: add missing support for rs485 devicetree properties
Hugo Villeneuve
1
-0
/
+4
2023-08-22
serial: sc16is7xx: fix bug when first setting GPIO direction
Hugo Villeneuve
1
-1
/
+10
2023-08-22
serial: sc16is7xx: fix regression with GPIO configuration
Hugo Villeneuve
1
-35
/
+108
2023-08-22
serial: sc16is7xx: remove obsolete out_thread label
Hugo Villeneuve
1
-3
/
+1
2023-08-22
serial: sc16is7xx: fix broken port 0 uart init
Hugo Villeneuve
1
-0
/
+6
2023-08-22
serial: 8250_dw: fall back to poll if there's no interrupt
Jisheng Zhang
1
-1
/
+4
2023-08-22
serial: tegra: handle clk prepare error in tegra_uart_hw_init()
Yi Yang
1
-1
/
+5
2023-08-22
serial: sifive: Add suspend and resume operations
Nick Hu
1
-0
/
+18
2023-08-22
tty: serial: meson: Add a earlycon for the T7 SoC
Lucas Tanure
1
-0
/
+2
2023-08-22
serial: stm32: synchronize RX DMA channel in shutdown
Amelie Delaunay
1
-1
/
+3
2023-08-22
serial: stm32: replace access to DMAR bit by dmaengine_pause/resume
Valentin Caron
1
-94
/
+106
2023-08-22
serial: stm32: group dma pause/resume error handling into single function
Valentin Caron
2
-45
/
+83
2023-08-22
serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled
Valentin Caron
1
-8
/
+8
2023-08-22
serial: stm32: use DMAT as a configuration bit
Valentin Caron
1
-5
/
+3
2023-08-22
serial: stm32: avoid clearing DMAT bit during transfer
Valentin Caron
1
-32
/
+44
2023-08-22
tty: n_gsm: add restart flag to extended ioctl config
Daniel Starke
1
-0
/
+23
2023-08-22
tty: n_gsm: cleanup gsm_control_command and gsm_control_reply
Daniel Starke
1
-4
/
+6
2023-08-22
tty: n_gsm: increase gsm_mux unsupported counted where appropriate
Daniel Starke
1
-0
/
+3
2023-08-22
tty: n_gsm: increase malformed counter for malformed control frames
Daniel Starke
1
-1
/
+3
2023-08-22
tty: n_gsm: add open_error counter to gsm_mux
Daniel Starke
1
-5
/
+20
2023-08-22
tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_config
Daniel Starke
1
-2
/
+1
2023-08-22
tty: n_gsm: add restart flag to DLC specific ioctl config
Daniel Starke
1
-0
/
+4
2023-08-22
tty: tty_buffer: invert conditions in __tty_buffer_request_room()
Jiri Slaby (SUSE)
1
-22
/
+22
2023-08-22
tty: tty_buffer: initialize variables in initializers already
Jiri Slaby (SUSE)
1
-10
/
+3
2023-08-22
tty: tty_buffer: better types in __tty_buffer_request_room()
Jiri Slaby (SUSE)
1
-1
/
+2
2023-08-22
tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()
Jiri Slaby (SUSE)
1
-26
/
+0
2023-08-22
tty: tty_buffer: let tty_prepare_flip_string() return size_t
Jiri Slaby (SUSE)
1
-2
/
+3
2023-08-22
tty: tty_buffer: switch insert functions to size_t
Jiri Slaby (SUSE)
1
-6
/
+6
2023-08-22
tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()
Jiri Slaby (SUSE)
1
-0
/
+3
2023-08-22
tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()
Jiri Slaby (SUSE)
1
-55
/
+15
2023-08-22
tty: tty_buffer: use struct_size() in tty_buffer_alloc()
Jiri Slaby (SUSE)
1
-2
/
+1
[next]