index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-28
/
+70
2018-01-17
bpf: annotate bpf_insn_print_t with __printf
Jakub Kicinski
1
-2
/
+2
2018-01-17
bpf: offload: make bpf_offload_dev_match() reject host+host case
Jakub Kicinski
1
-3
/
+1
2018-01-17
bpf: cpumap: make some functions static
Wei Yongjun
1
-11
/
+12
2018-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-4
/
+21
2018-01-16
Merge tag 'trace-v4.15-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-18
/
+46
2018-01-15
tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y
Randy Dunlap
1
-1
/
+1
2018-01-15
ring-buffer: Bring back context level recursive checks
Steven Rostedt (VMware)
1
-17
/
+45
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
3
-13
/
+226
2018-01-14
bpf: offload: factor out netdev checking at allocation time
Jakub Kicinski
1
-8
/
+20
2018-01-14
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
1
-5
/
+5
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
7
-40
/
+16
2018-01-14
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
1
-16
/
+39
2018-01-14
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
1
-24
/
+23
2018-01-14
bpf: add map_alloc_check callback
Jakub Kicinski
1
-4
/
+13
2018-01-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2018-01-13
kdump: write correct address of mem_section into vmcoreinfo
Kirill A. Shutemov
1
-1
/
+1
2018-01-12
error-injection: Support fault injection framework
Masami Hiramatsu
2
-0
/
+350
2018-01-12
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
5
-171
/
+9
2018-01-12
tracing/kprobe: bpf: Compare instruction pointer with original one
Masami Hiramatsu
2
-15
/
+7
2018-01-12
tracing/kprobe: bpf: Check error injectable event is on function entry
Masami Hiramatsu
4
-15
/
+16
2018-01-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2018-01-12
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-5
/
+0
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-17
/
+114
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+16
2018-01-10
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
1
-3
/
+15
2018-01-10
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+5
2018-01-10
bpf: fix spelling mistake: "obusing" -> "abusing"
Colin Ian King
1
-1
/
+1
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-13
/
+100
2018-01-10
bpf: export function to write into verifier log buffer
Quentin Monnet
1
-4
/
+12
2018-01-10
membarrier: Disable preemption when calling smp_call_function_many()
Mathieu Desnoyers
1
-0
/
+2
2018-01-09
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
1
-0
/
+19
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-57
/
+200
2018-01-09
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2
-11
/
+72
2018-01-08
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-12
/
+14
2018-01-08
bpf: fix verifier GPF in kmalloc failure path
Alexei Starovoitov
1
-0
/
+4
2018-01-08
locking/lockdep: Remove cross-release leftovers
Ingo Molnar
1
-5
/
+0
2018-01-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+40
2018-01-07
bpf: sockmap missing NULL psock check
John Fastabend
1
-2
/
+9
2018-01-06
bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map
Yonghong Song
1
-2
/
+26
2018-01-05
fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"
Al Viro
2
-2
/
+40
2018-01-04
kernel/exit.c: export abort() to modules
Andrew Morton
1
-0
/
+1
2018-01-04
kernel/acct.c: fix the acct->needcheck check in check_free_space()
Oleg Nesterov
1
-1
/
+1
2018-01-04
bpf: only build sockmap with CONFIG_INET
John Fastabend
1
-0
/
+2
2018-01-04
bpf: sockmap remove unused function
John Fastabend
1
-8
/
+0
2018-01-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-3
/
+5
2017-12-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-15
/
+43
2017-12-31
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2017-12-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2017-12-31
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-19
/
+77
[next]