index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
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
2017-06-06
bpf: Add BPF_OBJ_GET_INFO_BY_FD
Martin KaFai Lau
1
-17
/
+146
2017-06-06
bpf: Add BPF_MAP_GET_FD_BY_ID
Martin KaFai Lau
1
-10
/
+85
2017-06-06
bpf: Add BPF_PROG_GET_FD_BY_ID
Martin KaFai Lau
1
-10
/
+81
2017-06-06
bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID command
Martin KaFai Lau
1
-0
/
+38
2017-06-06
bpf: Introduce bpf_map ID
Martin KaFai Lau
1
-1
/
+33
2017-06-06
bpf: Introduce bpf_prog ID
Martin KaFai Lau
1
-1
/
+39
2017-06-04
perf, bpf: Add BPF support to all perf_event types
Alexei Starovoitov
3
-54
/
+43
2017-06-02
bpf: Remove the capability check for cgroup skb eBPF program
Chenbo Feng
1
-1
/
+3
2017-06-02
bpf: Allow CGROUP_SKB eBPF program to access sk_buff
Chenbo Feng
1
-0
/
+1
2017-05-31
bpf: use different interpreter depending on required stack size
Alexei Starovoitov
1
-9
/
+31
2017-05-31
bpf: reconcile bpf_tail_call and stack_depth
Alexei Starovoitov
1
-0
/
+1
2017-05-31
bpf: teach verifier to track stack depth
Alexei Starovoitov
1
-1
/
+9
2017-05-31
bpf: split bpf core interpreter
Alexei Starovoitov
1
-7
/
+14
2017-05-31
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
2
-2
/
+2
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-30
/
+29
2017-05-25
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
3
-0
/
+3
2017-05-25
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
1
-21
/
+16
2017-05-25
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
1
-9
/
+10
2017-05-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-7
/
+13
2017-05-23
ptrace: Properly initialize ptracer_cred on fork
Eric W. Biederman
1
-7
/
+13
2017-05-22
Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-5
/
+4
2017-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+8
2017-05-22
Merge branches 'pm-sleep' and 'powercap'
Rafael J. Wysocki
1
-1
/
+1
2017-05-22
Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'
Rafael J. Wysocki
1
-4
/
+3
2017-05-22
net: Make IP alignment calulations clearer.
David S. Miller
1
-4
/
+8
2017-05-21
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-1
/
+28
2017-05-21
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2017-05-20
Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-5
/
+59
2017-05-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2017-05-19
blktrace: fix integer parse
Shaohua Li
1
-2
/
+2
2017-05-18
tracing: Make sure RCU is watching before calling a stack trace
Steven Rostedt (VMware)
1
-1
/
+30
2017-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+11
2017-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-3
/
+7
2017-05-17
bpf: adjust verifier heuristics
Daniel Borkmann
1
-1
/
+11
2017-05-17
kprobes: Document how optimized kprobes are removed from module unload
Steven Rostedt (VMware)
1
-0
/
+6
2017-05-17
ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stub
Steven Rostedt (VMware)
2
-2
/
+4
2017-05-17
ftrace/instances: Clear function triggers when removing instances
Naveen N. Rao
3
-0
/
+12
2017-05-17
ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()
Naveen N. Rao
1
-2
/
+2
2017-05-17
tracing/kprobes: Enforce kprobes teardown after testing
Thomas Gleixner
2
-1
/
+6
2017-05-17
tracing: Move postpone selftests to core from early_initcall
Steven Rostedt
1
-1
/
+1
2017-05-16
genirq: Fix chained interrupt data ordering
Thomas Gleixner
1
-1
/
+1
2017-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-25
/
+113
2017-05-15
sched/core: Call __schedule() from do_idle() without enabling preemption
Steven Rostedt (VMware)
3
-1
/
+28
2017-05-14
PM / hibernate: Declare variables as static
Pushkar Jambhlekar
1
-1
/
+1
2017-05-13
pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()
Kirill Tkhai
1
-2
/
+6
2017-05-13
pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
Eric W. Biederman
1
-1
/
+1
2017-05-12
gcov: support GCC 7.1
Martin Liska
2
-1
/
+9
2017-05-12
time: delete current_fs_time()
Deepa Dinamani
1
-14
/
+0
2017-05-12
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+6
2017-05-12
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
[next]