summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] cond_resched(): fix bogus might_sleep() warningIngo Molnar2005-07-081-0/+7
* [PATCH] mostly_read data sectionChristoph Lameter2005-07-081-2/+2
* [PATCH] pm: clean up process.cPavel Machek2005-07-081-4/+2Star
* [PATCH] swsusp: fix error handlingPavel Machek2005-07-081-12/+11Star
* [PATCH] pm: Fix resume from initrdPavel Machek2005-07-082-10/+10
* [PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch2005-07-061-1/+1
* [PATCH] irqpollAlan Cox2005-06-292-3/+112
* [PATCH] ITIMER_REAL: fix possible deadlock and raceOleg Nesterov2005-06-291-2/+6
* [PATCH] Using msleep() instead of HZLuca Falavigna2005-06-291-5/+4Star
* [PATCH] Tweak idle thread setup semanticsIngo Molnar2005-06-281-1/+8
* [PATCH] kexec: fix sparse warningsAlexey Dobriyan2005-06-281-5/+5
* [PATCH] Return probe redesign: architecture independent changesRusty Lynch2005-06-281-50/+19Star
* [PATCH] kprobes: fix single-step out of line - take2Ananth N Mavinakayanahalli2005-06-281-0/+101
* [PATCH] Update cfq io scheduler to time sliced designJens Axboe2005-06-273-8/+7Star
* Merge Christoph's freeze cleanup patchLinus Torvalds2005-06-263-21/+13Star
|\
| * [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-263-21/+13Star
* | [PATCH] Use ALIGN to remove duplicate codeNick Wilson2005-06-261-1/+1
* | [PATCH] remove redundant NULL check before before kfree() in kernel/sysctl.cJesper Juhl2005-06-261-2/+1Star
* | [PATCH] kernel/timer: fix msleep_interruptible() commentDomen Puncer2005-06-261-1/+1
* | [PATCH] kexec code cleanupManeesh Soni2005-06-261-142/+160
* | [PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg2005-06-262-3/+12
* | [PATCH] kdump: Access dump file in elf format (/proc/vmcore)Vivek Goyal2005-06-261-1/+1
* | [PATCH] Retrieve elfcorehdr address from command lineVivek Goyal2005-06-261-0/+3
* | [PATCH] kdump: Routines for copying dump pagesVivek Goyal2005-06-262-0/+50
* | [PATCH] Kdump: Export crash notes section address through sysfsVivek Goyal2005-06-261-0/+13
* | [PATCH] Kexec on panic vmlinux initrd fixVivek Goyal2005-06-261-1/+1
* | [PATCH] kexec: add kexec syscallsEric W. Biederman2005-06-265-2/+1080
* | [PATCH] sched: voluntary kernel preemptionIngo Molnar2005-06-261-8/+49
* | [PATCH] enable PREEMPT_BKL on !PREEMPT+SMP tooIngo Molnar2005-06-261-1/+1
* | [PATCH] consolidate PREEMPT options into kernel/Kconfig.preemptIngo Molnar2005-06-261-0/+24
* | [PATCH] Dynamic sched domains: cpuset changesDinakar Guniguntala2005-06-261-13/+76
* | [PATCH] Dynamic sched domains: sched changesDinakar Guniguntala2005-06-261-46/+86
* | [PATCH] Changing RT priority without CAP_SYS_NICEOlivier Croquette2005-06-261-7/+18
* | [PATCH] sched: micro-optimize task requeueing in schedule()Chen Shang2005-06-261-7/+12
* | [PATCH] sched: relax pinned balancingNick Piggin2005-06-261-2/+9
* | [PATCH] sched: consolidate sbe sbfNick Piggin2005-06-262-115/+80Star
* | [PATCH] sched: RCU domainsNick Piggin2005-06-261-45/+15Star
* | [PATCH] sched: multilevel sbe sbfNick Piggin2005-06-261-7/+38
* | [PATCH] sched: remove degenerate domainsSuresh Siddha2005-06-261-0/+64
* | [PATCH] sched: null domainsNick Piggin2005-06-261-15/+21
* | [PATCH] sched: cleanup context switch lockingNick Piggin2005-06-261-24/+108
* | [PATCH] sched: uninline task_timesliceIngo Molnar2005-06-261-1/+1
* | [PATCH] sched: schedstats update for balance on forkNick Piggin2005-06-261-27/+36
* | [PATCH] sched: balance on forkNick Piggin2005-06-261-55/+109
* | [PATCH] sched: no aggressive idle balancingNick Piggin2005-06-261-19/+2Star
* | [PATCH] sched: tweak affine wakeupsNick Piggin2005-06-261-25/+32
* | [PATCH] sched: balance timersNick Piggin2005-06-261-64/+74
* | [PATCH] sched: less aggressive idle balancingNick Piggin2005-06-261-6/+0Star
* | [PATCH] sched: add debuggingNick Piggin2005-06-261-10/+4Star
* | [PATCH] sched: fix SMT scheduling problemsNick Piggin2005-06-261-45/+31Star