aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | sched: might_sleep(): Make file parameter const char *Simon Kagstrom2009-12-281-1/+1
| * | | | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-02-281-28/+58
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | sched: Fix race between ttwu() and task_rq_lock()Peter Zijlstra2010-02-161-27/+46
| | * | | | | | | | | | | sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha2010-02-161-2/+13
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | kernel/sched.c: Suppress unused var warningAndrew Morton2010-02-081-1/+1
| * | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-289-479/+579
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | perf_event: Fix preempt warning in perf_clock()Peter Zijlstra2010-02-261-1/+1
| | * | | | | | | | | | | perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra2010-02-261-27/+18
| | * | | | | | | | | | | perf_events, x86: AMD event schedulingStephane Eranian2010-02-261-0/+5
| | * | | | | | | | | | | perf_events: Add new start/stop PMU callbacksStephane Eranian2010-02-261-2/+18
| | * | | | | | | | | | | perf_events: Report the MMAP pgoff value in bytesPeter Zijlstra2010-02-261-1/+1
| | * | | | | | | | | | | kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu2010-02-051-0/+1
| | * | | | | | | | | | | perf_events: Optimize perf_event_task_tick()Peter Zijlstra2010-02-041-4/+4
| | * | | | | | | | | | | ftrace: Remove record freezingMasami Hiramatsu2010-02-041-39/+0
| | * | | | | | | | | | | kprobes: Check probe address is reservedMasami Hiramatsu2010-02-041-1/+3
| | * | | | | | | | | | | ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu2010-02-041-0/+15
| | * | | | | | | | | | | kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu2010-02-041-27/+2
| | * | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-2915-68/+141
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | perf_events: Fix sample_period transfer on inheritPeter Zijlstra2010-01-291-2/+9
| | * | | | | | | | | | | | tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong2010-01-291-17/+10
| | * | | | | | | | | | | | perf: Factorize trace events raw sample buffer operationsXiao Guangrong2010-01-293-142/+67
| | * | | | | | | | | | | | perf: Reimplement frequency driven samplingPeter Zijlstra2010-01-271-40/+92
| | * | | | | | | | | | | | Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-01-181-40/+109
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | perf: Better order flexible and pinned schedulingFrederic Weisbecker2010-01-171-7/+27
| | | * | | | | | | | | | | | perf: Don't schedule out/in pinned events on task tickFrederic Weisbecker2010-01-171-4/+4
| | | * | | | | | | | | | | | perf: Allow pinned and flexible groups to be scheduled separatelyFrederic Weisbecker2010-01-171-44/+93
| | | * | | | | | | | | | | | perf: Make __perf_event_sched_out staticFrederic Weisbecker2010-01-171-2/+2
| | * | | | | | | | | | | | | tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu2010-01-171-8/+47
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | perf: Export software-only event group characteristic as a flagFrederic Weisbecker2010-01-161-19/+11
| | * | | | | | | | | | | | perf: Round robin flexible groups of events using list_rotate_left()Frederic Weisbecker2010-01-161-13/+4
| | * | | | | | | | | | | | perf/core: Split context's event group list into pinned and non-pinned listsFrederic Weisbecker2010-01-161-76/+151
| | * | | | | | | | | | | | sched/perf: Make sure irqs are disabled for perf_event_task_sched_in()Jamie Iles2010-01-131-0/+6
| | * | | | | | | | | | | | tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu2010-01-131-17/+1
| | * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-1335-504/+834
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | perf events: Remove CONFIG_EVENT_PROFILELi Zefan2009-12-285-15/+16
| | * | | | | | | | | | | | perf events: Remove arg from perf sched hooksPeter Zijlstra2009-12-282-16/+17
| * | | | | | | | | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-2810-328/+370
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-2814-225/+589
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | rcu: Fix accelerated GPs for last non-dynticked CPUPaul E. McKenney2010-02-271-1/+9
| | * | | | | | | | | | | | | | rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney2010-02-273-20/+57
| | * | | | | | | | | | | | | | rcu: Export rcu_scheduler_activePaul E. McKenney2010-02-261-0/+1
| | * | | | | | | | | | | | | | rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney2010-02-262-19/+18
| | * | | | | | | | | | | | | | rcu: Make lockdep_rcu_dereference() message less alarmistPaul E. McKenney2010-02-261-3/+3
| | * | | | | | | | | | | | | | sched, cgroups: Fix module exportIngo Molnar2010-02-251-0/+1
| | * | | | | | | | | | | | | | rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney2010-02-253-0/+57
| | * | | | | | | | | | | | | | rcu: Fix rcutorture mod_timer argument to delay one jiffyPaul E. McKenney2010-02-251-1/+1
| | * | | | | | | | | | | | | | rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detectionPaul E. McKenney2010-02-252-3/+2
| | * | | | | | | | | | | | | | rcu: Convert to raw_spinlocksPaul E. McKenney2010-02-253-92/+92
| | * | | | | | | | | | | | | | rcu: Stop overflowing signed integersPaul E. McKenney2010-02-253-28/+30
| | * | | | | | | | | | | | | | rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney2010-02-252-3/+71