summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2011-03-1021-63/+283
|\
| * [media] mantis_pci: remove asm/pgtable.h includeArnaud Patard (Rtp)2011-03-031-1/+0
| * [media] tda829x: fix regression in probe functionsJarod Wilson2011-03-021-7/+7
| * [media] mceusb: don't claim multifunction device non-IR partsJarod Wilson2011-03-021-12/+15
| * [media] nuvoton-cir: fix wake from suspendJarod Wilson2011-03-022-4/+8
| * [media] cx18: Add support for Hauppauge HVR-1600 models with s5h1411Devin Heitmueller2011-03-024-4/+112
| * [media] ivtv: Fix corrective action taken upon DMA ERR interrupt to avoid hangMichael2011-03-021-7/+51
| * [media] cx25840: fix probing of cx2583x chipsSven Barth2011-03-021-1/+2
| * [media] cx23885: Remove unused 'err:' labels to quiet compiler warningAndy Walls2011-03-021-2/+0
| * [media] cx23885: Revert "Check for slave nack on all transactions"Andy Walls2011-03-021-8/+0
| * [media] DiB7000M: add pid filteringOlivier Grenie2011-03-023-2/+53
| * [media] Fix sysfs rc protocol lookup for rc-5-szAntti Seppälä2011-03-021-1/+1
| * [media] au0828: fix VBI handling when in V4L2 streaming modeDevin Heitmueller2011-02-021-4/+24
| * [media] ir-raw: Properly initialize the IR event (BZ#27202)Mauro Carvalho Chehab2011-02-021-2/+1
| * [media] s2255drv: firmware re-loading changessensoray-dev2011-02-021-4/+6
| * [media] Fix double free of video_device in mem2mem_testdevPawel Osciak2011-02-021-1/+0
| * [media] DM04/QQBOX memcpy to const char fixMalcolm Priestley2011-02-021-3/+3
* | ipmi: Fix IPMI errors due to timing problemsDoe, YiCheng2011-03-101-0/+8
* | drm/i915: Revive combination mode for backlight controlTakashi Iwai2011-03-102-0/+46
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2011-03-091-2/+5
|\ \
| * | watchdog: sbc_fitpc2_wdt, fix crash on systems without DMI_BOARD_NAMEJiri Slaby2011-03-091-2/+5
* | | Merge branch 'for-2639-rc7/i2c-fixes' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-03-093-4/+3
|\ \ \
| * | | i2c-eg20t: include slab.h for memory allocationsWolfram Sang2011-03-081-0/+1
| * | | i2c-ocores: Fix pointer type mismatch errorGrant Likely2011-03-081-1/+1
| * | | i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeupRajendra Nayak2011-03-071-3/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-091-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | mmc: fix CONFIG_MMC_UNSAFE_RESUME regressionOhad Ben-Cohen2011-03-081-1/+1
* | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-071-0/+3
|\ \ \ \
| * | | | ARM: pxa/colibri: don't register pxa2xx-pcmcia nodes on non-colibri platformsDmitry Eremin-Solenikov2011-02-271-0/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-071-2/+1
|\ \ \ \ \
| * | | | | mmc: sdio: Allow sdio operations in other threads during sdio_add_func()Dmitry Shmidt2011-03-071-2/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-03-0714-46/+89
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | drm: index i shadowed in 2nd looproel2011-03-081-2/+2
| * | | | Merge remote branch 'ickle/drm-intel-fixes' into drm-fixesDave Airlie2011-03-089-41/+70
| |\ \ \ \
| | * | | | drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson2011-03-073-5/+21
| | * | | | drm/i915: Disable GPU semaphores by defaultChris Wilson2011-03-073-2/+6
| | * | | | drm/i915: Do not overflow the MMADDR write FIFOChris Wilson2011-03-066-19/+42
| | * | | | Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"Chris Wilson2011-03-061-15/+1
| * | | | | drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenouslyBen Skeggs2011-03-082-0/+12
| * | | | | drm/nouveau: fix regression causing ttm to not be able to evict vramBen Skeggs2011-03-082-3/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-03-075-37/+120
|\ \ \ \ \
| * | | | | [S390] tape: deadlock on system work queueMartin Schwidefsky2011-03-033-34/+116
| * | | | | [S390] keyboard: integer underflow bugDan Carpenter2011-03-031-1/+2
| * | | | | [S390] xpram: remove __initdata attribute from module parametersMartin Schwidefsky2011-03-031-2/+2
* | | | | | virtio: console: Don't access vqs if device was unpluggedAmit Shah2011-03-061-0/+8
| |/ / / / |/| | | |
* | | | | drivers/video/backlight/ltv350qv.c: fix a memory leakAxel Lin2011-03-041-1/+8
* | | | | pps: make pps_gen_parport depend on BROKENThomas Gleixner2011-03-041-1/+1
* | | | | drivers/misc/bmp085.c: add MODULE_DEVICE_TABLEAxel Lin2011-03-041-0/+1
* | | | | drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie()Axel Lin2011-03-041-5/+7
* | | | | drm/nouveau: allocate kernel's notifier object at end of blockBen Skeggs2011-03-043-6/+11