aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-21fb: pvr2fb: Shared IRQ for dreamcast pvr2.Adrian McMenamin1-1/+1
2007-09-21sh: Add SH7720 CPU support.Markus Brunner2-8/+58
2007-09-21serial: sh-sci: Tidy cpufreq printk.Paul Mundt1-1/+1
2007-09-21serial: sh-sci: Shut up compiler warning for SH-X3 SCIF.Paul Mundt1-0/+1
2007-09-21rtc: rtc-sh: Support 4-digit year on SH7705/SH7710/SH7712.Paul Mundt1-18/+33
2007-09-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds3-5/+14
2007-09-20[libata] ahci: add ATI SB800 PCI IDshenry su1-4/+6
2007-09-20libata-sff: Fix documentationAlan Cox1-1/+4
2007-09-20libata: Update the blacklist with a few more devicesAlan Cox1-0/+4
2007-09-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-70/+58
2007-09-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds4-121/+292
2007-09-20sky2: version 1.18Stephen Hemminger1-1/+1
2007-09-20sky2: receive FIFO checkingStephen Hemminger2-17/+66
2007-09-20sky2: fe+ chip supportStephen Hemminger2-37/+117
2007-09-20sky2: reorganize chip revision featuresStephen Hemminger2-57/+90
2007-09-20sky2: ethtool speed report bugStephen Hemminger1-7/+0
2007-09-20sky2: fix VLAN receive processing (resend)Stephen Hemminger2-2/+14
2007-09-20ieee1394: ohci1394: fix initialization if built non-modularStefan Richter2-4/+2
2007-09-20[BNX2]: Add PHY workaround for 5709 A1.Michael Chan1-3/+4
2007-09-20[PPP] L2TP: Fix skb handling in pppol2tp_xmitHerbert Xu1-40/+23
2007-09-20[PPP] L2TP: Fix skb handling in pppol2tp_recv_coreHerbert Xu1-20/+24
2007-09-20[PPP] L2TP: Disallow non-UDP datagram socketsHerbert Xu1-5/+6
2007-09-20[PPP] pppoe: Fix double-free on skb after transmit failureHerbert Xu1-2/+1
2007-09-20phy: export phy_mii_ioctlDomen Puncer1-0/+1
2007-09-19myri10ge: Add support for PCI device id 9Brice Goglin1-0/+3
2007-09-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-65/+42
2007-09-19Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-2/+1
2007-09-19Driver core: fix deprectated sysfs structure for nested class devicesDmitry Torokhov1-6/+23
2007-09-19intel-agp: Fix i830 mask variable that changed with G33 supportDave Airlie2-2/+3
2007-09-19intelfb: Fix bug in DPLL disableAntonino A. Daplas1-1/+1
2007-09-19pci: fix unterminated pci_device_id listsKees Cook3-2/+5
2007-09-19mspec: handle shrinking virtual memory areasCliff Wickman1-21/+48
2007-09-19rtc: rtc-ds1553.c should use resource_size_t for base addressAtsushi Nemoto1-1/+1
2007-09-19rtc-ds1742.c should use resource_size_t for base addressDavid Gibson1-1/+1
2007-09-19Fix "Fix DAC960 driver on machines which don't support 64-bit DMA"Andrew Morton1-0/+1
2007-09-17[SUNSAB]: Fix several bugs.Al Viro1-65/+42
2007-09-17ide: remove unused variables from drivers/ide/ppc/pmac.cStephen Rothwell1-2/+0
2007-09-17ide: ST320413A has the same problem as ST340823AJorge Juan Chico1-0/+1
2007-09-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds6-84/+95
2007-09-17Pull thinkpad into release branchLen Brown3-77/+88
2007-09-17ACPI: thinkpad-acpi: bump up version to 0.16Henrique de Moraes Holschuh1-1/+1
2007-09-17ACPI: thinkpad-acpi: revert new 2.6.23 CONFIG_THINKPAD_ACPI_INPUT_ENABLED optionHenrique de Moraes Holschuh3-76/+87
2007-09-17Pull misc into release branchLen Brown3-7/+7
2007-09-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-78/+50
2007-09-16[PPP] generic: Fix receive path data clobbering & non-linear handlingHerbert Xu1-19/+25
2007-09-16[PPP] generic: Call skb_cow_head before scribbling over skbHerbert Xu1-11/+3
2007-09-16[NET] skbuff: Add skb_cow_headHerbert Xu1-1/+1
2007-09-16[PPP] pppoe: Fill in header directly in __pppoe_xmitHerbert Xu1-11/+9
2007-09-16[PPP] pppoe: Fix data clobbering in __pppoe_xmit and return valueHerbert Xu1-37/+13
2007-09-16[PPP] pppoe: Fix skb_unshare_check call positionHerbert Xu1-3/+3