aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
* | Added necessary kernel support for zone-based locking.John M. Calandrino2007-03-29
* | Worked out some bugs so now it *really* compiles OK.John M. Calandrino2007-03-29
* | Checkpoint: almost all support added. Compiles.John M. Calandrino2007-03-29
* | sys_wait_for_zone_exit system call has been implemented.John M. Calandrino2007-03-29
* | Skeletons of system calls written. Still need to finish.John M. Calandrino2007-03-27
* | Committing some initial changes to implement system calls related toJohn M. Calandrino2007-03-27
|/
* Merge with git+ssh://swan/playpen/bbb/litmusBjoern B. Brandenburg2007-02-22
|\
| * Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusBjoern Brandenburg2007-02-20
| |\
| * | remove second, unneeded parameter of queue_lock_init()Bjoern Brandenburg2007-02-19
* | | use same variable as standard Linux for checking task stateBjoern B. Brandenburg2007-02-22
* | | always call mode change callbackBjoern B. Brandenburg2007-02-22
| |/ |/|
* | Fixed code according to Bjoern's suggestions.John M. Calandrino2007-02-19
* | Local commit of current state of my attempt to log quantum sync info.John M. Calandrino2007-02-15
|/
* finishing touches for TRACE() implementationBjoern Brandenburg2007-02-15
* implement LITMUS TRACE() macroBjoern Brandenburg2007-02-07
* add ring buffer for log messagesBjoern Brandenburg2007-02-07
* fix possible crash in trace_openBjoern Brandenburg2007-02-07
* Update base version to the final relesae of 2.6.20.Bjoern B. Brandenburg2007-02-05
|\
| * [PATCH] fork_idle() should be __cpuinit, not __devinitAl Viro2007-02-01
* | Comment printk's in the scheduling code.Bjoern B. Brandenburg2007-02-05
* | Fix a bunch of bugs that crept in while porting.Bjoern Brandenburg2007-02-05
* | patched up schedule()Bjoern B. Brandenburg2007-02-02
* | scheduler_tick patched upBjoern B. Brandenburg2007-02-02
* | patched up sched.c except for scheduler_tick and scheduleBjoern B. Brandenburg2007-02-02
* | resolve problems with conflicting function definitions inBjoern B. Brandenburg2007-02-02
* | ported edf_hsb, compilesBjoern Brandenburg2007-02-01
* | here comes partitioned edfBjoern Brandenburg2007-02-01
* | ported first pluginBjoern Brandenburg2007-02-01
* | Added fifo and made it compileBjoern Brandenburg2007-02-01
* | added edf_common and sched_traceBjoern Brandenburg2007-02-01
* | got some cruft out of litmus.cBjoern B. Brandenburg2007-02-01
* | Added litmus.c, made it compile.Bjoern B. Brandenburg2007-02-01
* | Use names that make more sense.Bjoern B. Brandenburg2007-02-01
* | cleaned out sched_plugin.hBjoern B. Brandenburg2007-02-01
* | Removed unneeded includesBjoern B. Brandenburg2007-02-01
* | plugin driver filesBjoern B. Brandenburg2007-02-01
* | plugin driver added and compilesBjoern B. Brandenburg2007-02-01
|/
* [PATCH] kprobes: replace magic numbers with enumMasami Hiramatsu2007-01-30
* [PATCH] namespaces: fix task exit disasterSerge E. Hallyn2007-01-30
* Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds2007-01-30
* [PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn2007-01-30
* Clear spurious irq stat information when adding irq handlerLinus Torvalds2007-01-23
* [PATCH] notifiers: fix blocking_notifier_call_chain() scalabilityIngo Molnar2007-01-23
* [PATCH] fix "kvm: add vm exit profiling"Andrew Morton2007-01-23
* [PATCH] KVM: add VM-exit profilingIngo Molnar2007-01-11
* [PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy2007-01-11
* [PATCH] sched: tasks cannot run on cpus onlined after bootNathan Lynch2007-01-11
* [PATCH] x86-64: Make noirqdebug_setup function non init to fix modpost warningVivek Goyal2007-01-10
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-01-06
|\
| * [PATCH] Driver core: Fix prefix driver links in /sys/module by bus-nameKay Sievers2007-01-05