summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2008-01-29Module: check to see if we have a built in module with the same nameGreg Kroah-Hartman-0/+10
2008-01-29module: add module taint on ndiswrapperJon Masters-1/+1
2008-01-29module: fix the module name length in param_sysfs_builtinDenis Cheng-5/+3
2008-01-29module: make module_address_lookup safeRusty Russell-16/+17
2008-01-29module: better OOPS and lockdep coverage for loading modulesRusty Russell-18/+20
2008-01-29module: Fix gratuitous sprintf in module.cRusty Russell-1/+1
2008-01-29module: wait for dependent modules doing init.Rusty Russell-5/+23
2008-01-29module: Don't report discarded init pages as kernel text.Rusty Russell-1/+2
2008-01-28[NET]: Remove the empty net_tablePavel Emelyanov-8/+0
2008-01-28sysctl: Infrastructure for per namespace sysctlsEric W. Biederman-22/+96
2008-01-28sysctl: Remember the ctl_table we passed to register_sysctl_pathsEric W. Biederman-0/+1
2008-01-28sysctl: Add register_sysctl_paths functionEric W. Biederman-15/+74
2008-01-28kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe-4/+10
2008-01-28io context sharing: preliminary supportJens Axboe-1/+0
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe-5/+27
2008-01-27printk: revert ktime_get() timestampsIngo Molnar-3/+1
2008-01-26[S390] Remove appldata include from sysctl_check.cHeiko Carstens-1/+0
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-1/+1
2008-01-25sched: keep total / count stats in addition to the max forArjan van de Ven-0/+7
2008-01-25sched: fix: don't take a mutex from interrupt contextPeter Zijlstra-2/+2
2008-01-25sched: print backtrace of running tasks tooNick Piggin-2/+1
2008-01-25printk: use ktime_get()Ingo Molnar-1/+3
2008-01-25softlockup: fix signednessIngo Molnar-13/+13
2008-01-25sched: latencytop supportArjan van de Ven-1/+258
2008-01-25sched: fix goto retry in pick_next_task_rt()Dmitry Adamushko-7/+2
2008-01-25sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain-2/+5
2008-01-25sched: fix rq->clock warps on frequency changesGuillaume Chazarain-1/+1
2008-01-25sched: fix, always create kernel threads with normal priorityMichal Schmidt-1/+11
2008-01-25debug: clean up kernel/profile.cPaolo Ciarrocchi-50/+49
2008-01-25sched: remove the !PREEMPT_BKL codeIngo Molnar-20/+3
2008-01-25sched: make PREEMPT_BKL the defaultIngo Molnar-8/+1
2008-01-25debug: track and print last unloaded module in the oops traceArjan van de Ven-0/+6
2008-01-25debug: show being-loaded/being-unloaded indicator for modulesArjan van de Ven-6/+15
2008-01-25sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYPeter Zijlstra-8/+3
2008-01-25sched: rt-group: reduce reschedulingPeter Zijlstra-1/+4
2008-01-25hrtimer: unlock hrtimer_wakeupPeter Zijlstra-1/+3
2008-01-25hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra-132/+141
2008-01-25hrtimer: clean up cpu->base locking tricksPeter Zijlstra-9/+19
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra-15/+43
2008-01-25sched: pull_rt_task() cleanupMike Galbraith-6/+4
2008-01-25sched: rt group schedulingPeter Zijlstra-203/+537
2008-01-25sched: rt time limitPeter Zijlstra-21/+120
2008-01-25sched: high-res preemption tickPeter Zijlstra-17/+268
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu-2/+4
2008-01-25sched: documentation, whitespace fixesIngo Molnar-4/+4
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra-0/+59
2008-01-25sched: sched_rt_entityPeter Zijlstra-11/+11
2008-01-25uids: merge multiple error paths in alloc_uid() into onePavel Emelyanov-27/+20
2008-01-25sched: dynamically update the root-domain span/online mapsGregory Haskins-12/+19
2008-01-25Preempt-RCU: CPU Hotplug handlingPaul E. McKenney-5/+142