summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* [AGPGART] Remove pointless assignment.Dave Jones2007-01-281-5/+5
* [AGPGART] Remove pointless typedef in ati-agpDave Jones2007-01-281-13/+13
* [AGPGART] Prevent (unlikely) memory leak in amd_create_gatt_pages()Dave Jones2007-01-281-0/+5
* [AGPGART] intel_agp: restore graphics device's pci space early in resumeWang Zhenyu2007-01-171-0/+9
* [AGPGART] drivers/char/agp/sgi-agp.c: check kmalloc() return valueakpm@osdl.org2007-01-031-4/+5
* [AGPGART] Fix PCI-posting flush typo.Thomas Hellstrom2006-12-291-1/+1
* [AGPGART] fix detection of aperture size versus GTT size on G965Eric Anholt2006-12-232-52/+62
* [AGPGART] Remove unnecessary flushes when inserting and removing pages.Thomas Hellstrom2006-12-232-23/+50
* [AGPGART] K8M890 support for amd-k8.Gabriel Mansi2006-12-191-0/+9
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-139-11/+11
* [PATCH] n_r3964: Use struct pid to track user space clientsEric W. Biederman2006-12-131-20/+17
* [PATCH] tty_io.c balance tty_ldisc_ref()Dan Carpenter2006-12-131-6/+1
* [PATCH] RTC driver init adjustmentJan Beulich2006-12-131-15/+17
* [PATCH] rtc: fx error caseJan Beulich2006-12-131-0/+8
* [PATCH] CONFIG_COMPUTONE should depend on ISA|EISA|PCIAl Viro2006-12-131-1/+1
* [PATCH] tty: remove useless memory barrierRalf Baechle2006-12-131-1/+0
* [PATCH] debug: add sysrq_always_enabled boot optionIngo Molnar2006-12-132-12/+35
* [PATCH] sx: fix non-PCI buildJiri Slaby2006-12-132-1/+9
* [PATCH] mxser_new: fix non-PCI buildJiri Slaby2006-12-132-1/+9
* [PATCH] isicom: fix build with PCI disabledRandy Dunlap2006-12-131-1/+1
* [PATCH] vt: fix comments to not refer to kill_procEric W. Biederman2006-12-131-3/+3
* [PATCH] tty: export get_current_ttyHeiko Carstens2006-12-131-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2006-12-132-2/+27
|\
| * Merge ../linusDave Jones2006-12-13299-33064/+22054
| |\
| * | [AGPGART] VIA and SiS AGP chipsets are x86-onlyMatthew Wilcox2006-12-131-2/+2
| * | [AGPGART] agp-amd64: section mismatches with HOTPLUG=nRandy Dunlap2006-12-131-1/+1
| * | [AGPGART] Fix up misprogrammed bridges with incorrect AGPv2 rates.Dave Jones2006-11-031-0/+25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-12-131-1/+1
|\ \ \
| * | | kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day2006-12-121-1/+1
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/wim/linu...Wim Van Sebroeck2006-12-124-27/+27
|\ \ \
| * | | [WATCHDOG] watchdog miscdevice patchAndrew Victor2006-12-073-5/+5
| * | | [WATCHDOG] rm9k_wdt: fix interrupt handler argumentsThomas Koeller2006-12-071-2/+2
| * | | [WATCHDOG] rm9k_wdt: fix compilationThomas Koeller2006-12-071-20/+20
* | | | [WATCHDOG] pcwd_usb.c generic HID include fileWim Van Sebroeck2006-12-121-4/+1
| |/ / |/| |
* | | [PATCH] sysctl: remove unused "context" paramAlexey Dobriyan2006-12-101-1/+1
* | | [PATCH] IPMI: misc fixesCorey Minyard2006-12-102-58/+68
* | | [PATCH] IPMI: remove zero initsRandy Dunlap2006-12-106-23/+25
* | | [PATCH] read_zero_pagealigned() locking fixHugh Dickins2006-12-101-4/+8
* | | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2006-12-0915-57/+821
|\ \ \
| * | | Fix http://bugzilla.kernel.org/show_bug.cgi?id=7606Andrew Morton2006-12-071-0/+1
| * | | drm: add flag for mapping PCI DMA buffers read-only.George Sapountzis2006-12-074-5/+27
| * | | drm: fix up irqflags in drm_lock.cDave Airlie2006-12-071-1/+1
| * | | drm: i915 updates=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-19/+21
| * | | drm: i915: fix up irqflags arg=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-2/+3
| * | | drm: i915: Only return EBUSY after we've established we need to schedule a ne...=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-5/+5
| * | | drm: i915: Fix 'sequence has passed' condition in i915_vblank_swap().=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-1/+1
| * | | drm: i915: Add SAREA fileds for determining which pipe to sync window buffer ...=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-0/+9
| * | | drm: Make handling of dev_priv->vblank_pipe more robust.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-8/+14
| * | | drm: DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-6/+40
| * | | drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-074-0/+211