Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
960ea056561a08e2b837b2f02d22c53226414a84
/
kernel
960ea05
bpf: verifier: teach the verifier to reason about the BPF_JSET instruction
by Jakub Kicinski
· 6 years ago
fdbaa0b
bpf: Ensure line_info.insn_off cannot point to insn with zero code
by Martin KaFai Lau
· 6 years ago
76c43ae
bpf: log struct/union attribute for forward type
by Yonghong Song
· 6 years ago
0bae2d4
bpf: correct slot_type marking logic to allow more stack slot sharing
by Jiong Wang
· 6 years ago
a38d110
bpf: support raw tracepoints in modules
by Matt Mullins
· 6 years ago
ffa0c1c
bpf: enable cgroup local storage map pretty print with kind_flag
by Yonghong Song
· 6 years ago
9d5f9f7
bpf: btf: fix struct/union/fwd types with kind_flag
by Yonghong Song
· 6 years ago
f97be3a
bpf: btf: refactor btf_int_bits_seq_show()
by Yonghong Song
· 6 years ago
6c4fc20
bpf: remove useless version check for prog load
by Daniel Borkmann
· 6 years ago
9242b5f
bpf: add self-check logic to liveness analysis
by Alexei Starovoitov
· 6 years ago
19e2dbb
bpf: improve stacksafe state comparison
by Alexei Starovoitov
· 6 years ago
b233920
bpf: speed up stacksafe check
by Alexei Starovoitov
· 6 years ago
d9762e8
bpf: verbose log bpf_line_info in verifier
by Martin KaFai Lau
· 6 years ago
23127b3
bpf: Create a new btf_name_by_offset() for non type name use case
by Martin KaFai Lau
· 6 years ago
9f8c1c5
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
by Daniel Borkmann
· 6 years ago
c872bdb
bpf: include sub program tags in bpf_prog_info
by Song Liu
· 6 years ago
9e79416
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
by Martin KaFai Lau
· 6 years ago
9a1126b
bpf: add bpffs pretty print for cgroup local storage maps
by Roman Gushchin
· 6 years ago
1b2b234
bpf: pass struct btf pointer to the map_check_btf() callback
by Roman Gushchin
· 6 years ago
addb067
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
11d8b82
bpf: rename *_info_cnt to nr_*_info in bpf_prog_info
by Yonghong Song
· 6 years ago
7a5725d
bpf: clean up bpf_prog_get_info_by_fd()
by Song Liu
· 6 years ago
e434b8c
bpf: relax verifier restriction on BPF_MOV | BPF_ALU
by Jiong Wang
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
d48f782
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
c454a46
bpf: Add bpf_line_info support
by Martin KaFai Lau
· 6 years ago
c49f7db
bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH
by Jiong Wang
· 6 years ago
2dc6b10
bpf: interpreter support BPF_ALU | BPF_ARSH
by Jiong Wang
· 6 years ago
1cdc362
Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
abb8d6e
Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
1aed58e
Uprobes: Fix kernel oops with delayed_uprobe_remove()
by Ravi Bangoria
· 6 years ago
e9c7d65
stackleak: Mark stackleak_track_stack() as notrace
by Anders Roxell
· 6 years ago
d30d42e
bpf: Change insn_offset to insn_off in bpf_func_info
by Martin KaFai Lau
· 6 years ago
7337224
bpf: Improve the info.func_info and info.func_info_rec_size behavior
by Martin KaFai Lau
· 6 years ago
e37d05a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
dc002bb
bpf: add __weak hook for allocating executable memory
by Ard Biesheuvel
· 6 years ago
ceefbc9
bpf: add per-insn complexity limit
by Alexei Starovoitov
· 6 years ago
4f7b3e8
bpf: improve verifier branch analysis
by Alexei Starovoitov
· 6 years ago
c349480
bpf: check pending signals while verifying programs
by Alexei Starovoitov
· 6 years ago
5482e9a
bpf: Fix memleak in aux->func_info and aux->btf
by Martin KaFai Lau
· 6 years ago
4b78317
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
e9ee9ef
bpf: Add BPF_F_ANY_ALIGNMENT.
by David Miller
· 6 years ago
d8f190e
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
1f81742
Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
903e8ff
kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace
by Anders Roxell
· 6 years ago
e0c2744
psi: make disabling/enabling easier for vendor kernels
by Johannes Weiner
· 6 years ago
a1b3cf6
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
49afe66
Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
0f1f692
Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
ef1a840
stackleak: Disable function tracing and kprobes for stackleak_erase()
by Alexander Popov
· 6 years ago
5cf99a0f
tracing/fgraph: Fix set_graph_function from showing interrupts
by Steven Rostedt (VMware)
· 6 years ago
93029d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
e561bb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
eb04bbb
bpf: btf: check name validity for various types
by Yonghong Song
· 6 years ago
cdbb096a
bpf: btf: implement btf_name_valid_identifier()
by Yonghong Song
· 6 years ago
60b5482
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
46f7ecb
ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
by Thomas Gleixner
· 6 years ago
a74cfff
x86/speculation: Rework SMT state change
by Thomas Gleixner
· 6 years ago
321a874
sched/smt: Expose sched_smt_present static key
by Thomas Gleixner
· 6 years ago
c5511d0
sched/smt: Make sched_smt_present track topology
by Peter Zijlstra (Intel)
· 6 years ago
b1b35f2
function_graph: Have profiler use curr_ret_stack and not depth
by Steven Rostedt (VMware)
· 6 years ago
7c6ea35
function_graph: Reverse the order of pushing the ret_stack and the callback
by Steven Rostedt (VMware)
· 6 years ago
552701d
function_graph: Move return callback before update of curr_ret_stack
by Steven Rostedt (VMware)
· 6 years ago
39eb456
function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack
by Steven Rostedt (VMware)
· 6 years ago
d125f3f8
function_graph: Make ftrace_push_return_trace() static
by Steven Rostedt (VMware)
· 6 years ago
ba64e7d
bpf: btf: support proper non-jit func info
by Yonghong Song
· 6 years ago
e2c95a6
bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr
by Daniel Borkmann
· 6 years ago
8114865
function_graph: Create function_graph_enter() to consolidate architecture code
by Steven Rostedt (VMware)
· 6 years ago
4afe60a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
6950012
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
311fe1a
bpf: btf: fix spelling mistake "Memmber" -> "Member"
by Colin Ian King
· 6 years ago
cf0dd41
bpf, tags: Fix DEFINE_PER_CPU expansion
by Rustam Kovhaev
· 6 years ago
1efb6ee
bpf: fix check of allowed specifiers in bpf_trace_printk
by Martynas Pumputis
· 6 years ago
09d3f01
uprobes: Fix handle_swbp() vs. unregister() + register() race once more
by Andrea Parri
· 6 years ago
813961d
bpf: fix integer overflow in queue_stack_map
by Alexei Starovoitov
· 6 years ago
8d75839
bpf, lpm: make longest_prefix_match() faster
by Eric Dumazet
· 6 years ago
cb216b8
swiotlb: Skip cache maintenance on map error
by Robin Murphy
· 6 years ago
838e969
bpf: Introduce bpf_func_info
by Yonghong Song
· 6 years ago
2667a26
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
by Martin KaFai Lau
· 6 years ago
b47a0bd
bpf: btf: Break up btf_type_is_void()
by Martin KaFai Lau
· 6 years ago
96b3b6c
bpf: allow zero-initializing hash map seed
by Lorenz Bauer
· 6 years ago
c67a98c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
03582f3
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
8fcb231
kernel/sched/psi.c: simplify cgroup_move_task()
by Olof Johansson
· 6 years ago
569a933
bpf: allocate local storage buffers using GFP_ATOMIC
by Roman Gushchin
· 6 years ago
afd5942
bpf: fix off-by-one error in adjust_subprog_starts
by Edward Cree
· 6 years ago
592ee43
bpf: fix null pointer dereference on pointer offload
by Colin Ian King
· 6 years ago
646558f
kdb: kdb_support: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
01cb373
kdb: kdb_keyboard: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
9eb62f0
kdb: kdb_main: refactor code in kdb_md_line
by Gustavo A. R. Silva
· 6 years ago
c2b94c7
kdb: Use strscpy with destination buffer size
by Prarit Bhargava
· 6 years ago
568fb6f
kdb: print real address of pointers instead of hashed addresses
by Christophe Leroy
· 6 years ago
dded2e1
kdb: use correct pointer when 'btc' calls 'btt'
by Christophe Leroy
· 6 years ago
c469933
sched/fair: Fix cpu_util_wake() for 'execl' type workloads
by Patrick Bellasi
· 6 years ago
08b5278
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
024d4d4
Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
0b002cd
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
46f53a6
bpf: Allow narrow loads with offset > 0
by Andrey Ignatov
· 6 years ago
16a8cb5c
bpf: do not pass netdev to translate() and prepare() offload callbacks
by Quentin Monnet
· 6 years ago
a40a263
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
by Quentin Monnet
· 6 years ago
Next »