aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli2008-01-303-0/+219
* debug: add the end-of-trace marker and the module list toArjan van de Ven2008-01-301-4/+12
* debug: move WARN_ON() out of lineArjan van de Ven2008-01-301-0/+15
* x86: add /proc/irq/*/spurious to dump the spurious irq debugging stateAndi Kleen2008-01-301-2/+19
* genirq: turn irq debugging options into module paramsAndi Kleen2008-01-301-0/+5
* x86: compat_sys_ptraceRoland McGrath2008-01-301-0/+46
* x86: compat_ptrace_requestRoland McGrath2008-01-301-0/+38
* x86: ptrace_request peekdata/pokedataRoland McGrath2008-01-301-0/+7
* spinlock: lockbreak cleanupNick Piggin2008-01-302-12/+7
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-2/+2
* ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath2008-01-301-1/+14
* ptrace: generic resumeRoland McGrath2008-01-301-0/+61
* x86: various changes and cleanups to in_p/out_p delay detailsIngo Molnar2008-01-301-0/+9
* time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi2008-01-302-23/+54
* NTP: correct inconsistent ntp interval/tick_length usagejohn stultz2008-01-301-2/+4
* x86: make clockevents more robustIngo Molnar2008-01-301-0/+13
* clocksource: add unregister function to disable unusable clocksourcesThomas Gleixner2008-01-301-0/+15
* clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen2008-01-301-4/+10
* clocksource.c: use init_timer_deferrable for clocksource_watchdogParag Warudkar2008-01-301-1/+1
* time: fold __get_realtime_clock_ts() into getnstimeofday()Geert Uytterhoeven2008-01-301-17/+5
* timer: clean up tick-broadcast.cThomas Gleixner2008-01-302-7/+2
* time: more timer related cleanupsPavel Machek2008-01-303-3/+5
* time: timer cleanupsPavel Machek2008-01-302-3/+3
* time: clean hungarian notation from timersPavel Machek2008-01-301-41/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds2008-01-292-40/+166
|\
| * [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
* | 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/+3
* | 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/+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