Age | Commit message (Expand) | Author | Files | Lines |
2009-06-09 | cpumask: alloc zeroed cpumask for static cpumask_var_ts | Yinghai Lu | 2 | -2/+2 |
2009-06-08 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 1 | -0/+1 |
2009-06-08 | pata_netcell: Fix typo | Alan Cox | 1 | -1/+1 |
2009-06-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar... | Linus Torvalds | 1 | -16/+6 |
2009-06-08 | SSB: BCM47xx: Export ssb_watchdog_timer_set | Matthieu Castet | 1 | -0/+1 |
2009-06-08 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -0/+2 |
2009-06-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 5 | -15/+80 |
2009-06-07 | pdc202xx_old: fix resetproc() method | Sergei Shtylyov | 1 | -14/+5 |
2009-06-07 | pdc202xx_old: fix 'pdc20246_dma_ops' | Sergei Shtylyov | 1 | -2/+1 |
2009-06-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -0/+2 |
2009-06-06 | Merge branch 'upstream-linus2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+11 |
2009-06-06 | [libata] pata_ali: Use IGN_SIMPLEX | Alan Cox | 1 | -6/+11 |
2009-06-05 | mtd: davinci nand: update clock naming | Kevin Hilman | 1 | -3/+4 |
2009-06-05 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -9/+91 |
2009-06-05 | ata_piix: Add HP Compaq nc6000 to the broken poweroff list | Ville Syrjala | 1 | -0/+9 |
2009-06-05 | ahci: add warning messages for hp laptops with broken suspend | Tejun Heo | 1 | -0/+72 |
2009-06-05 | pata_efar: fix PIO2 underclocking | Sergei Shtylyov | 1 | -9/+8 |
2009-06-05 | pata_legacy: wait for async probing | James Bottomley | 1 | -0/+2 |
2009-06-05 | Revert "drm: don't associate _DRM_DRIVER maps with a master" | Linus Torvalds | 1 | -2/+1 |
2009-06-05 | ivtv: Fix PCI DMA direction | Alan Cox | 1 | -1/+2 |
2009-06-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 1 | -3/+0 |
2009-06-05 | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 15 | -32/+146 |
2009-06-05 | drivers/char/mem.c: avoid OOM lockup during large reads from /dev/zero | Salman Qazi | 1 | -0/+3 |
2009-06-04 | drm/i915: Remove a bad BUG_ON in the fence management code. | Eric Anholt | 1 | -3/+0 |
2009-06-04 | PCI: use fixed-up device class when configuring device | Yu Zhao | 1 | -0/+2 |
2009-06-04 | drm: ignore EDID with really tiny modes. | Adam Jackson | 1 | -0/+5 |
2009-06-04 | drm: don't associate _DRM_DRIVER maps with a master | Ben Skeggs | 1 | -1/+2 |
2009-06-04 | drm/i915: intel_lvds.c fix section mismatch | Jaswinder Singh Rajput | 1 | -1/+1 |
2009-06-04 | drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d... | Keith Packard | 8 | -13/+119 |
2009-06-04 | drm: set permissions on edid file to 0444 | Keith Packard | 1 | -0/+1 |
2009-06-04 | drm: add newlines to text sysfs files | Keith Packard | 1 | -3/+3 |
2009-06-04 | drm/radeon: fix ring free alignment calculations | Dave Airlie | 2 | -3/+6 |
2009-06-04 | drm: fix irq naming for kms drivers. | Dave Airlie | 2 | -11/+9 |
2009-06-03 | sdhci-of: Fix the wrong accessor to HOSTVER register | Dave Liu | 1 | -1/+7 |
2009-06-03 | mvsdio: fix config failure with some high speed SDHC cards | Nicolas Pitre | 1 | -0/+25 |
2009-06-03 | mvsdio: ignore high speed timing requests from the core | Nicolas Pitre | 1 | -0/+9 |
2009-06-03 | mmc/omap: Use disable_irq_nosync() from within irq handlers. | Ben Nizette | 1 | -1/+1 |
2009-06-03 | sdhci-of: Add fsl,esdhc as a valid compatible to bind against | Kumar Gala | 1 | -0/+1 |
2009-06-03 | mvsdio: allow automatic loading when modular | Nicolas Pitre | 1 | -0/+1 |
2009-06-03 | mxcmmc: Fix missing return value checking in DMA setup code. | Martin Fuzzey | 1 | -10/+26 |
2009-06-03 | mxcmmc : Reset the SDHC hardware if software timeout occurs. | Martin Fuzzey | 1 | -1/+6 |
2009-06-03 | omap_hsmmc: Trivial fix for a typo in comment | Anand Gadiyar | 1 | -1/+1 |
2009-06-03 | mxcmmc: decrease minimum frequency to make MMC cards work | Sascha Hauer | 1 | -1/+3 |
2009-06-03 | fix oops when using console=ttymxcN with N > 0 | Eric Lammerts | 1 | -0/+2 |
2009-06-02 | parport: quickfix the proc registration bug | Alan Cox | 1 | -3/+10 |
2009-06-02 | pata_netcell: LBA48 force identify bits correct | Alan Cox | 1 | -1/+12 |
2009-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -4/+16 |
2009-06-02 | e1000: add missing length check to e1000 receive routine | Neil Horman | 1 | -2/+3 |
2009-06-02 | forcedeth: add phy_power_down parameter, leave phy powered up by default (v2) | Ed Swierk | 1 | -2/+13 |
2009-06-01 | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |