summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-30PM / Domains: Drop genpd as in-param for pm_genpd_remove_device()Ulf Hansson1-3/+2
2018-05-30PM / Domains: Drop __pm_genpd_add_device()Ulf Hansson1-11/+3
2018-05-30PM / Domains: Drop extern declarations of functions in pm_domain.hUlf Hansson1-28/+23
2018-05-15Merge branch 'opp/genpd-pstate-updates' of git://git.kernel.org/pub/scm/linux...Rafael J. Wysocki2-10/+30
2018-05-14PM / Domains: Allow a better error handling of dev_pm_domain_attach()Ulf Hansson2-3/+3
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+47
2018-05-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-0/+4
2018-05-12rbtree: include rcu.hSebastian Andrzej Siewior2-0/+2
2018-05-12mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes1-0/+2
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-2/+92
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-10/+6
2018-05-11Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller1-0/+85
2018-05-11bonding: send learning packets for vlans on slaveDebabrata Banerjee1-0/+1
2018-05-11rxrpc: Trace UDP transmission failureDavid Howells1-0/+55
2018-05-11rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells1-0/+30
2018-05-11Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2-1/+3
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov1-2/+10
2018-05-09PM / OPP: Remove dev_pm_opp_{un}register_get_pstate_helper()Viresh Kumar1-10/+0
2018-05-09PM / Domain: Implement of_genpd_opp_to_performance_state()Viresh Kumar1-0/+12
2018-05-09PM / Domain: Add struct device to genpdViresh Kumar1-0/+1
2018-05-09PM / OPP: Implement dev_pm_opp_get_of_node()Viresh Kumar1-0/+5
2018-05-09PM / OPP: Implement of_dev_pm_opp_find_required_opp()Viresh Kumar1-0/+6
2018-05-09PM / OPP: Implement dev_pm_opp_of_add_table_indexed()Viresh Kumar1-0/+6
2018-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2018-05-08net: flow_dissector: fix typo 'can by' to 'can be'Wolfram Sang1-1/+1
2018-05-07mac80211: fix kernel-doc "bad line" warningRandy Dunlap1-1/+1
2018-05-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2018-05-06Merge tag 'usb-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2018-05-06Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/ker...Radim Krčmář1-0/+1
2018-05-05Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+5
2018-05-05Merge tag 'rproc-v4.17-1' of git://github.com/andersson/remoteprocLinus Torvalds1-1/+1
2018-05-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds19-19/+19
2018-05-05Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+20
2018-05-04net: phy: broadcom: add support for BCM89610 PHYBhadram Varka1-0/+1
2018-05-04Merge tag 'media/v4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds4-6/+6
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab4-6/+6
2018-05-04sched/core: Introduce set_special_state()Peter Zijlstra2-6/+46
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-10/+7
2018-05-03bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa1-0/+17
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra1-0/+1
2018-05-03Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+11
2018-05-02ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel1-1/+2
2018-05-02Revert "vhost: make msg padding explicit"Michael S. Tsirkin1-1/+0
2018-05-02net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson1-0/+1
2018-05-01ipv6: Allow non-gateway ECMP for IPv6Thomas Winter1-2/+1
2018-05-01vhost: make msg padding explicitMichael S. Tsirkin1-0/+1
2018-05-01sunrpc: Fix latency trace point crashesChuck Lever1-10/+6
2018-04-30Merge tag 'fixes-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-1/+1
2018-04-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-15/+27
2018-04-29<linux/stringhash.h>: fix end_name_hash() for 64bit longAmir Goldstein1-2/+2