aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-12-16Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds3-18/+99
2006-12-16[PATCH] pata_via: Cable detect errorAlan1-2/+7
2006-12-16[PATCH] Fix help text for CONFIG_ATA_PIIXAlan1-3/+3
2006-12-16[PATCH] initializer entry defined twice in pata_rz1000Ira Snyder1-2/+0
2006-12-16[PATCH] ata: fix platform_device_register_simple() error checkAkinobu Mita3-5/+7
2006-12-16[PATCH] ahci: do not mangle saved HOST_CAP while resetting controllerTejun Heo1-2/+0
2006-12-16[PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2)Tejun Heo1-4/+10
2006-12-16[libata] sata_svw: Disable ATAPI DMA on current boards (errata workaround)Jeff Garzik1-7/+34
2006-12-16[libata] use kmap_atomic(KM_IRQ0) in SCSI simulatorJeff Garzik1-2/+2
2006-12-16[PATCH] ata_piix: use piix_host_stop() in ich_pata_opsTejun Heo1-1/+1
2006-12-16[PATCH] ata_piix: IDE mode SATA patch for Intel ICH9Jason Gaston1-4/+16
2006-12-15IB/mthca: Use DEFINE_MUTEX() instead of mutex_init()Roland Dreier1-3/+1
2006-12-15IB/mthca: Add HCA profile module parametersLeonid Arsh1-14/+97
2006-12-15IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4GRoland Dreier2-2/+2
2006-12-15[S390] cio: css_register_subchannel race.Stefan Bader1-1/+2
2006-12-15[S390] Fix reboot hang on LPARsMichael Holzheu1-2/+23
2006-12-15[S390] sclp_cpi module license.Christian Borntraeger1-0/+2
2006-12-15[S390] zcrypt: module unload fixes.Ralph Wuerthner1-2/+12
2006-12-15[S390] Hipersocket multicast queue: make sure outbound handler is calledUrsula Braun1-5/+8
2006-12-13Driver core: Make platform_device_add_data accept a const pointerScott Wood1-1/+1
2006-12-13Driver core: "platform_driver_probe() can save codespace": save codespaceAndrew Morton1-1/+1
2006-12-13driver core: delete virtual directory on class_unregister()Akinobu Mita1-0/+2
2006-12-13[PATCH] Add support for Korenix 16C950-based PCI cardsRussell King1-0/+24
2006-12-13Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+1
2006-12-13Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds19-278/+3883
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day109-159/+159
2006-12-13[PATCH] sstfb: add sysfs interfaceHelge Deller1-230/+105
2006-12-13[PATCH] fbdev: remove references to non-existent fbmon_valid_timings()Geert Uytterhoeven2-12/+0
2006-12-13[PATCH] HPT37x: read f_CNT saved by BIOS from portSergei Shtylyov1-3/+3
2006-12-13[PATCH] ide: HPT3xx: fix PCI clock detectionSergei Shtylyov1-14/+32
2006-12-13[PATCH] ide: fix the case of multiple HPT3xx chips presentSergei Shtylyov1-3/+8
2006-12-13[PATCH] ide: fix HPT3xx hotswap supportSergei Shtylyov1-79/+36
2006-12-13[PATCH] ide: optimize HPT37x timing tablesSergei Shtylyov1-230/+174
2006-12-13[PATCH] ide: fix HPT37x timing tablesSergei Shtylyov1-120/+29
2006-12-13[PATCH] ide: HPT3xxN clocking fixesSergei Shtylyov1-84/+139
2006-12-13[PATCH] remove the broken BLK_DEV_SWIM_IOP driverAdrian Bunk3-586/+0
2006-12-13[PATCH] n_r3964: Use struct pid to track user space clientsEric W. Biederman1-20/+17
2006-12-13[PATCH] tty_io.c balance tty_ldisc_ref()Dan Carpenter1-6/+1
2006-12-13[PATCH] rtc framewok: rtc_wkalrm.enabled reporting updatesDavid Brownell5-12/+8
2006-12-13[PATCH] rtc: remove syslog spam on registrationDavid Brownell3-3/+3
2006-12-13[PATCH] RTC driver init adjustmentJan Beulich1-15/+17
2006-12-13[PATCH] rtc: fx error caseJan Beulich1-0/+8
2006-12-13[PATCH] missing includes in hilkbdAl Viro1-0/+5
2006-12-13[PATCH] CONFIG_COMPUTONE should depend on ISA|EISA|PCIAl Viro1-1/+1
2006-12-13[PATCH] tty: remove useless memory barrierRalf Baechle1-1/+0
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day17-56/+56
2006-12-13[PATCH] debug: add sysrq_always_enabled boot optionIngo Molnar2-12/+35
2006-12-13[PATCH] cciss: remove calls to pci_disable_deviceMike Miller1-6/+13
2006-12-13[PATCH] cciss: map out more memory for config tableMike Miller1-1/+1
2006-12-13[PATCH] sx: fix non-PCI buildJiri Slaby2-1/+9
2006-12-13[PATCH] mxser_new: fix non-PCI buildJiri Slaby2-1/+9
2006-12-13[PATCH] isicom: fix build with PCI disabledRandy Dunlap1-1/+1
2006-12-13[PATCH] w1: Fix for kconfig entry typoEvgeniy Polyakov1-2/+2
2006-12-13[PATCH] KVM: Fix vmx hardware_enable() on macbooksAvi Kivity1-1/+1
2006-12-13[PATCH] KVM: Don't touch the virtual apic vt registers on 32-bitMichael Riepe1-0/+2
2006-12-13[PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versaAvi Kivity2-5/+3
2006-12-13[PATCH] md: Don't assume that READ==0 and WRITE==1 - use the names explicitlyNeilBrown4-15/+15
2006-12-13[PATCH] vt: fix comments to not refer to kill_procEric W. Biederman1-3/+3
2006-12-13[PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on ptesAvi Kivity2-28/+9
2006-12-13[PATCH] KVM: Remove extranous put_cpu() from vcpu_put()Avi Kivity1-1/+0
2006-12-13[PATCH] KVM: Move find_vmx_entry() to vmx.cAvi Kivity2-21/+12
2006-12-13[PATCH] KVM: Make the GET_SREGS and SET_SREGS ioctls symmetricUri Lublin1-0/+2
2006-12-13[PATCH] i2o_exec_exit and i2o_driver_exit should not be __exit.Ralf Baechle3-4/+4
2006-12-13[PATCH] isdn/gigaset: fix possible missing wakeupTilman Schmidt1-66/+52
2006-12-13[PATCH] fix more workqueue build breakage (tps65010)David Brownell1-9/+12
2006-12-13[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity8-50/+50
2006-12-13[PATCH] KVM: Clean up AMD SVM debug registers load and unloadAvi Kivity1-43/+8
2006-12-13[PATCH] KVM: Put KVM in a new Virtualization menuAvi Kivity1-0/+4
2006-12-13[PATCH] KVM: Add missing includeAnthony Liguori1-0/+1
2006-12-13[PATCH] tty: export get_current_ttyHeiko Carstens1-0/+1
2006-12-13[PATCH] Fixup cciss error handlingJens Axboe1-1/+1
2006-12-13[PATCH 2/2] cciss: remove calls to pci_disable_devicemike.miller@hp.com1-5/+1
2006-12-13[PATCH 1/2] cciss: map out more memory for config tablemike.miller@hp.com1-1/+1
2006-12-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2-2/+27
2006-12-12Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds31-337/+1634
2006-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds7-19/+18
2006-12-12Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds5-31/+28
2006-12-12Merge ../linusDave Jones2816-93974/+196734
2006-12-12[AGPGART] VIA and SiS AGP chipsets are x86-onlyMatthew Wilcox1-2/+2
2006-12-12[AGPGART] agp-amd64: section mismatches with HOTPLUG=nRandy Dunlap1-1/+1
2006-12-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/wim/linu...Wim Van Sebroeck4-27/+27
2006-12-12IPoIB: Make sure struct ipoib_neigh.queue is always initializedRoland Dreier1-2/+1
2006-12-12[WATCHDOG] pcwd_usb.c generic HID include fileWim Van Sebroeck1-4/+1
2006-12-12Merge ../linusDave Jones1870-58294/+116175
2006-12-12IB/iser: Use the new verbs DMA mapping functionsRalph Campbell2-63/+61
2006-12-12IB/srp: Use new verbs IB DMA mapping functionsRalph Campbell2-34/+49
2006-12-12IPoIB: Use the new verbs DMA mapping functionsRalph Campbell2-41/+38
2006-12-12IB/core: Use the new verbs DMA mapping functionsRalph Campbell3-55/+53
2006-12-12IB/ipath: Implement new verbs DMA mapping functionsRalph Campbell6-7/+201
2006-12-12RDMA/cma: Export rdma cm interface to userspaceSean Hefty3-3/+882
2006-12-12RDMA/cma: Add support for RDMA_PS_UDPSean Hefty1-16/+204
2006-12-12RDMA/cma: Allow early transition to RTS to handle lost CM messagesSean Hefty2-24/+48
2006-12-12RDMA/cma: Report connect info with connect eventsSean Hefty1-57/+85
2006-12-12RDMA/cma: Remove unneeded qp_type parameter from rdma_cmSean Hefty1-5/+1
2006-12-12IB/ipath: Fix IRQ for PCI Express HCAsRoland Dreier1-1/+1
2006-12-12RDMA/amso1100: Fix memory leak in c2_qp_modify()Krishna Kumar1-5/+8
2006-12-12IB/iser: Remove unused "write-only" variablesRoland Dreier2-6/+1
2006-12-12IB/ipath: Remove unused "write-only" variablesRoland Dreier7-18/+9
2006-12-12IB/fmr: ib_flush_fmr_pool() may wait too longRoland Dreier1-10/+2
2006-12-12Jon needs a new shift key.Dave Jones1-1/+1
2006-12-12kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day4-15/+15
2006-12-12e100: replace kmalloc with kcallocYan Burman1-2/+1
2006-12-12[PATCH] remove config ordering/dependency between ucb1400-ts and sound subsystemNicolas Pitre1-1/+1
2006-12-12Fix small typo in drivers/serial/icom.cThomas Hisch1-1/+1
2006-12-12Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds49-1446/+1368
2006-12-12hwmon: New AMS hardware monitoring driverStelian Pop8-0/+1037
2006-12-12hwmon: New Winbond W83793 hardware monitoring driverRudolf Marek3-0/+1620
2006-12-12hwmon: Update Rudolf Marek's e-mail addressJean Delvare5-7/+7
2006-12-12hwmon/f71805f: Fix the device address decodingJean Delvare1-3/+4
2006-12-12hwmon/f71805f: Always create all fan inputsJean Delvare1-51/+23
2006-12-12hwmon/f71805f: Add support for the Fintek F71872F/FG chipJean Delvare2-45/+190
2006-12-12hwmon: New PC87427 hardware monitoring driverJean Delvare3-0/+641
2006-12-12hwmon/it87: Remove the SMBus interface supportJean Delvare1-151/+51
2006-12-12hwmon/hdaps: Update the list of supported devicesStephan Berberig2-3/+6
2006-12-12hwmon/hdaps: Move the DMI detection data to .dataJean Delvare1-39/+29
2006-12-12hwmon/pc87360: Autodetect the VRM versionJim Cromie1-1/+1
2006-12-12hwmon/f71805f: Add support for "speed mode" fan speed controlJean Delvare1-1/+49
2006-12-12hwmon/f71805f: Support DC fan speed control modeJean Delvare1-3/+43
2006-12-12hwmon/f71805f: Let the user adjust the PWM base frequencyJean Delvare1-1/+62
2006-12-12hwmon/f71805f: Add manual fan speed controlJean Delvare1-1/+144
2006-12-12hwmon/f71805f: Store the fan control registersJean Delvare1-11/+15
2006-12-12Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds3-34/+252
2006-12-12[PATCH] net, 8139too.c: fix netpoll deadlockIngo Molnar1-2/+3
2006-12-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mchehab/...Linus Torvalds1-5/+9
2006-12-12V4L/DVB (4954): Fix: On ia64, i2c adap->inb/adap->outb are wrongly evaluatedMauro Carvalho Chehab1-5/+9
2006-12-12[PATCH] remove blk_queue_activity_fnBoaz Harrosh1-4/+0
2006-12-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-4/+5
2006-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds3-0/+1060
2006-12-12sh: SH-MobileR SH7722 CPU support.Paul Mundt2-0/+36
2006-12-12rtc: rtc-sh: alarm support.Jamie Lenehan1-25/+201
2006-12-12rtc: rtc-sh: fix rtc for out-by-one for the month.Jamie Lenehan1-3/+3
2006-12-12serial: sh-sci: Shut up various sci_rxd_in() gcc4 warnings.Paul Mundt1-0/+5
2006-12-12rtc: rtc-sh: fix for period rtc interrupts.Jamie Lenehan1-21/+22
2006-12-11[HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle1-1/+1
2006-12-11[ATM]: Ignore generated file pca200e_ecd.bin2Ralf Baechle1-1/+1
2006-12-11[NET]: Fix WAN routers kconfig dependency.Randy Dunlap1-2/+3
2006-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds3-164/+190
2006-12-11[PATCH] smc91x: Kill off excessive versatile hooks.Paul Mundt1-90/+0
2006-12-11[PATCH] myri10ge: update driver version to 1.1.0Brice Goglin1-1/+1
2006-12-11[PATCH] myri10ge: fix big_bytes in case of vlan framesBrice Goglin1-2/+2
2006-12-11[PATCH] myri10ge: Full vlan frame in small_bytesBrice Goglin1-2/+2
2006-12-11[PATCH] myri10ge: drop contiguous skb routinesBrice Goglin1-204/+8
2006-12-11[PATCH] myri10ge: switch to page-based skbBrice Goglin1-79/+93
2006-12-11[PATCH] myri10ge: add page-based skb routinesBrice Goglin1-0/+190
2006-12-11[PATCH] myri10ge: indentation cleanupsBrice Goglin1-4/+4
2006-12-11[PATCH] chelsio: working NAPIStephen Hemminger4-83/+67
2006-12-11[PATCH] MACB: Use __raw register accessHaavard Skinnemoen2-3/+3
2006-12-11[PATCH] MACB: Use struct delayed_work instead of struct work_structHaavard Skinnemoen2-4/+4
2006-12-11[PATCH] ucc_geth: Initialize mdio_lock.Scott Wood1-0/+2
2006-12-11[PATCH] ucc_geth: compilation error fixesScott Wood1-5/+5
2006-12-11AT91 MMC update for 2.6.19Andrew Victor1-17/+24
2006-12-11mmc: Change SDHCI iomem error to a warningPierre Ossman1-2/+2
2006-12-11mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removalVitaly Wool1-1/+3
2006-12-11AT91 MMC 5 : Minor cleanupsAndrew Victor1-9/+9
2006-12-11AT91 MMC 4 : Interrupt handler cleanupAndrew Victor1-45/+43
2006-12-11AT91 MMC 3 : Move global mci_clk variableAndrew Victor1-11/+11
2006-12-11AT91 MMC 2 : Use platform resourcesAndrew Victor1-7/+34
2006-12-11AT91 MMC 1: Pass host structure.Andrew Victor1-89/+81
2006-12-11[POWERPC] ps3: Add vuart supportGeoff Levand3-0/+1060
2006-12-10i2c: Fix OMAP clock prescaler to match the commentJean Delvare1-2/+2
2006-12-10i2c: Refactor a kfree in i2c-devJean Delvare1-2/+1
2006-12-10i2c: Fix return value check in i2c-devAkinobu Mita1-2/+2
2006-12-10i2c: Enable PEC on more i2c-i801 devicesJean Delvare1-4/+12
2006-12-10i2c: Discard the i2c algo del_bus wrappersJean Delvare32-80/+45
2006-12-10i2c: New ARM Versatile/Realview bus driverRussell King3-0/+165
2006-12-10i2c: fix broken ds1337 initializationDirk Eibach1-1/+7
2006-12-10i2c: Use the __ATTR macro where possibleJean Delvare1-7/+4
2006-12-10i2c: Whitespace cleanupsDavid Brownell2-44/+44
2006-12-10i2c: Use put_user instead of copy_to_user where possibleJean Delvare1-2/+1
2006-12-10i2c: New Atmel AT91 bus driverAndrew Victor3-0/+333
2006-12-10i2c: Add support for nested i2c bus lockingJiri Kosina1-1/+1
2006-12-10i2c: Cleanups to the i2c-nforce2 bus driverHans-Frieder Vogt1-75/+14
2006-12-10i2c: Add request/release_mem_region to i2c-ibm_iic bus driverJean-Baptiste Maneyrol1-0/+9
2006-12-10i2c: New Philips PNX bus driverVitaly Wool3-0/+728
2006-12-10i2c: Delete the broken i2c-ite bus driverJean Delvare7-1226/+0
2006-12-10[CRYPTO] dm-crypt: Select CRYPTO_CBCHerbert Xu1-0/+1
2006-12-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mchehab/...Linus Torvalds110-4156/+15543
2006-12-10[PATCH] kvm: userspace interfaceAvi Kivity17-0/+9587
2006-12-10[PATCH] clocksource: small cleanupDaniel Walker1-3/+3
2006-12-10[PATCH] md: assorted md and raid1 one-linersNeilBrown2-1/+3
2006-12-10[PATCH] md: return a non-zero error to bi_end_io as appropriate in raid5NeilBrown1-4/+12
2006-12-10[PATCH] md: remove some old ifdefed-out code from raid5.cNeilBrown1-63/+0
2006-12-10[PATCH] MD: conditionalize some codeJeff Garzik1-1/+3
2006-12-10[PATCH] md: fix innocuous bug in raid6 stripe_to_pdidxNeilBrown1-4/+6
2006-12-10[PATCH] md: enable bypassing cache for readsRaz Ben-Jehuda(caro)1-0/+5
2006-12-10[PATCH] md: allow reads that have bypassed the cache to be retried on failureRaz Ben-Jehuda(caro)1-5/+160
2006-12-10[PATCH] md: handle bypassing the read cache (assuming nothing fails)Raz Ben-Jehuda(caro)1-0/+78
2006-12-10[PATCH] md: define raid5_mergeable_bvecRaz Ben-Jehuda(caro)1-0/+24
2006-12-10[PATCH] md: tidy up device-change notification when an md array is stoppedNeilBrown1-5/+5
2006-12-10[PATCH] Fbdev driver for IBM GXT4500P videocardsPaul Mackerras3-0/+752
2006-12-10[PATCH] ide-cd: Handle strange interrupt on the Intel ESB2Alan Cox2-0/+11
2006-12-10[PATCH] Don't build some broken ISDN drivers on big endian MIPSRalf Baechle1-5/+5
2006-12-10[PATCH] pdc202xx_new: fix PLL/timing issuesSergei Shtylyov1-108/+375
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan1-1/+1
2006-12-10[PATCH] IPMI: misc fixesCorey Minyard2-58/+68
2006-12-10[PATCH] IPMI: remove zero initsRandy Dunlap6-23/+25
2006-12-10[PATCH] AT91RM9200 RTCAndrew Victor3-2/+2
2006-12-10[PATCH] RTCs don't use i2c_adapter.devDavid Brownell4-10/+10
2006-12-10[PATCH] rtc: Add rtc_merge_alarm()Scott Wood1-0/+81
2006-12-10[PATCH] geode crypto is PCI deviceRandy Dunlap1-1/+1