summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM / highbank: add support for pl320 IPCRob Herring2013-02-025-0/+222
* clk / highbank: Prevent glitches in non-bypass reset modeMark Langsdorf2013-02-021-0/+2
* powernow-k8: Cleanup init functionBorislav Petkov2013-02-021-11/+14
* powernow-k8: Cleanup module requestBorislav Petkov2013-02-021-2/+19
* cpufreq: Add a get_current_driver helperBorislav Petkov2013-02-021-0/+14
* cpufreq: Make acpi-cpufreq link firstBorislav Petkov2013-02-021-2/+3
* acpi-cpufreq: Do not load on K8Matthew Garrett2013-02-021-0/+6
* cpufreq: handle cpufreq being disabled for all exported function.Dirk Brandewie2013-02-021-0/+18
* cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar2013-02-023-93/+104
* cpufreq: SPEAr: Fix sparse warning for cpufreq driverViresh Kumar2013-02-021-1/+1
* cpufreq: Don't use cpu removed during cpufreq_driver_unregisterViresh Kumar2013-02-021-1/+7
* cpufreq: Notify governors when cpus are hot-[un]pluggedViresh Kumar2013-02-021-0/+10
* cpufreq: Manage only online cpusViresh Kumar2013-02-021-0/+7
* cpufreq: ondemand: use all CPUs in update_sampling_rateFabio Baltieri2013-02-021-3/+2
* cpufreq: conservative: call dbs_check_cpu only when necessaryFabio Baltieri2013-02-021-6/+41
* cpufreq: ondemand: call dbs_check_cpu only when necessaryFabio Baltieri2013-02-023-10/+52
* cpufreq: handle SW coordinated CPUsRickard Andersson2013-02-024-8/+43
* Merge tag 'dm-3.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-02-012-14/+5
|\
| * dm: fix write same requests countingAlasdair G Kergon2013-01-311-2/+4
| * dm thin: fix queue limits stackingMike Snitzer2013-01-311-12/+1
* | Merge branch 'for-3.8/upstream-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-01-313-1/+16
|\ \
| * | HID: i2c-hid: fix i2c_hid_output_raw_reportBenjamin Tissoires2013-01-311-1/+12
| * | HID: usbhid: quirk for Formosa IR receiverNicholas Santos2013-01-032-0/+4
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-311-2/+3
|\ \ \
| * \ \ Merge tag 'efi-for-3.8' into x86/efiH. Peter Anvin2013-01-301-2/+3
| |\ \ \ | | |_|/ | |/| |
| | * | efivarfs: Delete dentry from dcache in efivarfs_file_write()Matt Fleming2013-01-181-0/+1
| | * | efivarfs: Never return ENOENT from firmwareMatt Fleming2013-01-181-1/+1
| | * | efivarfs: Drop link count of the right inodeLingzhu Xiang2013-01-181-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-01-318-8/+13
|\ \ \ \
| * | | | samsung-laptop: Disable on EFI hardwareMatt Fleming2013-01-301-0/+4
| * | | | efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-307-8/+9
| | |/ / | |/| |
* | | | Merge tag 'edac_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2013-01-302-4/+4
|\ \ \ \
| * | | | EDAC: Fix kcalloc argument orderJoe Perches2013-01-301-3/+3
| * | | | EDAC: Test correct variable in ->store functionDan Carpenter2013-01-301-1/+1
| | |/ / | |/| |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-3021-158/+155
|\ \ \ \
| * \ \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intelDave Airlie2013-01-264-12/+36
| |\ \ \ \
| | * | | | drm/i915: dump UTS_RELEASE into the error_stateDaniel Vetter2013-01-231-0/+2
| | * | | | iommu/intel: disable DMAR for g4x integrated gfxDaniel Vetter2013-01-231-6/+15
| | * | | | drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waitsChris Wilson2013-01-231-0/+5
| | * | | | drm/i915: Disable AsyncFlip performance optimisationsChris Wilson2013-01-232-6/+14
| * | | | | drm/exynos: add check for the device power statusShirish S2013-01-252-0/+14
| * | | | | drm/exynos: Make 'drm_hdmi_get_edid' staticSachin Kamat2013-01-251-1/+1
| * | | | | drm/exynos: fimd and ipp are broken on multiplatformArnd Bergmann2013-01-251-2/+2
| * | | | | drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann2013-01-251-1/+0
| * | | | | drm/exynos: Remove "internal" interrupt handlingSean Paul2013-01-251-60/+14
| * | | | | drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat2013-01-251-2/+2
| * | | | | drm/exynos: Replace mdelay with usleep_rangeSean Paul2013-01-252-8/+8
| * | | | | drm/exynos: Make ipp_handle_cmd_work staticSachin Kamat2013-01-251-1/+1
| * | | | | drm/exynos: Make g2d_userptr_get_dma_addr staticSachin Kamat2013-01-251-1/+1
| * | | | | drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae2013-01-251-14/+11