summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-08hwmon: (adt7470) Fix incorrect return code checkCurt Brune
2013-08-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-08-08Merge tag 'regulator-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-08-08Merge tag 'regmap-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-08Merge tag 'spi-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-08-08Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"Linus Torvalds
2013-08-08avr32: boards/atngw100/mrmt.c: fix building errorCong Ding
2013-08-08ALSA: usb-audio: do not trust too-big wMaxPacketSize valuesClemens Ladisch
2013-08-08NFSv4: Fix up nfs4_proc_lookup_mountpointTrond Myklebust
2013-08-07drm: Don't pass negative delta to ktime_sub_ns()Michel Dänzer
2013-08-07Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie
2013-08-07drm/radeon: make missing smc ucode non-fatalAlex Deucher
2013-08-07drm/radeon/dpm: require rlc for dpmAlex Deucher
2013-08-07drm/radeon/cik: use a mutex to properly lock srbm instanced registersAlex Deucher
2013-08-07drm/radeon: remove unnecessary unpinChristian König
2013-08-07drm/radeon: add more UVD CS checkingChristian König
2013-08-07drm/radeon: stop sending invalid UVD destroy msgChristian König
2013-08-07drm/radeon: only save UVD bo when we have open handlesChristian König
2013-08-07drm/radeon: always program the MC on startupAlex Deucher
2013-08-07drm/radeon: fix audio dto calculation on DCE3+ (v3)Alex Deucher
2013-08-07drm/radeon/dpm: disable sclk ss on rv6xxAlex Deucher
2013-08-07drm/radeon: fix halting UVDChristian König
2013-08-07drm/radeon/dpm: adjust power state properly for UVD on SIAlex Deucher
2013-08-07drm/radeon/dpm: fix spread spectrum setup (v2)Alex Deucher
2013-08-07drm/radeon/dpm: adjust thermal protection requirementsAlex Deucher
2013-08-07drm/radeon: select audio dto based on encoder id for DCE3Alex Deucher
2013-08-07drm/radeon: properly handle pm on gpu resetAlex Deucher
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar
2013-08-07cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar
2013-08-07cpufreq: Re-arrange declarations in cpufreq.hViresh Kumar
2013-08-07cpufreq: Clean up header files included in the coreViresh Kumar
2013-08-07Merge branch 'pm-cpufreq-ondemand' into pm-cpufreqRafael J. Wysocki
2013-08-07NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget()Trond Myklebust
2013-08-07NFSv4: Fix the sync mount option for nfs4 mountsScott Mayhew
2013-08-07NFS: Fix writeback performance issue on cache invalidationTrond Myklebust
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust
2013-08-07cpufreq: Pass policy to cpufreq_add_policy_cpu()Viresh Kumar
2013-08-07cpufreq: Avoid double kobject_put() for the same kobject in error code pathRafael J. Wysocki
2013-08-07cpufreq: Do not hold driver module references for additional policy CPUsRafael J. Wysocki
2013-08-07cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()Viresh Kumar
2013-08-07cpufreq: Remove extra variables from cpufreq_add_dev_symlink()Viresh Kumar
2013-08-07cpufreq: Perform light-weight init/teardown during suspend/resumeSrivatsa S. Bhat
2013-08-07cpufreq: Preserve policy structure across suspend/resumeSrivatsa S. Bhat
2013-08-07cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardownSrivatsa S. Bhat
2013-08-07cpufreq: Extract the handover of policy cpu to a helper functionSrivatsa S. Bhat
2013-08-07cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interfaceSrivatsa S. Bhat
2013-08-07cpufreq: Add helper to perform alloc/free of policy structureSrivatsa S. Bhat