summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker2012-11-282-24/+28
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-11-185-70/+20
|\
| * sched/autogroup: Fix crash on reboot when autogroup is disabledMike Galbraith2012-10-303-69/+14
| * sched: Add WAKEUP_PREEMPTION feature flag, on by defaultIngo Molnar2012-10-162-1/+6
* | Merge tag 'v3.7-rc5' into sched/coreIngo Molnar2012-11-145-48/+40
|\ \
| * | module: fix out-by-one error in kallsymsRusty Russell2012-10-311-11/+16
| * | Merge branch 'akpm' (Andrew's fixes)Linus Torvalds2012-10-251-1/+11
| |\ \
| | * | pidns: limit the nesting depth of pid namespacesAndrew Vagin2012-10-251-1/+11
| * | | Makefile: Documentation for external tool should be correctH. Peter Anvin2012-10-251-4/+2
| |/ /
| * | Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-241-31/+10
| |\ \
| | * | Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo2012-10-191-12/+3
| | * | Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo2012-10-191-17/+6
| | * | cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura2012-10-161-2/+1
| * | | Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-241-1/+1
| |\ \ \
| | * | | workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer2012-10-241-1/+1
| | |/ /
* | | | cputime: Separate irqtime accounting from generic vtimeFrederic Weisbecker2012-10-291-2/+2
* | | | cputime: Specialize irq vtime hooksFrederic Weisbecker2012-10-291-3/+3
* | | | vtime: Make vtime_account_system() irqsafeFrederic Weisbecker2012-10-291-3/+13
* | | | sched: Describe CFS load-balancerPeter Zijlstra2012-10-241-2/+116
* | | | sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner2012-10-243-4/+25
* | | | sched: Make __update_entity_runnable_avg() fastPaul Turner2012-10-241-24/+101
* | | | sched: Update_cfs_shares at period edgePaul Turner2012-10-241-8/+10
* | | | sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner2012-10-241-27/+23
* | | | sched: Replace update_shares weight distribution with per-entity computationPaul Turner2012-10-243-165/+36
* | | | sched: Maintain runnable averages across throttled periodsPaul Turner2012-10-242-11/+42
* | | | sched: Normalize tg load contributions against runnable timePaul Turner2012-10-243-0/+62
* | | | sched: Compute load contribution by a group entityPaul Turner2012-10-241-6/+27
* | | | sched: Aggregate total task_group loadPaul Turner2012-10-243-0/+30
* | | | sched: Account for blocked load waking back upPaul Turner2012-10-242-21/+81
* | | | sched: Add an rq migration call-back to sched_classPaul Turner2012-10-242-0/+14
* | | | sched: Maintain the load contribution of blocked entitiesPaul Turner2012-10-244-15/+121
* | | | sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner2012-10-243-5/+59
* | | | sched: Maintain per-rq runnable averagesBen Segall2012-10-243-4/+26
* | | | sched: Track the runnable average on a per-task entity basisPaul Turner2012-10-243-0/+138
|/ / /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-242-183/+166
|\ \ \
| * \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-10-211-0/+4
| |\ \ \
| | * | | ring-buffer: Check for uninitialized cpu buffer before resizingVaibhav Nagarnaik2012-10-111-0/+4
| * | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-211-183/+162
| |\ \ \ \
| | * | | | uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov2012-10-071-14/+14
| | * | | | uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov2012-10-071-0/+8
| | * | | | uprobes: Introduce prepare_uprobe()Oleg Nesterov2012-10-071-19/+41
| | * | | | uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov2012-10-071-0/+9
| | * | | | uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov2012-10-071-6/+6
| | * | | | uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov2012-10-071-1/+3
| | * | | | uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov2012-09-291-49/+24
| | * | | | uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov2012-09-291-9/+23
| | * | | | uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov2012-09-291-44/+19
| | * | | | uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov2012-09-291-11/+0
| | * | | | uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov2012-09-291-9/+4
| | * | | | uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov2012-09-291-2/+2
OpenPOWER on IntegriCloud