summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+11
2016-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+8
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern-1/+37
2016-12-02bpf: Refactor cgroups code in prep for new typeDavid Ahern-18/+20
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf-3/+11
2016-12-01audit: remove useless synchronize_net()WANG Cong-2/+1
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik-2/+8
2016-11-29bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack-2/+2
2016-11-29Re-enable CONFIG_MODVERSIONS in a slightly weaker formLinus Torvalds-2/+3
2016-11-27bpf: allow for mount options to specify permissionsDaniel Borkmann-1/+53
2016-11-27bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann-2/+15
2016-11-27bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann-2/+2
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+42
2016-11-25bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack-0/+81
2016-11-25cgroup: add support for eBPF programsDaniel Mack-0/+186
2016-11-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+13
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-27/+87
2016-11-22sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov-0/+20
2016-11-22sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov-11/+12
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-3/+17
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-23/+47
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann-0/+1
2016-11-21perf/core: Fix address filter parserAlexander Shishkin-0/+2
2016-11-18lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger-3/+17
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-1/+1
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik-23/+47
2016-11-16bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau-1/+1
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau-8/+129
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau-14/+252
2016-11-15bpf: Refactor codes handling percpu mapMartin KaFai Lau-26/+21
2016-11-15bpf: Add percpu LRU listMartin KaFai Lau-19/+151
2016-11-15bpf: LRU ListMartin KaFai Lau-1/+648
2016-11-15Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-1/+23
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-38/+23
2016-11-15perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros-0/+11
2016-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+10
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)-0/+22
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov-1/+1
2016-11-14bpf: Use u64_to_user_ptr()Mickaël Salaün-17/+12
2016-11-14Revert "printk: make reading the kernel log flush pending lines"Linus Torvalds-11/+0
2016-11-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann-0/+11
2016-11-11Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-1/+3
2016-11-11Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki-1/+3
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede-12/+1
2016-11-09bpf: Remove unused but set variablesTobias Klauser-2/+0
2016-11-08genirq: Use irq type from irqdata instead of irqdescThomas Gleixner-2/+2
2016-11-07bpf: fix map not being uncharged during map creation failureDaniel Borkmann-1/+3
2016-11-07bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann-1/+2
2016-11-05Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Linus Torvalds-9/+7