aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-06-25[PATCH] "RTC-framework" driver for DS1307 and similar RTC chipsDavid Brownell3-0/+407
2006-06-25[PATCH] megaraid_mbox: fix section mismatch warningsRandy Dunlap1-1/+1
2006-06-25[PATCH] wd7000: fix section mismatch warningsRandy.Dunlap1-1/+1
2006-06-25[PATCH] AX88796 parallel port driverBen Dooks3-1/+457
2006-06-25[PATCH] moxa: partial CodingStyle cleanup & spelling fixesJesper Juhl1-344/+450
2006-06-25[PATCH] moxa: remove pointless check of 'tty' argument vs NULLJesper Juhl1-2/+2
2006-06-25[PATCH] moxa: remove pointless castsJesper Juhl1-21/+21
2006-06-25[PATCH] EDD isn't EXPERIMENTAL anymoreChris Wedgwood1-2/+1
2006-06-25[PATCH] cpqarray section fixAndrew Morton1-2/+2
2006-06-25[PATCH] IDE CD end-of media error fixAlan Cox2-28/+149
2006-06-25[PATCH] nbd: kill obsolete changelog, add GPLPavel Machek1-32/+2
2006-06-25[PATCH] kernel/sys.c: cleanupsAdrian Bunk2-2/+2
2006-06-25[PATCH] Add driver for ARM AMBA PL031 RTCDeepak Saxena3-0/+244
2006-06-25[PATCH] idetape gcc 4.1 warning fixDaniel Walker1-16/+33
2006-06-25[PATCH] drivers/char/applicom.c: proper module_{init,exit}Adrian Bunk1-36/+4
2006-06-25[PATCH] oprofile: convert from semaphores to mutexesMarkus Armbruster4-25/+25
2006-06-25[PATCH] pnp: card_probe(): fix memory leakJesper Juhl1-22/+26
2006-06-25[PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen driversMatt Mackall2-6/+3
2006-06-25[PATCH] random: change cpqarray to use add_disk_randomnessMatt Mackall1-2/+3
2006-06-25[PATCH] random: make CCISS use add_disk_randomnessMatt Mackall1-2/+2
2006-06-25[PATCH] Rewritten backlight infrastructure for portable Apple computersMichael Hanselmann20-529/+1366
2006-06-25[PATCH] m68k: convert mac irq codeRoman Zippel2-10/+4
2006-06-25[PATCH] m68k: introduce irq controllerRoman Zippel1-0/+1
2006-06-25[PATCH] m68k: cleanup generic irq namesRoman Zippel1-1/+1
2006-06-25[PATCH] m68k: Add the generic dma API functionsRoman Zippel1-4/+4
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter4-6/+1
2006-06-25[PATCH] ieee1394: nodemgr: do not peek into struct semaphoreStefan Richter2-2/+5
2006-06-24Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-4/+148
2006-06-24Revert "[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer"Linus Torvalds1-6/+2
2006-06-24Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-12/+142
2006-06-24Merge branch 'intelfb-patches' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-24/+20
2006-06-24Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds31-1687/+1444
2006-06-24Enable minimal per-device resume tracingLinus Torvalds1-0/+4
2006-06-24Add some basic resume trace facilitiesLinus Torvalds2-0/+229
2006-06-24[ARM] 3639/1: S3C2412: serial port supportBen Dooks2-4/+148
2006-06-24drm: radeon constify radeon microcodeDave Airlie1-3/+3
2006-06-24Add i915 ioctls to configure pipes for vblank interrupt.Dave Airlie4-5/+87
2006-06-24drm: update radeon to 1.25 add r200 vertex program supportDave Airlie3-3/+48
2006-06-24drm: radeon add a tcl state flush before accessing tcl vector spaceDave Airlie2-2/+5
2006-06-24intelfb delousingAl Viro3-24/+20
2006-06-23[PARPORT] sunbpp: Convert to new SBUS device framework.David S. Miller1-64/+70
2006-06-23[SCSI] qlogicpti: Convert to new SBUS device framework.David S. Miller1-175/+186
2006-06-23[SCSI] esp: Fix bug in esp_remove_common.David S. Miller1-4/+1
2006-06-23[NET] sunhme: Kill useless loop over sdevs in quattro_sbus_find().David S. Miller1-14/+0
2006-06-23[NET] myri_sbus: Kill unused next_module struct member.David S. Miller1-1/+0
2006-06-23[NET] myri_sbus: Convert to new SBUS device layer.David S. Miller1-55/+61
2006-06-23[NET] sunqe: Convert to new SBUS driver layer.David S. Miller1-249/+219
2006-06-23[NET] sunbmac: Convert over to new SBUS device framework.David S. Miller2-67/+61
2006-06-23[NET] sunlance: Convert to new SBUS driver framework.David S. Miller1-76/+97
2006-06-23[NET] sunhme: Convert to new SBUS driver framework.David S. Miller2-174/+187
2006-06-23[NET] sunhme: Kill __sparc__ and __sparc_v9__ ifdefs.David S. Miller1-12/+12
2006-06-23[SCSI] sparc: Port esp to new SBUS driver layer.David S. Miller2-165/+157
2006-06-23[SBUS]: Rewrite and plug into of_device framework.David S. Miller1-310/+139
2006-06-23[SPARC]: Port sparc64 in-kernel device tree code to sparc32.David S. Miller1-0/+1
2006-06-23[SPARC64]: Add of_device layer and make ebus/isa use it.David S. Miller2-96/+124
2006-06-23[SPARC64]: Convert central bus layer to in-kernel PROM device tree.David S. Miller1-1/+1
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller10-67/+64
2006-06-23[SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller6-27/+38
2006-06-23[SPARC64]: Convert sun4v virtual-device layer to in-kernel PROM device tree.David S. Miller1-17/+18
2006-06-23[SBUS]: Start cleaning up generic sbus support layer.David S. Miller1-124/+19
2006-06-23[PATCH] fix typo in acpi video brightness changes.Dave Jones1-1/+1
2006-06-23Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds26-2181/+6032
2006-06-23[PATCH] cpufreq build fixAndrew Morton2-0/+2
2006-06-23[PATCH] Get rid of struct request request_pm_state memberJens Axboe2-41/+54
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-2/+0
2006-06-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds49-128/+87
2006-06-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds131-3781/+4312
2006-06-23[PATCH] drivers/block/loop.c: don't return garbage if LOOP_SET_STATUS not calledConstantine Sapuntzakis1-1/+1
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn15-59/+30
2006-06-23[PATCH] Sparse fixes for synclink_csPeter Hagervall1-27/+27
2006-06-23[PATCH] drivers/md/raid6algos.c: fix a NULL dereferenceAdrian Bunk1-4/+3
2006-06-23[PATCH] SGI IOC4: Detect IO card variantBrent Casavant3-5/+74
2006-06-23[PATCH] connector-exportsAndrew Morton2-4/+4
2006-06-23[PATCH] ipmi: strstrip conversionPekka Enberg1-16/+9
2006-06-23[PATCH] Process Events - Header CleanupMatt Helsley1-0/+1
2006-06-23[PATCH] leds: Amstrad Delta LED supportJonathan McDowell3-0/+169
2006-06-23[PATCH] ISDN: correctly handle isdn_writebuf_stub() errorsJesper Juhl1-4/+4
2006-06-23[PATCH] i4l: memory leak fix for sc_ioctl().Jesper Juhl1-0/+1
2006-06-23[PATCH] clean up default value of USB_ISP116X_HCD, USB_SL811_HCD and USB_SL81...Jean-Luc Leger1-3/+0
2006-06-23[PATCH] Remove CONFIG_PARPORT_ARC, drivers/parport/parport_arc.cDomen Puncer2-144/+0
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi3-3/+3
2006-06-23[PATCH] m68k: windfarm is powerpc-only, don't do it on m68k macsAl Viro1-0/+1
2006-06-23[PATCH] m68k: wd33c93: extra delayRoman Zippel1-0/+4
2006-06-23[PATCH] m68k: restore amikbd compatibility with 2.4Roman Zippel1-12/+22
2006-06-23[PATCH] m68k: atyfb_base compile fix for CONFIG_PCI=nRoman Zippel1-0/+4
2006-06-23[PATCH] m68k: completely initialize hw_regs_t in ide_setup_portsRoman Zippel2-0/+2
2006-06-23[PATCH] make ACPI errata __read_mostlyAndreas Mohr1-1/+1
2006-06-23[PATCH] frv: ieee1394 is borken on frvAl Viro1-1/+1
2006-06-23[PATCH] frv: initrd is grossly broken on frv (never built)Al Viro1-0/+1
2006-06-23[PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto2-1/+49
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells7-24/+27
2006-06-23[PATCH] Fix cdrom being confused on using kdumpRachita Kothiyal1-1/+4
2006-06-23[NET]: Require CAP_NET_ADMIN to create tuntap devices.David Woodhouse1-0/+3
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu16-41/+41
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu34-87/+43
2006-06-23[libata] conversion to new debug scheme, part 1 of $NBorislav Petkov1-26/+47
2006-06-22Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-8/+13
2006-06-22[PATCH] Driver core: fix locking issues with the devices that are attached to...Greg Kroah-Hartman1-8/+11
2006-06-22[PATCH] USB: get USB suspend to work againGreg Kroah-Hartman1-0/+2
2006-06-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds4-83/+74
2006-06-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+0
2006-06-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds4-1/+770
2006-06-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2-0/+24
2006-06-22Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds34-349/+1570
2006-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds14-46/+166
2006-06-22[PATCH] libata: Add ata_scsi_dev_disabledBrian King1-10/+31
2006-06-22[libata] Add host lock to struct ata_portJeff Garzik4-73/+72
2006-06-22[PATCH] libata: implement per-dev EH action mask eh_info->dev_action[]Tejun Heo1-16/+69
2006-06-22[PATCH] myri10ge - drop workaround pci_save_state() disabling MSI Brice Goglin1-2/+0
2006-06-22[PATCH] myri10ge - drop workaround for the missing AER ext cap on nVidia CK804 Brice Goglin1-6/+0
2006-06-22Merge branch 'upstream' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik1-0/+6
2006-06-22[PATCH] WAN: ioremap() failure checks in driversKrzysztof Halasa4-3/+21
2006-06-22[PATCH] WAN: register_hdlc_device() doesn't need dev_alloc_name()Krzysztof Halasa1-22/+2
2006-06-22[PATCH] skb_padto()-area fixes in 8390, wavelanAlan Cox2-10/+14
2006-06-22[PATCH] make drivers/net/forcedeth.c:nv_update_pause() staticAdrian Bunk1-1/+1
2006-06-22[PATCH] network driver for Hilscher netxSascha Hauer3-0/+528
2006-06-22[PATCH] libata-dev: move the CDB-intr DMA blacklistingAlbert Lee1-10/+9
2006-06-22[PATCH] Dereference in tokenring/olympic.cEric Sesterhenn1-2/+2
2006-06-22[PATCH] Array overrun in drivers/net/wireless/wavelan.cEric Sesterhenn1-2/+2
2006-06-22[PATCH] ahci: disable NCQ support on vt8251Tejun Heo1-2/+4
2006-06-22[PATCH] Remove useless check in drivers/net/pcmcia/xirc2ps_cs.cEric Sesterhenn1-1/+1
2006-06-22[PATCH] 8139cp: add ethtool eeprom supportPhilip Craig1-12/+167
2006-06-22[PATCH] 8139cp: fix eeprom read command lengthPhilip Craig1-1/+1
2006-06-22[libata] ahci: add JMicron PCI IDsJeff Garzik1-0/+6
2006-06-22[PATCH] b44: update b44 Kconfig entryGary Zambrano1-2/+2
2006-06-22[PATCH] b44: update version to 1.01Gary Zambrano1-2/+2
2006-06-22[PATCH] b44: add wol for old nicGary Zambrano2-1/+112
2006-06-22[PATCH] b44: add parameterGary Zambrano1-21/+28
2006-06-22[PATCH] b44: add wolGary Zambrano2-0/+80
2006-06-22[PATCH] b44: fix manual speed/duplex/autoneg settingsGary Zambrano1-16/+28
2006-06-22[libata] sata_nv: add PCI IDsJeff Garzik1-0/+4
2006-06-22[libata] ahci: Add NVIDIA PCI IDs.Jeff Garzik1-0/+18
2006-06-22[PATCH] AT91RM9200 Ethernet #4: Suspend/ResumeAndrew Victor1-1/+45
2006-06-22[PATCH] AT91RM9200 Ethernet #3: CleanupAndrew Victor2-14/+16
2006-06-22[PATCH] AT91RM9200 Ethernet #2: MII interfaceAndrew Victor1-0/+20
2006-06-22[PATCH] AT91RM9200 Ethernet #1: Link pollAndrew Victor1-18/+43
2006-06-22[PATCH] IP27: Really set PCI64_ATTR_VIRTUAL, not PCI64_ATTR_PREC.Ralf Baechle1-1/+1
2006-06-22Merge branch 'master' into upstreamJeff Garzik488-56232/+26396
2006-06-22Merge branch 'master' into upstreamJeff Garzik679-67170/+49213
2006-06-23via-velocity: the link is not correctly detected when the device startsFrancois Romieu1-0/+6
2006-06-22Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds23-351/+4728
2006-06-22Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6Linus Torvalds21-743/+773
2006-06-22Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds18-299/+751
2006-06-22[PATCH] x86_64: use select for GART_IOMMU to enable AGPRoman Zippel1-2/+1
2006-06-22[PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas3-12/+11
2006-06-22[PATCH] myri10ge build fixAndrew Morton1-1/+1
2006-06-22[PATCH] w1: warning fixAndrew Morton1-6/+13
2006-06-22[PATCH] w1: clean up W1_CON dependency.Evgeniy Polyakov1-1/+1
2006-06-22[PATCH] drivers/w1/w1.c: fix a compile errorAdrian Bunk1-1/+0
2006-06-22[PATCH] W1: fix dependencies of W1_SLAVE_DS2433_CRCJean-Luc Leger1-1/+1
2006-06-22[PATCH] W1: possible cleanupsEvgeniy Polyakov6-21/+12
2006-06-22[PATCH] W1: cleanupsEvgeniy Polyakov3-13/+15
2006-06-22[PATCH] w1 exportsAndrew Morton1-2/+7
2006-06-22[PATCH] w1: Use mutexes instead of semaphores.Evgeniy Polyakov8-127/+70
2006-06-22[PATCH] w1: Make w1 connector notifications depend on connector.Evgeniy Polyakov3-8/+14
2006-06-22[PATCH] w1: Move w1-connector definitions into linux/include/connector.hEvgeniy Polyakov1-3/+0
2006-06-22[PATCH] w1: Userspace communication protocol over connector.Evgeniy Polyakov11-132/+347
2006-06-22[PATCH] w1: Replace dscore and ds_w1_bridge with ds2490 driver.Evgeniy Polyakov5-505/+303
2006-06-22[PATCH] w1: Added default generic read/write operations.Evgeniy Polyakov2-2/+69
2006-06-22[PATCH] I2C: I2C controllers go into right place on sysfsDavid Brownell1-4/+1
2006-06-22[PATCH] hwmon-vid: Add support for Intel Core and ConroeRudolf Marek1-7/+28
2006-06-22[PATCH] lm70: New hardware monitoring driverKaiwan N Billimoria3-0/+176
2006-06-22[PATCH] hwmon: Fix the Kconfig headerJean Delvare1-1/+1
2006-06-22[PATCH] i2c-i801: Merge setup functionJean Delvare1-66/+55
2006-06-22[PATCH] i2c-i801: Better pci subsystem integrationJean Delvare1-11/+27
2006-06-22[PATCH] i2c-i801: CleanupsJean Delvare1-19/+13
2006-06-22[PATCH] i2c-i801: Remove PCI function checkJean Delvare1-4/+0
2006-06-22[PATCH] i2c-i801: Remove force_addr parameterJean Delvare1-28/+7
2006-06-22[PATCH] i2c-i801: Fix block transaction poll loopsJean Delvare1-2/+2
2006-06-22[PATCH] scx200_acb: Mark scx200_acb_probe __initJean Delvare1-1/+1
2006-06-22[PATCH] scx200_acb: Use PCI I/O resource when appropriateJordan Crouse1-53/+147
2006-06-22[PATCH] i2c: Mark block write buffers as constKrzysztof Halasa1-2/+2
2006-06-22[PATCH] i2c-ocores: Minor cleanupsPeter Korsgaard1-4/+2
2006-06-22[PATCH] abituguru: Fix fan detectionHans de Goede1-3/+2
2006-06-22[PATCH] abituguru: Review fixesHans de Goede1-86/+111
2006-06-22[PATCH] abituguru: New hardware monitoring driverHans de Goede3-0/+1404
2006-06-22[PATCH] w83792d: Add missing data access locksYuan Mu1-5/+25
2006-06-22[PATCH] w83792d: Fix setting the PWM valueYuan Mu1-27/+29
2006-06-22[PATCH] hwmon: Fix a typo in the hdaps driverJean Delvare1-1/+1
2006-06-22[PATCH] i2c: New bus driver for the OpenCores I2C controllerPeter Korsgaard3-0/+355
2006-06-22[PATCH] i2c: Suggest N for rare devices in KconfigJean Delvare2-0/+14
2006-06-22[PATCH] HWMON: Trim VID values to correct number of bitsRudolf Marek1-1/+8
2006-06-22[PATCH] HWMON: Improve the help text for CONFIG_HWMONJean Delvare1-0/+4
2006-06-22[PATCH] HWMON: w83791d: New hardware monitoring driver for the Winbond W83791DCharles Spirakis3-0/+1266
2006-06-22[PATCH] HWMON: hdaps: Update the list of supported systemsJean Delvare1-2/+4
2006-06-22[PATCH] I2C: i2c-nforce2: Add support for the nForce4 MCP51 and MCP55Jean Delvare1-11/+27
2006-06-22[PATCH] I2C: i2c-piix4: Document the IBM problem more clearlyJean Delvare1-1/+1
2006-06-22[PATCH] I2C: i2c-piix4: Remove the fix_hstcfg parameterRudolf Marek1-24/+1
2006-06-22[PATCH] I2C: m41t00: Add support for the ST M41T81 and M41T85Mark A. Greer1-72/+241
2006-06-22[PATCH] i2c: cleanup m41t00Mark A. Greer1-28/+21
2006-06-22[PATCH] i2c-piix4: Add ATI IXP200/300/400 supportRudolf Marek2-1/+10
2006-06-22[PATCH] f71805f: Resource needs not be globalJean Delvare1-8/+7
2006-06-22[PATCH] smsc47m192: New hwmon driver for SMSC LPC47M192/997Hartmut Rick3-1/+671
2006-06-22[PATCH] w83627ehf: Add alarms supportJean Delvare1-0/+46
2006-06-22[PATCH] w83627ehf: Add voltage inputs supportRudolf Marek1-4/+120
2006-06-22[PATCH] lm83: Add LM82 supportJordan Crouse2-15/+39
2006-06-22[ARM] 3624/1: Report true modem control line statesUli Luckas1-1/+0
2006-06-21[CPUFREQ] Fix ondemand vs suspend deadlockVenkatesh Pallipadi2-0/+24
2006-06-21[PATCH] USB: only make /sys/class/usb show up when there is something in itGreg Kroah-Hartman1-16/+54
2006-06-21[PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman1-7/+6