summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli2005-11-071-1/+1
* [PATCH] Kprobes: Use RCU for (un)register synchronization - base changesAnanth N Mavinakayanahalli2005-11-071-61/+42Star
* [PATCH] Kprobes: Track kprobe on a per_cpu basis - base changesAnanth N Mavinakayanahalli2005-11-071-15/+28
* [PATCH] consolidate sys_ptrace()Christoph Hellwig2005-11-071-0/+82
* [PATCH] fix remaining missing includesTim Schmielau2005-11-071-0/+1
* [PATCH] FUTEX_WAKE_OP: enhanced error handlingDavid Gibson2005-11-071-0/+5
* [PATCH] aio: remove aio_max_nr accounting raceZach Brown2005-11-071-2/+2
* [PATCH] Process Events ConnectorMatt Helsley2005-11-073-0/+13
* [PATCH] swsusp: remove unused variablePavel Machek2005-11-071-8/+1Star
* [PATCH] swsusp cleanupsPavel Machek2005-11-072-28/+27Star
* [PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens2005-11-074-4/+7
* [PATCH] posix-timers `unlikely' rejigAndrew Morton2005-11-071-3/+3
* [PATCH] improve scheduler fairness a bitOleg Nesterov2005-11-041-1/+1
* Merge ../linux-2.6 by handPaul Mackerras2005-10-3132-1143/+1661
|\
| * [PATCH] fix missing includesTim Schmielau2005-10-313-0/+3
| * [PATCH] Remove duplicate code in signal.cPaul E. McKenney2005-10-311-11/+5Star
| * [PATCH] remove unneeded SI_TIMER checksOleg Nesterov2005-10-311-18/+0Star
| * [PATCH] cleanup the usage of SEND_SIG_xxx constantsOleg Nesterov2005-10-311-11/+7Star
| * [PATCH] remove hardcoded SEND_SIG_xxx constantsOleg Nesterov2005-10-312-20/+25
| * [PATCH] sched: hardcode non-smp set_cpus_allowedPaul Jackson2005-10-311-1/+0Star
| * [PATCH] posix-cpu-timers: fix overrun reportingRoland McGrath2005-10-311-6/+10
| * [PATCH] RCU torture-testing kernel modulePaul E. McKenney2005-10-313-0/+503
| * [PATCH] jiffies_64 cleanupThomas Gleixner2005-10-311-0/+4
| * [PATCH] wait4 PTRACE_ATTACH race fixRoland McGrath2005-10-311-0/+9
| * [PATCH] PF_DEAD cleanupCoywolf Qi Hunt2005-10-311-5/+5
| * [PATCH] cleanup for kernel/printk.cJesper Juhl2005-10-311-36/+42
| * [PATCH] Keys: Get rid of warning in kmod.c if keys disabledDavid Howells2005-10-311-3/+3
| * [PATCH] ptrace/coredump/exit_group deadlockAndrea Arcangeli2005-10-312-5/+8
| * [PATCH] cpusets: automatic numa mempolicy rebindingPaul Jackson2005-10-311-0/+4
| * [PATCH] cpusets: simple renamePaul Jackson2005-10-311-0/+16
| * [PATCH] cpusets: dual semaphore locking overhaulPaul Jackson2005-10-311-137/+281
| * [PATCH] cpusets: remove depth counted locking hackPaul Jackson2005-10-311-65/+40Star
| * [PATCH] cpuset cleanupPaul Jackson2005-10-311-1/+0Star
| * [PATCH] posix-timers: use schedule_timeout() in common_nsleep()Oleg Nesterov2005-10-311-18/+1Star
| * [PATCH] Unify sys_tkill() and sys_tgkill()Vadim Lobanov2005-10-311-46/+25Star
| * [PATCH] kill sigqueue->lockOleg Nesterov2005-10-311-6/+4Star
| * [PATCH] remove timer debug fieldAndrew Morton2005-10-311-35/+0Star
| * [PATCH] Use alloc_percpu to allocate workqueues locallyChristoph Lameter2005-10-311-13/+20
| * [PATCH] ntp whitespace cleanupAndrew Morton2005-10-311-126/+126
| * [PATCH] NTP shift_right cleanupjohn stultz2005-10-312-61/+17Star
| * [PATCH] Add kthread_stop_sem()Alan Stern2005-10-311-2/+11
| * [PATCH] introduce setup_timer() helperOleg Nesterov2005-10-311-6/+2Star
| * [PATCH] introduce .valid callback for pm_opsShaohua Li2005-10-311-1/+4
| * [PATCH] swsusp: two simplificationsRafael J. Wysocki2005-10-312-7/+3Star
| * [PATCH] swsusp: get rid of unnecessary wrapper functionRafael J. Wysocki2005-10-311-7/+1Star
| * [PATCH] swsusp: cleanupsPavel Machek2005-10-311-12/+10Star
| * [PATCH] swsusp: remove unneccessary includesPavel Machek2005-10-312-31/+3Star
| * [PATCH] swsusp: rework memory freeing on resumeRafael J. Wysocki2005-10-314-83/+45Star
| * [PATCH] swsusp: reduce the use of global variablesRafael J. Wysocki2005-10-313-43/+43
| * [PATCH] swsusp: move snapshot functionality to separate fileRafael J. Wysocki2005-10-314-437/+486