summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-06-19iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel1-0/+6
2015-05-29iommu/amd: Handle integer overflow in dma_ops_area_allocJoerg Roedel1-3/+5
2015-04-02iommu/amd: Correctly encode huge pages in iommu page tablesJoerg Roedel1-5/+6
2015-04-02iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interfaceJoerg Roedel1-9/+3
2015-04-02iommu/amd: Optimize alloc_new_range for new fetch_pte interfaceJoerg Roedel1-4/+4
2015-04-02iommu/amd: Optimize iommu_unmap_page for new fetch_pte interfaceJoerg Roedel1-24/+8
2015-04-02iommu/amd: Return the pte page-size in fetch_pteJoerg Roedel2-22/+36
2015-04-02iommu/amd: Add support for contiguous dma allocatorJoerg Roedel1-16/+28
2015-04-02iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherentJoerg Roedel1-1/+0
2015-04-02iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel1-10/+0
2015-04-02iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICEJoerg Roedel1-1/+1
2015-03-04iommu/amd: Small cleanup in mn_release()Dan Carpenter1-1/+1
2015-03-03drm/i915: Fix modeset state confusion in the load detect codeDaniel Vetter1-0/+1
2015-03-03Merge tag 'gpio-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-8/+15
2015-03-03Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-51/+28
2015-03-03Merge tag 'md/4.0-fixes' of git://neil.brown.name/mdLinus Torvalds3-12/+20
2015-03-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+11
2015-02-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds30-96/+233
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-41/+58
2015-02-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-11/+9
2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim1-1/+1
2015-02-28drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...Joshua Kinard1-2/+2
2015-02-28rtc: ds1685: remove superfluous checks for out-of-range u8 valuesGeert Uytterhoeven1-6/+6
2015-02-28rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build errorArnd Bergmann1-2/+0
2015-02-28thermal: int340x_thermal: Ignore missing _ART, _TRT tablesSrinivas Pandruvada1-6/+4
2015-02-28thermal/intel_powerclamp: add id for Avoton SoCMiguel Bernal Marin1-0/+1
2015-02-28Merge tag 'renesas-sh-drivers-for-v4.0' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2015-02-27Merge branch 'drm-atmel-hlcdc-fixes' of git://github.com/bbrezillon/linux-at9...Dave Airlie3-4/+3
2015-02-27Merge tag 'drm-intel-fixes-2015-02-26' of git://anongit.freedesktop.org/drm-i...Dave Airlie7-23/+71
2015-02-27Merge tag 'hwmon-for-linus-v4.0-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2015-02-26drm: atmel-hlcdc: remove clock polarity from crtc driverNicolas Ferre1-1/+1
2015-02-26drm/radeon: only enable DP audio if the monitor supports itAlex Deucher1-6/+15
2015-02-26drm/radeon: fix atom aux payload size check for writes (v2)Alex Deucher1-0/+7
2015-02-26drm/radeon: fix 1 RB harvest config setup for TN/RLAlex Deucher1-4/+4
2015-02-26drm/radeon: enable SRBM timeout interrupt on EG/NIChristian König4-0/+17
2015-02-26drm/radeon: enable SRBM timeout interrupt on SIChristian König2-0/+11
2015-02-26drm/radeon: enable SRBM timeout interrupt on CIK v2Leo Liu2-0/+12
2015-02-26drm/radeon: dump full IB if we hit a packet errorAlex Deucher2-9/+22
2015-02-26drm/radeon: disable mclk switching with 120hz+ monitorsAlex Deucher1-0/+6
2015-02-26drm/radeon: use drm_mode_vrefresh() rather than mode->vrefreshAlex Deucher1-1/+1
2015-02-26drm/radeon: enable native backlight control on old macsNathan-J. Hirschauer1-0/+3
2015-02-25Merge branch 'clockevents/4.0-rc1' of git://git.linaro.org/people/daniel.lezc...Ingo Molnar3-16/+11
2015-02-25clocksource: pxa: Fix section mismatchRobert Jarzmik1-1/+1
2015-02-25clocksource: mtk: Fix race conditions in probe codeMatthias Brugger1-4/+5
2015-02-25clockevents: asm9260: Fix compilation error with sparc/sparc64 allyesconfigDaniel Lezcano1-11/+5
2015-02-25drm/i915: Fix frontbuffer false positve.Rodrigo Vivi1-3/+0
2015-02-25md: mark some attributes as pre-allocNeilBrown1-6/+8
2015-02-25raid5: check faulty flag for array status during recovery.Eric Mei1-4/+9
2015-02-25md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek1-2/+3
2015-02-24thermal: exynos: Clean-up code to use oneline entry for exynos compatible tableChanwoo Choi1-28/+10