aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/core' into perf/urgentIngo Molnar2010-03-0418-517/+666
|\
| * perf, x86: Restrict the ANY flagPeter Zijlstra2010-03-021-15/+0
| * percpu: Add __percpu sparse annotations to hw_breakpointTejun Heo2010-02-271-5/+5
| * Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker2010-02-2721-82/+216
| |\
| | * kernel/sys.c: fix missing rcu protection for sys_getpriority()Tetsuo Handa2010-02-221-0/+2
| | * Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-221-6/+5
| | |\
| | * | kfifo: Don't use integer as NULL pointerAnton Vorontsov2010-02-161-1/+1
| | * | kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov2010-02-161-0/+1
| | * | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-151-10/+5
| | |\ \
| | | * | hrtimer, softirq: Fix hrtimer->softirq trampolinePeter Zijlstra2010-02-031-10/+5
| | * | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-02-152-1/+25
| | |\ \ \
| | | * | | tracing/kprobes: Fix probe parsingHeiko Carstens2010-02-141-1/+1
| | | * | | tracing: Fix circular dead lock in stack traceLai Jiangshan2010-02-021-0/+24
| | * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-152-2/+2
| | |\ \ \ \
| | * | | | | Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang2010-02-091-0/+2
| | * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-043-6/+45
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | futex: Handle futex value corruption gracefullyThomas Gleixner2010-02-031-2/+19
| | | * | | | futex: Handle user space corruption gracefullyThomas Gleixner2010-02-031-0/+7
| | | * | | | futex_lock_pi() key refcnt fixMikael Pettersson2010-02-031-1/+1
| | | * | | | softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resumeJason Wessel2010-02-012-3/+18
| * | | | | | 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