summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-10-151-457/+0
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-10-12104-711/+2997
| |\
| * | Input: remove ec3104_keyb driverDmitry Torokhov2007-09-041-457/+0
* | | Merge branch 'agp-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...Linus Torvalds2007-10-157-34/+50
|\ \ \
| * | | fix use after free in amd create gatt pagesJesper Juhl2007-10-151-7/+2
| * | | AGP fix race condition between unmapping and freeing pagesDave Airlie2007-10-156-27/+48
* | | | via invalid device ids removalXavier Bachelot2007-10-151-2/+0
* | | | radeon: Commit the ring after each partial texture upload blit.chaohong guo2007-10-151-1/+3
* | | | i915: fix vbl swap allocation size.Dave Airlie2007-10-151-1/+1
* | | | drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-10-1545-2146/+1489
* | | | drm: remove XFREE86_VERSION macros.Dave Airlie2007-10-153-42/+1
* | | | drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-10-1543-661/+603
* | | | drm: Remove DRM_ERR OS macro.Eric Anholt2007-10-1531-475/+474
|/ / /
* | | signedness: module_param_array nump argumentAl Viro2007-10-141-9/+9
* | | long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-144-5/+5
* | | synclink_gt endianness annotationsAl Viro2007-10-141-4/+4
* | | mpc5200_wdt: __user annotationsAl Viro2007-10-141-1/+1
| |/ |/|
* | PTY: add kernel parameter to overwrite legacy pty countKay Sievers2007-10-121-2/+7
* | Convert from class_device to device in drivers/chartonyj@suse.de2007-10-1211-39/+32
* | cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-113-112/+23
|\ \
| * | [POWERPC] iSeries: Move detection of virtual tapesStephen Rothwell2007-10-111-106/+18
| * | [POWERPC] Remove iSeries_vio_devStephen Rothwell2007-10-111-4/+3
| * | Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-036-30/+48
| |\ \
| * \ \ Merge branch 'linux-2.6'Paul Mackerras2007-09-205-24/+67
| |\ \ \
| * \ \ \ Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-09-143-3/+14
| |\ \ \ \
| * \ \ \ \ Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-08-2825-34/+68
| |\ \ \ \ \
| * | | | | | [POWERPC] Use of_get_property in ipmi codeStephen Rothwell2007-08-171-3/+3
| * | | | | | [POWERPC] Init markings for hvc_beatIshizaki Kou2007-08-171-2/+2
* | | | | | | drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-092-6/+7
* | | | | | | Correct Makefile rule for generating custom keymapMaarten Bressers2007-10-081-1/+1
* | | | | | | VT_WAITACTIVE: Avoid returning EINTR when not necessaryLinus Torvalds2007-10-071-2/+2
* | | | | | | Revert "intel_agp: fix stolen mem range on G33"Kyle McMartin2007-10-061-5/+0
| |_|_|_|/ / |/| | | | |
* | | | | | [TCP]: secure_tcp_sequence_number() should not use a too fast clockEric Dumazet2007-10-011-4/+6
* | | | | | VT ioctl race fixSamuel Ortiz2007-10-011-3/+5
* | | | | | fix console change race exposed by CFSJan Lübbe2007-09-291-2/+5
* | | | | | i915: make vbl interrupts work properly on i965g/gm hw.Dave Airlie2007-09-272-0/+18
* | | | | | Silent drivers/char/hpet.c build warnings on i386S.Çağlar Onur2007-09-261-0/+3
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-09-261-3/+3
|\ \ \ \ \ \
| * | | | | | ACPI: hpet: ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFF0Zhao Yakui2007-09-251-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | fix "mspec: handle shrinking virtual memory areas"Cliff Wickman2007-09-251-18/+8
|/ / / / /
* | | | | intel-agp: Fix i830 mask variable that changed with G33 supportDave Airlie2007-09-192-2/+3
* | | | | pci: fix unterminated pci_device_id listsKees Cook2007-09-191-1/+2
* | | | | mspec: handle shrinking virtual memory areasCliff Wickman2007-09-191-21/+48
* | | | | sparc64 (and others): fix tty_ioctl.c buildTony Breeds2007-09-151-0/+14
| |_|/ / |/| | |
* | | | intel_agp: fix GTT map size on G33Zhenyu Wang2007-09-111-1/+4
* | | | intel_agp: fix stolen mem range on G33Zhenyu Wang2007-09-111-0/+5
* | | | tty: termios locking functions break with new termios typeDavid Miller2007-09-111-2/+2
* | | | Do not use the ia64 clocksource on non-ia64 architecturesLinus Torvalds2007-08-311-0/+3
| |/ / |/| |
* | | [MIPS] Delete duplicate inclusion of <linux/delay.h>.Ralf Baechle2007-08-271-1/+0
OpenPOWER on IntegriCloud