summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-022-3/+11
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-03-011-2/+2
|\
| * Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conver...Zhang Rui2017-02-221-2/+2
| |\
| | * thermal core: convert ID allocation to IDAMatthew Wilcox2017-01-041-2/+2
* | | Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-011-18/+15
|\ \ \
| * | | pwm: Try to load modules during pwm_get()Hans de Goede2017-01-301-8/+15
| * | | pwm: Remove .can_sleep from struct pwm_chipThierry Reding2017-01-041-3/+0
| * | | pwm: Remove pwm_can_sleep()Thierry Reding2017-01-041-7/+0
| | |/ | |/|
* | | Merge tag 'for-linus-4.11' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2017-02-281-1/+1
|\ \ \
| * | | ipmi: make ipmi_usr_hndl constCorey Minyard2017-01-051-1/+1
* | | | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-282-148/+179
|\ \ \ \
| * | | | radix-tree: Fix __rcu annotationsMatthew Wilcox2017-02-131-56/+54
| * | | | radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox2017-02-131-1/+1
| * | | | radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-131-1/+1
| * | | | idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-131-2/+2
| * | | | ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-131-2/+3
| * | | | Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-132-84/+110
| * | | | radix-tree: Add radix_tree_iter_deleteMatthew Wilcox2017-02-131-0/+2
| * | | | radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox2017-02-131-1/+3
| * | | | radix tree: constify some pointersMatthew Wilcox2017-01-271-11/+11
| * | | | radix tree: Add some implicit includesMatthew Wilcox2017-01-271-2/+4
* | | | | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-286-16/+30
|\ \ \ \ \
| * | | | | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2017-02-241-0/+3
| * | | | | sunrpc: flag transports as having congestion controlJeff Layton2017-02-241-0/+1
| * | | | | sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-241-4/+5
| * | | | | nfsd: merge stable fix into main nfsd branchJ. Bruce Fields2017-02-2016-46/+131
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | SUNRPC/Cache: Always treat the invalid cache as unexpiredKinglong Mee2017-02-081-1/+4
| * | | | | svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2017-02-081-2/+1
| * | | | | svcrdma: Remove unused sc_dto_q fieldChuck Lever2017-02-081-1/+0
| * | | | | svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever2017-02-081-5/+2
| * | | | | svcrdma: Another sendto chunk list parsing updateChuck Lever2017-02-082-1/+10
| * | | | | nfsd: opt in to labeled nfs per exportJ. Bruce Fields2017-01-311-2/+3
| * | | | | svcrpc: free contexts immediately on PROC_DESTROYNeil Brown2017-01-311-0/+1
* | | | | | Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-02-285-24/+54
|\ \ \ \ \ \
| * | | | | | libceph: get rid of ack vs commitIlya Dryomov2017-02-241-5/+1
| * | | | | | rbd: kill obj_request->object_name and rbd_segment_name_cacheIlya Dryomov2017-02-201-7/+0
| * | | | | | libceph: bump CEPH_PG_MAX_SIZE to 32Ilya Dryomov2017-02-201-1/+1
| * | | | | | crush: merge working data and scratchIlya Dryomov2017-02-202-3/+14
| * | | | | | crush: remove mutable part of CRUSH mapIlya Dryomov2017-02-203-8/+38
| * | | | | | libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann2017-02-201-1/+1
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-281-265/+13
|\ \ \ \ \ \ \
| * | | | | | | locking/refcounts: Add missing kernel.h header to have UINT_MAX definedElena Reshetova2017-02-241-0/+1
| * | | | | | | locking/refcounts: Out-of-line everythingPeter Zijlstra2017-02-241-265/+12
* | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-281-1/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | objtool: Enclose contents of unreachable() macro in a blockJosh Poimboeuf2017-02-281-1/+2
| * | | | | | | | objtool: Prevent GCC from merging annotate_unreachable()Josh Poimboeuf2017-02-251-3/+3
| * | | | | | | | objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf2017-02-241-1/+12
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-282-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-02-272-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | uapi: fix linux/netfilter/xt_hashlimit.h userspace compilation errorDmitry V. Levin2017-02-251-0/+1