| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | bpf: add owner_prog_type and accounted mem to array map's fdinfo | Daniel Borkmann | 2016-11-27 | 1 | -2/+15 | |
| * | | | | | | | | | | | | | | bpf: drop unnecessary context cast from BPF_PROG_RUN | Daniel Borkmann | 2016-11-27 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-26 | 3 | -8/+42 | |
| |\| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-11-23 | 1 | -0/+13 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | perf/core: Fix address filter parser | Alexander Shishkin | 2016-11-21 | 1 | -0/+2 | |
| | | * | | | | | | | | | | | | perf/core: Do not set cpuctx->cgrp for unscheduled cgroups | David Carrillo-Cisneros | 2016-11-15 | 1 | -0/+11 | |
| | * | | | | | | | | | | | | | sched/autogroup: Do not use autogroup->tg in zombie threads | Oleg Nesterov | 2016-11-22 | 2 | -0/+20 | |
| | * | | | | | | | | | | | | | sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task() | Oleg Nesterov | 2016-11-22 | 1 | -11/+12 | |
| | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commands | Daniel Mack | 2016-11-25 | 1 | -0/+81 | |
| * | | | | | | | | | | | | | cgroup: add support for eBPF programs | Daniel Mack | 2016-11-25 | 3 | -0/+186 | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-22 | 3 | -27/+87 | |
| |\| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2016-11-21 | 1 | -3/+17 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined | Babu Moger | 2016-11-18 | 1 | -3/+17 | |
| | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-11-21 | 1 | -23/+47 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | bpf: fix range arithmetic for bpf map access | Josef Bacik | 2016-11-16 | 1 | -23/+47 | |
| | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2016-11-15 | 1 | -1/+23 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | | ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records | Steven Rostedt (Red Hat) | 2016-11-14 | 1 | -0/+22 | |
| | | * | | | | | | | | | ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records | Alexei Starovoitov | 2016-11-14 | 1 | -1/+1 | |
| | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | | bpf, mlx5: fix mlx5e_create_rq taking reference on prog | Daniel Borkmann | 2016-11-21 | 1 | -0/+1 | |
| * | | | | | | | | | | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2016-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | | bpf: Fix compilation warning in __bpf_lru_list_rotate_inactive | Martin KaFai Lau | 2016-11-16 | 1 | -1/+1 | |
| * | | | | | | | | | | bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH | Martin KaFai Lau | 2016-11-15 | 2 | -8/+129 | |
| * | | | | | | | | | | bpf: Add BPF_MAP_TYPE_LRU_HASH | Martin KaFai Lau | 2016-11-15 | 1 | -14/+252 | |
| * | | | | | | | | | | bpf: Refactor codes handling percpu map | Martin KaFai Lau | 2016-11-15 | 1 | -26/+21 | |
| * | | | | | | | | | | bpf: Add percpu LRU list | Martin KaFai Lau | 2016-11-15 | 2 | -19/+151 | |
| * | | | | | | | | | | bpf: LRU List | Martin KaFai Lau | 2016-11-15 | 3 | -1/+648 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-15 | 8 | -38/+23 | |
| |\| | | | | | | | | | ||||||
| | * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-11-14 | 3 | -3/+10 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | bpf: fix map not being uncharged during map creation failure | Daniel Borkmann | 2016-11-07 | 1 | -1/+3 | |
| | | * | | | | | | | | | bpf: fix htab map destruction when extra reserve is in use | Daniel Borkmann | 2016-11-07 | 1 | -1/+2 | |
| | | * | | | | | | | | | taskstats: fix the length of cgroupstats_cmd_get_policy | WANG Cong | 2016-11-03 | 1 | -1/+5 | |
| | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Revert "printk: make reading the kernel log flush pending lines" | Linus Torvalds | 2016-11-14 | 1 | -11/+0 | |
| | * | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-11-14 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| | | * | | | | | | | | genirq: Use irq type from irqdata instead of irqdesc | Thomas Gleixner | 2016-11-08 | 1 | -2/+2 | |
| | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | | Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-11-11 | 1 | -1/+3 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | | \ \ \ \ \ \ \ | ||||||
| | | | \ \ \ \ \ \ \ | ||||||
| | | *-. \ \ \ \ \ \ \ | Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes' | Rafael J. Wysocki | 2016-11-11 | 1 | -1/+3 | |
| | | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | / / / / / / | | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | | | | * | | | | | | PM / sleep: fix device reference leak in test_suspend | Johan Hovold | 2016-11-02 | 1 | -1/+3 | |
| | | | |/ / / / / / | ||||||
| | * | / / / / / / | Revert "console: don't prefer first registered if DT specifies stdout-path" | Hans de Goede | 2016-11-11 | 1 | -12/+1 | |
| | |/ / / / / / / | ||||||
| | | | | | | | | | ||||||
| | | \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ | Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://... | Linus Torvalds | 2016-11-05 | 2 | -9/+7 | |
| | |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | | | * | | | | | | fork: Add task stack refcounting sanity check and prevent premature task stac... | Andy Lutomirski | 2016-11-01 | 1 | -0/+4 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| | | * | | | | | | sched/core: Remove pointless printout in sched_show_task() | Linus Torvalds | 2016-11-03 | 1 | -9/+0 | |
| | | * | | | | | | sched/core: Fix oops in sched_show_task() | Tetsuo Handa | 2016-11-03 | 1 | -0/+3 | |
| | |/ / / / / / | ||||||
| * | | | | | | | bpf: Use u64_to_user_ptr() | Mickaël Salaün | 2016-11-14 | 1 | -17/+12 | |
| * | | | | | | | bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error path | Daniel Borkmann | 2016-11-12 | 1 | -0/+11 | |
| * | | | | | | | bpf: Remove unused but set variables | Tobias Klauser | 2016-11-09 | 1 | -2/+0 | |
| * | | | | | | | bpf, inode: add support for symlinks and fix mtime/ctime | Daniel Borkmann | 2016-10-31 | 1 | -6/+39 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 20 | -110/+192 | |
| |\| | | | | | | ||||||
| | * | | | | | | Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-10-28 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | PM / suspend: Fix missing KERN_CONT for suspend message | Jon Hunter | 2016-10-24 | 1 | -2/+2 | |
| | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-10-28 | 1 | -6/+17 | |
| | |\ \ \ \ \ \ | ||||||

