Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3b1903ef97c080a80ead3a6a2305f55108e08269
/
kernel
96049f3
bpf: introduce BPF_F_LOCK flag
by Alexei Starovoitov
· 6 years ago
e16d2f1
bpf: add support for bpf_spin_lock to cgroup local storage
by Alexei Starovoitov
· 6 years ago
d83525c
bpf: introduce bpf_spin_lock
by Alexei Starovoitov
· 6 years ago
1832f4e
bpf, cgroups: clean up kerneldoc warnings
by Valdis Kletnieks
· 6 years ago
de1da68
bpf: fix bitrotted kerneldoc
by Valdis Kletnieks
· 6 years ago
eaf2a47
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
ec7146d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
f907bb4
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
9881051
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
0d48437
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
a7b76c8
bpf: JIT blinds support JMP32
by Jiong Wang
· 6 years ago
503a886
bpf: interpreter support for JMP32
by Jiong Wang
· 6 years ago
56cbd82
bpf: disassembler support JMP32
by Jiong Wang
· 6 years ago
092ed09
bpf: verifier support JMP32
by Jiong Wang
· 6 years ago
a72dafa
bpf: refactor verifier min/max code for condition jump
by Jiong Wang
· 6 years ago
08ca90a
bpf: notify offload JITs about optimizations
by Jakub Kicinski
· 6 years ago
9e4c24e
bpf: verifier: record original instruction index
by Jakub Kicinski
· 6 years ago
a1b14ab
bpf: verifier: remove unconditional branches by 0
by Jakub Kicinski
· 6 years ago
52875a0
bpf: verifier: remove dead code
by Jakub Kicinski
· 6 years ago
e2ae4ca
bpf: verifier: hard wire branches to dead code
by Jakub Kicinski
· 6 years ago
2cbd95a
bpf: change parameters of call/branch offset adjustment
by Jakub Kicinski
· 6 years ago
e158488b
locking/rwsem: Fix (possible) missed wakeup
by Xie Yongji
· 6 years ago
b061c38
futex: Fix (possible) missed wakeup
by Peter Zijlstra
· 6 years ago
4c4e373
sched/wake_q: Fix wakeup ordering for wake_q
by Peter Zijlstra
· 6 years ago
e6018c0
sched/wake_q: Document wake_q_add()
by Peter Zijlstra
· 6 years ago
6dc080e
sched/wait: Fix rcuwait_wake_up() ordering
by Prateek Sood
· 6 years ago
7d0ae23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
9d5564d
bpf: fix inner map masking to prevent oob under speculation
by Daniel Borkmann
· 6 years ago
12fee4c
genirq/irqdesc: Fix double increment in alloc_descs()
by Huacai Chen
· 6 years ago
6d060fa
Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
by Linus Torvalds
· 6 years ago
c8dc798
bpf: Annotate implicit fall through in cgroup_dev_func_proto
by Mathieu Malaterre
· 6 years ago
583c531
bpf: Make function btf_name_offset_valid static
by Mathieu Malaterre
· 6 years ago
4af396a
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
by Stanislav Fomichev
· 6 years ago
0b69800
bpf: don't assume build-id length is always 20 bytes
by Stanislav Fomichev
· 6 years ago
d0b2818
bpf: fix a (false) compiler warning
by Peter Oskolkov
· 6 years ago
b1e8818
bpf: btf: support 128 bit integer type
by Yonghong Song
· 6 years ago
227a76b
swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit
by Christoph Hellwig
· 6 years ago
a811dc6
seccomp: fix UAF in user-trap code
by Tycho Andersen
· 6 years ago
7939f8b
Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
e874644
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
8b05a3a
tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()
by Andrea Righi
· 6 years ago
93ad0fc
posix-cpu-timers: Unbreak timer rearming
by Thomas Gleixner
· 6 years ago
bddda60
genirq: Make sure the initial affinity is not empty
by Srinivas Ramana
· 6 years ago
b7285b4
kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore
by Jonathan Neuschäfer
· 6 years ago
73ab1cb
umh: add exit routine for UMH process
by Taehee Yoo
· 6 years ago
17e3ac8
bpf: fix bpffs bitfield pretty print
by Yonghong Song
· 6 years ago
beaf3d1
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
by Song Liu
· 6 years ago
a88cc8d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
ba4a457
fork, memcg: fix cached_stacks case
by Shakeel Butt
· 6 years ago
7b55851
fork: record start_time late
by David Herrmann
· 6 years ago
85e1ffb
Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
e2b745f
Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
d3bd741
bpf: fix sanitation of alu op with pointer / scalar type from different paths
by Daniel Borkmann
· 6 years ago
ad77408
kbuild: change filechk to surround the given command with { }
by Masahiro Yamada
· 6 years ago
e9666d1
jump_label: move 'asm goto' support test to Kconfig
by Masahiro Yamada
· 6 years ago
a659811
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
8270f3a
dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations
by Christoph Hellwig
· 6 years ago
34ec35a
kernel/sched/: remove caller signal_pending branch predictions
by Davidlohr Bueso
· 6 years ago
3bb5f4a
kernel/locking/mutex.c: remove caller signal_pending branch predictions
by Davidlohr Bueso
· 6 years ago
6347244
kernel/kcov.c: mark write_comp_data() as notrace
by Anders Roxell
· 6 years ago
81c9d43
kernel/sysctl: add panic_print into sysctl
by Feng Tang
· 6 years ago
d999bd9
panic: add options to print system info when panic happens
by Feng Tang
· 6 years ago
fb5bf31
fork: fix some -Wmissing-prototypes warnings
by Yi Wang
· 6 years ago
304ae42
kernel/hung_task.c: break RCU locks based on jiffies
by Tetsuo Handa
· 6 years ago
168e06f
kernel/hung_task.c: force console verbose before panic
by Liu, Chuansheng
· 6 years ago
09be178
proc/sysctl: fix return error for proc_doulongvec_minmax()
by Cheng Lin
· 6 years ago
594cc25
make 'user_access_begin()' do 'access_ok()'
by Linus Torvalds
· 6 years ago
48e638f
dma-mapping: remove a few unused exports
by Christoph Hellwig
· 6 years ago
4788ba5
dma-mapping: remove dmam_{declare,release}_coherent_memory
by Christoph Hellwig
· 6 years ago
d7076f0
dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs
by Christoph Hellwig
· 6 years ago
2e05ea5
dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs
by Christoph Hellwig
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
43d86ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
e6b9257
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
979d63d
bpf: prevent out of bounds speculation on pointer arithmetic
by Daniel Borkmann
· 6 years ago
b7137c4
bpf: fix check_map_access smin_value test when pointer contains offset
by Daniel Borkmann
· 6 years ago
9d7ecee
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
by Daniel Borkmann
· 6 years ago
e4298d2
bpf: restrict stack pointer arithmetic for unprivileged
by Daniel Borkmann
· 6 years ago
0d6303d
bpf: restrict map value pointer arithmetic for unprivileged
by Daniel Borkmann
· 6 years ago
9b73bfd
bpf: enable access to ax register also from verifier rewrite
by Daniel Borkmann
· 6 years ago
144cd91
bpf: move tmp variable into ax register in interpreter
by Daniel Borkmann
· 6 years ago
c08435e
bpf: move {prev_,}insn_idx into verifier env
by Daniel Borkmann
· 6 years ago
d9a7fa6
Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
fcf0104
Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
by Linus Torvalds
· 6 years ago
495d714
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
e3ed513
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
c40f7d7
sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c
by Linus Torvalds
· 6 years ago
7faedcd
kdb: use bool for binary state indicators
by Nicholas Mc Guire
· 6 years ago
162bc7f
kdb: Don't back trace on a cpu that didn't round up
by Douglas Anderson
· 6 years ago
87b0959
kgdb: Don't round up a CPU that failed rounding up before
by Douglas Anderson
· 6 years ago
3cd99ac
kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()
by Douglas Anderson
· 6 years ago
9ef7fa5
kgdb: Remove irq flags from roundup
by Douglas Anderson
· 6 years ago
769e470
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
6f9d71c
Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 6 years ago
b07039b
Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
f346b0b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
af7ddd8
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
0e9da3f
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b12a912
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 6 years ago
1a80dad
Fix failure path in alloc_pid()
by Matthew Wilcox
· 6 years ago
Next »