Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0e31c8d173ab105f161f26d222eae6cad2aebf5f
0e31c8d
tty: serial: 8250_omap: add custom DMA-RX callback
by Sebastian Andrzej Siewior
· 10 years ago
31a1713
tty: serial: 8250_omap: add custom DMA-TX callback
by Sebastian Andrzej Siewior
· 10 years ago
f1a297b
tty: serial: 8250: allow to use custom DMA implementation
by Sebastian Andrzej Siewior
· 10 years ago
0fcb790
tty: serial: 8250_dma: keep own book keeping about RX transfers
by Sebastian Andrzej Siewior
· 10 years ago
b220282
tty: serial: 8250_dma: handle error on TX submit
by Sebastian Andrzej Siewior
· 10 years ago
61929cf
tty: serial: Add 8250-core based omap driver
by Sebastian Andrzej Siewior
· 10 years ago
f31b5d2
tty: serial: 8250: make serial8250_console_setup() non _init
by Sebastian Andrzej Siewior
· 10 years ago
6a529ab
tty: serial: 8250: Fix wording in runtime-PM comments
by Sebastian Andrzej Siewior
· 10 years ago
914d3b1
serial: mxs-auart: add sysrq support
by Janusz Uzycki
· 10 years ago
d4ac063
tty: serial: omap: Remove probe error message
by Markus Pargmann
· 10 years ago
91b32f5
serial: core: Fix port count when uart_open() errors
by Peter Hurley
· 10 years ago
64dbee3
serial: core: Remove extra locking in uart_write()
by Peter Hurley
· 10 years ago
2b702b9
serial: core: Colocate crucial structure linkage
by Peter Hurley
· 10 years ago
1f0afd1
serial: core: Remove redundant timeout assignments
by Peter Hurley
· 10 years ago
74866e7
serial: core: Unwrap >80 char line in uart_close()
by Peter Hurley
· 10 years ago
352f861
tty: Document defunct ASYNC_* bits in uapi header
by Peter Hurley
· 10 years ago
904326e
tty,serial: Unify UPF_* and ASYNC_* flag definitions
by Peter Hurley
· 10 years ago
7c8ab96
serial: Fix locking for uart driver set_termios() method
by Peter Hurley
· 10 years ago
2e75891
serial: core: Flush ldisc after dropping port mutex in uart_close()
by Peter Hurley
· 10 years ago
479e9b9
serial: Refactor uart_flush_buffer() from uart_close()
by Peter Hurley
· 10 years ago
86c80a8
tty: Flush ldisc buffer atomically with tty flip buffers
by Peter Hurley
· 10 years ago
276a661
tty: Fix timeout on pty set ldisc
by Peter Hurley
· 10 years ago
fae76e9
tty: Fix hung task on pty hangup
by Peter Hurley
· 10 years ago
e80a10e
tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functions
by Peter Hurley
· 10 years ago
52bce7f
pty, n_tty: Simplify input processing on final close
by Peter Hurley
· 10 years ago
1bb9541
pty: Don't drop pty master tty lock to hangup slave
by Peter Hurley
· 10 years ago
35af935
tty: Remove tty_unhangup() declaration
by Peter Hurley
· 10 years ago
2febdb6
tty: Preset lock subclass for nested tty locks
by Peter Hurley
· 10 years ago
2aff5e2
tty: Change tty lock order to master->slave
by Peter Hurley
· 10 years ago
7ffb6da
tty: Simplify tty_release() state checks
by Peter Hurley
· 10 years ago
359b9fb
tty: Simplify tty_release_checks() interface
by Peter Hurley
· 10 years ago
62462ae
tty: Simplify tty_ldisc_release() interface
by Peter Hurley
· 10 years ago
949aa64
tty: Fold pty pair handling into tty_flush_works()
by Peter Hurley
· 10 years ago
324c165
tty: Simplify pty pair teardown logic
by Peter Hurley
· 10 years ago
deb287e
tty: Document check_tty_count() requires tty_lock held
by Peter Hurley
· 10 years ago
d5e370a
tty: Don't release tty locks for wait queue sanity check
by Peter Hurley
· 10 years ago
0911261
tty: Don't take tty_mutex for tty count changes
by Peter Hurley
· 10 years ago
0498070
tty: Remove TTY_CLOSING
by Peter Hurley
· 10 years ago
aa3cb81
tty: Drop tty_mutex before tty reopen
by Peter Hurley
· 10 years ago
52494ee
tty: Re-open /dev/tty without tty_mutex
by Peter Hurley
· 10 years ago
55199ea
pty: Always return -EIO if slave BSD pty opened first
by Peter Hurley
· 10 years ago
216030e
tty: Check tty->count instead of TTY_CLOSING in tty_reopen()
by Peter Hurley
· 10 years ago
5d93e74
tty: Clarify re-open behavior of master ptys
by Peter Hurley
· 10 years ago
3ff51a1
tty: Remove TTY_HUPPING
by Peter Hurley
· 10 years ago
c8483bc
tty: Invert tty_lock/ldisc_sem lock order
by Peter Hurley
· 10 years ago
3ee175d
tty: Don't hold tty_lock for ldisc release
by Peter Hurley
· 10 years ago
1bc8cde
8250_pci: Added driver for Endrun Technologies PTP PCIe card.
by Mike Skoog
· 10 years ago
fa59e25
n_tty: Remove stale read lock comment
by Peter Hurley
· 10 years ago
95ea90d
n_tty: Only process packet mode data in raw mode
by Peter Hurley
· 10 years ago
1aa1bf1
tty: Fix missed wakeup from packet mode status update
by Peter Hurley
· 10 years ago
4ed60fc
pty: Hold ctrl_lock for packet mode updates
by Peter Hurley
· 10 years ago
2622d73
pty: Fix packet mode setting race
by Peter Hurley
· 10 years ago
54e8e5f
pty: Don't claim slave's ctrl_lock for master's packet mode
by Peter Hurley
· 10 years ago
6054c16e
tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled
by Peter Hurley
· 10 years ago
4d8c1df
pty: Use spin_lock_irq() for pty_set_termios()
by Peter Hurley
· 10 years ago
dbfcd85
tty: Move pty-specific set_termios() handling to pty driver
by Peter Hurley
· 10 years ago
6460fbb
tty: WARN for attempted set_termios() of pty master
by Peter Hurley
· 10 years ago
a361858
tty: Update code comment in __proc_set_tty()
by Peter Hurley
· 10 years ago
e218eb3
tty: Serialize proc_set_tty() with tty_lock
by Peter Hurley
· 10 years ago
e1c2296
tty: Move session_of_pgrp() and make static
by Peter Hurley
· 10 years ago
2c411c1
tty: Fix multiple races when setting the controlling terminal
by Peter Hurley
· 10 years ago
ae28fa7
tty: Remove !tty condition from __proc_set_tty()
by Peter Hurley
· 10 years ago
5b23954
tty: Replace open-coded tty_get_pgrp()
by Peter Hurley
· 10 years ago
8a8a551
uml: Fix unsafe pid reference to foreground process group
by Peter Hurley
· 10 years ago
bce65f1
tty: Remove tsk parameter from proc_set_tty()
by Peter Hurley
· 10 years ago
11d9bef
tty: Reorder proc_set_tty() and related fns
by Peter Hurley
· 10 years ago
8f166e0
tty: Remove tty_pair_get_tty()/tty_pair_get_pty() api
by Peter Hurley
· 10 years ago
edf4eda
tty: serial: 8250_core: restore the LCR register in set_sleep
by Sudhir Sreedharan
· 10 years ago
513e438
serial: of-serial: fix up PM ops on no_console_suspend and port type
by Jingchang Lu
· 10 years ago
369e2b8
tty: Remove sparse lock annotations from tty_write_lock()/_unlock()
by Peter Hurley
· 10 years ago
91f189de
serial: Fix sparse warnings in uart_throttle()/uart_unthrottle()
by Peter Hurley
· 10 years ago
d4260b5
serial: Fix upstat_t sparse warnings
by Peter Hurley
· 10 years ago
fda2b41
goldfish: off by one in goldfish_tty_console_setup()
by Dan Carpenter
· 10 years ago
a4dc923
goldfish: fix sparse warnings
by Fabian Frederick
· 10 years ago
0df1f24
Linux 3.18-rc3
by Linus Torvalds
· 10 years ago
81d92dc
Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 10 years ago
ad2be37
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
1226716
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
3c43de0
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 10 years ago
7501a53
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
66338fe
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes
by Dave Airlie
· 10 years ago
7e05b80
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
4cb8c35
irda: stop calling sk_prot->disconnect() on connection failure
by Linus Torvalds
· 10 years ago
74cfe07
drm/exynos: correct connector->dpms field before resuming
by Andrzej Hajda
· 10 years ago
d6948b2
drm/exynos: enable vblank after DPMS on
by Andrzej Hajda
· 10 years ago
3cb6830
drm/exynos: init kms poll at the end of initialization
by Andrzej Hajda
· 10 years ago
64f7aed
drm/exynos: propagate plane initialization errors
by Andrzej Hajda
· 10 years ago
9887e2d
drm/exynos: vidi: fix build warning
by Inki Dae
· 10 years ago
d9aaf75
drm/exynos: remove explicit encoder/connector de-initialization
by Andrzej Hajda
· 10 years ago
c52142e
drm/exynos: init vblank with real number of crtcs
by Andrzej Hajda
· 10 years ago
a73896c
KVM: vmx: defer load of APIC access page address during reset
by Paolo Bonzini
· 10 years ago
282da87
KVM: nVMX: Disable preemption while reading from shadow VMCS
by Jan Kiszka
· 10 years ago
7e46ddd
KVM: x86: Fix far-jump to non-canonical check
by Nadav Amit
· 10 years ago
10a8fce
Merge branch 'vmwgfx-fixes-3.18' of git://people.freedesktop.org/~thomash/linux
by Dave Airlie
· 10 years ago
12d7aac
Merge tag 'staging-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 10 years ago
528a506e
Merge tag 'usb-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 10 years ago
4f4274a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
9f93567
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 10 years ago
ab01f96
Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
08da742
Merge tag 'pci-v3.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 10 years ago
Next »