Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e0802793f6f65242760089d8d85a50098706dd26
e080279
mlx4_core: return a negative error value
by roel kluin
· 15 years ago
c7cd606
can: Fix data length code handling in rx path
by Oliver Hartkopp
· 15 years ago
d90a909
net: Fix userspace RTM_NEWLINK notifications.
by Eric W. Biederman
· 15 years ago
5781b23
udp: udp_lib_get_port() fix
by Eric Dumazet
· 15 years ago
e1187b3
be2net: fix error in rx completion processing.
by Ajit Khaparde
· 15 years ago
7227909
igbvf: avoid reset storms due to mailbox issues
by Alexander Duyck
· 15 years ago
fef45f4
igb: fix handling of mailbox collisions between PF/VF
by Alexander Duyck
· 15 years ago
ceb0c77
usb: remove rare pm primitive for conversion to new API
by Oliver Neukum
· 15 years ago
5017065
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
2fe77b8
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 15 years ago
cb5228a6
Staging: batman: fix debug Kconfig option
by Greg Kroah-Hartman
· 15 years ago
0f4974c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 15 years ago
3126c13
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
f4d544e
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 15 years ago
0e2f7b8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
by Linus Torvalds
· 15 years ago
f58df54
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 15 years ago
748e566
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
5f1141e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 15 years ago
880188b
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
by Linus Torvalds
· 15 years ago
36ba782
tty: split the lock up a bit further
by Alan Cox
· 15 years ago
5ec93d1
tty: Move the leader test in disassociate
by Alan Cox
· 15 years ago
38c70b2
tty: Push the bkl down a bit in the hangup code
by Alan Cox
· 15 years ago
f18f949
tty: Push the lock down further into the ldisc code
by Alan Cox
· 15 years ago
eeb89d9
tty: push the BKL down into the handlers a bit
by Alan Cox
· 15 years ago
e8c6210
tty: moxa: split open lock
by Alan Cox
· 15 years ago
f710ebd
tty: moxa: Kill the use of lock_kernel
by Alan Cox
· 15 years ago
8482bcd
tty: moxa: Fix modem op locking
by Alan Cox
· 15 years ago
f9b412a
tty: moxa: Kill off the throttle method
by Alan Cox
· 15 years ago
a808ac0
tty: moxa: Locking clean up
by Alan Cox
· 15 years ago
f5c5a36
tty: moxa: rework the locking a bit
by Alan Cox
· 15 years ago
f176178
tty: moxa: Use more tty_port ops
by Alan Cox
· 15 years ago
2493c0c
tty: isicom: fix deadlock on shutdown
by Alan Cox
· 15 years ago
07f86c0
tty: mxser: Use the new locking rules to fix setserial properly
by Alan Cox
· 15 years ago
6769140
tty: mxser: use the tty_port_open method
by Alan Cox
· 15 years ago
6ed847d
tty: isicom: sort out the board init logic
by Alan Cox
· 15 years ago
baaa08a
tty: isicom: switch to the new tty_port_open helper
by Alan Cox
· 15 years ago
568aafc
tty: tty_port: Add a kref object to the tty port
by Alan Cox
· 15 years ago
338818f
tty: istallion: tty port open/close methods
by Alan Cox
· 15 years ago
047e965
tty: stallion: Convert to the tty_port_open/close methods
by Alan Cox
· 15 years ago
a9a37ec
tty: tty_port: Move the IO_ERROR clear
by Alan Cox
· 15 years ago
d74e828
tty: tty_port: Add IO_ERROR bit handling
by Alan Cox
· 15 years ago
8f1e672
tty: riscom8: switch to the tty_port_open API
by Alan Cox
· 15 years ago
44e4909
tty: tty_port: Change the buffer allocator locking
by Alan Cox
· 15 years ago
1f100b3
tty: sdio_uart: Fix the locking on "func" for new code
by Alan Cox
· 15 years ago
4b3b49b
tty: sdio_uart: add modem functionality
by Alan Cox
· 15 years ago
c271cf3
tty: sdio_uart: Style fixes
by Alan Cox
· 15 years ago
6238e71
tty: sdio_uart: Fix termios handling
by Alan Cox
· 15 years ago
584abc3
tty: sdio_uart: Switch to the open/close helpers
by Alan Cox
· 15 years ago
0a68f64
sdio_uart: Move the open lock
by Alan Cox
· 15 years ago
530646f
sdio_uart: refcount the tty objects
by Alan Cox
· 15 years ago
0395b48
sdio_uart: Fix oops caused by the previous changeset
by Nicolas Pitre
· 15 years ago
b5849b1
sdio_uart: use tty_port
by Alan Cox
· 15 years ago
e707c35
tty_port: Move hupcl handling
by Alan Cox
· 15 years ago
edfacdd
devpts_get_tty() should validate inode
by Sukadev Bhattiprolu
· 15 years ago
68cb4f8
Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
by Ian Jackson
· 15 years ago
7e11a0f
tty: docs: serial/tty, add to ldisc methods
by Tilman Schmidt
· 15 years ago
c934878
Serial: pxa: work around Errata #75
by Uwe Kleine-König
· 15 years ago
4c0ebb8
serial, 8250: calculate irqflags bitmask before loop
by André Goddard Rosa
· 15 years ago
82cb7ba
serial: cascade needless conditionals
by André Goddard Rosa
· 15 years ago
9e845ab
serial: fix NULL pointer dereference
by André Goddard Rosa
· 15 years ago
2a0785e
opticon: Fix resume logic
by Alan Cox
· 15 years ago
82fc594
usb_serial: Kill port mutex
by Alan Cox
· 15 years ago
e1108a6
usb_serial: Use the shutdown() operation
by Alan Cox
· 15 years ago
d774a56
tty_port: coding style cleaning pass
by Alan Cox
· 15 years ago
64bc397
tty_port: add "tty_port_open" helper
by Alan Cox
· 15 years ago
894cb91
tty: stallion: kill BKL ioctl
by Alan Cox
· 15 years ago
6268753
tty: istallion: Kill off the BKL ioctl
by Alan Cox
· 15 years ago
f53a2ad
tty: esp: remove broken driver
by Alan Cox
· 15 years ago
1cceefd
tty: const: constify remaining tty_operations
by Alexey Dobriyan
· 15 years ago
e6bdf24
jsm: adding EEH handlers
by Breno Leitao
· 15 years ago
f9d1dff
jsm: removing the field jsm_board->intr_count
by Breno Leitão
· 15 years ago
a44829d
jsm: Removing unused jsm_channel->ch_wopen field
by Breno Leitão
· 15 years ago
2fd107c
jsm: Remove ch_cpstime field
by Breno Leitão
· 15 years ago
cead486
jsm: removing ch_old_baud field
by Breno Leitão
· 15 years ago
a53568a
jsm: remove the ch_custom_speed field
by Breno Leitão
· 15 years ago
354aaf9
jsm: Rewriting a bad log message
by Breno Leitão
· 15 years ago
a88a477
jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabled
by Breno Leitão
· 15 years ago
e93737b
net: Handle NETREG_UNINITIALIZED devices correctly
by Krishna Kumar
· 15 years ago
bbb8461
can: add the driver for Analog Devices Blackfin on-chip CAN controllers
by Barry Song
· 15 years ago
c20a66f
xfrm: Fix truncation length of authentication algorithms installed via PF_KEY
by Martin Willi
· 15 years ago
de039f0
net: use compat helper functions in compat_sys_recvmmsg
by Heiko Carstens
· 15 years ago
60c2ffd
net: fix compat_sys_recvmmsg parameter type
by Heiko Carstens
· 15 years ago
ccdddf5
cxgb3: Fixing EEH handlers
by Breno Leitao
· 15 years ago
4e9c4fd
cnic: Zero out status block and Event Queue indices.
by Michael Chan
· 15 years ago
1bcdc32
cnic: Send delete command when shutting down iSCSI ring.
by Michael Chan
· 15 years ago
5fc3441
net: smc91x: Fix up type mismatch in smc_drv_resume().
by Paul Mundt
· 15 years ago
fd0775b
smc91x: fix unused flags warnings on UP systems
by Mike Frysinger
· 15 years ago
f0348d4
MAINTAINERS: Transfering maintainership of cdc-ether
by Oliver Neukum
· 15 years ago
d66f0b2
net: Add missing TST_CFG_WRITE bits around sky2_pci_write
by Takashi Iwai
· 15 years ago
b338682
net: Fix Yukon-2 Optima TCP offload setup
by Takashi Iwai
· 15 years ago
9764757
Merge branch 'drm-nouveau-pony' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
9148bce
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
ba2dca9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
44a743f
xfs: Fix error return for fallocate() on XFS
by Jason Gunthorpe
· 15 years ago
30ac068
xfs: cleanup dmapi macros in the umount path
by Christoph Hellwig
· 15 years ago
0c3dc2b
xfs: remove incorrect sparse annotation for xfs_iget_cache_miss
by Christoph Hellwig
· 15 years ago
b8f82a4
xfs: kill the STATIC_INLINE macro
by Christoph Hellwig
· 15 years ago
5683f53
xfs: uninline xfs_get_extsz_hint
by Christoph Hellwig
· 15 years ago
e82fa0c
xfs: rename xfs_attr_fetch to xfs_attr_get_int
by Christoph Hellwig
· 15 years ago
6ad112b
xfs: simplify xfs_buf_get / xfs_buf_read interfaces
by Christoph Hellwig
· 15 years ago
Next »