summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> i...Ingo Molnar2017-03-022-4/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+5
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-029-1/+14
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-0222-1/+23
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-2/+10
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0215-0/+17
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0210-1/+15
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02180-121/+204
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0220-1/+26
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0260-0/+71
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+11
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0218-0/+23
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-0226-0/+31
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0265-1/+72
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0210-1/+16
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-027-0/+13
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0211-0/+17
* kasan, sched/headers: Uninline kasan_enable/disable_current()Ingo Molnar2017-03-023-8/+13
* mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar2017-03-026-16/+25
* sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar2017-03-026-43/+18Star
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-0210-52/+71
* sched/core: Remove the tsk_nr_cpus_allowed() wrapperIngo Molnar2017-03-024-32/+27Star
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-0216-48/+42Star
* sched/core: Move the get_preempt_disable_ip() inline to sched/core.cIngo Molnar2017-03-022-9/+9
* sched/core: Convert ___assert_task_state() link time assert to BUILD_BUG_ON()Ingo Molnar2017-03-022-3/+3
* sched/headers: Make all include/linux/sched/*.h headers build standaloneIngo Molnar2017-03-024-13/+21
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-026-9/+11
|\
| * objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2017-03-016-8/+10
| * 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-0239-832/+902
|\ \
| * | NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-02-231-6/+2Star
| * | NFSv4: fix getacl head length estimationJ. Bruce Fields2017-02-231-1/+1
| * | Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...Trond Myklebust2017-02-221-4/+0Star
| * | NFSv4: Fix reboot recovery in copy offloadTrond Myklebust2017-02-221-26/+37
| * | pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust2017-02-221-6/+7
| * | NFSv4: Clean up owner/group attribute decodeTrond Myklebust2017-02-211-60/+57Star
| * | SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust2017-02-212-0/+36
| * | NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()Trond Myklebust2017-02-211-2/+2
| * | NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust2017-02-211-0/+2
| * | NFSv4: Replace callback string decode function with a genericTrond Myklebust2017-02-211-22/+8Star
| * | NFSv4: Replace the open coded decode_opaque_inline() with the new genericTrond Myklebust2017-02-211-21/+8Star
| * | NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust2017-02-213-34/+12Star
| * | SUNRPC: Add generic helpers for xdr_stream encode/decodeTrond Myklebust2017-02-211-0/+177
| * | sunrpc: silence uninitialized variable warningDan Carpenter2017-02-211-1/+3
| * | nlm: Ensure callback code also checks that the files matchTrond Myklebust2017-02-131-1/+2
| * | sunrpc: Allow xprt->ops->timer method to sleepChuck Lever2017-02-102-2/+2
| * | xprtrdma: Refactor management of mw_list fieldChuck Lever2017-02-105-24/+29
| * | xprtrdma: Handle stale connection rejectionChuck Lever2017-02-101-45/+21Star
| * | xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever2017-02-102-10/+8Star
| * | xprtrdma: Shrink send SGEs arrayChuck Lever2017-02-101-4/+7