Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
407308f60d46e50d258143f0bd38adc3f780908e
/
kernel
a6cdeeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c732327
signal: improve comments
by Christian Brauner
· 6 years ago
6751b8d
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
4fb5741
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
7b3064f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
98af37d
kernel/signal.c: trace_signal_deliver when signal_group_exit
by Zhenliang Wei
· 6 years ago
9852ae3
mm, memcg: consider subtrees in memory.events
by Chris Down
· 6 years ago
bc81426
prctl_set_mm: downgrade mmap_sem to read lock
by Michal Koutný
· 6 years ago
11bbd8b
prctl_set_mm: refactor checks from validate_prctl_map
by Michal Koutný
· 6 years ago
8856ae4
kernel/fork.c: make max_threads symbol static
by Kefeng Wang
· 6 years ago
0462eaa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
c85d691
bpf: move memory size checks to bpf_map_charge_init()
by Roman Gushchin
· 6 years ago
b936ca6
bpf: rework memlock-based memory accounting for maps
by Roman Gushchin
· 6 years ago
3539b96
bpf: group memory related fields in struct bpf_map_memory
by Roman Gushchin
· 6 years ago
ffc8b14
bpf: add memlock precharge check for cgroup_local_storage
by Roman Gushchin
· 6 years ago
e7a3160
bpf: Update __cgroup_bpf_run_filter_skb with cn
by brakmo
· 6 years ago
5cf1e91
bpf: cgroup inet skb programs can return 0 to 3
by brakmo
· 6 years ago
702c31e
Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
2f4c533
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
25763b3
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
by Thomas Gleixner
· 6 years ago
468e15f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170
by Thomas Gleixner
· 6 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
9e82b4a
Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
e672db0
bpf: tracing: properly use bpf_prog_array api
by Stanislav Fomichev
· 6 years ago
dbcc1ba
bpf: cgroup: properly use bpf_prog_array api
by Stanislav Fomichev
· 6 years ago
54e9c9d
bpf: remove __rcu annotations from bpf_prog_array
by Stanislav Fomichev
· 6 years ago
849e96f
Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 6 years ago
dfb4a6f
tracing: Avoid memory leak in predicate_parse()
by Tomas Bortoli
· 6 years ago
4bfc0bb
bpf: decouple the lifetime of cgroup_bpf from cgroup itself
by Roman Gushchin
· 6 years ago
e1afb702
bpf: check signal validity in nmi for bpf_send_signal() helper
by Yonghong Song
· 6 years ago
bb18690
ACPI: PM: Call pm_set_suspend_via_firmware() during hibernation
by Rafael J. Wysocki
· 6 years ago
c5b4409
Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
0c97bf8
tracing: Silence GCC 9 array bounds warning
by Miguel Ojeda
· 6 years ago
a2c48d9
Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
d6c2308
bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
by Jiong Wang
· 6 years ago
c240eff
bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
by Jiong Wang
· 6 years ago
a4b1d3c
bpf: verifier: insert zero extension according to analysis result
by Jiong Wang
· 6 years ago
b325fbc
bpf: verifier: mark patched-insn with sub-register zext flag
by Jiong Wang
· 6 years ago
5327ed3
bpf: verifier: mark verified-insn with sub-register zext flag
by Jiong Wang
· 6 years ago
86c2f5d
Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
8b401f9
bpf: implement bpf_send_signal() helper
by Yonghong Song
· 6 years ago
51816e9
locking/lock_events: Use this_cpu_add() when necessary
by Waiman Long
· 6 years ago
6ff3f91
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 38
by Thomas Gleixner
· 6 years ago
b4d0d23
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
by Thomas Gleixner
· 6 years ago
5322ea5
perf/ring-buffer: Use regular variables for nesting
by Peter Zijlstra
· 6 years ago
4d839dd
perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page data
by Peter Zijlstra
· 6 years ago
3f9fbe9
perf/ring_buffer: Add ordering to rb->nest increment
by Peter Zijlstra
· 6 years ago
1b038c6
perf/ring_buffer: Fix exposing a temporarily decreased data_head
by Yabin Cui
· 6 years ago
dc2a4eb
bpf: convert explored_states to hash table
by Alexei Starovoitov
· 6 years ago
a8f500a
bpf: split explored_states
by Alexei Starovoitov
· 6 years ago
5d83902
bpf: cleanup explored_states
by Alexei Starovoitov
· 6 years ago
b285fcb
bpf: bump jmp sequence limit
by Alexei Starovoitov
· 6 years ago
4eebe38
kernel/trace/trace.h: Remove duplicate header of trace_seq.h
by Jagadeesh Pagadala
· 6 years ago
2c1212d
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
9b2ca37
tracing: Add a check_val() check before updating cond_snapshot() track_val
by Tom Zanussi
· 6 years ago
c8d94a1
tracing: Check keys for variable references in expressions too
by Tom Zanussi
· 6 years ago
55267c8
tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_elts
by Tom Zanussi
· 6 years ago
7170066
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25
by Thomas Gleixner
· 6 years ago
1ccea77
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
by Thomas Gleixner
· 6 years ago
d6cd1e9
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
78e0365
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
cb6f873
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
d9351ea
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
7eaf51a
stacktrace: Unbreak stack_trace_save_tsk_reliable()
by Joe Lawrence
· 6 years ago
de6da1e
panic: add an option to replay all the printk message in buffer
by Feng Tang
· 6 years ago
5f3ab27
Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 6 years ago
e547ff3
bpf: relax inode permission check for retrieving bpf program
by Chenbo Feng
· 6 years ago
b2c3dda
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
f57d771
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
05b2892
signal: unconditionally leave the frozen state in ptrace_stop()
by Roman Gushchin
· 6 years ago
c7d5ec2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
d2d8b14
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
89963ad
kernel/compat.c: mark expected switch fall-throughs
by Stephen Rothwell
· 6 years ago
1064d85
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
b287a25
panic/reboot: allow specifying reboot_mode for panic only
by Aaro Koskinen
· 6 years ago
c39ea0b
panic: avoid the extra noise dmesg
by Feng Tang
· 6 years ago
e178a5b
gcov: clang support
by Greg Hackmann
· 6 years ago
826eba0
gcov: clang: move common GCC code into gcc_base.c
by Greg Hackmann
· 6 years ago
1fd402d
kernel/pid.c: remove unneeded hash header file
by Timmy Li
· 6 years ago
3116ad3
kernel/sysctl.c: fix proc_do_large_bitmap for large input buffers
by Eric Sandeen
· 6 years ago
e260ad0
sysctl: return -EINVAL if val violates minmax
by Christian Brauner
· 6 years ago
475dae3
kernel/sysctl.c: switch to bitmap_zalloc()
by Andy Shevchenko
· 6 years ago
b028fb6
kernel/signal.c: annotate implicit fall through
by Mathieu Malaterre
· 6 years ago
6c4e121
kernel/user.c: clean up some leftover code
by Rasmus Villemoes
· 6 years ago
e02c9b0
kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracing
by Lin Feng
· 6 years ago
0cc7588
kernel/latencytop.c: remove unnecessary checks for latencytop_enabled
by Lin Feng
· 6 years ago
8312465
kernel/notifier.c: double register detection
by Vasily Averin
· 6 years ago
df5ba5b
kernel/sched/psi.c: expose pressure metrics on root cgroup
by Dan Schatzberg
· 6 years ago
0e94682
psi: introduce psi monitor
by Suren Baghdasaryan
· 6 years ago
8af0c18
include/: refactor headers to allow kthread.h inclusion in psi_types.h
by Suren Baghdasaryan
· 6 years ago
333f3017c
psi: track changed states
by Suren Baghdasaryan
· 6 years ago
7fc70a3
psi: split update_stats into parts
by Suren Baghdasaryan
· 6 years ago
bcc78db
psi: rename psi fields in preparation for psi trigger addition
by Suren Baghdasaryan
· 6 years ago
9289c5e
psi: make psi_enable static
by Suren Baghdasaryan
· 6 years ago
33b2d63
psi: introduce state_mask to represent stalled psi states
by Suren Baghdasaryan
· 6 years ago
987717e
mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE
by Andrea Arcangeli
· 6 years ago
Next »