aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-05-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2010-05-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+18
2010-05-04sched: Fix an RCU warning in print_task()Li Zefan1-0/+2
2010-05-04cgroup: Fix an RCU warning in alloc_css_id()Li Zefan1-2/+2
2010-05-04cgroup: Fix an RCU warning in cgroup_path()Li Zefan1-3/+9
2010-05-04ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov1-9/+5
2010-05-04hw_breakpoints: Fix percpu build failureFrederic Weisbecker1-1/+1
2010-05-04lockdep: No need to disable preemption in debug atomic opsFrederic Weisbecker1-2/+2
2010-05-04lockdep: Actually _dec_ in debug_atomic_decFrederic Weisbecker1-1/+1
2010-05-04lockdep: Provide off case for redundant_hardirqs_on incrementFrederic Weisbecker2-1/+5
2010-05-01perf: Fix resource leak in failure path of perf_event_open()Tejun Heo1-1/+1
2010-05-01hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker2-31/+48
2010-05-01hw-breakpoints: Handle breakpoint weight in allocation constraintsFrederic Weisbecker1-18/+45
2010-05-01hw-breakpoints: Separate constraint space for data and instruction breakpointsFrederic Weisbecker1-27/+59
2010-05-01hw-breakpoints: Change/Enforce some breakpoints policiesFrederic Weisbecker1-2/+24
2010-05-01hw-breakpoints: Check disabled breakpoints againFrederic Weisbecker1-11/+1
2010-04-30lockdep: Simplify debug atomic opsFrederic Weisbecker1-8/+2
2010-04-30lockdep: Fix redundant_hardirqs_on incremented with irqs enabledFrederic Weisbecker1-1/+6
2010-04-30Merge commit 'v2.6.34-rc6' into core/lockingFrederic Weisbecker105-977/+3266
2010-04-30rcu: Fix RCU lockdep splat on freezer_fork pathPaul E. McKenney1-1/+4
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra1-0/+10
2010-04-30Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar1-1/+1
2010-04-30workqueue: flush_delayed_work: keep the original workqueue for re-queueingOleg Nesterov1-1/+1
2010-04-27tracing: Fix sleep time function profilingSteven Rostedt1-1/+5
2010-04-27tracing: Show sample std dev in function profilingChase Douglas1-3/+21
2010-04-27ring-buffer: Make benchmark handle missed eventsSteven Rostedt1-1/+2
2010-04-27ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller2-13/+62
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa4-29/+313
2010-04-26ptrace: Cleanup useless headerAlessio Igor Bogani1-1/+0
2010-04-26tracing: Have graph flags passed in to ouput functionsJiri Olsa2-56/+73
2010-04-26tracing: Add ftrace events for graph tracerJiri Olsa1-1/+27
2010-04-24kernel/sys.c: fix compat uname machineAndreas Schwab1-1/+1
2010-04-23Merge commit 'tip/tracing/core' into oprofile/coreRobert Richter6-22/+126
2010-04-23Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2-14/+42
2010-04-23Merge branch 'linus' into perf/coreIngo Molnar4-4/+11
2010-04-23sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha1-42/+40
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2-7/+8
2010-04-23sched: Cure load average vs NO_HZ woesPeter Zijlstra2-15/+68
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt1-4/+4
2010-04-22CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells1-2/+0
2010-04-21tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker2-14/+42
2010-04-21Merge commit 'v2.6.34-rc5' into tracing/coreIngo Molnar3-2/+9
2010-04-21CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells1-0/+2
2010-04-19perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin1-1/+22
2010-04-19rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney1-0/+7
2010-04-15sched: Fix UP update_avg() build warningMike Galbraith1-6/+6
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar59-193/+309
2010-04-15Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2-220/+331
2010-04-15perf: Fix hlist related build errorFrederic Weisbecker1-30/+30
2010-04-14tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu2-220/+331