summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-041-15/+0
|\ \ \ \ \ \ \
| * | | | | | | remove sched notifier for cross-cpu migrationsMarcelo Tosatti2013-07-181-15/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-042-10/+29
|\ \ \ \ \ \ \
| * | | | | | | module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong2013-09-032-3/+18
| * | | | | | | kernel/params.c: use scnprintf() instead of sprintf()Chen Gang2013-08-201-3/+4
| * | | | | | | kernel/module.c: use scnprintf() instead of sprintf()Chen Gang2013-08-201-1/+1
| * | | | | | | module: Add NOARG flag for ops with param_set_bool_enable_only() set functionSteven Rostedt2013-08-201-0/+1
| * | | | | | | module: Add flag to allow mod params to have no argumentsSteven Rostedt2013-08-201-2/+4
| * | | | | | | module: fix sprintf format specifier in param_get_byte()Christoph Jaeger2013-08-201-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-041-0/+1
|\ \ \ \ \ \ \
| * | | | | | | jump_label: Split jumplabel ratelimitAndrew Jones2013-08-091-0/+1
* | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-045-127/+117
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | nohz: Include local CPU in full dynticks global kickFrederic Weisbecker2013-08-161-0/+1
| * | | | | | | Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-08-146-128/+116
| |\ \ \ \ \ \ \
| | * | | | | | | nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker2013-08-141-4/+4
| | * | | | | | | nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker2013-08-141-12/+2
| | * | | | | | | nohz: Rename a few state variablesFrederic Weisbecker2013-08-141-22/+22
| | * | | | | | | vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker2013-08-141-2/+2
| | * | | | | | | vtime: Always scale generic vtime accounting resultsFrederic Weisbecker2013-08-141-6/+0
| | * | | | | | | vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker2013-08-141-18/+4
| | * | | | | | | vtime: Fix racy cputime delta updateFrederic Weisbecker2013-08-141-1/+2
| | * | | | | | | vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker2013-08-141-12/+1
| | * | | | | | | context_tracking: User/kernel broundary cross trace eventsFrederic Weisbecker2013-08-141-0/+5
| | * | | | | | | context_tracking: Optimize context switch off case with static keysFrederic Weisbecker2013-08-141-3/+3
| | * | | | | | | context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker2013-08-142-21/+4
| | * | | | | | | context_tracking: Optimize main APIs off case with static keyFrederic Weisbecker2013-08-141-6/+6
| | * | | | | | | context_tracking: Ground setup for static key useFrederic Weisbecker2013-08-141-6/+17
| | * | | | | | | context_tracking: Remove full dynticks' hacky dependency on wide context trac...Frederic Weisbecker2013-08-131-1/+0
| | * | | | | | | nohz: Only enable context tracking on full dynticks CPUsFrederic Weisbecker2013-08-132-0/+11
| | * | | | | | | context_tracking: Fix runtime CPU off-caseFrederic Weisbecker2013-08-131-19/+33
| | * | | | | | | vtime: Update a few commentsFrederic Weisbecker2013-08-131-0/+7
| | * | | | | | | context_tracing: Fix guest accounting with native vtimeFrederic Weisbecker2013-08-131-2/+4
| | * | | | | | | sched: Consolidate open coded preemptible() checksFrederic Weisbecker2013-08-132-5/+2
* | | | | | | | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-041-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, asmlinkage, power: Make various symbols used by the suspend asm code vis...Andi Kleen2013-08-061-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-044-241/+303
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra2013-09-021-1/+9
| * | | | | | | | | sched/fair: Rework and comment the group_imb codePeter Zijlstra2013-09-021-34/+89
| * | | | | | | | | sched/fair: Optimize find_busiest_queue()Peter Zijlstra2013-09-021-4/+1
| * | | | | | | | | sched/fair: Make group power more consistentPeter Zijlstra2013-09-021-19/+22
| * | | | | | | | | sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra2013-09-021-11/+2
| * | | | | | | | | sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra2013-09-021-7/+26
| * | | | | | | | | sched: Clean-up struct sd_lb_statJoonsoo Kim2013-09-021-115/+114
| * | | | | | | | | sched: Factor out code to should_we_balance()Joonsoo Kim2013-09-021-54/+53
| * | | | | | | | | sched: Remove one division operation in find_busiest_queue()Joonsoo Kim2013-09-021-5/+9
| * | | | | | | | | sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter2013-08-161-1/+1
| * | | | | | | | | cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng2013-08-161-2/+3
| * | | | | | | | | Merge tag 'v3.11-rc5' into sched/coreIngo Molnar2013-08-1630-548/+816
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | generic-ipi: Kill unnecessary variable - csd_flagsXie XiuQi2013-07-301-13/+1
| * | | | | | | | | sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai2013-07-221-5/+3