index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-99
/
+458
2018-12-10
bpf: rename *_info_cnt to nr_*_info in bpf_prog_info
Yonghong Song
1
-19
/
+19
2018-12-10
bpf: clean up bpf_prog_get_info_by_fd()
Song Liu
1
-2
/
+2
2018-12-10
bpf: relax verifier restriction on BPF_MOV | BPF_ALU
Jiong Wang
1
-4
/
+12
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-76
/
+315
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-14
/
+171
2018-12-09
bpf: Add bpf_line_info support
Martin KaFai Lau
4
-33
/
+368
2018-12-07
bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH
Jiong Wang
1
-5
/
+0
2018-12-07
bpf: interpreter support BPF_ALU | BPF_ARSH
Jiong Wang
1
-22
/
+30
2018-12-07
Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2018-12-06
Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2018-12-05
Uprobes: Fix kernel oops with delayed_uprobe_remove()
Ravi Bangoria
1
-0
/
+2
2018-12-05
stackleak: Mark stackleak_track_stack() as notrace
Anders Roxell
1
-1
/
+1
2018-12-05
bpf: Change insn_offset to insn_off in bpf_func_info
Martin KaFai Lau
1
-9
/
+9
2018-12-05
bpf: Improve the info.func_info and info.func_info_rec_size behavior
Martin KaFai Lau
2
-27
/
+21
2018-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-14
/
+171
2018-12-05
bpf: add __weak hook for allocating executable memory
Ard Biesheuvel
1
-2
/
+12
2018-12-04
bpf: add per-insn complexity limit
Alexei Starovoitov
1
-1
/
+6
2018-12-04
bpf: improve verifier branch analysis
Alexei Starovoitov
1
-13
/
+80
2018-12-04
bpf: check pending signals while verifying programs
Alexei Starovoitov
1
-0
/
+3
2018-12-02
bpf: Fix memleak in aux->func_info and aux->btf
Martin KaFai Lau
1
-0
/
+2
2018-12-01
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-27
/
+21
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2
-1
/
+8
2018-11-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-15
/
+27
2018-11-30
Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2018-11-30
kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace
Anders Roxell
1
-2
/
+2
2018-11-30
psi: make disabling/enabling easier for vendor kernels
Johannes Weiner
2
-13
/
+25
2018-11-30
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+10
2018-11-30
Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-3
/
+62
2018-11-30
Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-13
/
+43
2018-11-30
stackleak: Disable function tracing and kprobes for stackleak_erase()
Alexander Popov
1
-1
/
+3
2018-11-29
tracing/fgraph: Fix set_graph_function from showing interrupts
Steven Rostedt (VMware)
4
-3
/
+62
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-43
/
+48
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-14
/
+52
2018-11-28
bpf: btf: check name validity for various types
Yonghong Song
1
-0
/
+57
2018-11-28
bpf: btf: implement btf_name_valid_identifier()
Yonghong Song
1
-0
/
+25
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-13
/
+50
2018-11-28
ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
Thomas Gleixner
1
-10
/
+0
2018-11-28
x86/speculation: Rework SMT state change
Thomas Gleixner
1
-6
/
+9
2018-11-28
sched/smt: Expose sched_smt_present static key
Thomas Gleixner
1
-3
/
+1
2018-11-28
sched/smt: Make sched_smt_present track topology
Peter Zijlstra (Intel)
1
-8
/
+11
2018-11-27
function_graph: Have profiler use curr_ret_stack and not depth
Steven Rostedt (VMware)
1
-2
/
+2
2018-11-27
function_graph: Reverse the order of pushing the ret_stack and the callback
Steven Rostedt (VMware)
1
-4
/
+6
2018-11-27
function_graph: Move return callback before update of curr_ret_stack
Steven Rostedt (VMware)
1
-9
/
+13
2018-11-27
function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack
Steven Rostedt (VMware)
2
-8
/
+16
2018-11-27
function_graph: Make ftrace_push_return_trace() static
Steven Rostedt (VMware)
1
-1
/
+1
2018-11-26
bpf: btf: support proper non-jit func info
Yonghong Song
3
-43
/
+48
2018-11-26
bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr
Daniel Borkmann
1
-0
/
+34
2018-11-26
function_graph: Create function_graph_enter() to consolidate architecture code
Steven Rostedt (VMware)
1
-0
/
+16
2018-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-136
/
+664
[next]