summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-052-39/+20
|\
| * bpf: don't open-code memdup_user()Al Viro2017-06-301-29/+16
| * kimage_file_prepare_segments(): don't open-code memdup_user()Al Viro2017-06-301-10/+4
* | Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-057-147/+241
|\ \
| * | posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani2017-06-301-28/+16
| * | nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-304-37/+25
| * | posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-302-76/+70
| * | posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani2017-06-251-6/+7
| * | time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-252-0/+51
| * | time: add get_timespec64 and put_timespec64Deepa Dinamani2017-06-252-0/+72
* | | Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-053-219/+170
|\ \ \
| * | | osf_wait4: switch to kernel_wait4()Al Viro2017-05-211-2/+2
| * | | waitid(): switch copyout of siginfo to unsafe_put_user()Al Viro2017-05-211-15/+25
| * | | wait_task_zombie: consolidate info logicsAl Viro2017-05-211-29/+16
| * | | kill wait_noreap_copyout()Al Viro2017-05-211-40/+25
| * | | lift getrusage() from wait_noreap_copyout()Al Viro2017-05-211-7/+6
| * | | waitid(2): leave copyout of siginfo to syscall itselfAl Viro2017-05-211-104/+64
| * | | kernel_wait4()/kernel_waitid(): delay copying status to userlandAl Viro2017-05-211-12/+8
| * | | wait4(2)/waitid(2): separate copying rusage to userlandAl Viro2017-05-212-47/+58
| * | | move compat wait4 and waitid next to native variantsAl Viro2017-05-212-66/+69
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0510-149/+786
|\ \ \
| * | | bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend2017-07-031-0/+62
| * | | bpf: extend bpf_trace_printk to support %iJohn Fastabend2017-07-031-3/+4
| * | | bpf: export whether tail call has jited ownerDaniel Borkmann2017-07-031-1/+6
| * | | bpf: simplify narrower ctx accessDaniel Borkmann2017-07-032-63/+46
| * | | bpf: BPF support for sock_opsLawrence Brakmo2017-07-012-0/+42
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-304-32/+66
| |\ \ \
| * | | | bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau2017-06-291-1/+3
| * | | | bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-295-3/+67
| * | | | bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-232-14/+32
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-218-16/+56
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-159-76/+46
| |\ \ \ \ \
| * | | | | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-142-25/+67
| * | | | | | bpf: reset id on spilled regs in clear_all_pkt_pointersDaniel Borkmann2017-06-101-2/+2
| * | | | | | bpf: reset id on CONST_IMM transitionDaniel Borkmann2017-06-101-0/+2
| * | | | | | bpf: don't check spilled reg state for non-STACK_SPILLed type slotsDaniel Borkmann2017-06-101-0/+2
| * | | | | | bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann2017-06-101-4/+6
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-068-23/+56
| |\ \ \ \ \ \
| * | | | | | | bpf: cgroup skb progs cannot access ld_abs/indDaniel Borkmann2017-06-061-1/+0
| * | | | | | | bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau2017-06-061-17/+146
| * | | | | | | bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+85
| * | | | | | | bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+81
| * | | | | | | bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau2017-06-061-0/+38
| * | | | | | | bpf: Introduce bpf_map IDMartin KaFai Lau2017-06-061-1/+33
| * | | | | | | bpf: Introduce bpf_prog IDMartin KaFai Lau2017-06-061-1/+39
| * | | | | | | perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov2017-06-043-54/+43
| * | | | | | | bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng2017-06-021-1/+3
| * | | | | | | bpf: Allow CGROUP_SKB eBPF program to access sk_buffChenbo Feng2017-06-021-0/+1
| * | | | | | | bpf: use different interpreter depending on required stack sizeAlexei Starovoitov2017-05-311-9/+31
| * | | | | | | bpf: reconcile bpf_tail_call and stack_depthAlexei Starovoitov2017-05-311-0/+1