aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-03genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr2-0/+61
2010-05-03padata: Use get_online_cpus/put_online_cpusSteffen Klassert1-0/+13
2010-05-03padata: Initialize the padata queues only for the used cpusSteffen Klassert1-9/+5
2010-05-03padata: Remove superfluous might_sleepSteffen Klassert1-10/+0
2010-05-03padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPUSteffen Klassert1-6/+7
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu97-773/+2329
2010-05-03padata: Dont scale the parallel objects with the cpusSteffen Klassert1-1/+1
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-30[SCSI] add scsi trace core functions and put trace pointsKei Tokunaga1-0/+1
2010-04-30[SCSI] ftrace: add __print_hex()Kei Tokunaga1-0/+15
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: change cancel_work_sync() to clear work->dataOleg Nesterov1-1/+11
2010-04-30workqueue: warn about flush_scheduled_work()Alan Stern1-0/+24
2010-04-30workqueue: flush_delayed_work: keep the original workqueue for re-queueingOleg Nesterov1-1/+1
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe4-4/+11
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