summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2006-08-0616-306/+487
|\
| * Input: ati_remote - use msec instead of jiffiesDmitry Torokhov2006-08-051-58/+77
| * Input: ati_remote - add missing input_sync()Dmitry Torokhov2006-08-051-0/+1
| * Input: ati_remote - relax permissions sysfs module parametersDmitry Torokhov2006-08-051-2/+2
| * Input: ati_remote - make filter time a module parameterEdwin Huffstutler2006-08-051-14/+19
| * Input: atkbd - restore repeat rate when resumingDmitry Torokhov2006-08-051-43/+60
| * Input: trackpoint - activate protocol when resumingDmitry Torokhov2006-08-051-18/+34
| * Input: logips2pp - fix button mapping for MX300Roberto Castagnola2006-08-051-2/+1Star
| * Input: keyboard - change to use kzallocDmitry Torokhov2006-08-051-2/+2
| * Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 in...Dmitry Torokhov2006-08-05633-7298/+20165
| |\
| * | Input: serio/gameport - check whether driver core calls succeededRandy Dunlap2006-07-192-31/+100
| * | Input: spaceball - make 4000FLX Lefty workNick Martin2006-07-191-1/+1
| * | Input: keyboard - simplify emulate_raw() implementationDmitry Torokhov2006-07-191-17/+34
| * | Input: keyboard - remove static variable and clean up initializationDmitry Torokhov2006-07-191-10/+9Star
| * | Input: hiddev - use standard list implementationDmitry Torokhov2006-07-191-34/+38
| * | Input: add missing handler->start() callDmitry Torokhov2006-07-191-1/+4
| * | Input: HID - fix potential out-of-bound array accessDmitry Torokhov2006-07-151-1/+2
| * | Input: fix list iteration in input_release_device()Andrew Morton2006-07-151-3/+5
| * | Input: iforce - add Trust Force Feedback Race Master supportPrzemek Iskra2006-07-151-0/+1
| * | Input: iforce - check array bounds before accessing elementsDmitry Torokhov2006-07-071-9/+9
| * | Input: libps2 - warn instead of oopsing when passed bad argumentsDmitry Torokhov2006-07-071-0/+5
| * | Input: fm801-gp - fix use after freeDmitry Torokhov2006-07-071-2/+2
| * | Input: wistron - fix section reference mismatchesAndrew Morton2006-07-061-10/+10
| * | Input: introduce input_inject_event() functionDmitry Torokhov2006-07-063-21/+48
| * | Input: add start() method to input handlersDmitry Torokhov2006-07-062-21/+30
| * | Input: remove accept method from input_devDmitry Torokhov2006-07-062-13/+0Star
* | | [PATCH] SCX200_ACB: eliminate spurious timeout errorsDavid Woodhouse2006-08-061-2/+5
* | | [PATCH] pnpacpi: reject ACPI_PRODUCER resourcesmatthieu castet2006-08-061-0/+8
* | | [PATCH] memory hotadd fixes: avoid registering res twiceKAMEZAWA Hiroyuki2006-08-061-0/+4
* | | [PATCH] memory hotadd fixes: avoid check in acpiKAMEZAWA Hiroyuki2006-08-061-8/+1Star
* | | [PATCH] ieee1394: sbp2: enable auto spin-up for Maxtor disksStefan Richter2006-08-061-0/+3
* | | [PATCH] eicon: fix define conflict with ptraceAlexey Dobriyan2006-08-061-1/+0Star
* | | [PATCH] pSeries: hvsi char driver janitorial cleanupLinas Vepstas2006-08-061-4/+1Star
* | | [PATCH] pSeries hvsi char driver null pointer derefLinas Vepstas2006-08-061-1/+2
* | | [PATCH] au1100fb: Fix startup sequenceRodolfo Giometti2006-08-061-8/+5Star
* | | [PATCH] au1100fb: info->var.rotate fixRodolfo Giometti2006-08-061-2/+3
* | | [PATCH] md: Fix a bug that recently crept into md/linearNeilBrown2006-08-061-3/+3
* | | [PATCH] omap-rng build fixDavid Brownell2006-08-061-27/+24Star
* | | [PATCH] crash in aty128_set_lcd_enable() on PowerBookOlaf Hering2006-08-061-7/+3Star
* | | [PATCH] drivers/edac/edac_mc.h must #include <linux/platform_device.h>Adrian Bunk2006-08-061-0/+1
| |/ |/|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-08-041-21/+54
|\ \
| * | [CPUFREQ] [2/2] demand load governor modules.Jeremy Fitzhardinge2006-08-011-0/+17
| * | [CPUFREQ] [1/2] add __find_governor helper and clean up some error handling.Jeremy Fitzhardinge2006-08-011-23/+34
| * | [CPUFREQ] return error when failing to set minfreqMattia Dongili2006-08-011-0/+5
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-08-041-8/+2Star
|\ \ \
| * | | [PATCH] ahci: skip protocol test altogether in spurious interrupt codeUnicorn Chang2006-08-031-8/+2Star
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-08-048-250/+215Star
|\ \ \ \
| * | | | [PATCH] myri10ge - Fix spurious invokations of the watchdog reset handlerBrice Goglin2006-08-031-1/+4
| * | | | [PATCH] myri10ge - Write the firmware in 256-bytes chunksBrice Goglin2006-08-031-12/+7Star
| * | | | [PATCH] Stop calling phy_stop_interrupts() twiceSergei Shtylylov2006-08-031-6/+2Star