summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | V4L/DVB (6095): ivtv: fix VIDIOC_G_ENC_INDEX flag handlingHans Verkuil2007-09-142-7/+16
| | | |_|/ / | | |/| | |
| * / | | | Fix kernel buuild with (CONFIG_COMPAT && ! CONFIG_BLOCK)aherrman@arcor.de2007-09-141-0/+3
| |/ / / /
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-09-133-29/+17
| |\ \ \ \
| | * | | | Revert "usb-storage: implement autosuspend"Greg Kroah-Hartman2007-09-132-29/+11
| | * | | | USB: disable autosuspend by default for non-hubsAlan Stern2007-09-131-0/+6
| | |/ / /
| * | | | radeonfb: fix chip definition for Radeon Xpress 200M 0x5975aherrman@arcor.de2007-09-132-8/+7
| * | | | radeonfb: fix setting of PPLL_REF_DIV for RV370 5B60.aherrman@arcor.de2007-09-131-1/+2
| |/ / /
* | | | [POWERPC] Fix pmac_zilog debug argOlaf Hering2007-09-191-1/+1
* | | | [POWERPC] 52xx: Fix mpc52xx_uart_of_assign to use correct indexJohn Rigby2007-09-141-1/+1
* | | | ucc_geth: kill unused includeKumar Gala2007-09-131-1/+0
* | | | [POWERPC] Document and implement an improved flash device binding for powerpcDavid Gibson2007-09-131-65/+174
* | | | Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-09-13136-703/+1121
|\| | |
| * | | lguest: Fix guest crash when CONFIG_X86_USE_3DNOW=yRusty Russell2007-09-121-3/+4
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-09-123-2/+12
| |\ \ \
| | * | | Input: usbtouchscreen - correctly set 'phys'Vladimir Shebordaev2007-09-071-1/+1
| | * | | Input: i8042 - add HP Pavilion DV4270ca to the MUX blacklistElvis Pranskevichus2007-09-051-0/+10
| | * | | Input: i8042 - fix modpost warningRalf Baechle2007-09-051-1/+1
| * | | | fix SERIAL_CORE_CONSOLE driver dependenciesAdrian Bunk2007-09-121-4/+4
| * | | | Subject: [PATCH] Intel FB pixel clock calculation fixKrzysztof Halasa2007-09-121-3/+3
| * | | | intel_agp: fix GTT map size on G33Zhenyu Wang2007-09-121-1/+4
| * | | | intel_agp: fix stolen mem range on G33Zhenyu Wang2007-09-121-0/+5
| * | | | tty: termios locking functions break with new termios typeDavid Miller2007-09-121-2/+2
| * | | | RTC v3020 fixesMike Rapoport2007-09-121-2/+7
| * | | | Fix DAC960 driver on machines which don't support 64-bit DMAMatthew Wilcox2007-09-122-14/+10
| * | | | md: fix some bugs with growing raid5/raid6 arrays.NeilBrown2007-09-121-8/+9
| * | | | PNP: remove SMCf010 quirkBjorn Helgaas2007-09-121-103/+0
| * | | | BCM1480 serial build fixThiemo Seufer2007-09-121-0/+6
| * | | | drivers/edac: fix e752x correct return codeAristeu Rozanski2007-09-121-1/+1
| * | | | drivers/edac: fix printk level down to debug from emergDoug Thompson2007-09-121-1/+1
| * | | | spi_mpc83xx: hang fixJan Andersson2007-09-121-5/+2
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-09-119-97/+128
| |\ \ \ \
| | * | | | pdc202xx_new: PLL detection fixMikael Pettersson2007-09-111-1/+1
| | * | | | via82cxxx: add Arima W730-K8 and other rebadgings to short cables listBartlomiej Zolnierkiewicz2007-09-111-4/+11
| | * | | | pmac: build fixTony Breeds2007-09-111-1/+1
| | * | | | pata_ali/alim15x3: override 80-wire cable detection for Toshiba S1800-814Daniel Exner2007-09-112-0/+14
| | * | | | hpt366: UltraDMA filter for SATA cards (take 2)Sergei Shtylyov2007-09-111-47/+49
| | * | | | ide: add ide_dev_is_sata() helper (take 2)Sergei Shtylyov2007-09-111-2/+1
| | * | | | hpt366: fix PCI clock detection for HPT374 (take 4)Sergei Shtylyov2007-09-111-13/+31
| | * | | | pdc202xx_new: fix PCI refcountingSergei Shtylyov2007-09-111-3/+4
| | * | | | ide: fix PCI refcountingSergei Shtylyov2007-09-111-25/+16
| | * | | | mpc8xx: Only build mpc8xx on arch/ppcKumar Gala2007-09-112-2/+1
| | | |/ / | | |/| |
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-09-112-3/+15
| |\ \ \ \
| | * | | | PCI: unhide SMBus on Compaq Deskpro EP 401963-001 motherboardgw.kernel@tnode.com2007-09-111-2/+14
| | * | | | PCI: remove devinit from pci_read_bridge_basesRalf Baechle2007-09-111-1/+1
| | |/ / /
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-09-1110-27/+85
| |\ \ \ \
| | * | | | USB: drivers/usb/serial/bus.c: Fix incompatible pointer type warningSatyam Sharma2007-09-111-1/+1
| | * | | | USB: another quirky device (LCD display)Oliver Neukum2007-09-111-0/+3
| | * | | | USB: fix serial gadget ACM breakageDavid Brownell2007-09-111-10/+15
| | * | | | USB: More USB_QUIRK_RESET_RESUME devicesLamarque Vieira Souza2007-09-111-0/+9
| | * | | | USB Mass Storage: limit "Rockchip ROCK MP3" device (071b:3203) max I/O to 64 ...Massimiliano Ghilardi2007-09-111-0/+16