aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11mm/hmm: use device driver encoding for HMM pfnJérôme Glisse1-36/+94
2018-04-11mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse1-1/+1
2018-04-11mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse1-2/+2
2018-04-11mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse1-5/+3
2018-04-11mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse1-25/+21
2018-04-11mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse1-9/+7
2018-04-11mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse1-13/+5
2018-04-11mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell1-0/+10
2018-04-11mm/hmm: fix header file if/else/endif mazeJérôme Glisse1-8/+1
2018-04-11mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt1-0/+11
2018-04-11mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin2-1/+4
2018-04-11mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin1-0/+1
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki4-8/+33
2018-04-10Merge remote-tracking branch 'origin/ib-chrome-platform-cros-ec-sysfs-debugfs-for-v4.17' into working-branch-for-4.17Benson Leung2-0/+5
2018-04-10platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angleGwendal Grignou1-0/+2
2018-04-10platform/chrome: cros_ec_debugfs: Add PD port info to debugfsShawn Nematbakhsh1-0/+3
2018-04-10NFSv4; Clean up XDR encoding of type bitmap4Trond Myklebust1-0/+63
2018-04-10SUNRPC: Add a helper for encoding opaque data inlineTrond Myklebust1-0/+25
2018-04-10SUNRPC: Add helpers for decoding opaque and string typesTrond Myklebust1-0/+6
2018-04-10NFS: More fine grained attribute trackingTrond Myklebust1-5/+16
2018-04-10NFS: Convert NFS_INO_INVALID flags to unsigned longTrond Myklebust1-8/+8
2018-04-10NFS: Remove the unused return_delegation() callbackTrond Myklebust1-1/+0
2018-04-10NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust1-1/+1
2018-04-10NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust1-1/+3
2018-04-10NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust1-1/+1
2018-04-10SUNRPC: Make num_reqs a non-atomic integerChuck Lever1-1/+1
2018-04-10SUNRPC: Move xprt_update_rtt callsiteChuck Lever1-0/+1
2018-04-10xprtrdma: "Support" call-only RPCsChuck Lever1-0/+7
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-19/+195
2018-04-10Merge tag 'platform-drivers-x86-v4.17-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-0/+4
2018-04-10Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+4
2018-04-10Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteprocLinus Torvalds2-5/+25
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-11/+20
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-9/+47
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds2-16/+24
2018-04-10backing: silence compiler warning using __printfMathieu Malaterre1-0/+1
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei1-2/+0
2018-04-10cpufreq: Drop cpufreq_table_validate_and_show()Viresh Kumar1-2/+0
2018-04-09Input: atmel_mxt_ts - remove platform data supportDmitry Torokhov1-31/+0
2018-04-09vfs: Remove the const from dir_context::actorDavid Howells1-1/+1
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+5
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams7-20/+111
2018-04-09Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams2-0/+10
2018-04-09Fix subtle macro variable shadowing in min_not_zero()Linus Torvalds1-8/+9
2018-04-09syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski1-12/+17
2018-04-09syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski1-6/+11
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki1-3/+4
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki1-0/+2
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds3-0/+9
2018-04-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1