summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-01-13sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra
2014-01-13sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra
2014-01-13locking: Optimize lock_bh functionsPeter Zijlstra
2014-01-13sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano
2014-01-13sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano
2014-01-13sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano
2014-01-13sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano
2014-01-13sched: Remove unused parameter from find_new_ilb()Daniel Lezcano
2014-01-13sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano
2014-01-13sched: Reduce nohz_kick_needed() parametersDaniel Lezcano
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano
2014-01-13sched/deadline: Fix hotplug admission controlPeter Zijlstra
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra
2014-01-13sched/deadline: Fix up the smp-affinity mask testsPeter Zijlstra
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson
2014-01-13sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar
2014-01-13futexes: Avoid taking the hb->lock if there's nothing to wake upDavidlohr Bueso
2014-01-13futexes: Document multiprocessor ordering guaranteesThomas Gleixner
2014-01-13futexes: Increase hash table size for better performanceDavidlohr Bueso
2014-01-13futexes: Clean up various detailsJason Low
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar
2014-01-12Merge branch 'linus' into timers/coreIngo Molnar
2014-01-12perf: Introduce a flag to enable close-on-exec in perf_event_open()Yann Droneaud
2014-01-12perf/x86: Fix active_entry initializationStephane Eranian
2014-01-12sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz
2014-01-12sched: Calculate effective load even if local weight is 0Rik van Riel
2014-01-11workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu
2014-01-09ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)
2014-01-09tracing: Show available event triggers when no trigger is setSteven Rostedt (Red Hat)
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)
2014-01-09tracing: Fix counter for traceon/off event triggersSteven Rostedt (Red Hat)
2014-01-06tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi
2014-01-06tracing/kprobes: Add trace event trigger invocationsTom Zanussi
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim
2014-01-02uprobes: Allocate ->utask before handler_chain() for tracing handlersOleg Nesterov
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim
2014-01-02tracing/uprobes: Fetch args before reserving a ring bufferNamhyung Kim
2014-01-02tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()Namhyung Kim