aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker2013-05-04
* rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker2013-05-04
* Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-02
|\
| * Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-30
| |\
| | * idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-17
| | * idle: Implement generic idle functionThomas Gleixner2013-04-08
| | * idle: Provide a generic entry point for the idle codeThomas Gleixner2013-04-08
| | * arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-08
| * | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-30
| |\ \
| | * | sched: Fix init NOHZ_IDLE flagVincent Guittot2013-04-26
| | * | sched: Prevent to re-select dst-cpu in load_balance()Joonsoo Kim2013-04-24
| | * | sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim2013-04-24
| | * | sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim2013-04-24
| | * | sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim2013-04-24
| | * | sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim2013-04-24
| | * | sched: Change position of resched_cpu() in load_balance()Joonsoo Kim2013-04-24
| | * | sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot2013-04-21
| | * | sched/cpuacct/UML: Fix header file dependency bug on the UML buildIngo Molnar2013-04-10
| | * | cgroup: Kill subsys.active flagLi Zefan2013-04-10
| | * | sched/cpuacct: No need to check subsys active stateLi Zefan2013-04-10
| | * | sched/cpuacct: Initialize cpuacct subsystem earlierLi Zefan2013-04-10
| | * | sched/cpuacct: Initialize root cpuacct earlierLi Zefan2013-04-10
| | * | sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct staticallyLi Zefan2013-04-10
| | * | sched/cpuacct: Clean up cpuacct.hLi Zefan2013-04-10
| | * | sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()Li Zefan2013-04-10
| | * | sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()Li Zefan2013-04-10
| | * | sched/cpuacct: Add cpuacct_acount_field()Li Zefan2013-04-10
| | * | sched/cpuacct: Add cpuacct_init()Li Zefan2013-04-10
| | * | sched: Split cpuacct code out of sched.hLi Zefan2013-04-10
| | * | sched: Split cpuacct code out of core.cLi Zefan2013-04-10
| | * | sched: Fix comment in rebalance_domains()Libin2013-04-10
| | * | sched: Simplify can_migrate_task()Zhang Hang2013-04-10
| | * | sched: Fix typo inside commentViresh Kumar2013-04-08
| * | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-30
| |\ \ \
| | * \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-04-21
| | |\ \ \
| | * \ \ \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-04-16
| | |\ \ \ \
| | | * | | | uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is emptyOleg Nesterov2013-04-15
| | | * | | | uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov2013-04-13
| | | * | | | uprobes/tracing: Change create_trace_uprobe() to support uretprobesOleg Nesterov2013-04-13
| | | * | | | uprobes/tracing: Make seq_printf() code uretprobe-friendlyOleg Nesterov2013-04-13
| | | * | | | uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendlyOleg Nesterov2013-04-13
| | | * | | | uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendlyOleg Nesterov2013-04-13
| | | * | | | uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher()Oleg Nesterov2013-04-13
| | | * | | | uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpersOleg Nesterov2013-04-13
| | | * | | | uprobes/tracing: Generalize struct uprobe_trace_entry_headOleg Nesterov2013-04-13
| | | * | | | uprobes/tracing: Kill the pointless local_save_flags/preempt_count callsOleg Nesterov2013-04-13
| | | * | | | uprobes/tracing: Kill the pointless seq_print_ip_sym() callOleg Nesterov2013-04-13
| | | * | | | uprobes/tracing: Kill the pointless task_pt_regs() callsOleg Nesterov2013-04-13
| | | * | | | uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov2013-04-13
| | | * | | | uretprobes: Limit the depth of return probe nestednessAnton Arapov2013-04-13