summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-152-1/+15
* mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt2018-06-151-0/+1
* Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-06-142-2/+2
|\
| * lib/string_helpers: Add missed declaration of struct task_structAndy Shevchenko2018-05-151-0/+1
| * platform_data/mlxreg: Document fixes for hotplug deviceVadim Pasternak2018-05-121-2/+1
* | Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-148-40/+10
|\ \
| * | i2c: Export of_i2c_get_board_info()Boris Brezillon2018-05-221-0/+10
| * | Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18Wolfram Sang2018-05-1715-46/+62
| |\ \
| | * | i2c: pnx: move header into the driverWolfram Sang2018-05-171-38/+0
| | * | i2c: xiic: move header to platform_dataWolfram Sang2018-05-171-0/+0
| | * | i2c: pca-platform: move header to platform_dataWolfram Sang2018-05-171-0/+0
| | * | i2c: omap: move header to platform_dataWolfram Sang2018-05-171-0/+0
| | * | i2c: ocores: move header to platform_dataWolfram Sang2018-05-171-0/+0
| | * | i2c: mux: gpio: move header to platform_dataWolfram Sang2018-05-171-0/+0
| | * | i2c: gpio: move header to platform_dataWolfram Sang2018-05-171-0/+0
| * | | i2c: Get rid of i2c_board_info->archdataBoris Brezillon2018-05-151-2/+0
* | | | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-142-2/+2
* | | | Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-131-6/+6
|\ \ \ \
| * | | | linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify()Masahiro Yamada2018-06-131-6/+6
* | | | | Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-06-132-2/+19
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-domains' and 'pm-tools'Rafael J. Wysocki2018-06-131-0/+15
| |\ \ \ \ \ \
| | * | | | | | PM / Domains: Add dev_pm_domain_attach_by_id() to manage multi PM domainsUlf Hansson2018-06-061-0/+7
| | * | | | | | PM / Domains: Add support for multi PM domains per device to genpdUlf Hansson2018-06-061-0/+8
| | |/ / / / /
| * / / / / / Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...Rafael J. Wysocki2018-06-121-2/+4
| |/ / / / /
* | | | | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-0/+5
|\ \ \ \ \ \
| * | | | | | mm: Introduce kvcalloc()Kees Cook2018-06-121-0/+5
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2018-06-121-16/+1
|\ \ \ \ \ \ \
| * | | | | | | drivers: thermal: Update license to SPDX formatLina Iyer2018-05-301-16/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-123-1/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-011-0/+5
| * | | | | | | | kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
| * | | | | | | | Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-06-013-0/+26
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_changeChristoffer Dall2018-05-251-0/+9
| | * | | | | | | | thread_info: Add update_thread_flag() helpersDave Martin2018-05-252-0/+17
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | KVM: introduce kvm_make_vcpus_request_mask() APIVitaly Kuznetsov2018-05-261-0/+3
* | | | | | | | | Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-126-5/+33
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-06-043-1/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever2018-05-071-1/+0
| | * | | | | | | | | SUNRPC: Add a ->free_slot transport calloutChuck Lever2018-05-071-0/+4
| | * | | | | | | | | SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever2018-05-071-0/+1
| | * | | | | | | | | xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever2018-05-072-0/+2
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-041-1/+2
| * | | | | | | | | pnfs: Add barrier to prevent lgopen using LAYOUTGET during recallFred Isaman2018-05-312-0/+2
| * | | | | | | | | pnfs: Stop attempting LAYOUTGET on OPEN on failureFred Isaman2018-05-311-0/+1
| * | | | | | | | | pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundFred Isaman2018-05-311-0/+2
| * | | | | | | | | pnfs: Store return value of decode_layoutget for later processingFred Isaman2018-05-311-0/+1
| * | | | | | | | | NFSv4: Fix sillyrename to return the delegation when appropriateTrond Myklebust2018-05-311-1/+1
| * | | | | | | | | NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()Anna Schumaker2018-05-311-1/+2
| * | | | | | | | | NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()Anna Schumaker2018-05-311-1/+2
| * | | | | | | | | rculist: add list_for_each_entry_from_rcu()NeilBrown2018-05-311-0/+13