summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| * | | Module: check to see if we have a built in module with the same nameGreg Kroah-Hartman2008-01-291-0/+10
| * | | module: add module taint on ndiswrapperJon Masters2008-01-291-1/+1
| * | | module: fix the module name length in param_sysfs_builtinDenis Cheng2008-01-291-5/+3Star
| * | | module: make module_address_lookup safeRusty Russell2008-01-292-16/+17
| * | | module: better OOPS and lockdep coverage for loading modulesRusty Russell2008-01-291-18/+20
| * | | module: Fix gratuitous sprintf in module.cRusty Russell2008-01-291-1/+1
| * | | module: wait for dependent modules doing init.Rusty Russell2008-01-291-5/+23
| * | | module: Don't report discarded init pages as kernel text.Rusty Russell2008-01-291-1/+2
| |/ /
| * | 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/+0Star
| * | ioprio: move io priority from task_struct to io_contextJens Axboe2008-01-281-5/+27
| * | printk: revert ktime_get() timestampsIngo Molnar2008-01-271-3/+1Star
| * | [S390] Remove appldata include from sysctl_check.cHeiko Carstens2008-01-261-1/+0Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-261-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/+1Star
| * | | 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/+2Star
| * | | 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/+49Star
| * | | sched: remove the !PREEMPT_BKL codeIngo Molnar2008-01-252-20/+3Star
| * | | sched: make PREEMPT_BKL the defaultIngo Molnar2008-01-251-8/+1Star
| * | | 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/+3Star
| * | | 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/+4Star
| * | | 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/+20Star
| * | | 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