Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
af9b33c51b16c5176a498461058580feddb6b388
/
kernel
9f0ca0c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 4 years, 11 months ago
1ed4d92
bpf: INET_DIAG support in bpf_sk_storage
by Martin KaFai Lau
· 5 years ago
9f6e055
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 4 years, 11 months ago
d7f10df
bpf: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 5 years ago
ed5fa55
Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 5 years ago
91ad64a
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
fda31c5
signal: avoid double atomic counter increments for user accounting
by Linus Torvalds
· 5 years ago
2910b5a
bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue
by Masami Hiramatsu
· 5 years ago
099bfaa
bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled
by David Miller
· 5 years ago
66150d0d
bpf, lpm: Make locking RT friendly
by Thomas Gleixner
· 5 years ago
7f805d1
bpf: Prepare hashtab locking for PREEMPT_RT
by Thomas Gleixner
· 5 years ago
d01f9b1
bpf: Factor out hashtab bucket lock operations
by Thomas Gleixner
· 5 years ago
b6e5dae
bpf: Replace open coded recursion prevention in sys_bpf()
by Thomas Gleixner
· 5 years ago
085fee1
bpf: Use recursion prevention helpers in hashtab code
by Thomas Gleixner
· 5 years ago
02ad059
bpf: Use migrate_disable/enabe() in trampoline code.
by David Miller
· 5 years ago
3d9f773c
bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.
by David Miller
· 5 years ago
569de905
bpf: Dont iterate over possible CPUs with interrupts disabled
by Thomas Gleixner
· 5 years ago
8a37963
bpf: Remove recursion prevention from rcu free callback
by Thomas Gleixner
· 5 years ago
1d7bf6b
perf/bpf: Remove preempt disable around BPF invocation
by Thomas Gleixner
· 5 years ago
b0a81b9
bpf/trace: Remove redundant preempt_disable from trace_call_bpf()
by Thomas Gleixner
· 5 years ago
70ed070
bpf: disable preemption for bpf progs attached to uprobe
by Alexei Starovoitov
· 5 years ago
1b7a51a
bpf/trace: Remove EXPORT from trace_call_bpf()
by Thomas Gleixner
· 5 years ago
f03efe4
bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
by Thomas Gleixner
· 5 years ago
dbca151
bpf: Update locking comment in hashtab code
by Thomas Gleixner
· 5 years ago
2ed905c
bpf: Enforce preallocation for instrumentation programs on RT
by Thomas Gleixner
· 5 years ago
94dacdb
bpf: Tighten the requirements for preallocated hash maps
by Thomas Gleixner
· 5 years ago
7561252
audit: always check the netlink payload length in audit_receive_msg()
by Paul Moore
· 5 years ago
2ad3e17
audit: fix error handling in audit_data_to_entry()
by Paul Moore
· 5 years ago
f3cc249
Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
591dd4c
Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 5 years ago
b105e8e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
035ff35
net: Generate reuseport group ID on group creation
by Jakub Sitnicki
· 5 years ago
9fed900
bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
by Jakub Sitnicki
· 5 years ago
3dc55dba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
412c53a
y2038: remove unused time32 interfaces
by Arnd Bergmann
· 5 years ago
d8a953d
bootconfig: Set CONFIG_BOOT_CONFIG=n by default
by Masami Hiramatsu
· 5 years ago
7ab215f
tracing: Clear trace_state when starting trace
by Masami Hiramatsu
· 5 years ago
78041c0
tracing: Disable trace_printk() on post poned tests
by Steven Rostedt (VMware)
· 5 years ago
3c18a9b
tracing: Have synthetic event test use raw_smp_processor_id()
by Steven Rostedt (VMware)
· 5 years ago
784bd08
tracing: Fix number printing bug in print_synth_event()
by Tom Zanussi
· 5 years ago
3843083
tracing: Check that number of vals matches number of synth event fields
by Tom Zanussi
· 5 years ago
1d9d4c9
tracing: Make synth_event trace functions endian-correct
by Tom Zanussi
· 5 years ago
279eef0
tracing: Make sure synth_event_trace() example always uses u64
by Tom Zanussi
· 5 years ago
41f57cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
b9aff38
bpf: Fix a potential deadlock with bpf_map_do_batch
by Yonghong Song
· 5 years ago
492e0d0
bpf: Do not grab the bucket spinlock by default on htab batch ops
by Brian Vazquez
· 5 years ago
fff7b64
bpf: Add bpf_read_branch_records() helper
by Daniel Xu
· 5 years ago
140588b
s390: remove obsolete ieee_emulation_warnings
by Stephen Kitt
· 5 years ago
0a44cac
Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 5 years ago
b80b033
bpf: Allow bpf_perf_event_read_value in all BPF programs
by Song Liu
· 5 years ago
e20d3a0
bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill
by Johannes Krude
· 5 years ago
ef78e5b7d
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
4e03e4e
Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 5 years ago
cba6437
genirq/proc: Reject invalid affinity masks (again)
by Thomas Gleixner
· 5 years ago
61a7595
Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
e9f5490
sched/fair: Fix kernel-doc warning in attach_entity_load_avg()
by Randy Dunlap
· 5 years ago
4104a56
sched/core: Annotate curr pointer in rq with __rcu
by Madhuparna Bhowmik
· 5 years ago
6fcca0f
sched/psi: Fix OOB write when writing 0 bytes to PSI files
by Suren Baghdasaryan
· 5 years ago
e3728b5
ACPI: PM: s2idle: Avoid possible race related to the EC GPE
by Rafael J. Wysocki
· 5 years ago
7276531
tracing: Consolidate trace() functions
by Tom Zanussi
· 5 years ago
0c62f6c
tracing: Don't return -EINVAL when tracing soft disabled synth events
by Tom Zanussi
· 5 years ago
d090409
tracing: Add missing nest end to synth_event_trace_start() error case
by Tom Zanussi
· 5 years ago
0a679e1
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 5 years ago
2bf0eb9
bpf: Make btf_check_func_type_match() static
by Hongbo Yao
· 5 years ago
10f129c
tracing/kprobe: Fix uninitialized variable bug
by Gustavo A. R. Silva
· 5 years ago
52262ee
sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, to fix XFS performance regression
by Mel Gorman
· 5 years ago
89a47dd
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
1a2a76c
Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
f413776
Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
ca21b9b
Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
2fbc23c
Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
f06bed8
Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
291abfe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
c9d35ee
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
2696e11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
f9f21ce
genirq: Clarify that irq wake state is orthogonal to enable/disable
by Stephen Boyd
· 5 years ago
58c025f
cgroup1: switch to use of errorfc() et.al.
by Al Viro
· 5 years ago
d7167b1
fs_parse: fold fs_parameter_desc/fs_parameter_spec
by Al Viro
· 5 years ago
96cafb9
fs_parser: remove fs_parameter_description name field
by Eric Sandeen
· 5 years ago
fbc2d16
get rid of cg_invalf()
by Al Viro
· 5 years ago
1e474b2
smp/up: Make smp_call_function_single() match SMP semantics
by Paul E. McKenney
· 5 years ago
d854b2d
Merge tag 'kgdb-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
by Linus Torvalds
· 5 years ago
fcf2736
Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no regs"
by Daniel Thompson
· 5 years ago
e310396
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
54a16ff
ftrace: Protect ftrace_graph_hash with ftrace_sync
by Steven Rostedt (VMware)
· 5 years ago
16052dd
ftrace: Add comment to why rcu_dereference_sched() is open coded
by Steven Rostedt (VMware)
· 5 years ago
fd0e685
tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu
by Amol Grover
· 5 years ago
24a9729
tracing: Annotate ftrace_graph_hash pointer with __rcu
by Amol Grover
· 5 years ago
75467ee
dma-direct: improve DMA mask overflow reporting
by Christoph Hellwig
· 5 years ago
4a47cba
dma-direct: improve swiotlb error reporting
by Christoph Hellwig
· 5 years ago
91ef26f
dma-direct: relax addressability checks in dma_direct_supported
by Christoph Hellwig
· 5 years ago
fdff7c2
Merge branch 'linus' into perf/urgent, to synchronize with upstream
by Ingo Molnar
· 5 years ago
72f582f
Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
cde26a6
kallsyms: fix type of kallsyms_token_table[]
by Masahiro Yamada
· 5 years ago
97a3253
proc: convert everything to "struct proc_ops"
by Alexey Dobriyan
· 5 years ago
257af63
bpf: Fix modifier skipping logic
by Alexei Starovoitov
· 5 years ago
e17ac02
Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
by Linus Torvalds
· 5 years ago
2b90927
tracing: Use seq_buf for building dynevent_cmd string
by Tom Zanussi
· 5 years ago
e9260f6
tracing: Remove useless code in dynevent_arg_pair_add()
by Tom Zanussi
· 5 years ago
74403b6
tracing: Remove check_arg() callbacks from dynevent args
by Tom Zanussi
· 5 years ago
Next »