aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-25drm/i915: add clock gating regs to VLV offset check functionworkaroundsJesse Barnes1-0/+9
2012-10-25drm/i915: PIPE_CONTROL TLB invalidate requires CS stallJesse Barnes1-1/+1
2012-10-25drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync opJesse Barnes3-6/+26
2012-10-18drm/i915: implement WaDisablePSDDualDispatchEnable on IVB & VLVJesse Barnes3-0/+17
2012-10-18drm/i915: implement WaDisableVLVClockGating_VBIIssue on VLVJesse Barnes2-0/+9
2012-10-18drm/i915: implement WaForceL3Serialization on VLV and IVBJesse Barnes1-0/+4
2012-10-18drm/i915: implement WaDisableDopClockGatingisable on VLV and IVBJesse Barnes4-1/+26
2012-10-18drm/i915: implement WaDisableL3CacheAging on VLVJesse Barnes2-1/+2
2012-10-18drm/i915: add DP support to intel_enable_ddiPaulo Zanoni1-9/+12
2012-10-18drm/i915: add DP support to intel_ddi_get_hw_statePaulo Zanoni1-4/+4
2012-10-18drm/i915: add DP support to intel_ddi_get_encoder_portPaulo Zanoni1-3/+9
2012-10-18drm/i915: fix DP AUX register definitions on HaswellDaniel Vetter1-0/+23
2012-10-18drm/i915: Clear FORCEWAKE when taking over from BIOSChris Wilson3-0/+35
2012-10-18drm/i915: don't save/restor ADPA for kmsDaniel Vetter1-13/+12
2012-10-18drm/i915/crt: explicitly set up HOTPLUG_BITS on resumeDaniel Vetter3-14/+15
2012-10-18drm/i915/crt: don't set HOTPLUG bits on !PCHDaniel Vetter1-1/+5
2012-10-17drm/i915: don't save/restore HWS_PGA reg for kmsDaniel Vetter1-2/+4
2012-10-17drm/i915: don't save/restore irq regs for kmsDaniel Vetter1-26/+30
2012-10-17drm/i915: don't save/restore DP regs for kmsDaniel Vetter1-31/+37
2012-10-17drm/i915: use TU_SIZE macro at intel_dp_set_m_nPaulo Zanoni1-5/+2
2012-10-17drm/i915: add basic Haswell DP link train bitsPaulo Zanoni2-6/+102
2012-10-17drm/i915: add DP support to intel_ddi_pll_mode_setPaulo Zanoni1-1/+24
2012-10-17drm/i915: add intel_ddi_set_pipe_settingsPaulo Zanoni4-1/+48
2012-10-17drm/i915: add DP support to intel_ddi_enable_pipe_funcPaulo Zanoni3-9/+35
2012-10-17drm/i915: Document the multi-threaded FORCEWAKE bitsChris Wilson2-5/+7
2012-10-17drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffersChris Wilson7-19/+84
2012-10-17drm/i915: move hpd handling to (ibx|cpt)_irq_handlerDaniel Vetter1-10/+6
2012-10-16drm/i915: Add rc6vids to debugfsBen Widawsky1-1/+8
2012-10-16drm/i915: Workaround to bump rc6 voltage to 450Ben Widawsky2-1/+19
2012-10-16drm/i915: Extract PCU communicationBen Widawsky3-44/+68
2012-10-11drm/i915: Fix the SCC/SSC typo in the SPLL bits definitionDamien Lespiau2-4/+4
2012-10-11drm/i915: pipe and planes should be disabled on haswell_crtc_mode_setPaulo Zanoni1-2/+5
2012-10-11drm/i915: disable DDI_BUF_CTL at the correct timePaulo Zanoni1-10/+23
2012-10-10drm/i915: don't implement WaDisableEarlyCull for HaswellPaulo Zanoni1-4/+0
2012-10-10drm/i915: don't rely on previous values set on DDI_BUF_CTLPaulo Zanoni1-5/+1
2012-10-10drm/i915: completely rewrite the Haswell PLL handling codePaulo Zanoni6-54/+238
2012-10-10drm/i915: add haswell_set_pipeconfPaulo Zanoni2-1/+27
2012-10-10drm/i915: add proper CPU/PCH checks to crtc_mode_set functionsPaulo Zanoni1-97/+115
2012-10-10drm/i915: add haswell_crtc_mode_setPaulo Zanoni1-1/+186
2012-10-10drm/i915: enable and disable PIPE_CLK_SEL at the right timePaulo Zanoni3-4/+41
2012-10-10drm/i915: enable and disable DDI_FUNC_CTL at the right timePaulo Zanoni4-19/+74
2012-10-10drm/i915: rewrite the LCPLL codePaulo Zanoni4-6/+45
2012-10-08drm/i915: Align the retire_requests worker to the nearest secondChris Wilson1-3/+6
2012-10-08drm/i915: Align the hangcheck wakeup to the nearest secondChris Wilson3-5/+4
2012-10-08drm/i915: Remove the WaDisableBackToBackFlipFix w/a for HaswellDamien Lespiau1-4/+0
2012-10-08drm/i915: Document that we are implementing WaDisableBackToBackFlipFixDamien Lespiau1-0/+2
2012-10-07drm/i915: remove duplicated include from intel_modes.cWei Yongjun1-1/+0
2012-10-07drm/i915: Remove the disabling of VHR unit clock gating for HSWDamien Lespiau1-5/+0
2012-10-04drm/i915: implement WaDisableEarlyCull for VLV and IVBJesse Barnes2-0/+13
2012-10-04drm/i915: implement WaForceL3Serialization on VLV and IVBJesse Barnes2-0/+11
2012-10-02drm/i915: s/DRM_IRQ_ARGS/int irq, void *argDaniel Vetter1-6/+6
2012-10-02drm/i915: extract intel_set_pipe_timings from crtc_mode_setPaulo Zanoni1-70/+54
2012-10-01drm/i915: add debug logging to ASLE backlight set requestsJani Nikula1-0/+2
2012-09-28drm/i915: Fixup HDMI output on ValleyviewVijay Purushothaman2-2/+2
2012-09-28drm/i915: Add eDP support for ValleyviewGajanan Bhat2-8/+24
2012-09-28drm/i915: Enable DisplayPort in ValleyviewVijay Purushothaman2-31/+65
2012-09-28drm/i915: Program correct m n tu register for ValleyviewVijay Purushothaman2-3/+8
2012-09-28drm/i915: Add Valleyview lane control definitionsVijay Purushothaman1-0/+8
2012-09-28drm/i915: Fix SDVO IER and status bits for ValleyviewVijay Purushothaman1-4/+2
2012-09-28drm/i915: Set aux clk to 100MHz for ValleyviewVijay Purushothaman1-1/+7
2012-09-26drm/i915: limit VLV IRQ enables to those we useJesse Barnes1-13/+5
2012-09-26drm/dp: Make sink count DP 1.2 awareAdam Jackson2-6/+6
2012-09-26drm/dp: Document DP spec versions for various DPCD registersAdam Jackson1-20/+32
2012-09-26drm/i915/dp: Be smarter about connection sense for branch devicesAdam Jackson1-1/+34
2012-09-26drm/i915/dp: Fetch downstream port info if needed during DPCD fetchAdam Jackson2-5/+21
2012-09-26drm/dp: Update DPCD definesAdam Jackson1-4/+56
2012-09-26drm: Export drm_probe_ddc()Adam Jackson2-1/+3
2012-09-25drm/i915: remove unused variables from ironlake_crtc_mode_setPaulo Zanoni1-18/+3
2012-09-25drm/i915: extract compute_dpll from ironlake_crtc_mode_setPaulo Zanoni1-52/+97
2012-09-25drm/i915: extract set_m_n from ironlake_crtc_mode_setPaulo Zanoni1-52/+79
2012-09-25drm/i915: don't recheck for invalid pipe bppPaulo Zanoni1-12/+3
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter709-3273/+5821
2012-09-24drm/i915: BUG() on unexpected HDMI registerPaulo Zanoni1-0/+2
2012-09-23Linux 3.6-rc7Linus Torvalds1-2/+2
2012-09-23Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2-3/+3
2012-09-23Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+23
2012-09-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-2/+13
2012-09-23edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs.Shaun Ruffell1-20/+39
2012-09-23edac_mc: fix messy kfree calls in the error pathFengguang Wu1-5/+7
2012-09-23hwmon: (fam15h_power) Tweak runavg_range on resumeAndreas Herrmann1-2/+13
2012-09-23hwmon: (coretemp) Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer1-0/+5
2012-09-23hwmon: (via-cputemp) Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer1-0/+5
2012-09-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-9/+9
2012-09-22Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds8-53/+106
2012-09-22Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+48
2012-09-22Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2012-09-22HID: Fix logitech-dj: missing Unifying device issueNestor Lopez Casado2-0/+46
2012-09-22HID: lenovo-tpkbd: Fix memory leak in tpkbd_remove_tp()Axel Lin1-0/+2
2012-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds55-192/+253
2012-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-8/+5
2012-09-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+5
2012-09-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+12
2012-09-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-3/+61
2012-09-21Merge tag 'for-linus-v3.6-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-18/+29
2012-09-21Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-139/+59
2012-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-10/+70
2012-09-21Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2-1/+5
2012-09-21Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-3/+20
2012-09-21Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-8/+26
2012-09-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-8/+33
2012-09-21sparc: fix the return value of module_alloc()Wei Yongjun1-3/+1
2012-09-21sparc32: Enable the relocation target R_SPARC_DISP32 for sparc32Andreas Larsson1-5/+4
2012-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds8-107/+146
2012-09-21Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-23/+27
2012-09-21net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2-8/+8
2012-09-21debugfs: fix u32_array race in format_array_allocLinus Torvalds1-34/+23
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang6-17/+17
2012-09-21Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller2-4/+2
2012-09-21net/irda: sh_sir: fix return value check in sh_sir_set_baudrate()Wei Yongjun1-1/+1
2012-09-21stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun1-1/+1
2012-09-21gianfar: fix phc index build failureRichard Cochran2-2/+3
2012-09-21ipv6: fix return value check in fib6_add()Wei Yongjun1-0/+4
2012-09-21debugfs: fix race in u32_array_read and allocate array at openDavid Rientjes1-22/+11
2012-09-21bnx2x: remove false warning regarding interrupt numberAriel Elior1-5/+6
2012-09-21ARM: reserve syscall 378 for kcmpRussell King2-0/+3
2012-09-21x86/kbuild: archscripts depends on scripts_basicJeff Mahoney1-1/+1
2012-09-21firmware: fix directory creation rule matching with make 3.80Mark Asselstine1-2/+2
2012-09-21can: ti_hecc: fix oops during rmmodMarc Kleine-Budde1-1/+1
2012-09-21can: janz-ican3: fix support for older hardware revisionsIra W. Snyder1-3/+1
2012-09-21Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie3-8/+9
2012-09-21drm/nouveau: add dmi quirk for gpio resetDave Airlie1-0/+16
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin1-1/+2
2012-09-20aoe: assert AoE packets marked as requiring no checksumEd Cashin1-0/+1
2012-09-20at91ether: return PTR_ERR if call to clk_get failsDevendra Naga1-1/+1
2012-09-20xfrm_user: don't copy esn replay window twice for new statesMathias Krause1-4/+5
2012-09-20xfrm_user: ensure user supplied esn replay window is validMathias Krause2-6/+27
2012-09-20xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause1-0/+1
2012-09-20xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause1-0/+1
2012-09-20xfrm_user: fix info leak in copy_to_user_state()Mathias Krause1-0/+1
2012-09-20xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause1-1/+1
2012-09-20net: qmi_wwan: adding Huawei E367, ZTE MF683 and Pantech P4200Bjørn Mork1-3/+8
2012-09-20tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin1-3/+10
2012-09-21Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+2
2012-09-20tracing: Don't call page_to_pfn() if page is NULLWen Congyang1-2/+2
2012-09-20drm/radeon: Prevent leak of scratch register on resume from suspendSimon Kitching1-1/+2
2012-09-20drm/i915: Fix !CONFIG_PM sysfs for real this timeBen Widawsky1-0/+2
2012-09-20drm/i915: Assert that the exec object lookup table is a power-of-twoChris Wilson1-0/+1
2012-09-20drm/i915: HDMI - Clear Audio Enable bit for Hot Plug unconditionallyWang Xingchao1-4/+1
2012-09-20drm/i915: Convert the dmabuf object to use the new i915_gem_object_opsChris Wilson4-22/+37
2012-09-20drm/i915: update dpms property in set_modeDaniel Vetter1-0/+6
2012-09-20drm/i915: don't call dpms funcs after set_modeDaniel Vetter1-10/+0
2012-09-20drm/i915: don't disable fdi links harder in ilk_crtc_enableDaniel Vetter1-3/+5
2012-09-20drm/i915: rip out intel_disable_pch_portsDaniel Vetter1-60/+0
2012-09-20agp/intel: Use a write-combining map for updating PTEsChris Wilson1-3/+8
2012-09-20drm/i915: Limit the ioremap of the PCI bar to the registersChris Wilson1-2/+14
2012-09-20drm/i915: Show render P state thresholds in sysfsBen Widawsky1-0/+36
2012-09-20drm/i915: Add setters for min/max frequencyBen Widawsky1-2/+81
2012-09-20drm/i915: rip out edp special case from dp_link_downDaniel Vetter1-7/+0
2012-09-20drm/i915: Drop the misleading cast to the wrong user pointer typeChris Wilson1-6/+3
2012-09-20i915: initialize CADL in opregionLekensteyn1-1/+22
2012-09-20drm/i915: disable the cpu edp port after the cpu pipeDaniel Vetter1-2/+7
2012-09-20drm/i915: rip out dp port enabling cludges^WchecksDaniel Vetter1-8/+8
2012-09-20drm/i915: robustify edp_pll_on/offDaniel Vetter1-11/+18
2012-09-20drm/i915: clean up the cpu edp pll special caseDaniel Vetter1-47/+27
2012-09-20drm/i915: add encoder->pre_enable/post_disableDaniel Vetter2-0/+10
2012-09-20drm/i915: rip out early dp port write for gm45/ilkDaniel Vetter1-13/+0
2012-09-20drm/i915: Error checks in gen6_set_rpsBen Widawsky2-1/+9
2012-09-20drm/i915: POSTING_READ the new rps valueBen Widawsky1-0/+2
2012-09-20drm/i915: Add current/max/min GPU freq to sysfsBen Widawsky1-0/+70
2012-09-20drm/i915: #define gpu freq multiplerBen Widawsky2-11/+13
2012-09-20drm/i915: variable renamesBen Widawsky1-8/+8
2012-09-20drm/i915: extract compute_clocks from ironlake_crtc_mode_setPaulo Zanoni1-30/+66
2012-09-20drm/i915: simplify setting DSPCNTR inside ironlake_crtc_mode_setPaulo Zanoni1-5/+3
2012-09-20drm/i915: extract ironlake_set_pipeconf form ironlake_crtc_mode_setPaulo Zanoni1-36/+52
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson12-220/+239
2012-09-20drm/i915: Pin backing pages for preadChris Wilson1-23/+13
2012-09-20drm/i915: Pin backing pages for pwriteChris Wilson1-24/+13
2012-09-20drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson3-4/+27
2012-09-20drm/i915: Introduce drm_i915_gem_object_opsChris Wilson3-27/+80
2012-09-20drm/i915: placeholder getparamBen Widawsky1-0/+1
2012-09-20Revert "drm/nv50-/gpio: initialise to vbios defaults during init"Dave Airlie1-3/+0
2012-09-20Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-129/+34
2012-09-19Input: edt-ft5x06 - return -EFAULT on copy_to_user() errorAxel Lin1-3/+6
2012-09-19Input: sentelic - filter out erratic movement when lifting fingerTai-hwa Liang1-0/+11
2012-09-19Input: ambakmi - [un]prepare clocks when enabling amd disablingPawel Moll1-3/+3
2012-09-19Input: i8042 - disable mux on Toshiba C850DAnisse Astier1-0/+6
2012-09-19net/core: fix comment in skb_try_coalesceLi RongQing1-1/+3
2012-09-19asix: Support DLink DUB-E100 H/W Ver C1Søren holm1-0/+4
2012-09-19Merge branch 'clkdev' into fixesRussell King4-51/+56
2012-09-19ARM: 7535/1: Reprogram smp_twd based on new common clk framework notifiersMike Turquette1-2/+46
2012-09-19ARM: 7537/1: clk: Fix release in devm_clk_put()Mark Brown1-1/+1
2012-09-19pkt_sched: fix virtual-start-time update in QFQPaolo Valente1-1/+4
2012-09-19tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček1-2/+8
2012-09-19batman-adv: make batadv_test_bit() return 0 or 1 onlyLinus Lüssing1-3/+3
2012-09-19xen/boot: Disable BIOS SMP MP table search.Konrad Rzeszutek Wilk1-0/+4
2012-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-20/+39
2012-09-19Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds4-4/+5
2012-09-19Merge tag 'rpmsg-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/oh...Linus Torvalds1-3/+3
2012-09-19Merge tag 'md-3.6-fixes' of git://neil.brown.name/mdLinus Torvalds2-2/+10
2012-09-19Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-46/+42
2012-09-19Revert "input: ab8500-ponkey: Create AB8500 domain IRQ mapping"Dmitry Torokhov1-2/+2
2012-09-19Merge tag 'v3.6-rc5' into for-linusDmitry Torokhov8163-201037/+469646
2012-09-19cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPUTejun Heo1-29/+34
2012-09-19workqueue: reimplement work_on_cpu() using system_wqTejun Heo1-17/+8
2012-09-19perf/x86: Fix Intel Ivy Bridge supportStephane Eranian3-1/+39
2012-09-19linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSESTGuenter Roeck1-1/+1
2012-09-19Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie27-642/+2257
2012-09-19drm: micro optimise cache flushingDave Airlie1-1/+2
2012-09-19Merge branch 'drm-lcdc' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie25-11/+3031
2012-09-19md: make sure metadata is updated when spares are activated or removed.NeilBrown1-1/+5