aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-05-23ftrace: tracer for scheduler wakeup latencySteven Rostedt3-0/+324
2008-05-23ftrace: add tracing of context switchesSteven Rostedt3-0/+128
2008-05-23ftrace: function tracerSteven Rostedt3-0/+87
2008-05-23ftrace: latency tracer infrastructureSteven Rostedt5-0/+1739
2008-05-23ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo4-0/+147
2008-05-23ftrace: make the task state char-string visible to allSteven Rostedt1-1/+1
2008-05-23sched: add latency tracer callbacks to the schedulerIngo Molnar1-0/+3
2008-05-23clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis2-4/+3
2008-05-23core: use performance variant for_each_cpu_mask_nrMike Travis8-34/+34
2008-05-23sched: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis1-9/+9
2008-05-23stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger1-3/+4
2008-05-23modules: proper cleanup of kobject without CONFIG_SYSFSDenis V. Lunev1-2/+14
2008-05-23module loading ELF handling: use SELFMAG instead of numeric constantCyrill Gorcunov1-1/+1
2008-05-19Merge branch 'audit.b51' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds2-8/+8
2008-05-19rcu: remove duplicated include in kernel/rcupreempt.cHuang Weiyi1-1/+0
2008-05-19rcu: remove duplicated include in kernel/rcupreempt_trace.cHuang Weiyi1-1/+0
2008-05-19rcu: fix rcu_try_flip_waitack_needed() to prevent grace-period stallPaul E. McKenney1-1/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-05-19rcu: add call_rcu_sched() and friends to rcutorturePaul E. McKenney1-3/+31
2008-05-19rcu: add rcu_barrier_sched() and rcu_barrier_bh()Paul E. McKenney1-6/+49
2008-05-19rcu: add memory barriers and comments to rcu_check_callbacks()Paul E. McKenney1-1/+29
2008-05-19rcu: add call_rcu_sched()Paul E. McKenney2-62/+372
2008-05-19rcupreempt: remove duplicate prototypesSteven Rostedt1-2/+0
2008-05-17[PATCH] list_for_each_rcu must die: auditPaul E. McKenney1-3/+2
2008-05-17[patch 1/1] audit_send_reply(): fix error-path memory leakAndrew Morton1-5/+6
2008-05-16[PATCH] avoid multiplication overflows and signedness issues for max_fdsAl Viro1-1/+4
2008-05-16[PATCH] dup_fd() fixes, part 1Al Viro1-130/+0
2008-05-16mutex-debug: check mutex magic before ownerJeremy Kerr1-1/+1
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-8/+0
2008-05-14cgroups: fix compile warningMirco Tischler1-1/+1
2008-05-12dyntick: Remove last reminants of dyntick supportRussell King3-22/+2
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds1-2/+0
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds1-23/+4
2008-05-10Revert "semaphore: fix"Linus Torvalds1-30/+34
2008-05-09module: don't ignore vermagic string if module doesn't have modversionsRusty Russell1-6/+10
2008-05-09module: be more picky about allowing missing module versionsRusty Russell1-2/+7
2008-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-fixesLinus Torvalds2-37/+38
2008-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2008-05-08Fix cpuset sched_relax_domain_level control filePaul Menage1-12/+40
2008-05-08sched: fix weight calculationsMike Galbraith1-3/+8
2008-05-08semaphore: fixIngo Molnar1-34/+30
2008-05-08Revert "relay: fix splice problem"Jens Axboe1-1/+1
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra5-161/+251
2008-05-05sched: fix cpu clockIngo Molnar1-9/+15
2008-05-05sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie1-6/+11
2008-05-05sched: fix missing locking in sched_domains codeHeiko Carstens1-17/+12
2008-05-05sched: make clock sync tunable by architecture codeIngo Molnar1-1/+1
2008-05-05sched: fix debuggingMike Galbraith1-27/+0
2008-05-05sched: fix sched_info_switch not being called according to documentationDavid Simner1-2/+2
2008-05-05sched: fix hrtick_start_fair and CPU-HotplugPeter Zijlstra1-1/+65