summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-022-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-111-2/+2
| * | | | | bpf: reset id on CONST_IMM transitionDaniel Borkmann2017-06-111-0/+2
| * | | | | bpf: don't check spilled reg state for non-STACK_SPILLed type slotsDaniel Borkmann2017-06-111-0/+2
| * | | | | bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann2017-06-111-4/+6
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-078-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-053-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-06-011-9/+31
| * | | | | | bpf: reconcile bpf_tail_call and stack_depthAlexei Starovoitov2017-06-011-0/+1
| * | | | | | bpf: teach verifier to track stack depthAlexei Starovoitov2017-06-011-1/+9
| * | | | | | bpf: split bpf core interpreterAlexei Starovoitov2017-06-011-7/+14
| * | | | | | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-06-012-2/+2
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-051-8/+8
|\ \ \ \ \ \ \
| * | | | | | | seccomp: Switch from atomic_t to recount_tKees Cook2017-06-261-5/+5
| * | | | | | | seccomp: Clean up core dump logicKees Cook2017-06-261-3/+3
* | | | | | | | Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-07-053-49/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | audit: make sure we never skip the multicast broadcastPaul Moore2017-06-161-3/+2
| * | | | | | | | audit: fix a race condition with the auditd tracking codePaul Moore2017-06-131-13/+23
| * | | | | | | | audit: style fixDerek Robson2017-06-131-14/+14