aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-31[AUDIT]: Increase skb->truesize in audit_expandHerbert Xu1-3/+7
2008-02-01Ensure that we export __fatal_signal_pending()Trond Myklebust1-0/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds8-77/+117
2008-01-31debug: turn ignore_loglevel into an early paramIngo Molnar1-2/+2
2008-01-31sched: remove unused paramsGerald Stralko1-5/+5
2008-01-31sched: let +nice tasks have smaller impactPeter Zijlstra1-1/+5
2008-01-31sched: fix high wake up latencies with FAIR_USER_SCHEDSrivatsa Vaddagiri1-1/+1
2008-01-31Merge branch 'linux-2.6'Paul Mackerras57-1833/+6354
2008-01-30KVM: Disallow fork() and similar games when using a VMAvi Kivity1-0/+1
2008-01-30x86/non-x86: percpu, node ids, apic ids x86.git fixupMike Travis1-0/+8
2008-01-30genirq: stackdump after the "Trying to free already-free IRQ" messageIngo Molnar1-0/+3
2008-01-30x86: add a simple backtrace test moduleArjan van de Ven2-0/+49
2008-01-30x86: make early printk selectable on 64-bit as wellIngo Molnar1-0/+7
2008-01-30x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli3-0/+219
2008-01-30debug: add the end-of-trace marker and the module list toArjan van de Ven1-4/+12
2008-01-30debug: move WARN_ON() out of lineArjan van de Ven1-0/+15
2008-01-30x86: add /proc/irq/*/spurious to dump the spurious irq debugging stateAndi Kleen1-2/+19
2008-01-30genirq: turn irq debugging options into module paramsAndi Kleen1-0/+5
2008-01-30x86: compat_sys_ptraceRoland McGrath1-0/+46
2008-01-30x86: compat_ptrace_requestRoland McGrath1-0/+38
2008-01-30x86: ptrace_request peekdata/pokedataRoland McGrath1-0/+7
2008-01-30spinlock: lockbreak cleanupNick Piggin2-12/+7
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-2/+2
2008-01-30ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath1-1/+14
2008-01-30ptrace: generic resumeRoland McGrath1-0/+61
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