summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-064-0/+600
|\
| * x86, mrst: Add explanation for using 1960 as the year offset for vrtcFeng Tang2010-11-171-1/+5
| * rtc: Add drivers/rtc/rtc-mrst.cFeng Tang2010-11-113-0/+591
| * x86/mrst: Add SFI platform device parsing codeFeng Tang2010-11-091-0/+5
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-061-2/+12
|\ \
| * \ Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar2011-01-045052-404878/+758489
| |\ \
| * | | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu2010-12-231-2/+12
* | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-062-19/+18
|\ \ \ \
| * | | | x86, amd-nb: Cleanup AMD northbridge caching codeHans Rosenfeld2010-11-182-17/+16
| * | | | x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld2010-11-182-18/+18
* | | | | Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-0530-213/+290
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-0410-11/+59
| |\ \ \ \ \
| | * | | | | atl1: fix oops when changing tx/rx ring paramsJ. K. Cliburn2011-01-031-0/+10
| | * | | | | drivers/atm/atmtcp.c: add missing atm_dev_putJulia Lawall2010-12-311-1/+4
| | * | | | | starfire: Fix dma_addr_t size test for MIPSBen Hutchings2010-12-311-1/+1
| | * | | | | tg3: fix return value check in tg3_read_vpd()David Sterba2010-12-311-1/+1
| | * | | | | Broadcom CNIC core network driver: fix mem leak on allocation failures in cni...Jesper Juhl2010-12-311-2/+8
| | * | | | | ISDN, Gigaset: Fix memory leak in do_disconnect_req()Jesper Juhl2010-12-311-0/+1
| | * | | | | skfp: testing the wrong variable in skfp_driver_init()Dan Carpenter2010-12-281-1/+1
| | * | | | | ppp: allow disabling multilink protocol ID compressionstephen hemminger2010-12-281-2/+7
| | * | | | | ehea: Avoid changing vlan flagsBreno Leitao2010-12-281-0/+7
| | * | | | | ueagle-atm: fix PHY signal initialization raceDan Williams2010-12-281-3/+19
| * | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-037-185/+79
| |\ \ \ \ \ \
| | * | | | | | [media] em28xx: radio_fops should also use unlocked_ioctlHans Verkuil2011-01-031-1/+1
| | * | | | | | [media] wm8775: Revert changeset fcb9757333 to avoid a regressionMauro Carvalho Chehab2011-01-035-182/+61
| | * | | | | | [media] cx25840: Prevent device probe failure due to volume control ERANGE errorAndy Walls2011-01-031-2/+17
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2011-01-031-1/+1
| |\ \ \ \ \ \
| | * | | | | | mv_xor: fix race in tasklet functionSaeed Bishara2011-01-031-1/+1
| * | | | | | | hwmon: (s3c-hwmon) Fix compilationMaurus Cuelenaere2011-01-021-2/+0
| * | | | | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-12-308-7/+111
| |\ \ \ \ \ \ \
| | * | | | | | | drm/i915/dvo: Report LVDS attached to ch701x as connectedChris Wilson2010-12-301-1/+1
| | * | | | | | | Revert "drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks"Chris Wilson2010-12-301-1/+1
| | * | | | | | | drm/i915: Verify Ironlake eDP presence on DP_A using the capability fuseChris Wilson2010-12-232-1/+25
| | * | | | | | | drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915.Eric Anholt2010-12-233-3/+77
| | * | | | | | | drm/i915/sdvo: Add hdmi connector properties after initing the connectorChris Wilson2010-12-231-1/+2
| | * | | | | | | drm/i915: Set the required VFMUNIT clock gating disable on Ironlake.Eric Anholt2010-12-232-0/+5
| * | | | | | | | Revert "Staging: zram: work around oops due to startup ordering snafu"Nitin Gupta2010-12-301-6/+0
| * | | | | | | | spi/m68knommu: Coldfire QSPI platform supportJate Sujjavanich2010-12-291-1/+1
| * | | | | | | | spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transitionGregory CLEMENT2010-12-291-0/+39
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-043-0/+3
* | | | | | | | perf: Do not export power_frequency, but power_start eventThomas Renninger2011-01-041-2/+0
* | | | | | | | Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-0499-507/+916
|\| | | | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-12-281-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.cRafael J. Wysocki2010-12-231-1/+2
| | |/ / / / / /
| * | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-12-281-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | [media] v4l: soc-camera: fix multiple simultaneous user caseGuennadi Liakhovetski2010-12-251-2/+2
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2010-12-283-10/+22
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mmc: Fix re-probing with PM_POST_RESTORE notificationTakashi Iwai2010-12-211-0/+1
| | * | | | | | | | mmc: atmel-mci: fix multiblock SDIO transfersNicolas Ferre2010-12-211-6/+12
| | * | | | | | | | mmc: at91_mci: fix multiblock SDIO transfersYauhen Kharuzhy2010-12-211-4/+9