summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2006-06-2617-75/+145
|\
| * V4L/DVB (4227): Update this driver for recent header file movement.Andrew Morton2006-06-261-1/+1
| * V4L/DVB (4223): Add V4L2_CID_MPEG_STREAM_VBI_FMT controlHans Verkuil2006-06-262-0/+31
| * V4L/DVB (4222): Always switch tuner mode when calling VIDIOC_S_FREQUENCY.Hans Verkuil2006-06-261-7/+3
| * V4L/DVB (4219): Av7110: analog sound output of DVB-C rev 2.3Tim Kaiser2006-06-263-19/+64
| * V4L/DVB (4217): Fix a misplaced closing bracket/else, which caused swzigzag n...Manu Abraham2006-06-261-3/+2
| * V4L/DVB (4215): Make VIDEO_CX88_BLACKBIRD a separate build optionMichael Krufky2006-06-262-4/+16
| * V4L/DVB (4214): Make VIDEO_CX2341X a selectable build optionMichael Krufky2006-06-262-3/+12
| * V4L/DVB (4213): Cx88: cleanupsAdrian Bunk2006-06-266-29/+5
| * V4L/DVB (4211): Fix an Oops for all fe that have get_frontend_algo == NULLManu Abraham2006-06-261-13/+15
* | Merge branch 'x86-64'Linus Torvalds2006-06-265-63/+40
|\ \
| * | [PATCH] x86_64: msi_apic.c build fixChristian Kujau2006-06-261-0/+1
| * | [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen2006-06-261-6/+6
| * | [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.Andi Kleen2006-06-263-5/+8
| * | [PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen2006-06-261-52/+25
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-06-265-361/+435
|\ \
| * | [OPENPROM]: Rewrite driver to use in-kernel device tree.David S. Miller2006-06-251-257/+336
| * | [RIOWATCHDOG]: Fix the build.David S. Miller2006-06-251-2/+2
| * | [CPWATCHDOG]: Fix the build.David S. Miller2006-06-251-1/+1
| * | [PARPORT] sunbpp: Fix typo.David S. Miller2006-06-251-1/+1
| * | [MTD] sun_uflash: Port to new EBUS device layer.David S. Miller2006-06-251-100/+95
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-262-5/+8
|\ \
| * | [IOAT]: Do not dereference THIS_MODULE directly to set unsafe.David S. Miller2006-06-261-3/+2
| * | [IRDA]: add some IBM think padsBen Collins2006-06-261-2/+6
| |/
* | [PATCH] drivers/md/md.c: make code staticAdrian Bunk2006-06-261-2/+2
* | [PATCH] md: Allow the write_mostly flag to be set via sysfsNeilBrown2006-06-261-0/+12
* | [PATCH] md: Allow resync_start to be set and queried via sysfsNeilBrown2006-06-261-0/+26
* | [PATCH] md: Allow raid 'layout' to be read and set via sysfsNeilBrown2006-06-261-0/+27
* | [PATCH] md: Allow rdev state to be set via sysfsNeilBrown2006-06-261-1/+25
* | [PATCH] md: Set/get state of array via sysfsNeilBrown2006-06-261-9/+188
* | [PATCH] md: Don't write dirty/clean update to spares - leave them aloneNeilBrown2006-06-261-8/+57
* | [PATCH] md: Allow re-add to work on array without bitmapsNeilBrown2006-06-262-11/+20
* | [PATCH] md: Fix bug that stops raid5 resync from happeningNeilBrown2006-06-261-1/+1
* | [PATCH] md: Fix Kconfig errorakpm@osdl.org2006-06-261-1/+1
* | [PATCH] md: md Kconfig speeling feexJustin Piszcz2006-06-261-3/+3
* | [PATCH] md: Calculate correct array size for raid10 in new offset modeNeilBrown2006-06-261-1/+7
* | [PATCH] md: Change md/bitmap file handling to use bmap to file blocks-fixNeilBrown2006-06-261-24/+23
* | [PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocksNeilBrown2006-06-261-148/+135
* | [PATCH] md/bitmap: tidy up i_writecount handling in md/bitmapNeilBrown2006-06-262-26/+31
* | [PATCH] md/bitmap: remove dead code from md/bitmapNeilBrown2006-06-261-22/+0
* | [PATCH] md/bitmap: remove unnecessary page reference manipulations from md/bi...NeilBrown2006-06-261-18/+2
* | [PATCH] md/bitmap: use set_bit etc for bitmap page attributesNeilBrown2006-06-261-7/+12
* | [PATCH] md/bitmap: cleaner separation of page attribute handlers in md/bitmapNeilBrown2006-06-261-19/+22
* | [PATCH] md/bitmap: remove bitmap writeback daemonNeilBrown2006-06-261-107/+8
* | [PATCH] md/bitmap: fix online removal of file-backed bitmapsNeilBrown2006-06-261-2/+5
* | [PATCH] md: split reshape portion of raid5 sync_request into a separate functionNeilBrown2006-06-261-118/+128
* | [PATCH] md: make md_print_devices() staticAdrian Bunk2006-06-261-2/+5
* | [PATCH] md: support stripe/offset mode in raid10NeilBrown2006-06-261-21/+43
* | [PATCH] md: allow a linear array to have drives added while activeNeilBrown2006-06-262-15/+74
* | [PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2006-06-264-23/+99