index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf cpumap: Introduce cpu_map__snprint_mask()
Namhyung Kim
2017-03-03
2
-0
/
+47
*
perf ftrace: Add support for --pid option
Namhyung Kim
2017-03-03
2
-27
/
+68
*
perf tools: Allow sorting by symbol size
Charles Baylis
2017-03-03
4
-0
/
+44
*
perf evlist: Clarify a bit the use of perf_mmap->refcnt
Arnaldo Carvalho de Melo
2017-03-03
1
-1
/
+12
*
perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-03-03
3
-15
/
+15
*
perf thread: convert thread.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-03-03
3
-6
/
+6
*
perf evlist: Convert perf_map.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-03-03
2
-11
/
+11
*
perf map: Convert map_groups.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-03-03
3
-10
/
+10
*
perf map: Convert map.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-03-03
2
-6
/
+6
*
perf dso: Convert dso.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-03-03
2
-5
/
+5
*
perf comm: Convert comm_str.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-03-03
1
-9
/
+6
*
perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-03-03
3
-11
/
+11
*
perf cgroup: Convert cgroup_sel.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-03-03
2
-5
/
+5
*
tools include: Adopt kernel's refcount.h
Arnaldo Carvalho de Melo
2017-03-03
2
-0
/
+152
*
tools include: Add UINT_MAX def to kernel.h
Arnaldo Carvalho de Melo
2017-03-03
1
-0
/
+4
*
tools include: Provide gcc based cmpxchg fallback for !x86
Arnaldo Carvalho de Melo
2017-03-03
1
-0
/
+8
*
tools include: Introduce atomic_cmpxchg_{relaxed,release}()
Arnaldo Carvalho de Melo
2017-03-03
1
-0
/
+6
*
tools arch x86: Introduce atomic_cmpxchg()
Arnaldo Carvalho de Melo
2017-03-03
1
-0
/
+7
*
tools arch x86: Include asm/cmpxchg.h
Arnaldo Carvalho de Melo
2017-03-03
3
-0
/
+99
*
tools include: Adopt __compiletime_error
Arnaldo Carvalho de Melo
2017-03-03
2
-0
/
+8
*
perf stat: Issue a HW watchdog disable hint
Borislav Petkov
2017-03-03
1
-0
/
+11
*
perf vendor events: Add mapping for KnightsMill PMU events
Karol Wachowski
2017-03-03
1
-0
/
+1
*
Merge branch 'linus' into perf/urgent, to resolve conflict
Ingo Molnar
2017-03-02
195
-6901
/
+13074
|
\
|
*
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-03-02
6
-9
/
+11
|
|
\
|
|
*
objtool, modules: Discard objtool annotation sections for modules
Josh Poimboeuf
2017-03-01
6
-8
/
+10
|
|
*
objtool, compiler.h: Fix __unreachable section relocation size
Josh Poimboeuf
2017-03-01
1
-1
/
+1
|
*
|
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2017-03-02
39
-832
/
+902
|
|
\
\
|
|
*
|
NFSv4: fix getacl ERANGE for some ACL buffer sizes
Weston Andros Adamson
2017-02-23
1
-6
/
+2
|
|
*
|
NFSv4: fix getacl head length estimation
J. Bruce Fields
2017-02-23
1
-1
/
+1
|
|
*
|
Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...
Trond Myklebust
2017-02-22
1
-4
/
+0
|
|
*
|
NFSv4: Fix reboot recovery in copy offload
Trond Myklebust
2017-02-22
1
-26
/
+37
|
|
*
|
pNFS/flexfiles: If the layout is invalid, it must be updated before retrying
Trond Myklebust
2017-02-22
1
-6
/
+7
|
|
*
|
NFSv4: Clean up owner/group attribute decode
Trond Myklebust
2017-02-21
1
-60
/
+57
|
|
*
|
SUNRPC: Add a helper function xdr_stream_decode_string_dup()
Trond Myklebust
2017-02-21
2
-0
/
+36
|
|
*
|
NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()
Trond Myklebust
2017-02-21
1
-2
/
+2
|
|
*
|
NFSv4: Fix the underestimation of delegation XDR space reservation
Trond Myklebust
2017-02-21
1
-0
/
+2
|
|
*
|
NFSv4: Replace callback string decode function with a generic
Trond Myklebust
2017-02-21
1
-22
/
+8
|
|
*
|
NFSv4: Replace the open coded decode_opaque_inline() with the new generic
Trond Myklebust
2017-02-21
1
-21
/
+8
|
|
*
|
NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics
Trond Myklebust
2017-02-21
3
-34
/
+12
|
|
*
|
SUNRPC: Add generic helpers for xdr_stream encode/decode
Trond Myklebust
2017-02-21
1
-0
/
+177
|
|
*
|
sunrpc: silence uninitialized variable warning
Dan Carpenter
2017-02-21
1
-1
/
+3
|
|
*
|
nlm: Ensure callback code also checks that the files match
Trond Myklebust
2017-02-13
1
-1
/
+2
|
|
*
|
sunrpc: Allow xprt->ops->timer method to sleep
Chuck Lever
2017-02-10
2
-2
/
+2
|
|
*
|
xprtrdma: Refactor management of mw_list field
Chuck Lever
2017-02-10
5
-24
/
+29
|
|
*
|
xprtrdma: Handle stale connection rejection
Chuck Lever
2017-02-10
1
-45
/
+21
|
|
*
|
xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs
Chuck Lever
2017-02-10
2
-10
/
+8
|
|
*
|
xprtrdma: Shrink send SGEs array
Chuck Lever
2017-02-10
1
-4
/
+7
|
|
*
|
xprtrdma: Reduce required number of send SGEs
Chuck Lever
2017-02-10
3
-9
/
+32
|
|
*
|
xprtrdma: Disable pad optimization by default
Chuck Lever
2017-02-10
2
-1
/
+2
|
|
*
|
xprtrdma: Per-connection pad optimization
Chuck Lever
2017-02-10
3
-14
/
+16
[next]