summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* ftrace: add self-testsSteven Rostedt2008-05-238-2/+538
* ftrace: force recordingSteven Rostedt2008-05-231-0/+51
* ftrace: fix max latencySteven Rostedt2008-05-231-6/+6
* ftrace: fix updates to max traceSteven Rostedt2008-05-232-13/+20
* ftrace: don't use raw_local_irq_save/restoreSteven Rostedt2008-05-232-4/+4
* ftrace: lockdep notrace annotationsSteven Rostedt2008-05-232-12/+13
* ftrace: irqs off smp_processor_id() fixSteven Rostedt2008-05-231-2/+11
* ftrace: convert single large buffer into single pages.Steven Rostedt2008-05-232-58/+195
* ftrace: add filter select functions to traceSteven Rostedt2008-05-231-17/+510
* ftrace: use dynamic patching for updating mcount callsSteven Rostedt2008-05-231-78/+105
* ftrace: move memory management out of arch codeSteven Rostedt2008-05-231-2/+152
* ftrace: add ftrace_enabled sysctl to disable mcount functionSteven Rostedt2008-05-232-18/+118
* ftrace: dynamic enabling/disabling of function callsSteven Rostedt2008-05-232-32/+341
* ftrace: trace preempt off critical timingsSteven Rostedt2008-05-234-51/+183
* ftrace: trace irq disabled critical timingsSteven Rostedt2008-05-236-5/+443
* ftrace: tracer for scheduler wakeup latencySteven Rostedt2008-05-233-0/+324
* ftrace: add tracing of context switchesSteven Rostedt2008-05-233-0/+128
* ftrace: function tracerSteven Rostedt2008-05-233-0/+87
* ftrace: latency tracer infrastructureSteven Rostedt2008-05-235-0/+1739
* ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo2008-05-234-0/+147
* ftrace: make the task state char-string visible to allSteven Rostedt2008-05-231-1/+1
* sched: add latency tracer callbacks to the schedulerIngo Molnar2008-05-231-0/+3
* Merge branch 'audit.b51' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-202-8/+8
|\
| * [PATCH] list_for_each_rcu must die: auditPaul E. McKenney2008-05-171-3/+2Star
| * [patch 1/1] audit_send_reply(): fix error-path memory leakAndrew Morton2008-05-171-5/+6
* | [PATCH] avoid multiplication overflows and signedness issues for max_fdsAl Viro2008-05-161-1/+4
* | [PATCH] dup_fd() fixes, part 1Al Viro2008-05-161-130/+0Star
|/
* lib: create common ascii hex arrayHarvey Harrison2008-05-151-8/+0Star
* cgroups: fix compile warningMirco Tischler2008-05-151-1/+1
* Add new 'cond_resched_bkl()' helper functionLinus Torvalds2008-05-121-2/+0Star
* BKL: revert back to the old spinlock implementationLinus Torvalds2008-05-111-23/+4Star
* Revert "semaphore: fix"Linus Torvalds2008-05-111-30/+34
* module: don't ignore vermagic string if module doesn't have modversionsRusty Russell2008-05-091-6/+10
* module: be more picky about allowing missing module versionsRusty Russell2008-05-091-2/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-05-082-37/+38
|\
| * sched: fix weight calculationsMike Galbraith2008-05-081-3/+8
| * semaphore: fixIngo Molnar2008-05-081-34/+30Star
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-05-081-1/+1
|\ \
| * | Revert "relay: fix splice problem"Jens Axboe2008-05-081-1/+1
| |/
* / Fix cpuset sched_relax_domain_level control filePaul Menage2008-05-081-12/+40
|/
* sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-055-161/+251
* sched: fix cpu clockIngo Molnar2008-05-051-9/+15
* sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie2008-05-051-6/+11
* sched: fix missing locking in sched_domains codeHeiko Carstens2008-05-051-17/+12Star
* sched: make clock sync tunable by architecture codeIngo Molnar2008-05-051-1/+1
* sched: fix debuggingMike Galbraith2008-05-051-27/+0Star
* sched: fix sched_info_switch not being called according to documentationDavid Simner2008-05-051-2/+2
* sched: fix hrtick_start_fair and CPU-HotplugPeter Zijlstra2008-05-051-1/+65
* sched: fix SCHED_FAIR wake-idle logic errorGregory Haskins2008-05-051-1/+1
* sched: fix RT task-wakeup logicGregory Haskins2008-05-051-2/+5