Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-06 | 8 | -23/+56 | |
|\ | ||||||
| * | Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-06-05 | 2 | -2/+7 | |
| |\ | ||||||
| | * | cpuset: consider dying css as offline | Tejun Heo | 2017-05-24 | 1 | -2/+2 | |
| | * | cgroup: Prevent kill_css() from being called more than once | Waiman Long | 2017-05-17 | 1 | -0/+5 | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2017-06-02 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMS | Miroslav Benes | 2017-05-27 | 1 | -0/+1 | |
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-05-27 | 1 | -8/+16 | |
| |\ \ \ | ||||||
| | * | | | posix-timers: Make signal printks conditional | Thomas Gleixner | 2017-05-23 | 1 | -8/+16 | |
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-05-27 | 1 | -6/+18 | |
| |\ \ \ \ | ||||||
| | * | | | | futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock() | Peter Zijlstra | 2017-05-22 | 1 | -6/+18 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-27 | 1 | -5/+12 | |
| |\ \ \ \ | ||||||
| | * | | | | kthread: Fix use-after-free if kthread fork fails | Vegard Nossum | 2017-05-22 | 1 | -5/+12 | |
| * | | | | | Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-27 | 2 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | kprobes/x86: Fix to set RWX bits correctly before releasing trampoline | Masami Hiramatsu | 2017-05-26 | 1 | -1/+1 | |
| | * | | | | | ftrace: Fix memory leak in ftrace_graph_release() | Luis Henriques | 2017-05-26 | 1 | -1/+1 | |
| | | |/ / / | | |/| | | | ||||||
* | | | | | | bpf: cgroup skb progs cannot access ld_abs/ind | Daniel Borkmann | 2017-06-06 | 1 | -1/+0 | |
* | | | | | | bpf: Add BPF_OBJ_GET_INFO_BY_FD | Martin KaFai Lau | 2017-06-06 | 1 | -17/+146 | |
* | | | | | | bpf: Add BPF_MAP_GET_FD_BY_ID | Martin KaFai Lau | 2017-06-06 | 1 | -10/+85 | |
* | | | | | | bpf: Add BPF_PROG_GET_FD_BY_ID | Martin KaFai Lau | 2017-06-06 | 1 | -10/+81 | |
* | | | | | | bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID command | Martin KaFai Lau | 2017-06-06 | 1 | -0/+38 | |
* | | | | | | bpf: Introduce bpf_map ID | Martin KaFai Lau | 2017-06-06 | 1 | -1/+33 | |
* | | | | | | bpf: Introduce bpf_prog ID | Martin KaFai Lau | 2017-06-06 | 1 | -1/+39 | |
* | | | | | | perf, bpf: Add BPF support to all perf_event types | Alexei Starovoitov | 2017-06-04 | 3 | -54/+43 | |
* | | | | | | bpf: Remove the capability check for cgroup skb eBPF program | Chenbo Feng | 2017-06-02 | 1 | -1/+3 | |
* | | | | | | bpf: Allow CGROUP_SKB eBPF program to access sk_buff | Chenbo Feng | 2017-06-02 | 1 | -0/+1 | |
* | | | | | | bpf: use different interpreter depending on required stack size | Alexei Starovoitov | 2017-05-31 | 1 | -9/+31 | |
* | | | | | | bpf: reconcile bpf_tail_call and stack_depth | Alexei Starovoitov | 2017-05-31 | 1 | -0/+1 | |
* | | | | | | bpf: teach verifier to track stack depth | Alexei Starovoitov | 2017-05-31 | 1 | -1/+9 | |
* | | | | | | bpf: split bpf core interpreter | Alexei Starovoitov | 2017-05-31 | 1 | -7/+14 | |
* | | | | | | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode | Alexei Starovoitov | 2017-05-31 | 2 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-05-26 | 4 | -30/+29 | |
|\ \ \ \ \ | ||||||
| * | | | | | bpf: fix wrong exposure of map_flags into fdinfo for lpm | Daniel Borkmann | 2017-05-25 | 3 | -0/+3 | |
| * | | | | | bpf: properly reset caller saved regs after helper call and ld_abs/ind | Daniel Borkmann | 2017-05-25 | 1 | -21/+16 | |
| * | | | | | bpf: fix incorrect pruning decision when alignment must be tracked | Daniel Borkmann | 2017-05-25 | 1 | -9/+10 | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-05-24 | 1 | -7/+13 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | ptrace: Properly initialize ptracer_cred on fork | Eric W. Biederman | 2017-05-23 | 1 | -7/+13 | |
* | | | | | | Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2017-05-22 | 2 | -5/+4 | |
|\ \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ | Merge branches 'pm-sleep' and 'powercap' | Rafael J. Wysocki | 2017-05-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | PM / hibernate: Declare variables as static | Pushkar Jambhlekar | 2017-05-14 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ | Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched' | Rafael J. Wysocki | 2017-05-22 | 1 | -4/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| | | | * | | | | | | cpufreq: schedutil: use now as reference when aggregating shared policy requests | Juri Lelli | 2017-05-05 | 1 | -4/+3 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-05-22 | 1 | -4/+8 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | net: Make IP alignment calulations clearer. | David S. Miller | 2017-05-22 | 1 | -4/+8 | |
* | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-05-21 | 3 | -1/+28 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | sched/core: Call __schedule() from do_idle() without enabling preemption | Steven Rostedt (VMware) | 2017-05-15 | 3 | -1/+28 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-05-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | genirq: Fix chained interrupt data ordering | Thomas Gleixner | 2017-05-16 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-20 | 5 | -5/+59 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | tracing: Make sure RCU is watching before calling a stack trace | Steven Rostedt (VMware) | 2017-05-18 | 1 | -1/+30 | |
| * | | | | | | | | | | | kprobes: Document how optimized kprobes are removed from module unload | Steven Rostedt (VMware) | 2017-05-17 | 1 | -0/+6 |