summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-29/+8
|\
| * bpf: reject invalid names right in ->lookup()Al Viro2016-03-271-29/+8
* | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-171-0/+1
|\ \
| * | irqdomain: Export irq_domain_free_irqs_commonAxel Lin2016-03-311-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-173-64/+266
|\ \
| | \
| | \
| *-. \ Merge branches 'for-4.7/core', 'for-4.7/livepatching-doc' and 'for-4.7/livepa...Jiri Kosina2016-05-173-64/+263
| |\ \ \
| | | * \ Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...Jiri Kosina2016-04-152-4/+44
| | | |\ \
| | | | * | livepatch: Allow architectures to specify an alternate ftrace locationMichael Ellerman2016-04-141-3/+31
| | | | * | ftrace: Make ftrace_location_range() globalMichael Ellerman2016-04-141-1/+13
| | | * | | livepatch: robustify klp_register_patch() API error checkingJiri Kosina2016-04-071-3/+3
| | | * | | livepatch: reuse module loader code to write relocationsJessica Yu2016-04-011-54/+94
| | | * | | module: preserve Elf information for livepatch modulesJessica Yu2016-04-011-3/+122
| | |/ / /
| * / / / livepatch: make object/func-walking helpers more robustMiroslav Benes2016-04-301-0/+3
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-1713-231/+1122
|\ \ \ \
| * | | | bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-161-0/+203
| * | | | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-162-5/+15
| * | | | bpf: add bpf_patch_insn_single helperDaniel Borkmann2016-05-162-44/+80
| * | | | bpf: minor cleanups in ebpf codeDaniel Borkmann2016-05-161-2/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-157-17/+100
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-092-15/+23
| |\ \ \ \ \
| * | | | | | bpf: improve verifier state equivalenceAlexei Starovoitov2016-05-061-20/+3
| * | | | | | bpf: direct packet accessAlexei Starovoitov2016-05-062-8/+438
| * | | | | | bpf: cleanup verifier codeAlexei Starovoitov2016-05-061-47/+53
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-0411-63/+188
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-275-15/+55
| |\ \ \ \ \ \ \
| * | | | | | | | taskstats: use the libnl API to align nlattr on 64-bitNicolas Dichtel2016-04-231-32/+5
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-233-2/+14
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov2016-04-211-1/+19
| * | | | | | | | | bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-192-0/+34
| * | | | | | | | | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann2016-04-191-1/+6
| * | | | | | | | | bpf: avoid warning for wrong pointer castArnd Bergmann2016-04-181-2/+2
| * | | | | | | | | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-142-7/+20
| * | | | | | | | | bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann2016-04-141-5/+54
| * | | | | | | | | bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann2016-04-141-17/+23
| * | | | | | | | | bpf: simplify verifier register state assignmentsAlexei Starovoitov2016-04-101-4/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-096-40/+143
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | bpf, verifier: further improve search pruningDaniel Borkmann2016-04-081-2/+7
| * | | | | | | | | | bpf: sanitize bpf tracepoint accessAlexei Starovoitov2016-04-073-1/+31
| * | | | | | | | | | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2016-04-072-2/+42
| * | | | | | | | | | bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov2016-04-071-2/+43
| * | | | | | | | | | perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov2016-04-071-4/+9
| * | | | | | | | | | perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2016-04-075-33/+40
| * | | | | | | | | | perf: optimize perf_fetch_caller_regsAlexei Starovoitov2016-04-071-0/+1
* | | | | | | | | | | Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-171-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | blktrace: add missed mask nameShaohua Li2016-05-101-0/+1
| * | | | | | | | | | | blktrace: delete garbage for message traceShaohua Li2016-05-101-0/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-1718-95/+280
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |