summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau2016-11-161-1/+1
* | | | bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2016-11-152-8/+129
* | | | bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau2016-11-151-14/+252
* | | | bpf: Refactor codes handling percpu mapMartin KaFai Lau2016-11-151-26/+21
* | | | bpf: Add percpu LRU listMartin KaFai Lau2016-11-152-19/+151
* | | | bpf: LRU ListMartin KaFai Lau2016-11-153-1/+648
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-158-38/+23
|\ \ \ \ | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-143-3/+10
| |\ \ \
| | * | | bpf: fix map not being uncharged during map creation failureDaniel Borkmann2016-11-071-1/+3
| | * | | bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann2016-11-071-1/+2
| | * | | taskstats: fix the length of cgroupstats_cmd_get_policyWANG Cong2016-11-031-1/+5
| * | | | Revert "printk: make reading the kernel log flush pending lines"Linus Torvalds2016-11-141-11/+0
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-141-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | genirq: Use irq type from irqdata instead of irqdescThomas Gleixner2016-11-081-2/+2
| | | |/ | | |/|
| * | | Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-11-111-1/+3
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki2016-11-111-1/+3
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | | * PM / sleep: fix device reference leak in test_suspendJohan Hovold2016-11-021-1/+3
| | | |/
| * | | Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede2016-11-111-12/+1
| |/ /
| | |
| | \
| *-. \ Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Linus Torvalds2016-11-052-9/+7
| |\ \ \ | | |_|/ | |/| |
| | | * fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski2016-11-011-0/+4
| | |/ | |/|
| | * sched/core: Remove pointless printout in sched_show_task()Linus Torvalds2016-11-031-9/+0
| | * sched/core: Fix oops in sched_show_task()Tetsuo Handa2016-11-031-0/+3
| |/
* | bpf: Use u64_to_user_ptr()Mickaël Salaün2016-11-141-17/+12
* | bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann2016-11-121-0/+11
OpenPOWER on IntegriCloud