index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: JIT blinds support JMP32
Jiong Wang
2019-01-26
1
-0
/
+21
*
bpf: interpreter support for JMP32
Jiong Wang
2019-01-26
1
-134
/
+63
*
bpf: disassembler support JMP32
Jiong Wang
2019-01-26
1
-15
/
+19
*
bpf: verifier support JMP32
Jiong Wang
2019-01-26
2
-33
/
+173
*
bpf: refactor verifier min/max code for condition jump
Jiong Wang
2019-01-26
1
-73
/
+99
*
bpf: notify offload JITs about optimizations
Jakub Kicinski
2019-01-23
2
-0
/
+41
*
bpf: verifier: record original instruction index
Jakub Kicinski
2019-01-23
1
-3
/
+5
*
bpf: verifier: remove unconditional branches by 0
Jakub Kicinski
2019-01-23
1
-0
/
+23
*
bpf: verifier: remove dead code
Jakub Kicinski
2019-01-23
2
-3
/
+185
*
bpf: verifier: hard wire branches to dead code
Jakub Kicinski
2019-01-23
1
-2
/
+43
*
bpf: change parameters of call/branch offset adjustment
Jakub Kicinski
2019-01-23
1
-19
/
+21
*
bpf: fix a (false) compiler warning
Peter Oskolkov
2019-01-17
1
-1
/
+2
*
bpf: btf: support 128 bit integer type
Yonghong Song
2019-01-16
1
-19
/
+85
*
Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2019-01-16
1
-3
/
+9
|
\
|
*
tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()
Andrea Righi
2019-01-15
1
-3
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-01-16
5
-22
/
+88
|
\
\
|
*
|
umh: add exit routine for UMH process
Taehee Yoo
2019-01-11
2
-2
/
+32
|
*
|
bpf: fix bpffs bitfield pretty print
Yonghong Song
2019-01-11
1
-6
/
+6
|
*
|
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
2019-01-10
1
-1
/
+2
|
*
|
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
2019-01-05
1
-13
/
+48
*
|
|
kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore
Jonathan Neuschäfer
2019-01-14
1
-1
/
+2
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-08
1
-0
/
+1
|
\
\
\
|
*
|
|
fork, memcg: fix cached_stacks case
Shakeel Butt
2019-01-08
1
-0
/
+1
|
|
|
/
|
|
/
|
*
/
|
fork: record start_time late
David Herrmann
2019-01-08
1
-2
/
+11
|
/
/
*
|
Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2019-01-06
7
-18
/
+18
|
\
\
|
*
|
kbuild: change filechk to surround the given command with { }
Masahiro Yamada
2019-01-06
1
-1
/
+5
|
*
|
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-01-06
6
-17
/
+13
*
|
|
Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-01-06
4
-117
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations
Christoph Hellwig
2019-01-05
1
-6
/
+7
|
*
|
dma-mapping: remove a few unused exports
Christoph Hellwig
2019-01-04
2
-4
/
+0
|
*
|
dma-mapping: remove dmam_{declare,release}_coherent_memory
Christoph Hellwig
2019-01-04
1
-55
/
+0
|
*
|
dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs
Christoph Hellwig
2019-01-04
1
-39
/
+0
|
*
|
dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs
Christoph Hellwig
2019-01-04
1
-13
/
+4
|
|
/
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-05
10
-21
/
+52
|
\
\
|
*
|
kernel/sched/: remove caller signal_pending branch predictions
Davidlohr Bueso
2019-01-04
3
-3
/
+3
|
*
|
kernel/locking/mutex.c: remove caller signal_pending branch predictions
Davidlohr Bueso
2019-01-04
1
-1
/
+1
|
*
|
kernel/kcov.c: mark write_comp_data() as notrace
Anders Roxell
2019-01-04
1
-1
/
+1
|
*
|
kernel/sysctl: add panic_print into sysctl
Feng Tang
2019-01-04
3
-1
/
+9
|
*
|
panic: add options to print system info when panic happens
Feng Tang
2019-01-04
1
-0
/
+28
|
*
|
fork: fix some -Wmissing-prototypes warnings
Yi Wang
2019-01-04
1
-5
/
+0
|
*
|
kernel/hung_task.c: break RCU locks based on jiffies
Tetsuo Handa
2019-01-04
1
-4
/
+4
|
*
|
kernel/hung_task.c: force console verbose before panic
Liu, Chuansheng
2019-01-04
1
-7
/
+5
|
*
|
proc/sysctl: fix return error for proc_doulongvec_minmax()
Cheng Lin
2019-01-04
1
-0
/
+2
*
|
|
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
2019-01-04
2
-8
/
+4
|
|
/
|
/
|
*
|
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
12
-42
/
+47
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-01-03
2
-78
/
+312
|
\
\
|
|
/
|
/
|
|
*
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2019-01-02
1
-6
/
+179
|
*
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
2019-01-02
1
-1
/
+5
|
*
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
2019-01-02
1
-1
/
+8
|
*
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-02
1
-22
/
+41
[next]