aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar
2009-05-17perf_counter: fix threaded task exitIngo Molnar
2009-05-17perf_counter: Fix counter inheritancePeter Zijlstra
2009-05-17perf_counter: Fix inheritance cleanup codePeter Zijlstra
2009-05-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2009-05-15perf_counter: allow arch to supply event misc flags and instruction pointerPaul Mackerras
2009-05-15perf_counter: frequency based adaptive irq_period, 32-bit fixPeter Zijlstra
2009-05-15perf_counter: frequency based adaptive irq_periodPeter Zijlstra
2009-05-15perf_counter: per user mlock giftPeter Zijlstra
2009-05-15perf_counter: remove perf_disable/enable exportsPeter Zijlstra
2009-05-15sysrq, intel_fb: fix sysrq g collisionJason Wessel
2009-05-15Revert "mm: add /proc controls for pdflush threads"Jens Axboe
2009-05-15perf_counter: Rework the perf counter disable/enablePeter Zijlstra
2009-05-15perf_counter: Fix perf_output_copy() WARN to account for overflowPeter Zijlstra
2009-05-12perf_counter: call hw_perf_save_disable/restore around group_sched_inPaul Mackerras
2009-05-11perf_counter: call atomic64_set for counter->countPaul Mackerras
2009-05-11perf_counter: don't count scheduler ticks as context switchesPaul Mackerras
2009-05-11perf_counter: Put whole group on when enabling group leaderPaul Mackerras
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-05-08kprobes: fix to use text_mutex around arm/disarm kprobeMasami Hiramatsu
2009-05-08perf_counter: add PERF_RECORD_CPUPeter Zijlstra
2009-05-08perf_counter: add PERF_RECORD_CONFIGPeter Zijlstra
2009-05-08perf_counter: rework ioctl()sPeter Zijlstra
2009-05-08perf_counter: optimize perf_counter_task_tick()Peter Zijlstra
2009-05-06Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen
2009-05-06inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang
2009-05-06Merge branch 'core/locking' into perfcounters/coreIngo Molnar
2009-05-05Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-05-05Merge branch 'irq/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2009-05-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-05-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-05-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-05-05perf_counter: inheritable sample countersPeter Zijlstra
2009-05-05perf_counter: fix the output lockPeter Zijlstra
2009-05-05perf_counter: provide an mlock thresholdPeter Zijlstra
2009-05-05perf_counter: add ioctl(PERF_COUNTER_IOC_RESET)Peter Zijlstra
2009-05-05perf_counter: uncouple data_head updates from wakeupsPeter Zijlstra
2009-05-04perf_counter: convert perf_resource_mutex to a spinlockIngo Molnar
2009-05-04perf_counter: initialize the per-cpu context earlierIngo Molnar
2009-05-04perf_counter: round-robin per-CPU counters tooIngo Molnar
2009-05-02mm: prevent divide error for small values of vm_dirty_bytesAndrea Righi
2009-05-02clockevents: prevent endless loop in tick_handle_periodic()john stultz
2009-05-01Revert "genirq: assert that irq handlers are indeed running in hardirq context"Thomas Gleixner
2009-05-01perf_counter: fix race in perf_output_*Peter Zijlstra
2009-04-30Merge branch 'core/signal' into perfcounters/coreThomas Gleixner
2009-04-30signals: implement sys_rt_tgsigqueueinfoThomas Gleixner
2009-04-30signals: split do_tkillThomas Gleixner
2009-04-30mutex: add atomic_dec_and_mutex_lock(), fixAndrew Morton
2009-04-30perf_counter: update copyright noticePaul Mackerras
2009-04-30kernel/posix-cpu-timers.c: fix sparse warningH Hartley Sweeten