summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown2011-11-068-180/+424
|\ \ \
| * | | cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-068-114/+298
| * | | cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-064-36/+65
| * | | cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar2011-11-062-12/+0
| * | | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-065-48/+91
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'atomic-io', 'lockdep', 'misc', 'pm-profile' and 'pnp-cleanup'...Len Brown2011-11-066-63/+39
|\ \ \ \ \ \
| | | | * | | PNPACPI: Simplify disabled resource registrationWitold Szczeponik2011-11-061-47/+15
| | | | |/ /
| | | * / / ACPI: Export FADT pm_profile integer value to userspaceThomas Renninger2011-11-061-1/+13
| | | |/ /
| | * | | thermal: Prevent polling from happening during system suspendRafael J. Wysocki2011-11-061-2/+2
| | * | | ACPI: Drop ACPI_NO_HARDWARE_INITRafael J. Wysocki2011-11-061-6/+2
| | * | | ACPI: use kstrdup()Thomas Meyer2011-11-061-2/+1
| | |/ /
| * / / ACPI: Fix possible recursive locking in hwregs.cRakib Mullick2011-11-061-5/+6
| |/ /
* / / ACPI atomicio: Convert width in bits to bytes in __acpi_ioremap_fast()Luck, Tony2011-11-061-1/+1
|/ /
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2011-10-241-30/+45
|\ \
| * | intel-iommu: fix superpage support in pfn_to_dma_pte()Allen Kay2011-10-191-9/+8
| * | intel-iommu: set iommu_superpage on VM domains to lowest common denominatorAllen Kay2011-10-191-5/+7
| * | intel-iommu: fix return value of iommu_unmap() APIAllen Kay2011-10-191-3/+8
| * | intel-iommu: Export a flag indicating that the IOMMU is used for iGFX.David Woodhouse2011-10-141-10/+15
| * | intel-iommu: Workaround IOTLB hang on Ironlake GPUDavid Woodhouse2011-10-141-1/+5
| * | intel-iommu: Fix AB-BA lockdep reportRoland Dreier2011-10-101-2/+2
* | | Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dmLinus Torvalds2011-10-241-0/+1
|\ \ \
| * | | dm kcopyd: fix job_pool leakAlasdair G Kergon2011-10-231-0/+1
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-231-2/+3
|\ \ \ \
| * | | | hwmon: (w83627ehf) Fix negative 8-bit temperature valuesJean Delvare2011-10-201-2/+3
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-10-206-44/+84
|\ \ \ \
| * | | | r8169: fix wrong eee setting for rlt8111evlhayeswang2011-10-191-1/+1
| * | | | r8169: fix driver shutdown WoL regression.françois romieu2011-10-191-32/+56
| * | | | pptp: pptp_rcv_core() misses pskb_may_pull() callEric Dumazet2011-10-191-8/+12
| * | | | pptp: fix skb leak in pptp_xmit()Eric Dumazet2011-10-191-0/+2
| * | | | bonding: use local function pointer of bond->recv_probe in bond_handle_frameMitsuo Hayasaka2011-10-191-2/+5
| * | | | smsc911x: Add support for SMSC LAN89218Phil Edworthy2011-10-191-0/+2
| * | | | tg3: negate USE_PHYLIB flag checkJiri Pirko2011-10-181-1/+1
| * | | | netconsole: enable netconsole can make net_device refcnt incorrentGao feng2011-10-181-0/+5
| |/ / /
* | | | Merge branch 'v4l_for_linus' of git://linuxtv.org/mchehab/for_linusLinus Torvalds2011-10-191-1/+1
|\ \ \ \
| * | | | [media] videodev: fix a NULL pointer dereference in v4l2_device_release()Antonio Ospite2011-10-191-1/+1
| |/ / /
* | | | drm/radeon/kms/atom: fix handling of FB scratch indicesAlex Deucher2011-10-192-2/+14
* | | | drm/radeon/kms/DCE4.1: fix Select_CrtcSource EncodeMode setting for DP bridge...Alex Deucher2011-10-181-1/+11
* | | | drm/radeon/kms/DCE4.1: ss is not supported on the internal ppllsAlex Deucher2011-10-181-1/+1
* | | | drm/radeon/kms/DCE4.1: fix dig encoder to transmitter mappingAlex Deucher2011-10-181-4/+9
* | | | ttm: Fix error-path using an uninitialized valueThomas Hellstrom2011-10-181-1/+1
|/ / /
* | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-151-4/+11
|\ \ \
| * | | hwmon: (w83627ehf) Properly report thermal diode sensorsJean Delvare2011-10-131-4/+11
* | | | Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-142-1/+2
|\ \ \ \
| * | | | gpio-pca953x: fix gpio_baseHartmut Knaack2011-10-131-0/+1
| * | | | gpio/omap: fix build error with certain OMAP1 configsJanusz Krzysztofik2011-10-131-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-10-134-13/+24
|\ \ \ \
| * | | | mscan: too much data copied to CAN frame due to 16 bit accessesWolfgang Grandegger2011-10-101-3/+8
| * | | | bnx2x: fix cl_id allocation for non-eth clients for NPAR modeDmitry Kravkov2011-10-102-7/+13
| * | | | mlx4_en: fix endianness with blue frame supportThadeu Lima de Souza Cascardo2011-10-101-3/+3
| | |/ / | |/| |
* / | | ide: Fix file references in drivers/ide/Johann Felix Soden2011-10-131-12/+12
|/ / /