summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched: Update sched_domains_numa_masks[][] when new cpus are onlinedTang Chen2012-10-051-0/+56
* sched: Ensure 'sched_domains_numa_levels' is safe to use in other functionsTang Chen2012-10-051-0/+13
* nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker2012-10-051-1/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-11/+0
|\
| * x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell2012-08-231-11/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-011-59/+49
|\ \
| * | timer: Implement TIMER_IRQSAFETejun Heo2012-08-211-11/+24
| * | timer: Clean up timer initializersTejun Heo2012-08-211-42/+14
| * | timer: Generalize timer->base flags handlingTejun Heo2012-08-211-8/+13
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-0111-705/+686
|\ \ \
| * | | vtime: Consolidate system/idle context detectionFrederic Weisbecker2012-09-251-0/+26
| * | | cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-253-8/+8
| * | | sched: cpu_power: enable ARCH_POWERVincent Guittot2012-09-131-1/+1
| * | | sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-132-17/+11
| * | | sched: Fix load avg vs. cpu-hotplugPeter Zijlstra2012-09-131-0/+2
| * | | sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2012-09-134-54/+1
| * | | sched: Fix nohz_idle_balance()Vincent Guittot2012-09-131-5/+6
| * | | sched: Remove useless code in yield_to()Michael Wang2012-09-041-7/+0
| * | | sched: Add time unit suffix to sched sysctl knobsNamhyung Kim2012-09-041-3/+3
| * | | sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim2012-09-041-13/+22
| * | | sched: Remove AFFINE_WAKEUPS feature flagNamhyung Kim2012-09-041-8/+0
| * | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-0411-53/+69
| |\ \ \
| * | | | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-201-0/+1
| * | | | sched: Move cputime code to its own fileFrederic Weisbecker2012-08-204-556/+570
| * | | | sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi2012-08-132-32/+3
| * | | | sched: using dst_rq instead of this_rq during load balanceMichael Wang2012-08-131-5/+4
| * | | | sched: Document schedule() entry pointsPekka Enberg2012-08-131-0/+34
| * | | | sched: Fix __sched_period commentBorislav Petkov2012-08-131-1/+1
| * | | | Merge branch 'sched/urgent' into sched/coreThomas Gleixner2012-08-135-19/+70
| |\ \ \ \
* | \ \ \ \ Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-0124-407/+1259
|\ \ \ \ \ \
| * | | | | | trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia2012-09-242-37/+73
| * | | | | | tracing: Add an option for disabling markersMandeep Singh Baines2012-09-242-1/+6
| * | | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-09-191-20/+79
| |\ \ \ \ \ \
| | * | | | | | uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior2012-09-151-2/+12
| | * | | | | | uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBESOleg Nesterov2012-09-151-0/+22
| | * | | | | | uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov2012-09-151-4/+35
| | * | | | | | uprobes: uprobes_treelock should not disable irqsOleg Nesterov2012-09-151-13/+8
| | * | | | | | uprobes: Don't put NULL pointer in uprobe_register()Sebastian Andrzej Siewior2012-09-151-1/+2
| * | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-09-145-10/+10
| |\ \ \ \ \ \ \
| | * | | | | | | kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2012-09-131-3/+0
| | * | | | | | | trace: Stop compiling in trace_clock unconditionallyJosh Triplett2012-09-133-6/+7
| | * | | | | | | tracing: Skip printing "OK" if failed to disable eventYuanhan Liu2012-09-131-1/+3
| * | | | | | | | Merge branch 'core/rcu' into perf/coreIngo Molnar2012-09-131-5/+5
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov2012-08-281-11/+9
| * | | | | | | | uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov2012-08-282-10/+2
| * | | | | | | | uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov2012-08-282-1/+22
| * | | | | | | | uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov2012-08-281-11/+5
| * | | | | | | | uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...Oleg Nesterov2012-08-281-21/+6
| * | | | | | | | uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov2012-08-282-30/+3
| * | | | | | | | uprobes: Kill uprobes_state->countOleg Nesterov2012-08-281-36/+2
OpenPOWER on IntegriCloud