summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* give up on gcc ilog2() constant optimizationsLinus Torvalds2017-03-021-11/+2
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-012-3/+3
|\
| * objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2017-03-012-2/+2
| * objtool, compiler.h: Fix __unreachable section relocation sizeJosh Poimboeuf2017-03-011-1/+1
* | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-018-39/+235
|\ \
| * | SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust2017-02-211-0/+2
| * | SUNRPC: Add generic helpers for xdr_stream encode/decodeTrond Myklebust2017-02-211-0/+177
| * | nlm: Ensure callback code also checks that the files matchTrond Myklebust2017-02-131-1/+2
| * | NFSv4: Set the connection timeout to match the lease periodTrond Myklebust2017-02-091-2/+3
| * | SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2017-02-092-0/+7
| * | SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust2017-02-091-1/+0
| * | sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee2017-02-081-5/+0
| * | sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee2017-02-081-0/+1
| * | sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee2017-02-081-12/+3
| * | sunrpc & nfs: Add and use dprintk_cont macrosJoe Perches2017-01-301-18/+40
* | | Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-012-56/+103
|\ \ \
| * | | f2fs: add f2fs_drop_inode tracepointHou Pengyang2017-02-271-0/+7
| * | | f2fs: introduce free nid bitmapChao Yu2017-02-271-0/+1
| * | | f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-02-271-0/+1
| * | | f2fs: trace victim's cost selectecd by f2fs_gcJaegeuk Kim2017-02-231-2/+6
| * | | f2fs: show actual device info in tracepointsJaegeuk Kim2017-02-231-23/+26
| * | | f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim2017-02-231-0/+1
| * | | f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-01-291-0/+6
| * | | f2fs: add submit_bio tracepointJaegeuk Kim2017-01-291-15/+30
| * | | f2fs: fix wrong tracepoints for op and op_flagsJaegeuk Kim2017-01-291-16/+25
| |/ /
* | | 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
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |