aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [AUDIT]: Increase skb->truesize in audit_expandHerbert Xu2008-01-311-3/+7
* Ensure that we export __fatal_signal_pending()Trond Myklebust2008-02-011-0/+1
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-018-77/+117
|\
| * Add wait_for_completion_killableMatthew Wilcox2007-12-061-2/+13
| * Add schedule_timeout_killableMatthew Wilcox2007-12-061-0/+7
| * Add mutex_lock_killableLiam R. Howlett2007-12-061-3/+33
| * Add fatal_signal_pendingMatthew Wilcox2007-12-061-0/+5
| * Add TASK_WAKEKILLMatthew Wilcox2007-12-061-4/+4
| * exit: Use task_is_*Matthew Wilcox2007-12-061-49/+39
| * signal: Use task_is_*Matthew Wilcox2007-12-061-3/+3
| * sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMALMatthew Wilcox2007-12-061-8/+5
| * ptrace: Use task_is_*Matthew Wilcox2007-12-061-4/+4
| * power: Use task_is_*Matthew Wilcox2007-12-061-3/+3
| * wait: Use TASK_NORMALMatthew Wilcox2007-12-061-1/+1
* | debug: turn ignore_loglevel into an early paramIngo Molnar2008-01-311-2/+2
* | sched: remove unused paramsGerald Stralko2008-01-311-5/+5
* | sched: let +nice tasks have smaller impactPeter Zijlstra2008-01-311-1/+5
* | sched: fix high wake up latencies with FAIR_USER_SCHEDSrivatsa Vaddagiri2008-01-311-1/+1
* | Merge branch 'linux-2.6'Paul Mackerras2008-01-3157-1833/+6354
|\ \
| * | KVM: Disallow fork() and similar games when using a VMAvi Kivity2008-01-301-0/+1
| * | x86/non-x86: percpu, node ids, apic ids x86.git fixupMike Travis2008-01-301-0/+8
| * | genirq: stackdump after the "Trying to free already-free IRQ" messageIngo Molnar2008-01-301-0/+3
| * | x86: add a simple backtrace test moduleArjan van de Ven2008-01-302-0/+49
| * | x86: make early printk selectable on 64-bit as wellIngo Molnar2008-01-301-0/+7
| * | 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