summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-05-22perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras2-15/+96
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras3-83/+139
2009-05-20perf_counter: Fix context removal deadlockIngo Molnar1-6/+6
2009-05-20perf_counter: Optimize sched in/out of countersPeter Zijlstra1-6/+19
2009-05-20perf_counter: Optimize disable of time based sw countersPeter Zijlstra1-2/+4
2009-05-20perf_counter: Log irq_period changesPeter Zijlstra1-1/+39
2009-05-20perf_counter: Solve the rotate_ctx vs inherit race differentlyPeter Zijlstra1-10/+5
2009-05-20perf_counter: fix counter inheritance raceIngo Molnar1-1/+9
2009-05-20perf_counter: fix counter freeing logicIngo Molnar2-12/+9
2009-05-19futex: setup writeable mapping for futex ops which modify user space dataThomas Gleixner1-11/+13
2009-05-18Merge branches 'sched-fixes-for-linus-2' and 'core-fixes-for-linus-2' of git:...Linus Torvalds2-3/+4
2009-05-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar11-50/+58
2009-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-2/+2
2009-05-17perf_counter: fix threaded task exitIngo Molnar1-6/+7
2009-05-17perf_counter: Fix counter inheritancePeter Zijlstra1-0/+6
2009-05-17perf_counter: Fix inheritance cleanup codePeter Zijlstra1-17/+15
2009-05-16Fix caller information for warn_slowpath_nullLinus Torvalds1-15/+20
2009-05-15PM: check sysdev_suspend(PMSG_FREEZE) return valueBjorn Helgaas1-2/+2
2009-05-15tracing: Append prompt in /debug/tracing/README fileGeunSik Lim1-1/+1
2009-05-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-2/+2
2009-05-15perf_counter: allow arch to supply event misc flags and instruction pointerPaul Mackerras1-3/+2
2009-05-15perf_counter: frequency based adaptive irq_period, 32-bit fixPeter Zijlstra1-1/+1
2009-05-15perf_counter: frequency based adaptive irq_periodPeter Zijlstra1-12/+51
2009-05-15perf_counter: per user mlock giftPeter Zijlstra1-7/+15
2009-05-15perf_counter: remove perf_disable/enable exportsPeter Zijlstra1-2/+0
2009-05-15sysrq, intel_fb: fix sysrq g collisionJason Wessel1-2/+2
2009-05-15Revert "mm: add /proc controls for pdflush threads"Jens Axboe1-23/+0
2009-05-15perf_counter: Rework the perf counter disable/enablePeter Zijlstra1-29/+47
2009-05-15perf_counter: Fix perf_output_copy() WARN to account for overflowPeter Zijlstra1-1/+5
2009-05-12lockdep: increase MAX_LOCKDEP_ENTRIES and MAX_LOCKDEP_CHAINSIngo Molnar1-2/+2
2009-05-12perf_counter: call hw_perf_save_disable/restore around group_sched_inPaul Mackerras1-7/+12
2009-05-11perf_counter: call atomic64_set for counter->countPaul Mackerras1-1/+1
2009-05-11perf_counter: don't count scheduler ticks as context switchesPaul Mackerras1-5/+11
2009-05-11perf_counter: Put whole group on when enabling group leaderPaul Mackerras1-48/+51
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-05-09sched: Fix fallback sched_clock()'s offset when using jiffiesRon1-1/+2
2009-05-08kprobes: fix to use text_mutex around arm/disarm kprobeMasami Hiramatsu1-9/+22
2009-05-08perf_counter: add PERF_RECORD_CPUPeter Zijlstra1-0/+13
2009-05-08perf_counter: add PERF_RECORD_CONFIGPeter Zijlstra1-0/+8
2009-05-08perf_counter: rework ioctl()sPeter Zijlstra1-46/+58
2009-05-08perf_counter: optimize perf_counter_task_tick()Peter Zijlstra1-2/+11
2009-05-06Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen1-3/+10
2009-05-06inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang1-2/+2
2009-05-06Merge branch 'core/locking' into perfcounters/coreIngo Molnar2-5/+28
2009-05-05Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+11
2009-05-05Merge branch 'irq/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-2/+0
2009-05-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2009-05-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2009-05-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1