summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-09-203-5/+14
|\
| * [libata] ahci: add ATI SB800 PCI IDshenry su2007-09-201-4/+6
| * libata-sff: Fix documentationAlan Cox2007-09-201-1/+4
| * libata: Update the blacklist with a few more devicesAlan Cox2007-09-201-0/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-09-203-70/+58
|\ \
| * | [BNX2]: Add PHY workaround for 5709 A1.Michael Chan2007-09-201-3/+4
| * | [PPP] L2TP: Fix skb handling in pppol2tp_xmitHerbert Xu2007-09-201-40/+23
| * | [PPP] L2TP: Fix skb handling in pppol2tp_recv_coreHerbert Xu2007-09-201-20/+24
| * | [PPP] L2TP: Disallow non-UDP datagram socketsHerbert Xu2007-09-201-5/+6
| * | [PPP] pppoe: Fix double-free on skb after transmit failureHerbert Xu2007-09-201-2/+1
| |/
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-09-204-121/+292
|\ \
| * | sky2: version 1.18Stephen Hemminger2007-09-201-1/+1
| * | sky2: receive FIFO checkingStephen Hemminger2007-09-202-17/+66
| * | sky2: fe+ chip supportStephen Hemminger2007-09-202-37/+117
| * | sky2: reorganize chip revision featuresStephen Hemminger2007-09-202-57/+90
| * | sky2: ethtool speed report bugStephen Hemminger2007-09-201-7/+0
| * | sky2: fix VLAN receive processing (resend)Stephen Hemminger2007-09-202-2/+14
| * | phy: export phy_mii_ioctlDomen Puncer2007-09-201-0/+1
| * | myri10ge: Add support for PCI device id 9Brice Goglin2007-09-191-0/+3
| |/
* | ieee1394: ohci1394: fix initialization if built non-modularStefan Richter2007-09-202-4/+2
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-09-191-65/+42
|\
| * [SUNSAB]: Fix several bugs.Al Viro2007-09-171-65/+42
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-09-192-2/+1
|\ \
| * | ide: remove unused variables from drivers/ide/ppc/pmac.cStephen Rothwell2007-09-171-2/+0
| * | ide: ST320413A has the same problem as ST340823AJorge Juan Chico2007-09-171-0/+1
| |/
* | Driver core: fix deprectated sysfs structure for nested class devicesDmitry Torokhov2007-09-191-6/+23
* | intel-agp: Fix i830 mask variable that changed with G33 supportDave Airlie2007-09-192-2/+3
* | intelfb: Fix bug in DPLL disableAntonino A. Daplas2007-09-191-1/+1
* | pci: fix unterminated pci_device_id listsKees Cook2007-09-193-2/+5
* | mspec: handle shrinking virtual memory areasCliff Wickman2007-09-191-21/+48
* | rtc: rtc-ds1553.c should use resource_size_t for base addressAtsushi Nemoto2007-09-191-1/+1
* | rtc-ds1742.c should use resource_size_t for base addressDavid Gibson2007-09-191-1/+1
* | Fix "Fix DAC960 driver on machines which don't support 64-bit DMA"Andrew Morton2007-09-191-0/+1
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-09-166-84/+95
|\
| * Pull thinkpad into release branchLen Brown2007-09-173-77/+88
| |\
| | * ACPI: thinkpad-acpi: bump up version to 0.16Henrique de Moraes Holschuh2007-09-171-1/+1
| | * ACPI: thinkpad-acpi: revert new 2.6.23 CONFIG_THINKPAD_ACPI_INPUT_ENABLED optionHenrique de Moraes Holschuh2007-09-173-76/+87
| * | Pull misc into release branchLen Brown2007-09-173-7/+7
| |\ \
| | * | ACPI: fix CONFIG_NET=n acpi_bus_generate_netlink_event build failureHenrique de Moraes Holschuh2007-09-031-1/+1
| | * | msi-laptop: replace ',' with ';'Jonathan Woithe2007-08-291-1/+1
| | * | ACPI: (more) delete CONFIG_ACPI_PROCFS_SLEEP (again)Christian Borntraeger2007-08-281-5/+5
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-09-162-78/+50
|\ \ \ \ | |/ / / |/| | |
| * | | [PPP] generic: Fix receive path data clobbering & non-linear handlingHerbert Xu2007-09-161-19/+25
| * | | [PPP] generic: Call skb_cow_head before scribbling over skbHerbert Xu2007-09-161-11/+3
| * | | [NET] skbuff: Add skb_cow_headHerbert Xu2007-09-161-1/+1
| * | | [PPP] pppoe: Fill in header directly in __pppoe_xmitHerbert Xu2007-09-161-11/+9
| * | | [PPP] pppoe: Fix data clobbering in __pppoe_xmit and return valueHerbert Xu2007-09-161-37/+13
| * | | [PPP] pppoe: Fix skb_unshare_check call positionHerbert Xu2007-09-161-3/+3
* | | | ACPI: Reevaluate C/P/T states when a cpu becomes onlineVenkatesh Pallipadi2007-09-161-0/+21
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-09-1555-42/+41464
|\ \ \ \
OpenPOWER on IntegriCloud