summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski2017-07-071-1/+1
* Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-07-065-182/+488
|\
| * cgroup: implement "nsdelegate" mount optionTejun Heo2017-06-281-5/+83
| * cgroup: restructure cgroup_procs_write_permission()Tejun Heo2017-06-281-24/+33
| * cgroup: fix lockdep warning in debug controllerTejun Heo2017-06-141-8/+21
| * cgroup: refactor cgroup_masks_read() in the debug controllerTejun Heo2017-06-141-25/+21Star
| * cgroup: make debug an implicit controller on cgroup2Tejun Heo2017-06-141-3/+56
| * cgroup: Make debug cgroup support v2 and thread modeWaiman Long2017-06-141-17/+153
| * cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long2017-06-141-0/+6
| * cgroup: Move debug cgroup to its own fileWaiman Long2017-06-144-148/+157
| * cgroup: Keep accurate count of tasks in each css_setWaiman Long2017-06-142-5/+11
* | Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-062-39/+20Star
|\ \
| * | bpf: don't open-code memdup_user()Al Viro2017-06-301-29/+16Star
| * | kimage_file_prepare_segments(): don't open-code memdup_user()Al Viro2017-06-301-10/+4Star
* | | Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-067-147/+241
|\ \ \
| * | | posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani2017-06-301-28/+16Star
| * | | nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-304-37/+25Star
| * | | posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-302-76/+70Star
| * | | posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani2017-06-261-6/+7
| * | | time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-262-0/+51
| * | | time: add get_timespec64 and put_timespec64Deepa Dinamani2017-06-262-0/+72
* | | | Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-053-219/+170Star
|\ \ \ \
| * | | | 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/+16Star
| * | | | kill wait_noreap_copyout()Al Viro2017-05-211-40/+25Star
| * | | | lift getrusage() from wait_noreap_copyout()Al Viro2017-05-211-7/+6Star
| * | | | waitid(2): leave copyout of siginfo to syscall itselfAl Viro2017-05-211-104/+64Star
| * | | | kernel_wait4()/kernel_waitid(): delay copying status to userlandAl Viro2017-05-211-12/+8Star
| * | | | 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/+46Star
| * | | | 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/+46Star
| |\ \ \ \ \ \
| * | | | | | | 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/+0Star