summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau2017-06-061-17/+146
* bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+85
* bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+81
* bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau2017-06-061-0/+38
* bpf: Introduce bpf_map IDMartin KaFai Lau2017-06-061-1/+33
* bpf: Introduce bpf_prog IDMartin KaFai Lau2017-06-061-1/+39
* perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov2017-06-043-54/+43
* bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng2017-06-021-1/+3
* bpf: Allow CGROUP_SKB eBPF program to access sk_buffChenbo Feng2017-06-021-0/+1
* bpf: use different interpreter depending on required stack sizeAlexei Starovoitov2017-05-311-9/+31
* bpf: reconcile bpf_tail_call and stack_depthAlexei Starovoitov2017-05-311-0/+1
* bpf: teach verifier to track stack depthAlexei Starovoitov2017-05-311-1/+9
* bpf: split bpf core interpreterAlexei Starovoitov2017-05-311-7/+14
* bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-312-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-264-30/+29
|\
| * bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2017-05-253-0/+3
| * bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann2017-05-251-21/+16
| * bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann2017-05-251-9/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-241-7/+13
|\ \ | |/ |/|
| * ptrace: Properly initialize ptracer_cred on forkEric W. Biederman2017-05-231-7/+13
* | Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-05-222-5/+4
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2017-05-221-1/+1
| |\ \ \
| | * | | PM / hibernate: Declare variables as staticPushkar Jambhlekar2017-05-141-1/+1
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki2017-05-221-4/+3
| |\ \ \ \ \ \
| | | | * | | | cpufreq: schedutil: use now as reference when aggregating shared policy requestsJuri Lelli2017-05-051-4/+3
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-221-4/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | net: Make IP alignment calulations clearer.David S. Miller2017-05-221-4/+8
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-213-1/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)2017-05-153-1/+28
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-161-1/+1
* | | | | | | | | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-205-5/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)2017-05-181-1/+30
| * | | | | | | | | kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-171-0/+6
| * | | | | | | | | ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2017-05-172-2/+4
| * | | | | | | | | ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-173-0/+12
| * | | | | | | | | ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao2017-05-171-2/+2
| * | | | | | | | | tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-172-1/+6
| * | | | | | | | | tracing: Move postpone selftests to core from early_initcallSteven Rostedt2017-05-171-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-201-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | blktrace: fix integer parseShaohua Li2017-05-191-2/+2
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-181-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bpf: adjust verifier heuristicsDaniel Borkmann2017-05-171-1/+11
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-182-3/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-131-2/+6
| * | | | | | | | pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-05-131-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-152-25/+113
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller2017-05-111-1/+1
| * | | | | | | bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-112-7/+21
| * | | | | | | bpf: Do per-instruction state dumping in verifier when log_level > 1.David S. Miller2017-05-111-2/+6