summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | m68k: sg falloutGeert Uytterhoeven2007-10-242-5/+4
| * | More SG build fixesDavid Miller2007-10-241-0/+1
| * | sg: add missing sg_init_table calls to zfcpHeiko Carstens2007-10-241-0/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds2007-10-2510-173/+275
|\ \
| * | lguest: documentation updateRusty Russell2007-10-2510-169/+274
| * | lguest: remove unused "wake" element from struct lguestRusty Russell2007-10-251-3/+0
| * | lguest: use defines from x86 headers instead of magic numbersRusty Russell2007-10-251-1/+1
| |/
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-10-255-49/+195
|\ \
| * | [libata] sata_nv: SWNCQ should not apply to MCP61Kuan Luo2007-10-251-3/+3
| * | libata-core: Be a bit more relaxed about early DMA zero devicesAlan Cox2007-10-251-3/+7
| * | ahci: ahci: implement workaround for ASUS P5W-DH Deluxe ahci_broken_hardreset...Tejun Heo2007-10-251-0/+144
| * | Fix pata_icside build for recent libata API changesAl Viro2007-10-251-20/+22
| * | libata: cosmetic clean up in ata_eh_reset()Tejun Heo2007-10-251-6/+6
| * | libata-core.c: make 2 functions staticAdrian Bunk2007-10-251-2/+2
| * | [libata] Create internal helper ata_dev_set_feature()Jeff Garzik2007-10-251-15/+11
| |/
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-10-2510-92/+145
|\ \
| * | [netdrvr] forcedeth: add MCP77 device IDsAyaz Abdulla2007-10-251-0/+16
| * | rndis_host: reduce MTU instead of refusing to talk to devices with low max pa...Thomas Sailer2007-10-251-5/+13
| * | cpmac: update to new fixed phy driver interfaceEugene Konev2007-10-251-18/+46
| * | cpmac: convert to napi_struct interfaceEugene Konev2007-10-251-31/+37
| * | cpmac: use print_mac() instead of MAC_FMTEugene Konev2007-10-251-9/+4
| * | natsemi: fix oops, link back netdevice from private-structIngo Molnar2007-10-251-0/+1
| * | ehea: fix port_napi_disable/enableJan-Bernd Themann2007-10-252-5/+4
| * | bonding/bond_main.c: fix cut'n'paste errorAdrian Bunk2007-10-251-1/+1
| * | make bonding/bond_main.c:bond_deinit() staticAdrian Bunk2007-10-252-2/+2
| * | drivers/net/ipg.c: cleanupsAdrian Bunk2007-10-252-21/+21
| |/
* | Fix /proc/acpi/alarm BCD alarm encodingsLinus Torvalds2007-10-251-37/+29
|/
* Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2007-10-2334-519/+467
|\
| * [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriateJeff Garzik2007-10-232-4/+2
| * drivers/char/riscom8: clean up irq handlingJeff Garzik2007-10-231-11/+5
| * isdn/sc: irq handler cleanJeff Garzik2007-10-232-16/+4
| * isdn/act2000: fix major bug. clean irq handler.Jeff Garzik2007-10-231-4/+8
| * char/pcmcia/synclink_cs: trim trailing whitespaceJeff Garzik2007-10-231-353/+353
| * drivers/char/ip2: separate polling and irq-driven work entry pointsJeff Garzik2007-10-231-7/+20
| * drivers/char/ip2: split out irq core logic into separate functionJeff Garzik2007-10-231-18/+26
| * [NETDRVR] lib82596, netxen: delete pointless tests from irq handlerJeff Garzik2007-10-232-16/+3
| * Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik2007-10-236-9/+10
| * [PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik2007-10-238-29/+13
| * [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}Jeff Garzik2007-10-234-5/+5
| * [PARPORT] Consolidate code copies into a single generic irq handlerJeff Garzik2007-10-238-49/+20
* | Merge branch 'warnings' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2007-10-232-3/+1
|\ \
| * | ni5010: kill unused variableJeff Garzik2007-10-231-2/+0
| * | eexpress: fix !SMP unused-var warningJeff Garzik2007-10-231-1/+1
| |/
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-2316-927/+1295
|\ \
| * | bonding: Acquire correct locks in alb for promisc changeJay Vosburgh2007-10-231-9/+10
| * | bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh2007-10-233-23/+29
| * | bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh2007-10-232-30/+117
| * | bonding: Convert miimon to new lockingJay Vosburgh2007-10-231-19/+51
| * | bonding: Convert balance-rr transmit to new lockingJay Vosburgh2007-10-232-13/+13
| * | Convert bonding timers to workqueuesJay Vosburgh2007-10-237-122/+117