aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Remove the empty net_tablePavel Emelyanov2008-01-281-8/+0
* sysctl: Infrastructure for per namespace sysctlsEric W. Biederman2008-01-282-22/+96
* sysctl: Remember the ctl_table we passed to register_sysctl_pathsEric W. Biederman2008-01-281-0/+1
* sysctl: Add register_sysctl_paths functionEric W. Biederman2008-01-281-15/+74
* kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe2008-01-281-4/+10
* io context sharing: preliminary supportJens Axboe2008-01-281-1/+0
* ioprio: move io priority from task_struct to io_contextJens Axboe2008-01-281-5/+27
* printk: revert ktime_get() timestampsIngo Molnar2008-01-271-3/+1
* [S390] Remove appldata include from sysctl_check.cHeiko Carstens2008-01-261-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-1/+1
|\
| * [SCSI] sysfs: add filter function to groupsJames Bottomley2008-01-231-1/+1
* | sched: keep total / count stats in addition to the max forArjan van de Ven2008-01-252-0/+7
* | sched: fix: don't take a mutex from interrupt contextPeter Zijlstra2008-01-251-2/+2
* | sched: print backtrace of running tasks tooNick Piggin2008-01-251-2/+1
* | printk: use ktime_get()Ingo Molnar2008-01-251-1/+3
* | softlockup: fix signednessIngo Molnar2008-01-252-13/+13
* | sched: latencytop supportArjan van de Ven2008-01-255-1/+258
* | sched: fix goto retry in pick_next_task_rt()Dmitry Adamushko2008-01-251-7/+2
* | sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain2008-01-252-2/+5
* | sched: fix rq->clock warps on frequency changesGuillaume Chazarain2008-01-251-1/+1
* | sched: fix, always create kernel threads with normal priorityMichal Schmidt2008-01-251-1/+11
* | debug: clean up kernel/profile.cPaolo Ciarrocchi2008-01-251-50/+49
* | sched: remove the !PREEMPT_BKL codeIngo Molnar2008-01-252-20/+3
* | sched: make PREEMPT_BKL the defaultIngo Molnar2008-01-251-8/+1
* | debug: track and print last unloaded module in the oops traceArjan van de Ven2008-01-251-0/+6
* | debug: show being-loaded/being-unloaded indicator for modulesArjan van de Ven2008-01-251-6/+15
* | sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYPeter Zijlstra2008-01-252-8/+3
* | sched: rt-group: reduce reschedulingPeter Zijlstra2008-01-251-1/+4
* | hrtimer: unlock hrtimer_wakeupPeter Zijlstra2008-01-251-1/+3
* | hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra2008-01-252-132/+141
* | hrtimer: clean up cpu->base locking tricksPeter Zijlstra2008-01-252-9/+19
* | sched: rt throttling vs no_hzPeter Zijlstra2008-01-253-15/+43
* | sched: pull_rt_task() cleanupMike Galbraith2008-01-251-6/+4
* | sched: rt group schedulingPeter Zijlstra2008-01-253-203/+537
* | sched: rt time limitPeter Zijlstra2008-01-253-21/+120
* | sched: high-res preemption tickPeter Zijlstra2008-01-255-17/+268
* | sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu2008-01-251-2/+4
* | sched: documentation, whitespace fixesIngo Molnar2008-01-251-4/+4
* | sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra2008-01-252-0/+59
* | sched: sched_rt_entityPeter Zijlstra2008-01-252-11/+11
* | uids: merge multiple error paths in alloc_uid() into onePavel Emelyanov2008-01-251-27/+20
* | sched: dynamically update the root-domain span/online mapsGregory Haskins2008-01-251-12/+19
* | Preempt-RCU: CPU Hotplug handlingPaul E. McKenney2008-01-251-5/+142
* | Preempt-RCU: implementationPaul E. McKenney2008-01-256-2/+1166
* | Preempt-RCU: fix rcu_barrier for preemptive environment.Paul E. McKenney2008-01-252-1/+11
* | Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney2008-01-253-551/+602
* | Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma2008-01-251-8/+17
* | sched: remove some old cpuset logicGregory Haskins2008-01-251-33/+0
* | sched: RT-balance, only adjust overload state when changingGregory Haskins2008-01-251-3/+5
* | sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-254-22/+179