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
2014-01-13
sched: Reduce nohz_kick_needed() parameters
Daniel Lezcano
1
-4
/
+4
2014-01-13
sched: Reduce trigger_load_balance() parameters
Daniel Lezcano
3
-3
/
+5
2014-01-13
sched/deadline: Fix hotplug admission control
Peter Zijlstra
1
-51
/
+32
2014-01-13
sched/deadline: Remove the sysctl_sched_dl knobs
Peter Zijlstra
4
-221
/
+97
2014-01-13
sched/deadline: Fix up the smp-affinity mask tests
Peter Zijlstra
1
-19
/
+9
2014-01-13
sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap
Juri Lelli
6
-40
/
+269
2014-01-13
sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks
Dario Faggioli
4
-36
/
+541
2014-01-13
sched/deadline: Add SCHED_DEADLINE inheritance logic
Dario Faggioli
7
-53
/
+122
2014-01-13
rtmutex: Turn the plist into an rb-tree
Peter Zijlstra
6
-52
/
+138
2014-01-13
sched/deadline: Add latency tracing for SCHED_DEADLINE tasks
Dario Faggioli
2
-18
/
+79
2014-01-13
sched/deadline: Add period support for SCHED_DEADLINE tasks
Harald Gustafsson
2
-5
/
+15
2014-01-13
sched/deadline: Add SCHED_DEADLINE avg_update accounting
Dario Faggioli
1
-0
/
+2
2014-01-13
sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic
Juri Lelli
4
-17
/
+962
2014-01-13
sched/deadline: Add SCHED_DEADLINE structures & implementation
Dario Faggioli
7
-19
/
+812
2014-01-13
sched: Add new scheduler syscalls to support an extended scheduling parameter...
Dario Faggioli
2
-23
/
+249
2014-01-13
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
17
-60
/
+110
2014-01-13
futexes: Avoid taking the hb->lock if there's nothing to wake up
Davidlohr Bueso
1
-25
/
+92
2014-01-13
futexes: Document multiprocessor ordering guarantees
Thomas Gleixner
1
-0
/
+57
2014-01-13
futexes: Increase hash table size for better performance
Davidlohr Bueso
1
-7
/
+19
2014-01-13
futexes: Clean up various details
Jason Low
1
-27
/
+12
2014-01-13
Merge tag 'v3.13-rc8' into core/locking
Ingo Molnar
14
-112
/
+158
2014-01-12
Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...
Ingo Molnar
4
-27
/
+29
2014-01-12
Merge branch 'linus' into timers/core
Ingo Molnar
26
-170
/
+226
2014-01-12
perf: Introduce a flag to enable close-on-exec in perf_event_open()
Yann Droneaud
1
-3
/
+9
2014-01-12
perf/x86: Fix active_entry initialization
Stephane Eranian
1
-0
/
+2
2014-01-12
sched_clock: Disable seqlock lockdep usage in sched_clock()
John Stultz
1
-3
/
+3
2014-01-12
sched: Calculate effective load even if local weight is 0
Rik van Riel
1
-1
/
+1
2014-01-11
workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
Chuansheng Liu
1
-0
/
+2
2014-01-09
ftrace: Synchronize setting function_trace_op with ftrace_trace_function
Steven Rostedt (Red Hat)
1
-15
/
+72
2014-01-09
tracing: Show available event triggers when no trigger is set
Steven Rostedt (Red Hat)
1
-0
/
+20
2014-01-09
tracing: Consolidate event trigger code
Steven Rostedt (Red Hat)
2
-80
/
+16
2014-01-09
tracing: Fix counter for traceon/off event triggers
Steven Rostedt (Red Hat)
1
-2
/
+8
2014-01-06
tracing: Remove double-underscore naming in syscall trigger invocations
Tom Zanussi
1
-8
/
+8
2014-01-06
tracing/kprobes: Add trace event trigger invocations
Tom Zanussi
1
-6
/
+36
2014-01-03
tracing/probes: Fix build break on !CONFIG_KPROBE_EVENT
Namhyung Kim
2
-8
/
+8
2014-01-02
tracing/uprobes: Add @+file_offset fetch method
Namhyung Kim
4
-1
/
+62
2014-01-02
uprobes: Allocate ->utask before handler_chain() for tracing handlers
Oleg Nesterov
1
-0
/
+4
2014-01-02
tracing/uprobes: Add support for full argument access methods
Namhyung Kim
1
-12
/
+22
2014-01-02
tracing/uprobes: Fetch args before reserving a ring buffer
Namhyung Kim
1
-14
/
+132
2014-01-02
tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()
Namhyung Kim
1
-1
/
+1
2014-01-02
tracing/probes: Implement 'memory' fetch method for uprobes
Namhyung Kim
4
-81
/
+129
2014-01-02
tracing/probes: Add fetch{,_size} member into deref fetch method
Hyeoncheol Lee
1
-2
/
+20
2014-01-02
tracing/probes: Move 'symbol' fetch method to kprobes
Namhyung Kim
4
-59
/
+91
2014-01-02
tracing/probes: Implement 'stack' fetch method for uprobes
Namhyung Kim
4
-26
/
+66
2014-01-02
tracing/probes: Split [ku]probes_fetch_type_table
Namhyung Kim
4
-39
/
+119
2014-01-02
tracing/probes: Move fetch function helpers to trace_probe.h
Namhyung Kim
2
-61
/
+78
2014-01-02
tracing/probes: Integrate duplicate set_print_fmt()
Namhyung Kim
4
-116
/
+66
2014-01-02
tracing/kprobes: Move common functions to trace_probe.h
Namhyung Kim
2
-48
/
+48
2014-01-02
tracing/uprobes: Convert to struct trace_probe
Namhyung Kim
1
-80
/
+79
2014-01-02
tracing/kprobes: Factor out struct trace_probe
Namhyung Kim
2
-285
/
+295
[prev]
[next]