aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sync: fix timeout = 0 wait behaviorJamie Gennis2013-02-221-4/+6
* sync: don't log wait timeouts when timeout = 0Erik Gilling2013-02-191-1/+1
* sync: Fix race condition between merge and signalØrjan Eide2013-02-191-3/+7
* sync: add tracepoint supportErik Gilling2013-02-191-0/+11
* sw_sync: convert to new value_str debug opsErik Gilling2013-02-191-19/+17
* sync: refactor sync debug printingErik Gilling2013-02-191-2/+16
* sync: use proper barriers when waiting indefinitelyErik Gilling2013-02-191-1/+2
* sync: update new fence status with sync_fence_signal_ptErik Gilling2013-02-191-1/+13
* sync: protect unlocked access to fence statusErik Gilling2013-02-191-1/+17
* sync: dump sync state of fence errorsErik Gilling2013-02-191-1/+4
* sync: improve timeout dumpsErik Gilling2013-02-191-1/+4
* sync: use correct signed type when handling SYNC_IOC_WAITErik Gilling2013-02-191-1/+1
* sync: dump sync state to console on timeoutErik Gilling2013-02-191-2/+32
* sync: clean up compiler warningsErik Gilling2013-02-191-4/+0
* sync: fix erase-o in sync_fence_waitErik Gilling2013-02-191-1/+1
* sync: change wait timeout to mirror poll semanticsErik Gilling2013-02-191-3/+3
* sw_sync: Fix error pathsRebecca Schultz Zavin2013-02-191-2/+7
* sync: Fix error pathsRebecca Schultz Zavin2013-02-191-2/+7
* PM: Add watchdog to catch lockup during device resumeBenoit Goby2013-02-191-39/+60
* sync: add reference counting to timelinesErik Gilling2013-02-191-12/+13
* sync: add internal refcounting to fencesErik Gilling2013-02-191-8/+46
* sync: optimize fence mergesErik Gilling2013-02-191-1/+50
* sync: reorder sync_fence_releaseErik Gilling2013-02-191-2/+2
* sw_sync: export sw_sync APIErik Gilling2013-02-191-1/+4
* sync: export sync API symbolsErik Gilling2013-02-191-0/+14
* sync: allow async waits to be canceledErik Gilling2013-02-191-15/+31
* sync: add poll supportErik Gilling2013-02-191-0/+17
* sw_sync: add fill_driver_data supportErik Gilling2013-02-191-0/+14
* sync: add ioctl to get fence dataErik Gilling2013-02-191-0/+81
* sw_sync: add debug supportErik Gilling2013-02-191-0/+19
* sync: add debugfs supportErik Gilling2013-02-191-2/+174
* sync: add timestamps to sync_ptsErik Gilling2013-02-191-0/+5
* sw_sync: add cpu based sync driverErik Gilling2013-02-193-0/+242
* sync: Add synchronization frameworkErik Gilling2013-02-193-0/+535
* drivers: power: Add watchdog timer to catch drivers which lockup during suspend.Benoit Goby2013-02-191-0/+45
* Merge remote-tracking branch 'regmap/fix/debugfs' into tmpMark Brown2013-01-241-2/+0
|\
| * regmap: debugfs: Fix seeking from the cacheMark Brown2013-01-161-2/+0
* | regmap: fix small typo in regmap_bulk_write commentNestor Ovroy2013-01-221-1/+1
* | drivers/base/cpu.c: Fix typo in commentRalf Baechle2013-01-161-1/+1
* | firmware: make sure the fw file size is not 0Luciano Coelho2013-01-161-1/+1
* | Merge tag 'regmap-debugfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-141-13/+40
|\|
| * regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown2013-01-081-0/+9
| * regmap: debugfs: Ensure a correct return value for empty cachesMark Brown2013-01-081-0/+10
| * regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown2013-01-081-11/+18
| * regmap: debugfs: Fix check for block start in cached seeksMark Brown2013-01-081-1/+1
| * regmap: debugfs: Fix attempts to read nonexistant register blocksMark Brown2013-01-081-1/+2
* | Merge branch 'pm-sleep'Rafael J. Wysocki2013-01-051-5/+4
|\ \
| * | PM: Move disabling/enabling runtime PM to late suspend/early resumeRafael J. Wysocki2013-01-051-5/+4
| |/
* / PM / QoS: Rename local variable in dev_pm_qos_add_ancestor_request()Rafael J. Wysocki2013-01-051-5/+5
|/
* vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-201-1/+1