summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2015-09-0316-23/+93
|\
| * cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabledBartlomiej Zolnierkiewicz2015-08-081-0/+1
| * cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar2015-08-071-0/+12
| * Merge branch 'pm-cpufreq' into pm-oppRafael J. Wysocki2015-08-071-4/+1
| |\
| * | PM / OPP: add dev_pm_opp_is_turbo() helperBartlomiej Zolnierkiewicz2015-08-071-0/+7
| * | PM / OPP: Add helpers for initializing CPU OPPsViresh Kumar2015-08-071-0/+23
| * | PM / OPP: Add clock-latency-ns supportViresh Kumar2015-08-071-0/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-08-017-15/+32
| |\ \
| | * | net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-07-301-1/+7
| | * | net/macb: convert to kernel docAndy Shevchenko2015-07-271-3/+11
| | * | tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-1/+1
| | * | inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-271-2/+5
| | * | inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-271-4/+4
| | * | inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-271-0/+2
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-07-252-2/+1
| | |\ \
| | | * | netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso2015-07-202-2/+1
| | * | | ipv4: consider TOS in fib_select_defaultJulian Anastasov2015-07-251-2/+1
| * | | | Merge tag 'sound-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-08-011-2/+2
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge remote-tracking branches 'asoc/fix/sgtl5000', 'asoc/fix/topology' and '...Mark Brown2015-07-241-2/+2
| | |\ \ \ \ \ \
| | | | * | | | | ASoC: topology: fix typos in topology headerVinod Koul2015-07-021-2/+2
| * | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-07-312-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/amdgpu: Drop drm/ prefix for including drm.h in amdgpu_drm.hMichel Dänzer2015-07-291-1/+1
| | * | | | | | | | drm/radeon: Drop drm/ prefix for including drm.h in radeon_drm.hMichel Dänzer2015-07-291-1/+1
| * | | | | | | | | Merge tag 'pm+acpi-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-301-0/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-07-291-0/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger2015-07-241-0/+1
| * | | | | | | | | | | Merge tag 'devicetree-fixes-for-4.2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-281-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | of: constify drv arg of of_driver_match_device stubTomeu Vizoso2015-07-271-1/+1
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-282-3/+6
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHETrond Myklebust2015-07-221-2/+5
| | * | | | | | | | | | NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust2015-07-221-1/+1
* | | | | | | | | | | | cpufreq: rename cpufreq_real_policy as cpufreq_user_policyViresh Kumar2015-09-011-2/+2
* | | | | | | | | | | | cpufreq: remove redundant 'policy' field from user_policyViresh Kumar2015-09-011-1/+0
* | | | | | | | | | | | cpufreq: remove redundant 'governor' field from user_policyViresh Kumar2015-09-011-1/+0
* | | | | | | | | | | | cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar2015-09-011-5/+4
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge back earlier cpufreq material for v4.3.Rafael J. Wysocki2015-07-281-4/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | ACPI / processor: Drop an unused argument of a cleanup routineRafael J. Wysocki2015-07-221-4/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | cpufreq: Avoid attempts to create duplicate symbolic linksRafael J. Wysocki2015-07-281-0/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-261-1/+21
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-211-1/+21
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | efi: Handle memory error structures produced based on old versions of standardLuck, Tony2015-07-151-1/+21
* | | | | | | | | | Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-07-251-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)2015-07-241-0/+3
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'for-linus-20150724' of git://git.infradead.org/linux-mtdLinus Torvalds2015-07-251-5/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood2015-07-071-5/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-252-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous max_sectors l...David Milburn2015-07-152-1/+2
| * | | | | | | | | | libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter2015-07-151-0/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'mmc-4.2-rc3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-07-251-1/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mmc: sdhci-esdhc-imx: clear f_max in boarddataDong Aisheng2015-07-241-1/+0
| | |/ / / / / / / / | |/| | | | | | | |