summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: OPP: Avoid sleeping while atomicStephen Boyd2014-08-071-1/+1
* cpufreq: cpu0: Do not print error message when deferringMarkus Pargmann2014-08-071-1/+1
* cpufreq: integrator: Use set_cpus_allowed_ptrHimangi Saraogi2014-08-071-5/+5
* cpufreq: move policy kobj to update_policy_cpu()Viresh Kumar2014-07-211-38/+33
* cpufreq: propagate error returned by kobject_move()Viresh Kumar2014-07-211-3/+5
* cpufreq: don't restore policy->cpus on failure to move kobjViresh Kumar2014-07-211-5/+0
* powernow-k6: support 350MHz CPUMikulas Patocka2014-07-211-0/+1
* cpufreq: ondemand: Eliminate the deadband effectStratos Karafotis2014-07-211-4/+7
* cpufreq: Introduce new relation for freq selectionStratos Karafotis2014-07-212-1/+12
* cpufreq: imx6: remove pu regulator dependency for SOCs with no PU regulatorAnson Huang2014-07-211-14/+21
* cpufreq: intel_pstate: Remove core_pct roundingStratos Karafotis2014-07-211-5/+1
* cpufreq: intel_pstate: Simplify P state adjustment logic.Stratos Karafotis2014-07-211-23/+3
* cpufreq: intel_pstate: Keep values in aperf/mperf in full precisionStratos Karafotis2014-07-211-3/+0
* cpufreq: intel_pstate: Disable interrupts during MSRs readingStratos Karafotis2014-07-211-0/+3
* cpufreq: intel_pstate: Align multiple lines to open parenthesisStratos Karafotis2014-07-211-17/+17
* cpufreq: intel_pstate: Remove unnecessary intermediate variable sample_timeStratos Karafotis2014-07-211-3/+2
* cpufreq: intel_pstate: Cleanup parenthesesStratos Karafotis2014-07-211-5/+5
* cpufreq: intel_pstate: Fit code in a single line where possibleStratos Karafotis2014-07-211-13/+5
* cpufreq: intel_pstate: Add missing blank lines after declarationsStratos Karafotis2014-07-211-5/+13
* cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() callStratos Karafotis2014-07-211-1/+1
* cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent localsStratos Karafotis2014-07-211-4/+4
* Linux 3.16-rc6v3.16-rc6Linus Torvalds2014-07-201-1/+1
* Merge tag 'staging-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-202-1/+10
|\
| * Merge tag 'iio-fixes-for-3.16d' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-07-132-1/+10
| |\
| | * iio: mma8452: Use correct acceleration units.Martin Fuzzey2014-07-121-1/+7
| | * iio:core: Handle error when mask type is not separateSrinivas Pandruvada2014-07-111-0/+3
* | | Merge tag 'usb-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-07-202-2/+21
|\ \ \
| * | | usb: Check if port status is equal to RxDetectGavin Guo2014-07-171-0/+19
| * | | usb: chipidea: udc: Disable auto ZLP generation on ep0Abbas Raza2014-07-171-2/+2
| |/ /
* | | Merge tag 'driver-core-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-07-201-4/+14
|\ \ \
| * | | platform_get_irq: Revert to platform_get_resource if of_irq_get failsGuenter Roeck2014-07-111-4/+14
* | | | Merge tag 'char-misc-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-07-201-1/+1
|\ \ \ \
| * | | | Drivers: hv: hv_fcopy: fix a race condition for SMP guestDexuan Cui2014-07-171-1/+1
| | |/ / | |/| |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-07-204-6/+17
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2014-07-18' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-07-194-6/+17
| |\ \ \ \
| | * | | | Revert "drm/i915: reverse dp link param selection, prefer fast over wide again"Dave Airlie2014-07-141-2/+2
| | * | | | drm/i915: Track the primary plane correctly when reassigning planesDaniel Vetter2014-07-141-0/+1
| | * | | | drm/i915: Ignore VBT backlight presence check on HP Chromebook 14Scot Doyle2014-07-141-0/+3
| | * | | | Revert "drm/i915: Don't set the 8to6 dither flag when not scaling"Daniel Vetter2014-07-142-4/+11
| | |/ / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2014-07-203-9/+11
|\ \ \ \ \
| * | | | | um: segv: Save regs only in case of a kernel mode faultRichard Weinberger2014-07-201-1/+1
| * | | | | um: Fix hung task in fix_range_common()Richard Weinberger2014-07-201-1/+5
| * | | | | um: Ensure that a stub page cannot get unmappedRichard Weinberger2014-07-201-0/+3
| * | | | | Revert "um: Fix wait_stub_done() error handling"Richard Weinberger2014-07-201-7/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-202-4/+15
|\ \ \ \ \ \
| * | | | | | btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen2014-07-191-4/+4
| * | | | | | Btrfs: fix abnormal long waiting in fsyncLiu Bo2014-07-191-0/+11
* | | | | | | Merge tag 'nfs-for-3.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-07-206-62/+343
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust2014-07-131-1/+1
| * | | | | | NFS: Remove 2 unused variablesTrond Myklebust2014-07-122-4/+0