aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2013-05-03Add compat_ioctls in sync driversDmitry Pervushin
2013-04-29sync: fix timeout = 0 wait behaviorJamie Gennis
2013-04-29sync: don't log wait timeouts when timeout = 0Erik Gilling
2013-04-29sync: Fix race condition between merge and signalØrjan Eide
2013-04-29sync: add tracepoint supportErik Gilling
2013-04-29sw_sync: convert to new value_str debug opsErik Gilling
2013-04-29sync: refactor sync debug printingErik Gilling
2013-04-29sync: use proper barriers when waiting indefinitelyErik Gilling
2013-04-29sync: update new fence status with sync_fence_signal_ptErik Gilling
2013-04-29sync: protect unlocked access to fence statusErik Gilling
2013-04-29sync: dump sync state of fence errorsErik Gilling
2013-04-29sync: improve timeout dumpsErik Gilling
2013-04-29sync: use correct signed type when handling SYNC_IOC_WAITErik Gilling
2013-04-29sync: dump sync state to console on timeoutErik Gilling
2013-04-29sync: clean up compiler warningsErik Gilling
2013-04-29sync: fix erase-o in sync_fence_waitErik Gilling
2013-04-29sync: change wait timeout to mirror poll semanticsErik Gilling
2013-04-29sw_sync: Fix error pathsRebecca Schultz Zavin
2013-04-29sync: Fix error pathsRebecca Schultz Zavin
2013-04-29PM: Add watchdog to catch lockup during device resumeBenoit Goby
2013-04-29sync: add reference counting to timelinesErik Gilling
2013-04-29sync: add internal refcounting to fencesErik Gilling
2013-04-29sync: optimize fence mergesErik Gilling
2013-04-29sync: reorder sync_fence_releaseErik Gilling
2013-04-29sw_sync: export sw_sync APIErik Gilling
2013-04-29sync: export sync API symbolsErik Gilling
2013-04-29sync: allow async waits to be canceledErik Gilling
2013-04-29sync: add poll supportErik Gilling
2013-04-29sw_sync: add fill_driver_data supportErik Gilling
2013-04-29sync: add ioctl to get fence dataErik Gilling
2013-04-29sw_sync: add debug supportErik Gilling
2013-04-29sync: add debugfs supportErik Gilling
2013-04-29sync: add timestamps to sync_ptsErik Gilling
2013-04-29sw_sync: add cpu based sync driverErik Gilling
2013-04-29sync: Add synchronization frameworkErik Gilling
2013-04-29drivers: power: Add watchdog timer to catch drivers which lockup during suspend.Benoit Goby
2013-04-09regmap: Back out work buffer fixMark Brown
2013-04-04Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-02PM / QoS: Avoid possible deadlock related to sysfs accessRafael J. Wysocki
2013-03-31Merge remote-tracking branch 'regmap/fix/async' into tmpMark Brown
2013-03-31Merge remote-tracking branch 'regmap/fix/core' into tmpMark Brown
2013-03-27regmap: async: Add missing returnMark Brown
2013-03-21regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren
2013-03-13regmap: cache Fix regcache-rbtree syncLars-Peter Clausen
2013-03-12regmap: Initialize `map->debugfs' before regcacheDimitris Papastamos
2013-03-07Merge tag 'pm+acpi-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-03-07Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-03-04PM / QoS: Remove device PM QoS sysfs attributes at the right placeRafael J. Wysocki
2013-03-04PM / QoS: Fix concurrency issues and memory leaks in device PM QoSRafael J. Wysocki
2013-03-01regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed caseLi Fei