aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds17-1905/+1411
2006-12-07Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds13-204/+93
2006-12-07[ARM] Merge individual ARM sub-treesRussell King13-204/+93
2006-12-07Merge branch 'intx' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mi...Linus Torvalds1-8/+4
2006-12-07PCI MSI: always toggle legacy-INTx-enable bit upon MSI entry/exitJeff Garzik1-8/+4
2006-12-07ieee1394: sbp2: code formatting around work_struct stuffStefan Richter1-7/+9
2006-12-07ieee1394: nodemgr: remove a kcallocStefan Richter1-46/+20
2006-12-07ieee1394: conditionally export ieee1394_bus_typeStefan Richter1-0/+1
2006-12-07ieee1394: Consolidate driver registeringBen Collins8-27/+22
2006-12-07ieee1394: sbp2: convert from PCI DMA to generic DMAStefan Richter3-68/+62
2006-12-07ieee1394: nodemgr: spaces to tabsStefan Richter1-49/+49
2006-12-07ieee1394: nodemgr: fix deadlock in shutdownStefan Richter1-3/+18
2006-12-07ieee1394: nodemgr: remove duplicate assignmentStefan Richter1-1/+1
2006-12-07sbp2: make 1bit bitfield unsignedLuca Tettamanti1-1/+1
2006-12-07ieee1394: schedule *_oui sysfs attributes for removalStefan Richter1-1/+1
2006-12-07ieee1394: schedule unused symbol exports for removalStefan Richter1-7/+2
2006-12-07ieee1394: dv1394: schedule for feature removalStefan Richter2-9/+8
2006-12-07ieee1394: raw1394: defer feature removal of old isoch interfaceStefan Richter1-0/+17
2006-12-07ieee1394: ohci1394: call PMac code in shutdown only for proper machinesStefan Richter1-1/+1
2006-12-07ieee1394: ohci1394: reformat PPC_PMAC platform codeStefan Richter1-20/+14
2006-12-07ieee1394: ohci1394: add PPC_PMAC platform code to driver probeStefan Richter1-4/+15
2006-12-07ieee1394: sbp2: wrap two functions into oneStefan Richter1-23/+7
2006-12-07ieee1394: sbp2: update comment on things to doStefan Richter1-7/+19
2006-12-07ieee1394: sbp2: use list_move_tail()Stefan Richter1-2/+1
2006-12-07ieee1394: sbp2: more concise names for types and variablesStefan Richter2-598/+575
2006-12-07ieee1394: sbp2: remove unused struct membersStefan Richter2-25/+4
2006-12-07ieee1394: sbp2: proper unit in module parameter descriptionStefan Richter1-1/+2
2006-12-07ieee1394: sbp2: clean up sbp2_ namespaceStefan Richter2-133/+132
2006-12-07ieee1394: sbp2: some conditions in queue_command are unlikelyStefan Richter1-5/+5
2006-12-07ieee1394: sbp2: remove superfluous commentsStefan Richter2-355/+109
2006-12-07ieee1394: sbp2: delayed_work -> work_structStefan Richter2-16/+12
2006-12-07ieee1394: sbp2: coding style of some macrosStefan Richter1-77/+78
2006-12-07ieee1394: sbp2: remove debug macrosStefan Richter1-280/+20
2006-12-07ieee1394: sbp2: consolidate log levelsStefan Richter1-19/+12
2006-12-07ieee1394: sbp2: remove duplicate codeStefan Richter1-11/+0
2006-12-07ieee1394: sbp2: remove dead codeStefan Richter1-15/+0
2006-12-07ieee1394: sbp2: clean up function declarationsStefan Richter2-104/+86
2006-12-07ieee1394: sbp2: remove irritating log messageStefan Richter1-2/+0
2006-12-07ohci1394: shortcut irq printingAlexey Dobriyan1-4/+2
2006-12-07ieee1394: nodemgr: take it easy if bus_rescan_devices failsStefan Richter1-3/+2
2006-12-07drivers/ieee1394/*: use kmemdup()Eric Sesterhenn2-4/+2
2006-12-07ieee1394: ohci1394: proper log messages in suspend and resumeStefan Richter1-11/+15
2006-12-07ieee1394: ohci1394: revert fail on error in suspendStefan Richter1-2/+11
2006-12-07ieee1394: only build OUI database files if config enabledRandy Dunlap1-1/+4
2006-12-07ieee1394: fix printk format warningRandy Dunlap1-1/+1
2006-12-07ieee1394: nodemgr: revise semaphore protection of driver core dataStefan Richter1-50/+92
2006-12-07ieee1394: nodemgr: reflect which return values are errorsStefan Richter1-34/+30
2006-12-07ieee1394: nodemgr: small fix after sysfs errors patchStefan Richter1-1/+1
2006-12-07dv1394: remove BKL contentionStefan Richter1-11/+3
2006-12-07video1394: remove BKL contentionDaniel Drake1-24/+6
2006-12-07video1394: small optimizations to frame retrieval codepathDaniel Drake1-8/+10
2006-12-07ieee1394: handle sysfs errorsStefan Richter2-49/+118
2006-12-07ieee1394: coding style in hosts.cStefan Richter1-7/+11
2006-12-07ieee1394: lock smaller region by host_num_alloc mutexStefan Richter1-4/+1
2006-12-07ieee1394: usecs_to_jiffies takes unsigned int argumentStefan Richter1-5/+3
2006-12-07ieee1394: ohci1394: suspend/resume cosmeticsStefan Richter1-78/+48
2006-12-07ohci1394: steps to implement suspend/resumeBernhard Kaindl1-14/+78
2006-12-07ieee1394: raw1394: add comments on lock usageStefan Richter1-5/+5
2006-12-07ieee1394: sbp2: slightly reorder sbp2scsi_abortStefan Richter1-8/+2
2006-12-07ieee1394: remove unused struct member from highlevel APIStefan Richter1-1/+0
2006-12-07Add "run_scheduled_work()" workqueue functionLinus Torvalds1-2/+1
2006-12-07[ARM] 3995/1: iop13xx: add iop13xx supportDan Williams1-3/+3
2006-12-07Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-44/+79
2006-12-07Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds78-1177/+2097
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-81/+687
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds3-5/+5
2006-12-07[PATCH] IPMI: fix PROC_FS=n warningsRandy Dunlap2-1/+3
2006-12-07[PATCH] IPMI: increase KCS message sizeCorey Minyard1-2/+2
2006-12-07[PATCH] IPMI: Fix BT long busyCorey Minyard4-264/+417
2006-12-07[PATCH] IPMI: fix pci warningCorey Minyard1-1/+6
2006-12-07[PATCH] IPMI: add pigeonpoint poweroffCorey Minyard1-1/+51
2006-12-07[PATCH] IPMI: system interface hotplugCorey Minyard1-23/+297
2006-12-07[PATCH] IPMI: add poll delayCorey Minyard1-1/+6
2006-12-07[PATCH] IPMI: fix request eventsCorey Minyard1-10/+12
2006-12-07[PATCH] IPMI: Add maintenance modeCorey Minyard3-1/+150
2006-12-07[PATCH] IPMI: Allow hot system interface removeCorey Minyard3-131/+296
2006-12-07[PATCH] IPMI: pass sysfs name from lower level driverCorey Minyard2-6/+29
2006-12-07[PATCH] IPMI: remove interface number limitsCorey Minyard1-113/+97
2006-12-07[PATCH] IPMI: Fix device model nameCorey Minyard1-56/+91
2006-12-07[PATCH] nbd: show nbd client pid in sysfsPaul Clements1-0/+16
2006-12-07[PATCH] remove drivers/block/paride/jumboAdrian Bunk1-70/+0
2006-12-07[PATCH] paride: remove parport #ifdef'sAdrian Bunk2-46/+0
2006-12-07[PATCH] generic HDLC synclink config mismatch fixPaul Fulghum4-48/+56
2006-12-07[PATCH] Trivial cleanup in the PCI IDs for the CS5535Jordan Crouse1-1/+1
2006-12-07[PATCH] remove drivers/char/riscom8.c:baud_table[]Adrian Bunk1-5/+0
2006-12-07[PATCH] amba-pl010: clear error flags on rx errorLennert Buytenhek1-0/+2
2006-12-07[PATCH] winbond IDE depends on IDEDMAOlaf Hering1-8/+8
2006-12-07[PATCH] char: ip2 remove broken macroMariusz Kozlowski1-5/+0
2006-12-07[PATCH] rtc: ds1743 supportTorsten Ertbjerg Rasmussen2-30/+41
2006-12-07[PATCH] make 8250_pnp serial driver work after suspend to ramMike Galbraith1-1/+28
2006-12-07[PATCH] ide_scsi: allow it to be used for non CD onlyAlan Cox1-0/+6
2006-12-07[PATCH] better CONFIG_W1_SLAVE_DS2433_CRC handlingEvgeniy Polyakov3-23/+15
2006-12-07[PATCH] rtc-rs5c372: change register reading methodRiku Voipio1-40/+44
2006-12-07[PATCH] synclink_gt: fix init error handlingAkinobu Mita1-0/+1
2006-12-07[PATCH] spi: check platform_device_register_simple() errorAkinobu Mita1-0/+2
2006-12-07[PATCH] dz: Fixes to make it workMaciej W. Rozycki3-229/+212
2006-12-07[PATCH] Pass struct dev pointer to dma_cache_sync()Ralf Baechle4-103/+109
2006-12-07[PATCH] Add struct dev pointer to dma_is_consistent()Ralf Baechle1-1/+1
2006-12-07[PATCH] kernel-doc: fix fusion and i2o docsRandy Dunlap12-170/+192
2006-12-07[PATCH] export toshiba SMM support for neofb moduleRandy Dunlap1-0/+1
2006-12-07[PATCH] CISS: require same SCSI module supportRandy Dunlap1-1/+2
2006-12-07[PATCH] add return value checking of get_user() in set_vesa_blanking()Yoichi Yuasa1-6/+10
2006-12-07[PATCH] add rtc-omap driverDavid Brownell3-0/+581
2006-12-07[PATCH] agp-amd64: section mismatches with HOTPLUG=nRandy Dunlap1-1/+1
2006-12-07[PATCH] parport: section mismatches with HOTPLUG=nRandy Dunlap1-4/+4
2006-12-07[PATCH] I2O: fix I2O_CONFIG without Adaptec extensionRandy Dunlap1-1/+1
2006-12-07[PATCH] I2O: handle __copy_from_userRandy Dunlap1-1/+5
2006-12-07[PATCH] allow hwrandom core to be a moduleJan Beulich2-9/+13
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2-4/+0
2006-12-07[PATCH] HVCS char driver janitoring: move block of codeLinas Vepstas1-216/+210
2006-12-07[PATCH] make 1-bit bitfields unsignedMariusz Kozlowski2-5/+5
2006-12-07[PATCH] The scheduled removal of some OSS optionsAdrian Bunk1-32/+0
2006-12-07[PATCH] driver/base/memory.c: handle errors properlyAndrew Morton1-11/+23
2006-12-07[PATCH] PCEngines WRAP LED SupportKristian Kielhofner3-0/+149
2006-12-07[PATCH] i2lib unused variable cleanupMariusz Kozlowski1-1/+0
2006-12-07[PATCH] Correct misc_register return code handling in several driversNeil Horman5-7/+26
2006-12-07[PATCH] drivers/cdrom/*: trivial vsnprintf() conversionAlexey Dobriyan2-4/+3
2006-12-07[PATCH] Exar quad port serialPaul B Schroeder3-0/+64
2006-12-07[PATCH] lockdep: annotate bcsp driverPeter Zijlstra1-2/+2
2006-12-07[PATCH] paride: return proper error codeAkinobu Mita4-12/+12
2006-12-07[PATCH] parport_pc: Add support for OX16PCI952 parallel portRyan Underwood1-0/+4
2006-12-07[PATCH] tifm: fix NULL ptr and styleRandy Dunlap1-2/+3
2006-12-07[PATCH] paride_register(): shuffle return valuesAlexey Dobriyan16-18/+26
2006-12-07[PATCH] paride: rename pi_register() and pi_unregister()Alexey Dobriyan17-37/+37
2006-12-07[PATCH] spi: set kset of master class dev explicitlyHans-Christian Egtvedt1-0/+1
2006-12-07[PATCH] spi: correct bus_num and buffer bug in spi coreHans-Christian Egtvedt1-9/+7
2006-12-07[PATCH] lockdep: fix ide/proc interactionPeter Zijlstra1-4/+15
2006-12-07[PATCH] via82cxxx: handle error condition properlyAlan Cox1-5/+16
2006-12-07[PATCH] SysRq-X: show blocked tasksIngo Molnar1-1/+13
2006-12-07[PATCH] SPI: improve sysfs compiler complaint handlingJeff Garzik1-1/+3
2006-12-07[PATCH] RTC: handle sysfs errorsJeff Garzik4-7/+35
2006-12-07[PATCH] PNP: handle sysfs errorsJeff Garzik2-12/+35
2006-12-07[PATCH] I2O: more error checkingJeff Garzik2-10/+21
2006-12-07[PATCH] ioremap balanced with iounmap for drivers/char/istallion.cAmol Lad1-0/+4
2006-12-07[PATCH] ioremap balanced with iounmap for drivers/char/moxa.cAmol Lad1-1/+4
2006-12-07[PATCH] ioremap balanced with iounmap for drivers/char/rio/rio_linux.cAmol Lad1-1/+7
2006-12-07[PATCH] serial uartlite driverPeter Korsgaard3-0/+525
2006-12-07[PATCH] cciss: cleanup cciss_interrupt modeMike Miller1-5/+3
2006-12-07[PATCH] cciss: add support for 1024 logical volumesMike Miller3-40/+79
2006-12-07[PATCH] cciss: remove unused revalidate_allvol functionMike Miller1-73/+1
2006-12-07[PATCH] cciss: change cciss_open for consistencyMike Miller1-1/+1
2006-12-07[PATCH] cciss: set sector_size to 2048 for performanceMike Miller2-3/+10
2006-12-07[PATCH] cciss: disable DMA prefetch on P600Mike Miller2-0/+12
2006-12-07[PATCH] cciss: fix pci ssid for the E500 controllerMike Miller1-2/+2
2006-12-07[PATCH] cciss: increase number of commands on controllerMike Miller2-36/+40
2006-12-07[PATCH] cciss: reference driver supportMike Miller1-7/+23
2006-12-07[PATCH] cciss: version changeMike Miller1-3/+4
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham25-9/+26
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter25-38/+38
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter4-6/+6
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter35-71/+71
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter40-91/+91
2006-12-07[PATCH] slab: remove SLAB_NOIOChristoph Lameter1-1/+1
2006-12-07[PATCH] add numa node information to struct deviceChristoph Hellwig2-0/+2
2006-12-07[PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin1-4/+4
2006-12-07[PATCH] drm-sis linkage fixAndrew Morton1-0/+1
2006-12-07[PATCH] libata: Incorrect timing computation for PIO5/6Alan1-1/+1
2006-12-07[PATCH] sata_promise: new EH conversion, take 2Mikael Pettersson1-12/+68
2006-12-07[PATCH] libata: let ATA_FLAG_PIO_POLLING use polling pio for ATA_PROT_NODATAAlbert Lee1-0/+1
2006-12-07[PATCH] sata_promise: cleanups, take 2Mikael Pettersson1-31/+9
2006-12-07[wireless] zd1211rw: workqueue-related build fixesJeff Garzik1-5/+5
2006-12-07[netdrvr] netxen: workqueue-related build fixesJeff Garzik2-3/+2
2006-12-07Merge tag 'r8169-upstream-20061204-00' of git://electric-eye.fr.zoreil.com/ho...Jeff Garzik1-25/+59
2006-12-07Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik17-57/+140
2006-12-07[PATCH] sky2: sparse warningsStephen Hemminger2-42/+29
2006-12-07[PATCH] skge: fix sparse warningsStephen Hemminger1-75/+75
2006-12-07[PATCH] myri10ge: write as 2 32-byte blocks in myri10ge_submit_8rxBrice Goglin1-1/+3
2006-12-07[PATCH] sky2: receive queue watermark tweakStephen Hemminger2-3/+9
2006-12-07[PATCH] sky2: beter ram buffer partitioningStephen Hemminger1-16/+25
2006-12-07[PATCH] sky2: add comments to PCI idsStephen Hemminger1-25/+23
2006-12-07[PATCH] sky2: add PCI for 88ec033Stephen Hemminger1-0/+1
2006-12-07[PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb()Andrew Victor1-2/+1
2006-12-07[PATCH] AT91RM9200 Ethernet: Add netpoll / netconsole supportAndrew Victor1-0/+14
2006-12-07[PATCH] AT91RM9200 Ethernet: Move check_timer variable and use mod_timer()Andrew Victor2-9/+8
2006-12-07[PATCH] AT91RM9200 Ethernet: Remove 'at91_dev' and use netdev_priv()Andrew Victor1-30/+25
2006-12-07Merge branch 'master' into upstreamJeff Garzik391-3464/+8035
2006-12-07[TG3]: Identify Serdes devices more clearly.Michael Chan1-4/+6
2006-12-07[TG3]: Use msleep.Michael Chan1-9/+5
2006-12-07[TG3]: Use netif_msg_*.Michael Chan1-5/+10
2006-12-07[TG3]: Allow partial speed advertisement.Michael Chan1-15/+24
2006-12-07[TG3]: Add TG3_FLG2_IS_NIC flag.Michael Chan2-13/+25
2006-12-07[TG3]: Add 5787F device ID.Michael Chan1-1/+3
2006-12-07[TG3]: Fix Phy loopback.Michael Chan1-13/+10
2006-12-06[IrDA]: PXA FIR code device model conversionPaul Sokolovsky1-13/+13
2006-12-06[CRYPTO] dm-crypt: Make iv_gen_private a unionHerbert Xu1-9/+14
2006-12-06[CRYPTO] cryptoloop: Select CRYPTO_CBCHerbert Xu1-0/+1
2006-12-06[CRYPTO] geode: Make needlessly global geode_aes_crypt() staticAdrian Bunk2-3/+1
2006-12-06[BLOCK] dm-crypt: Align IV to u64 for essivHerbert Xu1-1/+1
2006-12-06[BLOCK] dm-crypt: benbi IV, big endian narrow block count for LRW-32-AESRik Snel1-1/+50
2006-12-06[PATCH] crypto: Add support for the Geode LX AES hardwareJordan Crouse4-0/+530
2006-12-06[ATM]: Add CPPFLAGS to byteorder.h checkBen Collins1-1/+1
2006-12-07[PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpuSiddha, Suresh B1-3/+3
2006-12-07[PATCH] paravirt: Allow disable power management under hypervisorRusty Russell1-1/+2
2006-12-07[PATCH] paravirt: header and stubs for paravirtualisationRusty Russell1-1/+0
2006-12-06[PATCH] ... and then some more work_struct-induced breakage (ibmvscsi)Al Viro1-4/+6
2006-12-06[PATCH] ... and more work_struct-induced breakage (mips)Al Viro2-5/+13
2006-12-06[PATCH] More work_struct induced breakage (s390)Al Viro6-24/+21
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro6-23/+22
2006-12-06[PATCH] hamradio/dmascc: fix up work_struct-induced breakageAl Viro1-4/+4
2006-12-06Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-3/+40