aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-09-10[PATCH] remove ACPI S4bios supportPavel Machek3-13/+1
2005-09-10[PATCH] janitor: ide/ide-cs: replace schedule_timeout() with msleep()Nishanth Aravamudan1-2/+2
2005-09-10[PATCH] janitor: block/xd: replace schedule_timeout() with msleep()/msleep_in...Nishanth Aravamudan1-9/+6
2005-09-10[PATCH] janitor: tulip/de4x5: list_for_eachDomen Puncer1-2/+2
2005-09-10[PATCH] janitor: block/umem: replace PRINTK with pr_debugDomen Puncer1-7/+4
2005-09-10[PATCH] janitor: ide-tape: replace schedule_timeout() with msleep()Nishanth Aravamudan1-2/+1
2005-09-10[PATCH] janitor: net/ppp-generic: list_for_each_entryDomen Puncer1-16/+7
2005-09-10[PATCH] janitor: ide: min/max macros in ide-timing.hClemens Buchacher1-13/+12
2005-09-10[PATCH] drivers/char/lp.c : Use of the time_after() macroMarcelo Feitoza Parisi1-1/+2
2005-09-10[PATCH] merge some from Rusty's trivial patchesAdrian Bunk4-7/+5
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Jesper Juhl20-142/+86
2005-09-10[PATCH] fix unusual placement of inline keyword in hpetAdrian Bunk1-2/+2
2005-09-10[PATCH] telephony/ixj: use msleep() instead of schedule_timeout()Nishanth Aravamudan1-52/+10
2005-09-10[PATCH] dmapool: Fix "nocast type" warningsVictor Fusco1-1/+2
2005-09-10[PATCH] char/n_tty: fix sparse warnings (__nocast type)Victor Fusco1-1/+1
2005-09-10[PATCH] hdpu_cpustate.c: misc_register() can failChristophe Lucas1-4/+19
2005-09-10[PATCH] drivers/char/lcd.c: misc_register() can failChristophe Lucas1-1/+6
2005-09-10[PATCH] applicom: fix error handlingChristophe Lucas1-4/+20
2005-09-10[PATCH] synclink_cs add statistics clearPaul Fulghum1-5/+11
2005-09-10[PATCH] Subject: PATCH: fix numa caused compile warningsAlan Cox2-5/+11
2005-09-09[PATCH] md: fix BUG when raid10 rebuilds without enough drivesNeilBrown1-1/+7
2005-09-09[PATCH] md: fix raid10 assembly when too many devices are missingNeilBrown1-3/+27
2005-09-09[PATCH] md: really get sb_size setting right in all casesNeilBrown1-2/+2
2005-09-09[PATCH] md: make sure the new 'sb_size' is set properly device added without ...NeilBrown1-0/+2
2005-09-09[PATCH] md: report spare drives in /proc/mdstatNeilBrown1-1/+2
2005-09-09[PATCH] md: add information about superblock version to /proc/mdstatNeilBrown1-0/+9
2005-09-09[PATCH] md: use queue_hardsect_size instead of block_size for md superblock s...NeilBrown1-1/+1
2005-09-09[PATCH] md: choose better default offset for bitmap.NeilBrown1-2/+1
2005-09-09[PATCH] md: tidy up daemon stop/start code in md/bitmap.cNeilBrown2-47/+28
2005-09-09[PATCH] md: ensure bitmap_writeback_daemon handles shutdown properly.NeilBrown1-0/+3
2005-09-09[PATCH] md: use kthread infrastructure in mdNeilBrown1-38/+10
2005-09-09[PATCH] md: write-intent bitmap support for raid6NeilBrown2-11/+124
2005-09-09[PATCH] md: add write-intent-bitmap support to raid5NeilBrown2-12/+124
2005-09-09[PATCH] md: limit size of sb read/written to appropriate amountNeilBrown1-5/+15
2005-09-09[PATCH] md: fix bitmap/read_sb_page so that it handles errors properly.NeilBrown1-9/+10
2005-09-09[PATCH] md: allow md to load a superblock with feature-bit '1' setNeilBrown1-3/+3
2005-09-09[PATCH] md: allow hot-adding devices to arrays with non-persistant superblocks.NeilBrown1-2/+5
2005-09-09[PATCH] md: do not set mddev->bitmap until bitmap is fully initialisedNeilBrown1-9/+24
2005-09-09[PATCH] md: make sure bitmap_daemon_work actually does work.NeilBrown1-0/+1
2005-09-09[PATCH] md: raid1_quiesce is back to front, fix it.NeilBrown1-2/+2
2005-09-09[PATCH] md: support md/linear array with components greater than 2 terabytes.NeilBrown1-29/+66
2005-09-09[PATCH] md: add write-behind support for md/raid1NeilBrown2-11/+139
2005-09-09[PATCH] md: support write-mostly device in raid1NeilBrown2-24/+70
2005-09-09[PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown2-17/+117
2005-09-09[PATCH] md: improve handling of bitmap initialisation.NeilBrown1-7/+21
2005-09-09[PATCH] md: don't allow new md/bitmap file to be set if one already existsNeilBrown1-1/+1
2005-09-09[PATCH] dm: fix rh_dec()/rh_inc() race in dm-raid1.cJun'ichi Nomura1-3/+9
2005-09-09[PATCH] md: fail IO request to md that require a barrier.NeilBrown7-0/+34
2005-09-09[PATCH] md: fix minor error in raid10 read-balancing calculation.NeilBrown1-1/+2
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds5-54/+64
2005-09-09[PATCH] trivial iomem annotations in qla2xxx/qla_dbg.cviro@ZenIV.linux.org.uk1-1/+1
2005-09-09[PATCH] trivial __user annotations (md)viro@ZenIV.linux.org.uk1-2/+2
2005-09-09[PATCH] trivial __user annotations (evdev)viro@ZenIV.linux.org.uk1-1/+1
2005-09-09[PATCH] trivial __user cleanup (video1394)viro@ZenIV.linux.org.uk1-1/+1
2005-09-09[PATCH] trivial __user annotations (ipmi)viro@ZenIV.linux.org.uk1-2/+3
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar4-4/+4
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar26-59/+39
2005-09-09[PATCH] s3c2410fb: ARM S3C2410 framebuffer driverArnaud Patard4-0/+996
2005-09-09[PATCH] quiet non-x86 option ROM warningsOlaf Hering2-4/+5
2005-09-09[PATCH] i810fb: Stop LCD displays from flickeringAntonino A. Daplas1-0/+2
2005-09-09[PATCH] i810fb: Add i2c/DDC supportAntonino A. Daplas6-45/+429
2005-09-09[PATCH] fbcon: Break up bit_putcs into its component functionsAntonino A. Daplas2-66/+94
2005-09-09[PATCH] pxafb: Add hsync time reporting hookRichard Purdie2-0/+34
2005-09-09[PATCH] fbdev: Initialize var structure in calc_mode_timingsAntonino A. Daplas1-1/+3
2005-09-09[PATCH] nvidiafb: Fixed mirrored characters in big endian machinesAntonino A. Daplas1-0/+4
2005-09-09[PATCH] fbcon: Stop cursor timer if console is inactiveAntonino A. Daplas2-43/+52
2005-09-09[PATCH] savagefb: Make mode_option available when compiled as a moduleAntonino A. Daplas1-0/+3
2005-09-09[PATCH] nvidiafb: Use CVT to get mode for digital displaysAntonino A. Daplas1-1/+1
2005-09-09[PATCH] fbdev: Add VESA Coordinated Video Timings (CVT) supportAntonino A. Daplas4-11/+446
2005-09-09[PATCH] PCI: Small rearrangement of PCI probing codePaul Mackerras2-18/+33
2005-09-09[PATCH] PCI: Unhide SMBus on Compaq Evo N620cRumen Ivanov Zarev1-0/+6
2005-09-09[PATCH] PCI: Fix PCI bus mastering enable problem in pciehpRajesh Shah1-4/+4
2005-09-09[PATCH] radeonfb: Only request resources we needDaniel Burcaw1-9/+20
2005-09-09[PATCH] framebuffer: bit_putcs() optimization for 8x* fontsKnut Petersen1-2/+6
2005-09-09[PATCH] framebuffer: new driver for cyberblade/i1 graphics coreKnut Petersen4-2/+1493
2005-09-09[PATCH] better error handing in savagefb_probeOlaf Hering1-5/+5
2005-09-09[PATCH] sisfb updateThomas Winischhofer20-18373/+14226
2005-09-09[PATCH] matroxfb: read MGA PInS data on PowerPCIan Romanick1-0/+30
2005-09-09[PATCH] radeonfb_old: Fix broken linkAntonino A. Daplas1-2/+1
2005-09-09[PATCH] atyfb: Remove code that sets sync polarity unconditionallyAlexander Kern1-14/+0
2005-09-09[PATCH] console: Fix buffer copy on vc resizeAntonino A. Daplas1-6/+31
2005-09-09[PATCH] fbcon: Saner 16-color to 4-color conversionAntonino A. Daplas1-2/+19
2005-09-09[PATCH] fbdev: Fix greater than 1 bit monochrome color handlingAntonino A. Daplas4-27/+50
2005-09-09[PATCH] nvidiafb: Fallback to firmware EDIDAntonino A. Daplas3-8/+16
2005-09-09[PATCH] savagefb: Driver updatesAntonino A. Daplas3-21/+147
2005-09-09[PATCH] fbdev: Resurrect hooks to get EDID from firmwareAntonino A. Daplas1-1/+34
2005-09-09[PATCH] fbdev: geode updatesDavid Vrabel4-54/+143
2005-09-09[PATCH] fbdev: prevent drivers that have hardware cursors from calling softwa...James Simmons7-35/+6
2005-09-09[PATCH] vesafb: Add blanking supportAntonino A. Daplas1-0/+38
2005-09-09[PATCH] fbdev: Add fbset -a supportAntonino A. Daplas2-2/+52
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma1-2/+2
2005-09-09[PATCH] files: break up files structDipankar Sarma1-1/+3
2005-09-09[PATCH] v4l: tveeprom improved to support newer Hauppage cardsMauro Carvalho Chehab4-101/+232
2005-09-09[PATCH] v4l: TVaudio cleanup and better debug messagesMauro Carvalho Chehab1-94/+112
2005-09-09[PATCH] v4l: include saa6588 compiler option and files / fixes comments on tu...Mauro Carvalho Chehab7-3/+599
2005-09-09[PATCH] v4l: make the input event device for IR matchable by udev rules.Mauro Carvalho Chehab3-0/+3
2005-09-09[PATCH] v4l: add some missing parameter descriptions in msp3400.cMauro Carvalho Chehab1-0/+4
2005-09-09[PATCH] v4l: print warning if pal= or secam= argument is unrecognizedMauro Carvalho Chehab2-0/+25
2005-09-09[PATCH] v4l: correct the amux for composite and s-video inputs on the Sabrent...Mauro Carvalho Chehab1-2/+2
2005-09-09[PATCH] v4l: #include <linux/config.h> no longer needed.Mauro Carvalho Chehab1-1/+0
2005-09-09[PATCH] v4l: the Microtune 4049FM5 uses an IF frequency of 33.3 MHz for FM ra...Mauro Carvalho Chehab2-2/+6
2005-09-09[PATCH] v4l: some error treatment implemented at resume functions.Mauro Carvalho Chehab3-7/+51
2005-09-09[PATCH] v4l: change LG TDVS H062F from NTSC to ATSCMauro Carvalho Chehab1-1/+1
2005-09-09[PATCH] v4l: normalize whitespace and comments in tuner listsMauro Carvalho Chehab1-23/+20
2005-09-09[PATCH] v4l: cx88-dvb incorrect reporting fixed and remove bad PCI ID for Sab...Mauro Carvalho Chehab3-14/+2
2005-09-09[PATCH] v4l: add saa713x card #66: Yuan TUN-900 (saa7135)Mauro Carvalho Chehab2-0/+42
2005-09-09[PATCH] v4l: add saa713x card #65 Kworld V-Stream Studio TV TerminatorMauro Carvalho Chehab2-0/+34
2005-09-09[PATCH] v4l: correct LG NTSC TALN mini tuner takeoverMauro Carvalho Chehab1-1/+1
2005-09-09[PATCH] v4l: syncs tveeprom tuners list with the list from ivtvMauro Carvalho Chehab1-2/+10
2005-09-09[PATCH] v4l: change the prefix of msp34xx and error while reading chip versionMauro Carvalho Chehab1-3/+3
2005-09-09[PATCH] v4l: SAA7134 updates and board additionsMauro Carvalho Chehab13-37/+50
2005-09-09[PATCH] v4l: CX88 updates and card additionsMauro Carvalho Chehab12-599/+874
2005-09-09[PATCH] v4l: BTTV updates and card additionsMauro Carvalho Chehab9-514/+721
2005-09-09[PATCH] v4l: common part Updates and tuner additionsMauro Carvalho Chehab18-130/+186
2005-09-09[PATCH] VIDEO_BT848: remove not required part of the help textAdrian Bunk1-3/+0
2005-09-09[PATCH] pcmcia: add pcmcia to IRQ informationBrice Goglin2-3/+11
2005-09-09[PATCH] pcmcia: more IDs for ide_csDominik Brodowski1-1/+5
2005-09-09[PATCH] pcmcia: OMAP CF controllerDavid Brownell3-0/+381
2005-09-09[PATCH] pcmcia: remove unused Vpp1, Vpp2 and VccDominik Brodowski2-4/+1
2005-09-09[PATCH] pcmcia: remove unused client_tDominik Brodowski1-3/+0
2005-09-09[PATCH] pcmcia/yenta: avoid PCI write posting problemDaniel Ritz1-0/+6
2005-09-09[PATCH] fix pcmcia_request_irq() for multifunction cardDaniel Ritz1-1/+2
2005-09-09[PATCH] pcmcia/cs: fix possible missed wakeupDaniel Ritz1-4/+5
2005-09-09[PATCH] yenta: share code with PCI coreDominik Brodowski2-25/+20
2005-09-09[PATCH] pcmcia: reduce ds.c stack footprintIngo Molnar1-6/+18
2005-09-09[PATCH] dvb: ttusb-budget: use time_after_eq()Marcelo Feitoza Parisi1-2/+4
2005-09-09[PATCH] dvb: saa7146: i2c vs. sysfs fixPhilipp Matthias Hahn1-0/+1
2005-09-09[PATCH] dvb: ttpci: add PCI ids for old Siemens/TT DVB-C cardKarl Herz1-12/+14
2005-09-09[PATCH] dvb: ttpci: av7110: RC5+ remote control supportOliver Endriss3-111/+110
2005-09-09[PATCH] dvb: av7110: conditionally disable workaround for broken firmwareOliver Endriss1-2/+4
2005-09-09[PATCH] dvb: av7110: disable superflous firmware handshakeJohannes Stezenbach1-0/+2
2005-09-09[PATCH] dvb: budget-av: enable frontend on KNC1 Plus cardsAndrew de Quincey1-0/+1
2005-09-09[PATCH] dvb: budget-av: fixes for CI interfaceAndrew de Quincey1-3/+1
2005-09-09[PATCH] dvb: budget-ci: add support for TT DVB-C CI cardAndrew de Quincey5-122/+387
2005-09-09[PATCH] dvb: av7110: Siemens DVB-C analog video input supportthomas schorpp1-20/+54
2005-09-09[PATCH] dvb: cinergyT2: remote control fixesJohannes Stezenbach2-38/+57
2005-09-09[PATCH] dvb: dst: fix DVB-C tuningManu Abraham1-0/+1
2005-09-09[PATCH] dvb: dst: identify boardsManu Abraham2-3/+90
2005-09-09[PATCH] dvb: dst: dprrintk cleanupManu Abraham3-635/+461
2005-09-09[PATCH] dvb: dst: remove unnecessary codeManu Abraham1-95/+20
2005-09-09[PATCH] dvb: dst: fix symbol rate settingManu Abraham1-14/+14
2005-09-09[PATCH] dvb: nebula DigiTV nxt6000 fixStuart Auchterlonie1-1/+3
2005-09-09[PATCH] dvb: bt8xx: Nebula DigiTV mt352 supportDavid Johnson1-33/+108
2005-09-09[PATCH] dvb: bt8xx: cleanupDavid Johnson1-111/+114
2005-09-09[PATCH] dvb: bt8xx: endianness fixJohannes Stezenbach1-1/+1
2005-09-09[PATCH] dvb: remove noisy debug printJohannes Stezenbach1-1/+1
2005-09-09[PATCH] dvb: usb: cxusb: fixes for new firmwarePatrick Boettcher2-54/+37
2005-09-09[PATCH] dvb: usb: white space cleanupPatrick Boettcher1-3/+2
2005-09-09[PATCH] dvb: usb: digitv: support for nxt6000 demodSvante Olofsson2-16/+33
2005-09-09[PATCH] dvb: usb: core: change dvb_usb_device_init() APIPatrick Boettcher13-16/+24
2005-09-09[PATCH] dvb: usb: dtt200u: add proper device namesPatrick Boettcher1-9/+8
2005-09-09[PATCH] dvb: usb: dtt200u: copy frontend_ops before modifyingYe Jianjun (Joey1-1/+3
2005-09-09[PATCH] dvb: usb: removed empty module_init/exit callsAndreas Oberritter1-13/+0
2005-09-09[PATCH] dvb: usb: dibusb: Kworld Xpert DVB-T USB2.0 supportPatrick Boettcher2-4/+11
2005-09-09[PATCH] dvb: usb: add TwinhanDTV StarBox supportPatrick Boettcher6-5/+765
2005-09-09[PATCH] dvb: frontend: or51132: remove bogus optimization attemptMac Michaels1-16/+13
2005-09-09[PATCH] dvb: frontend: stv0297: QAM128 tuning improvementPatrick Boettcher1-1/+7
2005-09-09[PATCH] dvb: frontend: cx24110: clean up timeout handling.Johannes Stezenbach1-5/+9
2005-09-09[PATCH] dvb: frontend: cx24110: another DiSEqC fixAdam Szalkowski1-5/+8
2005-09-09[PATCH] dvb: frontend: cx24110: DiSEqC fixJohannes Stezenbach1-2/+3
2005-09-09[PATCH] dvb: frontend: ves1820: improve tuningJohannes Stezenbach1-8/+7
2005-09-09[PATCH] dvb: frontend: tda1004x: fix SNR readingAndrew de Quincey1-2/+1
2005-09-09[PATCH] dvb: frontend: stv0299: support reading both BER and UCBLOCKSAndrew de Quincey1-8/+5
2005-09-09[PATCH] dvb: frontend: s5h1420: fixesAndrew de Quincey3-69/+97
2005-09-09[PATCH] dvb: frontend: stv0299: pass i2c bus to pll callbackAndreas Oberritter9-29/+23
2005-09-09[PATCH] dvb: frontend: mt352: fix signal strength readingBarry Scott1-2/+4
2005-09-09[PATCH] dvb: core: CI timeout fixDominique Dumont1-1/+1
2005-09-09[PATCH] dvb: core: dvb_demux formatting fixesAndreas Oberritter2-293/+283
2005-09-09[PATCH] dvb: core: dvb_demux: use INIT_LIST_HEADAndreas Oberritter1-3/+3
2005-09-09[PATCH] dvb: core: dvb_demux: remove more unused cruftAndreas Oberritter5-34/+6
2005-09-09[PATCH] dvb: core: dvb_demux: remove unsused descramble callbacksAndreas Oberritter2-14/+0
2005-09-09[PATCH] dvb: core: dvb_demux: remove unused cruftAndreas Oberritter3-51/+3
2005-09-09[PATCH] dvb: core: dvb_demux: fix continuity counter error handlingAndreas Oberritter1-1/+0
2005-09-09[PATCH] dvb: core: glue code for DMX_GET_CAPS and DMX_SET_SOURCEAndreas Oberritter2-0/+21
2005-09-09[PATCH] dvb: avoid building empty built-in.oJohannes Stezenbach1-1/+4
2005-09-09[PATCH] dvb: remove version.h dependenciesOlaf Hering7-15/+0
2005-09-09[PATCH] dvb: email address updateJohannes Stezenbach5-5/+5
2005-09-09[PATCH] synclinkmp.c: fix async internal loopbackPaul Fulghum1-4/+3
2005-09-09[PATCH] synclinkmp.c: add statistics clearPaul Fulghum1-6/+8
2005-09-09[PATCH] synclinkmp.c: disable burst transfersPaul Fulghum1-1/+1
2005-09-09[PATCH] synclinkmp.c: fix double mapping of signalsPaul Fulghum1-14/+3
2005-09-09[PATCH] synclink.c: add loopback to async modePaul Fulghum1-0/+5
2005-09-09[PATCH] synclink.c: add clear statsPaul Fulghum1-6/+8
2005-09-09[PATCH] synclink.c: compiler optimisation fixPaul Fulghum1-5/+5
2005-09-09[PATCH] deadline: clean up question mark operatorAndrew Morton1-1/+4
2005-09-09[PATCH] cs89x0: add netpoll supportDeepak Saxena1-0/+19
2005-09-09[PATCH] vga text console and stty cols/rowsSamuel Thibault1-2/+69
2005-09-09[PATCH] pty_chars_in_buffer oops fixJason Baron2-28/+56
2005-09-09[PATCH] txx9 serial updateRalf Baechle1-27/+91
2005-09-09[PATCH] PCI: move pci core to use add_hotplug_env_var()Greg Kroah-Hartman1-32/+21
2005-09-09[PATCH] Fix CONFIG_ACPI_BLACKLIST_YEARviro@ZenIV.linux.org.uk1-2/+1
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds3-12/+18
2005-09-09[PATCH] gratuitous includes of asm/serial.hviro@ZenIV.linux.org.uk3-4/+2
2005-09-09[PATCH] PCI: PCI/libata INTx bug fixBrett M Russ1-1/+1
2005-09-09[PATCH] Separate pci bits out of struct device_nodePaul Mackerras3-12/+18
2005-09-08[libata] minor fixesJeff Garzik2-25/+11
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq Linus Torvalds1-1/+5
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart Linus Torvalds2-18/+17
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 Linus Torvalds75-4038/+7184
2005-09-08[PATCH] USB: yealink: fix htons usage, documentation updatesHenk1-3/+3