aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-06-04perf, bpf: Add BPF support to all perf_event typesGravatar Alexei Starovoitov 3-54/+43
2017-06-02bpf: Remove the capability check for cgroup skb eBPF programGravatar Chenbo Feng 1-1/+3
2017-06-02bpf: Allow CGROUP_SKB eBPF program to access sk_buffGravatar Chenbo Feng 1-0/+1
2017-05-31bpf: use different interpreter depending on required stack sizeGravatar Alexei Starovoitov 1-9/+31
2017-05-31bpf: reconcile bpf_tail_call and stack_depthGravatar Alexei Starovoitov 1-0/+1
2017-05-31bpf: teach verifier to track stack depthGravatar Alexei Starovoitov 1-1/+9
2017-05-31bpf: split bpf core interpreterGravatar Alexei Starovoitov 1-7/+14
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeGravatar Alexei Starovoitov 2-2/+2
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-30/+29
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmGravatar Daniel Borkmann 3-0/+3
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indGravatar Daniel Borkmann 1-21/+16
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedGravatar Daniel Borkmann 1-9/+10
2017-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-7/+13
2017-05-23ptrace: Properly initialize ptracer_cred on forkGravatar Eric W. Biederman 1-7/+13
2017-05-22Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-5/+4
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+8
2017-05-22Merge branches 'pm-sleep' and 'powercap'Gravatar Rafael J. Wysocki 1-1/+1
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Gravatar Rafael J. Wysocki 1-4/+3
2017-05-22net: Make IP alignment calulations clearer.Gravatar David S. Miller 1-4/+8
2017-05-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-1/+28
2017-05-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2017-05-20Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-5/+59
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2017-05-19blktrace: fix integer parseGravatar Shaohua Li 1-2/+2
2017-05-18tracing: Make sure RCU is watching before calling a stack traceGravatar Steven Rostedt (VMware) 1-1/+30
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+11
2017-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-3/+7
2017-05-17bpf: adjust verifier heuristicsGravatar Daniel Borkmann 1-1/+11
2017-05-17kprobes: Document how optimized kprobes are removed from module unloadGravatar Steven Rostedt (VMware) 1-0/+6
2017-05-17ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubGravatar Steven Rostedt (VMware) 2-2/+4
2017-05-17ftrace/instances: Clear function triggers when removing instancesGravatar Naveen N. Rao 3-0/+12
2017-05-17ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Gravatar Naveen N. Rao 1-2/+2
2017-05-17tracing/kprobes: Enforce kprobes teardown after testingGravatar Thomas Gleixner 2-1/+6
2017-05-17tracing: Move postpone selftests to core from early_initcallGravatar Steven Rostedt 1-1/+1
2017-05-16genirq: Fix chained interrupt data orderingGravatar Thomas Gleixner 1-1/+1
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-25/+113
2017-05-15sched/core: Call __schedule() from do_idle() without enabling preemptionGravatar Steven Rostedt (VMware) 3-1/+28
2017-05-14PM / hibernate: Declare variables as staticGravatar Pushkar Jambhlekar 1-1/+1
2017-05-13pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Gravatar Kirill Tkhai 1-2/+6
2017-05-13pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesGravatar Eric W. Biederman 1-1/+1
2017-05-12gcov: support GCC 7.1Gravatar Martin Liska 2-1/+9
2017-05-12time: delete current_fs_time()Gravatar Deepa Dinamani 1-14/+0
2017-05-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+6
2017-05-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-05-11bpf: Handle multiple variable additions into packet pointers in verifier.Gravatar David S. Miller 1-1/+1
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.Gravatar David S. Miller 2-7/+21
2017-05-11bpf: Do per-instruction state dumping in verifier when log_level > 1.Gravatar David S. Miller 1-2/+6
2017-05-11bpf: Track alignment of register values in the verifier.Gravatar David S. Miller 1-19/+89
2017-05-10Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-2/+3
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 21-720/+2710