aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-01-13sched: Reduce nohz_kick_needed() parametersDaniel Lezcano1-4/+4
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano3-3/+5
2014-01-13sched/deadline: Fix hotplug admission controlPeter Zijlstra1-51/+32
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra4-221/+97
2014-01-13sched/deadline: Fix up the smp-affinity mask testsPeter Zijlstra1-19/+9
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli6-40/+269
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli4-36/+541
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli7-53/+122
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra6-52/+138
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli2-18/+79
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson2-5/+15
2014-01-13sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli1-0/+2
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli4-17/+962
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli7-19/+812
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2-23/+249
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar17-60/+110
2014-01-13futexes: Avoid taking the hb->lock if there's nothing to wake upDavidlohr Bueso1-25/+92
2014-01-13futexes: Document multiprocessor ordering guaranteesThomas Gleixner1-0/+57
2014-01-13futexes: Increase hash table size for better performanceDavidlohr Bueso1-7/+19
2014-01-13futexes: Clean up various detailsJason Low1-27/+12
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar14-112/+158
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar4-27/+29
2014-01-12Merge branch 'linus' into timers/coreIngo Molnar26-170/+226
2014-01-12perf: Introduce a flag to enable close-on-exec in perf_event_open()Yann Droneaud1-3/+9
2014-01-12perf/x86: Fix active_entry initializationStephane Eranian1-0/+2
2014-01-12sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz1-3/+3
2014-01-12sched: Calculate effective load even if local weight is 0Rik van Riel1-1/+1
2014-01-11workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+2
2014-01-09ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)1-15/+72
2014-01-09tracing: Show available event triggers when no trigger is setSteven Rostedt (Red Hat)1-0/+20
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)2-80/+16
2014-01-09tracing: Fix counter for traceon/off event triggersSteven Rostedt (Red Hat)1-2/+8
2014-01-06tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi1-8/+8
2014-01-06tracing/kprobes: Add trace event trigger invocationsTom Zanussi1-6/+36
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim2-8/+8
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim4-1/+62
2014-01-02uprobes: Allocate ->utask before handler_chain() for tracing handlersOleg Nesterov1-0/+4
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim1-12/+22
2014-01-02tracing/uprobes: Fetch args before reserving a ring bufferNamhyung Kim1-14/+132
2014-01-02tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()Namhyung Kim1-1/+1
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim4-81/+129
2014-01-02tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee1-2/+20
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim4-59/+91
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim4-26/+66
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim4-39/+119
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim2-61/+78
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim4-116/+66
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim2-48/+48
2014-01-02tracing/uprobes: Convert to struct trace_probeNamhyung Kim1-80/+79
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim2-285/+295