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
2016-04-19
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
2
-0
/
+34
2016-04-19
bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output
Daniel Borkmann
1
-1
/
+6
2016-04-19
tracing: Fix unsigned comparison to zero in hist trigger code
Steven Rostedt (Red Hat)
1
-2
/
+2
2016-04-19
tracing: Add hist trigger 'log2' modifier
Namhyung Kim
2
-0
/
+21
2016-04-19
tracing: Add support for named hist triggers
Tom Zanussi
2
-21
/
+141
2016-04-19
tracing: Add support for named triggers
Tom Zanussi
2
-0
/
+156
2016-04-19
tracing: Add support for multiple hist triggers per event
Tom Zanussi
2
-35
/
+145
2016-04-19
tracing: Add enable_hist/disable_hist triggers
Tom Zanussi
4
-31
/
+195
2016-04-19
tracing: Remove restriction on string position in hist trigger keys
Tom Zanussi
1
-28
/
+35
2016-04-19
tracing: Support string type key properly
Namhyung Kim
1
-4
/
+45
2016-04-19
tracing: Add hist trigger support for stacktraces as keys
Tom Zanussi
2
-42
/
+109
2016-04-19
tracing: Add hist trigger 'syscall' modifier
Tom Zanussi
2
-1
/
+17
2016-04-19
tracing: Add hist trigger 'execname' modifier
Tom Zanussi
2
-2
/
+101
2016-04-19
tracing: Add hist trigger 'sym' and 'sym-offset' modifiers
Tom Zanussi
2
-5
/
+28
2016-04-19
tracing: Add hist trigger 'hex' modifier for displaying numeric fields
Tom Zanussi
2
-7
/
+60
2016-04-19
tracing: Add hist trigger support for clearing a trace
Tom Zanussi
2
-3
/
+26
2016-04-19
tracing: Add hist trigger support for pausing and continuing a trace
Tom Zanussi
2
-4
/
+34
2016-04-19
tracing: Add hist trigger support for user-defined sorting ('sort=' param)
Tom Zanussi
2
-4
/
+114
2016-04-19
tracing: Add hist trigger support for compound keys
Tom Zanussi
2
-15
/
+36
2016-04-19
tracing: Add hist trigger support for multiple values ('vals=' param)
Tom Zanussi
2
-6
/
+85
2016-04-19
tracing: Add 'hist' event trigger command
Tom Zanussi
7
-0
/
+895
2016-04-19
tracing: Update some tracing_map constants and comments
Tom Zanussi
2
-4
/
+5
2016-04-19
tracing: Fix TRACING_MAP Kconfig
Steven Rostedt (Red Hat)
2
-4
/
+1
2016-04-19
tracing: Add lock-free tracing_map
Tom Zanussi
4
-0
/
+1354
2016-04-19
tracing: Add infrastructure to allow set_event_pid to follow children
Steven Rostedt
3
-10
/
+79
2016-04-19
tracing: Use pid bitmap instead of a pid array for set_event_pid
Steven Rostedt
2
-124
/
+102
2016-04-19
tracing: Rename check_ignore_pid() to ignore_this_task()
Steven Rostedt
1
-7
/
+7
2016-04-19
locking/pvqspinlock: Fix division by zero in qstat_read()
Davidlohr Bueso
1
-3
/
+5
2016-04-18
bpf: avoid warning for wrong pointer cast
Arnd Bergmann
1
-2
/
+2
2016-04-18
Merge branch 'topic/livepatch' into next
Michael Ellerman
2
-4
/
+44
2016-04-16
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+2
2016-04-15
Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jiri Kosina
2
-4
/
+44
2016-04-14
bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK
Daniel Borkmann
2
-7
/
+20
2016-04-14
bpf, verifier: add ARG_PTR_TO_RAW_STACK type
Daniel Borkmann
1
-5
/
+54
2016-04-14
bpf, verifier: add bpf_call_arg_meta for passing meta data
Daniel Borkmann
1
-17
/
+23
2016-04-14
/proc/iomem: only expose physical resource addresses to privileged users
Linus Torvalds
1
-2
/
+11
2016-04-14
livepatch: Allow architectures to specify an alternate ftrace location
Michael Ellerman
1
-3
/
+31
2016-04-14
ftrace: Make ftrace_location_range() global
Michael Ellerman
1
-1
/
+13
2016-04-14
bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
Alexei Starovoitov
1
-0
/
+1
2016-04-13
sched/cpuacct: Check for NULL when using task_pt_regs()
Anton Blanchard
1
-4
/
+3
2016-04-13
sched/clock: Make local_clock()/cpu_clock() inline
Daniel Lezcano
1
-41
/
+1
2016-04-13
sched/clock: Remove pointless test in cpu_clock/local_clock
Daniel Lezcano
1
-8
/
+2
2016-04-13
sched/debug: Don't dump sched debug info in SysRq-W
Rabin Vincent
1
-1
/
+2
2016-04-13
locking/rwsem: Introduce basis for down_write_killable()
Michal Hocko
2
-8
/
+45
2016-04-13
locking/rwsem: Get rid of __down_write_nested()
Michal Hocko
1
-6
/
+1
2016-04-13
locking/lockdep: Deinline register_lock_class(), save 2328 bytes
Denys Vlasenko
1
-1
/
+1
2016-04-13
Merge tag 'v4.6-rc3' into perf/core, to refresh the tree
Ingo Molnar
89
-1299
/
+3485
2016-04-13
locking/locktorture: Fix NULL pointer dereference for cleanup paths
Davidlohr Bueso
1
-0
/
+12
2016-04-13
locking/locktorture: Fix deboosting NULL pointer dereference
Davidlohr Bueso
1
-3
/
+3
2016-04-11
KEYS: Move the point of trust determination to __key_link()
David Howells
1
-1
/
+1
[prev]
[next]