aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-18sched: Set group_imb only a task can be pulled from the busiest cpuNikhil Rao1-5/+7
2010-10-18sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao1-0/+3
2010-10-18perf: Optimize sw eventsPeter Zijlstra1-2/+2
2010-10-18perf: Use jump_labels to optimize the scheduler hooksPeter Zijlstra1-15/+9
2010-10-18jump_label: Use more consistent namingPeter Zijlstra1-3/+3
2010-10-18perf, hw_breakpoint: Fix crash in hw_breakpoint creationPeter Zijlstra2-9/+22
2010-10-18perf: Find task before event allocPeter Zijlstra1-11/+12
2010-10-18perf: Fix task refcount bugsPeter Zijlstra1-3/+4
2010-10-18perf: Fix group movingPeter Zijlstra1-1/+6
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra4-101/+176
2010-10-18perf_events: Fix transaction recovery in group_sched_in()Stephane Eranian1-13/+63
2010-10-18perf_events: Fix bogus context time trackingStephane Eranian1-1/+7
2010-10-18lockdep: Check the depth of subclassHitoshi Mitake1-8/+10
2010-10-18lockdep: Add improved subclass cachingHitoshi Mitake1-7/+18
2010-10-18Merge branch 'linus' into core/lockingIngo Molnar8-19/+40
2010-10-18sched: Drop all load weight manipulation for RT tasksLinus Walleij1-6/+0
2010-10-18sched: Create special class for stop/migrate workPeter Zijlstra3-12/+158
2010-10-18sched: Unindent labelsPeter Zijlstra2-9/+9
2010-10-18tracing: Remove parent recording in latency tracer graph optionsSteven Rostedt1-1/+0
2010-10-18tracing: Use one prologue for the preempt irqs off tracer function tracersSteven Rostedt1-48/+48
2010-10-18tracing: Use one prologue for the wakeup tracer function tracersSteven Rostedt1-52/+50
2010-10-18tracing: Graph support for wakeup tracerJiri Olsa1-10/+221
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa3-52/+71
2010-10-18tracing: Add proper check for irq_depth routinesJiri Olsa1-4/+20
2010-10-18tracing/trivial: Remove cast from void*matt mooney2-3/+3
2010-10-17PM: Introduce library for device-specific OPPs (v7)Nishanth Menon1-0/+14
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan1-0/+18
2010-10-17PM / Hibernate: Modify signature used to mark swapRafael J. Wysocki1-3/+3
2010-10-17PM: Allow wakeup events to abort freezing of tasksRafael J. Wysocki1-2/+9
2010-10-17PM / Hibernate: Make some boot messages look less scaryRafael J. Wysocki2-8/+8
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki1-4/+4
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki3-2/+15
2010-10-17PM / Hibernate: Improve comments in hibernate_preallocate_memory()Rafael J. Wysocki1-2/+4
2010-10-17PM / Runtime: Use alloc_workqueue() for creating the PM workqueueRafael J. Wysocki1-1/+1
2010-10-17PM: Fix unmet dependency warning from kconfigRafael J. Wysocki1-0/+1
2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver4-7/+299
2010-10-15sysctl: min/max bounds are optionalEric Dumazet1-9/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann10-0/+17
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter21-1115/+2243
2010-10-15Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-0/+5
2010-10-14ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt1-1/+1
2010-10-15Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-2/+3
2010-10-14ftrace/x86: Add support for C version of recordmcountSteven Rostedt1-0/+5
2010-10-14hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi1-2/+11
2010-10-14sched: Comment updates: fix default latency and granularity numbersTakuya Yoshikawa1-2/+2
2010-10-14Merge branch 'linus' into sched/coreIngo Molnar11-17/+37
2010-10-14futex: Fix kernel-doc notation & typosRandy Dunlap1-11/+14
2010-10-14kprobes: Fix selftest to clear flags field for reusing probesMasami Hiramatsu1-3/+9
2010-10-13tracing: Fix function-graph build warning on 32-bitBorislav Petkov1-2/+3
2010-10-13Merge remote branch 'kumar/merge' into nextBenjamin Herrenschmidt28-205/+471