summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells2006-09-271-0/+39
* [PATCH] mspec driverJes Sorensen2006-09-273-0/+430
* [PATCH] Don't print virtual address in HPET initializationAndi Kleen2006-09-261-2/+2
* [PATCH] rtc: lockdep fix/workaroundPeter Zijlstra2006-09-251-2/+3
* [PATCH] briq_panel: read() and write() get __user pointers, damnitAl Viro2006-09-231-7/+10
* [PATCH] more fallout from get_property returning pointer to constAl Viro2006-09-231-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2006-09-227-64/+199
|\
| * [AGPGART] Rework AGPv3 modesetting fallback.Dave Jones2006-09-101-15/+24
| * [AGPGART] Add suspend callback for i965Dave Jones2006-09-101-0/+2
| * [AGPGART] Fix number of aperture sizes in 830 gart structs.Dave Jones2006-09-061-2/+2
| * [AGPGART] Intel 965 Express support.Eric Anholt2006-09-061-11/+152
| * Merge ../linusDave Jones2006-09-0516-186/+941
| |\
| * | [AGPGART] agp.h: constify struct agp_bridge_data::versionAlexey Dobriyan2006-09-051-1/+1
| * | [AGPGART] const'ify VIA AGP PCI table.Dave Jones2006-08-111-2/+2
| * | [AGPGART] CONFIG_PM=n slim: drivers/char/agp/intel-agp.cAlexey Dobriyan2006-08-111-0/+4
| * | [AGPGART] CONFIG_PM=n slim: drivers/char/agp/efficeon-agp.cAlexey Dobriyan2006-08-111-7/+9
| * | [AGPGART] Const'ify the agpgart driver version.Dave Jones2006-08-111-1/+1
| * | [AGPGART] remove private page protection mapHugh Dickins2006-07-261-25/+2
* | | [PATCH] memcpy_fromio() missing in istallionAl Viro2006-09-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-09-2213-55/+912
|\ \ \
| * \ \ Merge branch 'linux-2.6'Paul Mackerras2006-09-143-9/+10
| |\ \ \ | | | |/ | | |/|
| * | | [POWERPC] Quiet hvc_console console output on failed opensOlof Johansson2006-09-131-3/+1
| * | | Merge branch 'merge'Paul Mackerras2006-08-316-80/+814
| |\ \ \
| * | | | [POWERPC] Only offer CONFIG_BRIQ_PANEL if CONFIG_PPC_CHRP is enabledPaul Mackerras2006-08-251-1/+1
| * | | | Merge branch 'merge'Paul Mackerras2006-08-084-94/+111
| |\ \ \ \
| * \ \ \ \ Merge branch 'merge'Paul Mackerras2006-08-0118-134/+226
| |\ \ \ \ \
| * | | | | | [POWERPC] tmp_atmel: Constify & voidify get_property()Jeremy Kerr2006-07-311-2/+2
| * | | | | | [POWERPC] video & agp: Constify & voidify get_property()Jeremy Kerr2006-07-311-2/+2
| * | | | | | [POWERPC] pseries: Constify & voidify get_property()Jeremy Kerr2006-07-312-6/+5
| * | | | | | [POWERPC] briq_panel Kconfig fixAndrew Morton2006-07-311-0/+1
| * | | | | | Merge branch 'hvc_iseries'Stephen Rothwell2006-07-138-38/+616
| |\ \ \ \ \ \
| | * | | | | | [POWERPC] Make the hvc_console output buffer size settableStephen Rothwell2006-07-135-9/+15
| | * | | | | | [POWERPC] iseries: A new iSeries consoleStephen Rothwell2006-07-134-30/+602
| * | | | | | | [POWERPC] iseries: Small viotape cleanup allowed by devfs removalStephen Rothwell2006-07-131-4/+2
| |/ / / / / /
| * | | | | | [POWERPC] Add support for briq front panelBenjamin Herrenschmidt2006-07-073-0/+283
* | | | | | | [PATCH] IPMI: fix handling of OEM flagsCorey Minyard2006-09-161-4/+4
* | | | | | | [PATCH] hvc_console suspend fixAndrew Morton2006-09-161-0/+1
* | | | | | | [PATCH] IPMI: Fix oops on ipmi_msghandler removal for non ipmi systemsArnaud Patard2006-09-161-0/+1
| |_|_|_|/ / |/| | | | |
* | | | | | [PATCH] IPMI: fix occasional oops on module unloadCorey Minyard2006-09-011-0/+1
* | | | | | [PATCH] SBC8360: module_param() permission fixesIan E. Morgan2006-09-011-2/+2
* | | | | | [PATCH] synclink_gt: fix receive tty error handlingPaul Fulghum2006-09-011-7/+7
| |_|_|/ / |/| | | |
* | | | | [PATCH] drm: radeon flush TCL VAP for vertex program enable/disableRoland Scheidegger2006-08-301-1/+8
* | | | | [PATCH] Fix tty layer DoS and comment relevant codeAlan Cox2006-08-271-10/+79
* | | | | [PATCH] tty layer comment the locking assumptions and functions somewhatAlan Cox2006-08-272-62/+715
* | | | | [PATCH] vcsa attribute bits -> ioctl(VT_GETHIFONTMASK)Samuel Thibault2006-08-271-0/+2
* | | | | [PATCH] char/moxa.c: fix endianess and multiple-card issuesDirk Eibach2006-08-271-2/+6
* | | | | [PATCH] tty: remove bogus call to cdev_del()Rolf Eike Beer2006-08-271-1/+0
* | | | | [WATCHDOG] Kconfig typos fix.Matt LaPlante2006-08-151-4/+4
| |_|/ / |/| | |
* | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2006-08-061-61/+78
|\ \ \ \
| * | | | Input: keyboard - change to use kzallocDmitry Torokhov2006-08-041-2/+2
OpenPOWER on IntegriCloud