index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-22
serial: mrst_max3110: some code cleanup
Feng Tang
2
-127
/
+201
2010-10-22
tty_io: check return code of tty_register_device
Vasiliy Kulikov
1
-2
/
+22
2010-10-22
Char: mxser, call pci_disable_device from probe/remove
Jiri Slaby
1
-25
/
+22
2010-10-22
add ttyprintk driver
Samo Pogacnik
4
-0
/
+242
2010-10-22
serial-core: restore termios settings when resume console ports
Jason Wang
1
-0
/
+12
2010-10-22
serial-core: skip call set_termios/console_start when no_console_suspend
Jason Wang
1
-1
/
+1
2010-10-22
ioctl: Use asm-generic/ioctls.h on s390 (enables termiox)
Jeff Mahoney
1
-87
/
+1
2010-10-22
ioctl: Use asm-generic/ioctls.h on mn10300 (enables termiox)
Jeff Mahoney
1
-83
/
+1
2010-10-22
ioctl: Use asm-generic/ioctls.h on m68k (enables termiox)
Jeff Mahoney
1
-79
/
+1
2010-10-22
ioctl: Use asm-generic/ioctls.h on m32r (enables termiox)
Jeff Mahoney
1
-82
/
+1
2010-10-22
ioctl: Use asm-generic/ioctls.h on ia64 (enables termiox)
Jeff Mahoney
1
-88
/
+1
2010-10-22
ioctl: Use asm-generic/ioctls.h on h8300 (enables termiox)
Jeff Mahoney
1
-80
/
+1
2010-10-22
ioctl: Use asm-generic/ioctls.h on frv (enables termiox)
Jeff Mahoney
1
-79
/
+1
2010-10-22
ioctl: Use asm-generic/ioctls.h on cris (enables termiox)
Jeff Mahoney
2
-83
/
+3
2010-10-22
ioctl: Use asm-generic/ioctls.h on avr32 (enables termiox)
Jeff Mahoney
1
-85
/
+1
2010-10-22
ioctl: Use asm-generic/ioctls.h on arm (enables termiox)
Jeff Mahoney
1
-82
/
+1
2010-10-22
tty: Remove __GFP_NOFAIL from tty_add_file()
Pekka Enberg
3
-6
/
+15
2010-10-22
serial: Add CONSOLE_POLL support for uartlite
Michal Simek
1
-1
/
+25
2010-10-22
serial: mfd: snprintf() returns largish values
Dan Carpenter
1
-0
/
+6
2010-10-22
serport: place serport serio device correctly in the device tree
Dmitry Eremin-Solenikov
1
-0
/
+1
2010-10-22
tty: add tty_struct->dev pointer to corresponding device instance
Dmitry Eremin-Solenikov
2
-0
/
+18
2010-10-22
driver core: Display error codes when class suspend fails
Mark Brown
1
-4
/
+4
2010-10-22
Driver core: Add section count to memory_block struct
Nathan Fontenot
2
-6
/
+13
2010-10-22
Driver core: Add mutex for adding/removing memory blocks
Nathan Fontenot
1
-0
/
+7
2010-10-22
Driver core: Move find_memory_block routine
Nathan Fontenot
1
-33
/
+33
2010-10-22
hpilo: Despecificate driver from iLO generation
dann frazier
2
-6
/
+6
2010-10-22
driver core: Convert link_mem_sections to use find_memory_block_hinted.
Robin Holt
1
-3
/
+5
2010-10-22
driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...
Robin Holt
2
-10
/
+20
2010-10-22
kobject: Introduce kset_find_obj_hinted.
Robin Holt
2
-0
/
+41
2010-10-22
driver core: fix build for CONFIG_BLOCK not enabled
Randy Dunlap
1
-0
/
+6
2010-10-22
driver-core: base: change to new flag variable
matt mooney
1
-3
/
+1
2010-10-22
sysfs: only access bin file vm_ops with the active lock
Eric W. Biederman
1
-16
/
+26
2010-10-22
sysfs: Fail bin file mmap if vma close is implemented.
Eric W. Biederman
1
-18
/
+8
2010-10-22
FW_LOADER: fix kconfig dependency warning on HOTPLUG
Randy Dunlap
1
-1
/
+0
2010-10-22
uio: Statically allocate uio_class and use class .dev_attrs.
Eric W. Biederman
1
-35
/
+18
2010-10-22
uio: Support 2^MINOR_BITS minors
Eric W. Biederman
1
-6
/
+37
2010-10-22
uio: Cleanup irq handling.
Eric W. Biederman
2
-8
/
+8
2010-10-22
uio: Don't clear driver data
Eric W. Biederman
1
-14
/
+3
2010-10-22
uio: Fix lack of locking in init_uio_class
Eric W. Biederman
1
-43
/
+15
2010-10-22
SYSFS: Allow boot time switching between deprecated and modern sysfs layout
Andi Kleen
7
-30
/
+68
2010-10-22
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
Kay Sievers
8
-259
/
+43
2010-10-22
base/platform: Simplifications for NULL platform data/resources handling
Anton Vorontsov
1
-20
/
+12
2010-10-22
base/platform: Safe handling for NULL platform data and resources
Anton Vorontsov
1
-1
/
+8
2010-10-22
debugfs: mark me as the maintainer
Greg Kroah-Hartman
1
-1
/
+3
2010-10-22
pch_phub: fix build warnings
Greg Kroah-Hartman
1
-5
/
+5
2010-10-22
add Packet hub driver for Topcliff Platform controller hub
Masayuki Ohtak
4
-0
/
+742
2010-10-22
driver core: platform_bus: allow runtime override of dev_pm_ops
Kevin Hilman
2
-0
/
+38
2010-10-22
uio: do not use PCI resources before pci_enable_device()
Kulikov Vasiliy
1
-6
/
+7
2010-10-22
driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type
Patrick Pannuto
1
-2
/
+2
2010-10-22
Dynamic Debug: Initialize dynamic debug earlier via arch_initcall
Thomas Renninger
1
-10
/
+23
[prev]
[next]