summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2016-05-051-10/+20
|\
| * PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_tableSudeep Holla2016-05-051-0/+10
| * PM / OPP: pass cpumask by referenceArnd Bergmann2016-05-051-10/+10
* | cpufreq: dt: Kill platform-dataViresh Kumar2016-04-281-24/+0
* | Merge back earlier cpufreq material for v4.7.Rafael J. Wysocki2016-04-283-1/+60
|\ \ | |/ |/|
| * cpufreq: dt: Include types.h from cpufreq-dt.hViresh Kumar2016-04-091-0/+2
| * cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki2016-04-081-0/+1
| * cpufreq: Support for fast frequency switchingRafael J. Wysocki2016-04-021-0/+16
| * cpufreq: Move governor symbols to cpufreq.hRafael J. Wysocki2016-04-021-0/+14
| * cpufreq: Move governor attribute set headers to cpufreq.hRafael J. Wysocki2016-04-021-0/+23
| * cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki2016-04-021-1/+4
* | PM / OPP: Add dev_pm_opp_get_sharing_cpus()Viresh Kumar2016-04-281-0/+6
* | PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()Viresh Kumar2016-04-281-2/+2
* | PM / OPP: -ENOSYS is applicable only to syscallsViresh Kumar2016-04-281-13/+13
* | PM / OPP: dev_pm_opp_set_sharing_cpus() doesn't depend on CONFIG_OFViresh Kumar2016-04-251-6/+6
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2016-04-241-2/+2
|\ \
| * | thermal: consistently use int for trip tempWei Ni2016-04-211-2/+2
* | | Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-231-1/+5
|\ \ \
| * | | generic syscalls: wire up preadv2 and pwritev2 syscallsAndre Przywara2016-04-231-1/+5
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-231-2/+6
|\ \ \ \
| * | | | asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Romain Perier2016-04-211-2/+6
| |/ / /
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-04-221-0/+2
|\ \ \ \
| * | | | drm: Loongson-3 doesn't fully support wc memoryHuacai Chen2016-04-221-0/+2
* | | | | Merge tag 'sound-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-04-221-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ALSA: hda - Fix possible race on regmap bypass flipTakashi Iwai2016-04-211-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-2110-4/+74
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | net/mlx4_core: Avoid repeated calls to pci enable/disableDaniel Jurgens2016-04-211-0/+7
| * | | | tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau2016-04-211-0/+2
| * | | | cls_cgroup: get sk_classid only from full socketsKonstantin Khlebnikov2016-04-201-2/+5
| * | | | soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek2016-04-152-1/+44
| * | | | ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau2016-04-141-0/+1
| * | | | ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau2016-04-141-0/+1
| * | | | devlink: add missing install of headerstephen hemminger2016-04-121-0/+1
| * | | | net: vrf: Fix dst reference countingDavid Ahern2016-04-112-0/+6
| * | | | sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner2016-04-111-1/+7
* | | | | Merge branch 'ptmx-cleanup'Linus Torvalds2016-04-201-24/+10
|\ \ \ \ \
| * | | | | devpts: clean up interface to pty driversLinus Torvalds2016-04-181-24/+10
* | | | | | Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-191-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | PCI: Add pci_set_vpd_size() to set VPD sizeHariprasad Shenai2016-04-151-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'usb-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-171-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | USB: uas: Add a new NO_REPORT_LUNS quirkHans de Goede2016-04-131-0/+2
| | |/ / | |/| |
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-04-161-6/+16
|\ \ \ \
| * | | | pmem: fix BUG() error in pmem.h:48 on X86_32Toshi Kani2016-04-141-6/+16
| |/ / /
* | | | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-04-151-61/+3
|\ \ \ \
| * | | | mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar2016-04-071-61/+3
| | |/ / | |/| |
* | | | Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-04-151-4/+5
|\ \ \ \
| * | | | fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2016-04-121-4/+5
| | |/ / | |/| |
* / | | Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-141-9/+4
|/ / /
* | | Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-091-1/+1
|\ \ \
| * | | Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-04-0913-31/+55
| |\| |