aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30x86: various changes and cleanups to in_p/out_p delay detailsIngo Molnar1-0/+9
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi2-23/+54
2008-01-30NTP: correct inconsistent ntp interval/tick_length usagejohn stultz1-2/+4
2008-01-30x86: make clockevents more robustIngo Molnar1-0/+13
2008-01-30clocksource: add unregister function to disable unusable clocksourcesThomas Gleixner1-0/+15
2008-01-30clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen1-4/+10
2008-01-30clocksource.c: use init_timer_deferrable for clocksource_watchdogParag Warudkar1-1/+1
2008-01-30time: fold __get_realtime_clock_ts() into getnstimeofday()Geert Uytterhoeven1-17/+5
2008-01-30timer: clean up tick-broadcast.cThomas Gleixner2-7/+2
2008-01-30time: more timer related cleanupsPavel Machek3-3/+5
2008-01-30time: timer cleanupsPavel Machek2-3/+3
2008-01-30time: clean hungarian notation from timersPavel Machek1-41/+39
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds2-40/+166
2008-01-29Module: check to see if we have a built in module with the same nameGreg Kroah-Hartman1-0/+10
2008-01-29module: add module taint on ndiswrapperJon Masters1-1/+1
2008-01-29module: fix the module name length in param_sysfs_builtinDenis Cheng1-5/+3
2008-01-29module: make module_address_lookup safeRusty Russell2-16/+17
2008-01-29module: better OOPS and lockdep coverage for loading modulesRusty Russell1-18/+20
2008-01-29module: Fix gratuitous sprintf in module.cRusty Russell1-1/+1
2008-01-29module: wait for dependent modules doing init.Rusty Russell1-5/+23
2008-01-29module: Don't report discarded init pages as kernel text.Rusty Russell1-1/+2
2008-01-28[NET]: Remove the empty net_tablePavel Emelyanov1-8/+0
2008-01-28sysctl: Infrastructure for per namespace sysctlsEric W. Biederman2-22/+96
2008-01-28sysctl: Remember the ctl_table we passed to register_sysctl_pathsEric W. Biederman1-0/+1
2008-01-28sysctl: Add register_sysctl_paths functionEric W. Biederman1-15/+74
2008-01-28kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe1-4/+10
2008-01-28io context sharing: preliminary supportJens Axboe1-1/+0
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe1-5/+27
2008-01-27printk: revert ktime_get() timestampsIngo Molnar1-3/+1
2008-01-26[S390] Remove appldata include from sysctl_check.cHeiko Carstens1-1/+0
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2008-01-25sched: keep total / count stats in addition to the max forArjan van de Ven2-0/+7
2008-01-25sched: fix: don't take a mutex from interrupt contextPeter Zijlstra1-2/+2
2008-01-25sched: print backtrace of running tasks tooNick Piggin1-2/+1
2008-01-25printk: use ktime_get()Ingo Molnar1-1/+3
2008-01-25softlockup: fix signednessIngo Molnar2-13/+13
2008-01-25sched: latencytop supportArjan van de Ven5-1/+258
2008-01-25sched: fix goto retry in pick_next_task_rt()Dmitry Adamushko1-7/+2
2008-01-25sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain2-2/+5
2008-01-25sched: fix rq->clock warps on frequency changesGuillaume Chazarain1-1/+1
2008-01-25sched: fix, always create kernel threads with normal priorityMichal Schmidt1-1/+11
2008-01-25debug: clean up kernel/profile.cPaolo Ciarrocchi1-50/+49
2008-01-25sched: remove the !PREEMPT_BKL codeIngo Molnar2-20/+3
2008-01-25sched: make PREEMPT_BKL the defaultIngo Molnar1-8/+1
2008-01-25debug: track and print last unloaded module in the oops traceArjan van de Ven1-0/+6
2008-01-25debug: show being-loaded/being-unloaded indicator for modulesArjan van de Ven1-6/+15
2008-01-25sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYPeter Zijlstra2-8/+3
2008-01-25sched: rt-group: reduce reschedulingPeter Zijlstra1-1/+4
2008-01-25hrtimer: unlock hrtimer_wakeupPeter Zijlstra1-1/+3
2008-01-25hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra2-132/+141