aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-05-21perf: Optimize perf_tp_event_match()Peter Zijlstra1-1/+4
2010-05-21perf: Remove more code from the fastpathPeter Zijlstra1-16/+4
2010-05-21perf: Optimize the !vmalloc backed bufferPeter Zijlstra1-15/+26
2010-05-21perf: Optimize perf_output_copy()Peter Zijlstra1-28/+26
2010-05-21perf: Fix wakeup storm for RO mmap()sPeter Zijlstra1-2/+2
2010-05-21perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffersPeter Zijlstra1-0/+19
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra4-113/+128
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra3-56/+37
2010-05-20perf: Fix forgotten preempt_enable by nested writersFrederic Weisbecker1-1/+2
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar48-1410/+2153
2010-05-20perf: Comply with new rcu checks APIFrederic Weisbecker1-12/+46
2010-05-18perf: Optimize perf_output_*() by avoiding local_xchg()Peter Zijlstra1-1/+2
2010-05-18perf: Optimize the hotpath by converting the perf output buffer to local_tPeter Zijlstra1-15/+15
2010-05-18perf: Optimize the perf_output() path by removing IRQ-disablesPeter Zijlstra1-66/+28
2010-05-18perf: Disallow mmap() on per-task inherited eventsPeter Zijlstra1-0/+8
2010-05-18perf: Optimize buffer placement by allocating buffers NUMA awarePeter Zijlstra1-2/+15
2010-05-18perf: Fix errors path in perf_output_begin()Stephane Eranian1-1/+1
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra4-13/+23
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-128/+551
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds23-1046/+1001
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-902/+829
2010-05-18Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-22/+126
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-78/+230
2010-05-18Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-88/+123
2010-05-18stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca...Ingo Molnar1-1/+4
2010-05-17Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds1-11/+0
2010-05-14profile: fix stats and data leakageHugh Dickins1-1/+3
2010-05-13Merge commit 'v2.6.34-rc7' into tracing/coreIngo Molnar9-15/+47
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki1-5/+26
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki1-2/+13
2010-05-11bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev1-8/+9
2010-05-11kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh1-4/+2
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-2/+0
2010-05-11rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney4-0/+14
2010-05-11sched, wait: Use wrapper functionsChangli Gao2-3/+2
2010-05-11perf: Fix exit() vs event-groupsPeter Zijlstra1-13/+13
2010-05-11perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra1-3/+16
2010-05-11Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar1-5/+0
2010-05-10rcu: fix build bug in RCU_FAST_NO_HZ buildsPaul E. McKenney1-2/+2
2010-05-10rcu: RCU_FAST_NO_HZ must check RCU dyntick statePaul E. McKenney1-2/+10
2010-05-10rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney3-6/+10
2010-05-10rcu: permit discontiguous cpu_possible_mask CPU numberingPaul E. McKenney1-1/+1
2010-05-10rcu: improve RCU CPU stall-warning messagesPaul E. McKenney2-9/+12
2010-05-10rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney2-8/+42
2010-05-10rcu: disable CPU stall warnings upon panicPaul E. McKenney1-0/+24
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney4-19/+65
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney4-11/+21
2010-05-10rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblkPaul E. McKenney1-6/+7
2010-05-10rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney1-7/+2
2010-05-10rcu: ignore offline CPUs in last non-dyntick-idle CPU checkLai Jiangshan1-1/+1