summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | sched/rt: Do not submit new work when PI-blockedThomas Gleixner2012-03-011-1/+1
| * | | | | | | | | | | | sched/rt: Prevent idle task boostingThomas Gleixner2012-03-011-2/+19
| * | | | | | | | | | | | sched/wait: Add __wake_up_all_locked() APIThomas Gleixner2012-03-011-2/+2
| * | | | | | | | | | | | sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-012-5/+5
| * | | | | | | | | | | | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-012-6/+2
| * | | | | | | | | | | | sched/rt: Add schedule_preempt_disabled()Thomas Gleixner2012-03-011-0/+12
| * | | | | | | | | | | | sched/rt: Do not throttle when PI boostingPeter Zijlstra2012-03-011-2/+18
| * | | | | | | | | | | | sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra2012-03-011-5/+8
| * | | | | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2012-03-0118-79/+226
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-222-6/+2
| * | | | | | | | | | | | | sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania2012-02-221-4/+0
| * | | | | | | | | | | | | sched: Move SMP-only variable into the SMP sectionHiroshi Shimamoto2012-01-311-2/+2
| * | | | | | | | | | | | | sched: Remove sched_switchRakib Mullick2012-01-273-4/+2
| * | | | | | | | | | | | | sched: Ensure cpu_power periodic updateVincent Guittot2012-01-271-8/+16
| * | | | | | | | | | | | | sched, block: Unify cache detectionPeter Zijlstra2012-01-271-3/+3
* | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-2023-259/+993
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-122-0/+183
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-051-0/+85
| | * | | | | | | | | | | | | | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-052-0/+30
| | * | | | | | | | | | | | | | perf: Add generic taken branch sampling supportStephane Eranian2012-03-051-0/+68
| * | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-125-36/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | / / / / / / / / / / / | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-0516-35/+108
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | static keys: Inline the static_key_enabled() functionJason Baron2012-02-281-6/+0
| * | | | | | | | | | | | | | | Merge branch 'perf/jump-labels' into perf/coreIngo Molnar2012-02-286-94/+117
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-246-92/+112
| | * | | | | | | | | | | | | | | jump label: Fix compiler warningJason Baron2012-02-221-1/+1
| | * | | | | | | | | | | | | | | jump label: Add a WARN() if jump label key count goes negativeJason Baron2012-02-221-1/+4
| * | | | | | | | | | | | | | | | ftrace, perf: Add filter support for function trace eventJiri Olsa2012-02-214-9/+168
| * | | | | | | | | | | | | | | | ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa2012-02-214-47/+82
| * | | | | | | | | | | | | | | | ftrace, perf: Add support to use function tracepoint in perfJiri Olsa2012-02-214-2/+106
| * | | | | | | | | | | | | | | | ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa2012-02-212-2/+20
| * | | | | | | | | | | | | | | | ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-214-1/+11
| * | | | | | | | | | | | | | | | ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-214-49/+97
| * | | | | | | | | | | | | | | | ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2012-02-212-7/+106
| * | | | | | | | | | | | | | | | tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt2012-02-211-3/+3
| * | | | | | | | | | | | | | | | tracing: Don't print an extra separator of flagsAndrey Vagin2012-02-201-2/+4
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-02-177-16/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2012-02-133-7/+6
| | * | | | | | | | | | | | | | | printk/tracing: Add console output tracingJohannes Berg2012-02-131-0/+5
| | * | | | | | | | | | | | | | | ftrace: sched_switch plugin is deprecatedGeunsik Lim2012-02-131-3/+3
| | * | | | | | | | | | | | | | | tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt2012-02-032-0/+8
| | * | | | | | | | | | | | | | | ftrace: Change filter/notrace set functions to return exit codeJiri Olsa2012-02-031-6/+9
| * | | | | | | | | | | | | | | | watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao2012-02-111-12/+12
| * | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-02-068-18/+106
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | / / / / / / / | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-01-311-38/+66
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-272-13/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra2011-12-211-7/+14
| | * | | | | | | | | | | | | | | | perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra2011-12-211-0/+1
| | * | | | | | | | | | | | | | | | perf: Fix mmap_page::offset computationPeter Zijlstra2011-12-211-1/+1
| | * | | | | | | | | | | | | | | | perf, arch: Rework perf_event_index()Peter Zijlstra2011-12-212-5/+29
OpenPOWER on IntegriCloud