summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2013-06-06Merge branch 'tracking-linaro-android-3.10' into merge-linux-linaro-core-trac...Andrey Konovalov
2013-06-04sync: Remove duplicate sync drivertracking-linaro-android-3.10-llct-20130613.0tracking-linaro-android-3.10-llct-20130610.0tracking-linaro-android-3.10-llct-20130606.0John Stultz
2013-05-23Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-05-21driver core: print sysfs attribute name when warning about bogus permissionsdyoung@redhat.com
2013-05-21driver core: export subsys_virtual_registerGreg Kroah-Hartman
2013-05-12PM: Avoid calling kfree() under spinlock in dev_pm_put_subsys_data()Shuah Khan
2013-05-06Merge remote-tracking branch 'linus/master' into linaro-android-3.10-experime...John Stultz
2013-05-03Add compat_ioctls in sync driversDmitry Pervushin
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2013-05-01dma-buf: Add debugfs supportSumit Semwal
2013-05-01dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-04-29Merge tag 'regmap-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2013-04-29numa, cpu hotplug: change links of CPU and node when changing node number by ...Yasuaki Ishimatsu
2013-04-29mm: Remove unused parameter of pages_correctly_reserved()Tang Chen
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes
2013-04-29drivers/base/node.c: switch to register_hotmemory_notifier()Andrew Morton
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