summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann2016-12-171-3/+8
* bpf: fix overflow in prog accountingDaniel Borkmann2016-12-172-11/+41
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-173-14/+21
* bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2016-12-171-3/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-106-70/+138
|\
| * kcov: add missing #include <linux/sched.h>Kefeng Wang2016-12-071-0/+1
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-071-1/+3
| |\
| | * sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith2016-11-241-1/+3
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-071-11/+8
| |\ \
| | * | perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros2016-12-061-11/+8
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-12-073-58/+126
| |\ \ \ | | |/ / | |/| |
| | * | lockdep: Fix report formattingDmitry Vyukov2016-12-061-54/+57
| | * | locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner2016-12-021-2/+3
| | * | locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2016-12-021-2/+66
| | |/
* | | bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-083-2/+4
* | | bpf: fix state equivalenceAlexei Starovoitov2016-12-081-1/+1
* | | bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann2016-12-072-5/+2
* | | clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri2016-12-071-0/+1
* | | bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-053-1/+90
* | | bpf: Preserve const register type on const OR alu opsGianluca Borello2016-12-051-2/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-032-4/+11
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-021-2/+8
| |\ \
| | * | bpf: fix states equal logic for varlen accessJosef Bacik2016-11-301-2/+8
| | |/
| * / Re-enable CONFIG_MODVERSIONS in a slightly weaker formLinus Torvalds2016-11-291-2/+3
| |/
* | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-022-1/+37
* | bpf: Refactor cgroups code in prep for new typeDavid Ahern2016-12-022-18/+20
* | bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-021-3/+11
* | audit: remove useless synchronize_net()WANG Cong2016-12-011-2/+1
* | bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack2016-11-291-2/+2
* | bpf: allow for mount options to specify permissionsDaniel Borkmann2016-11-271-1/+53
* | bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann2016-11-271-2/+15
* | bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann2016-11-272-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-263-8/+42
|\|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-11-231-0/+13
| |\
| | * perf/core: Fix address filter parserAlexander Shishkin2016-11-211-0/+2
| | * perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros2016-11-151-0/+11
| * | sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov2016-11-222-0/+20
| * | sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2016-11-221-11/+12
* | | bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack2016-11-251-0/+81
* | | cgroup: add support for eBPF programsDaniel Mack2016-11-253-0/+186
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-223-27/+87
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-11-211-3/+17
| |\ \
| | * | lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger2016-11-181-3/+17
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-211-23/+47
| |\ \ \
| | * | | bpf: fix range arithmetic for bpf map accessJosef Bacik2016-11-161-23/+47
| | | |/ | | |/|
| * | | Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2016-11-151-1/+23
| |\ \ \ | | |/ / | |/| |
| | * | ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)2016-11-141-0/+22
| | * | ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov2016-11-141-1/+1
* | | | bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann2016-11-211-0/+1
* | | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1