aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* pi-futex: fix exit races and locking problemsAlexey Kuznetsov2007-06-082-111/+182
* rt-mutex: fix chain walk early wakeup bugThomas Gleixner2007-06-081-0/+13
* rt-mutex: fix stale return valueThomas Gleixner2007-06-081-2/+9
* Restrict clearing TIF_SIGPENDINGRoland McGrath2007-06-071-4/+12
* timer stats: speedupsIngo Molnar2007-06-011-1/+6
* timer statistics: fix raceBjorn Steinbrink2007-06-011-16/+21
* fix compat futex code for private futexesUlrich Drepper2007-06-011-4/+5
* fix possible null ptr deref in kallsyms_lookupKyle McMartin2007-05-301-1/+2
* NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner2007-05-292-2/+24
* Fix crash with irqpoll due to the IRQF_IRQPOLL flag testingLinus Torvalds2007-05-241-9/+37
* Prevent going idle with softirq pendingThomas Gleixner2007-05-231-3/+1
* power: Fix sizeof(PAGE_SIZE) typoOGAWA Hirofumi2007-05-231-1/+1
* simplify cleanup_workqueue_thread()Oleg Nesterov2007-05-231-47/+37
* recalc_sigpending_tsk fixesRoland McGrath2007-05-233-12/+21
* NOHZ: Rate limit the local softirq pending warning outputThomas Gleixner2007-05-231-3/+9
* Ignore bogus ACPI info for offline CPUsThomas Gleixner2007-05-231-5/+12
* freezer: move frozen_process() to kernel/power/process.cGautham R Shenoy2007-05-231-1/+13
* freezer: fix kthread_create vs freezer theoretical raceOleg Nesterov2007-05-231-2/+5
* freezer: take kernel_execve into considerationRafael J. Wysocki2007-05-231-2/+2
* freezer: fix vfork problemRafael J. Wysocki2007-05-232-20/+12
* freezer: close potential race between refrigerator and thaw_tasksRafael J. Wysocki2007-05-231-1/+11
* Detach sched.h from mm.hAlexey Dobriyan2007-05-212-0/+3
* swsusp: fix sysfs interfaceRafael J. Wysocki2007-05-172-3/+4
* make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename ...Dan Aloni2007-05-171-1/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-4/+2
* Fix ACPI suspend / device suspend ordering problemLinus Torvalds2007-05-161-7/+8
* audit_match_signal() and friends are used only if CONFIG_AUDITSYSCALL is setAl Viro2007-05-151-0/+2
* clocksource: fix lock order in the resume pathThomas Gleixner2007-05-151-7/+3
* timekeeping fix patch got mis-appliedThomas Gleixner2007-05-142-2/+2
* compat signalfd and timerfd are cond syscallsHeiko Carstens2007-05-121-0/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-05-111-0/+7
|\
| * [IA64] SN: validate smp_affinity mask on intr redirectJohn Keller2007-05-111-0/+7
* | Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2007-05-115-95/+290
|\ \
| * | [PATCH] Abnormal End of ProcessesSteve Grubb2007-05-111-0/+39
| * | [PATCH] match audit name dataAmy Griffis2007-05-111-58/+84
| * | [PATCH] complete message queue auditingAmy Griffis2007-05-111-27/+0
| * | [PATCH] initialize name osidAmy Griffis2007-05-111-0/+1
| * | [PATCH] audit signal recipientsAmy Griffis2007-05-114-29/+153
| * | [PATCH] auditing ptraceAl Viro2007-05-112-0/+32
* | | signal/timer/event: eventfd coreDavide Libenzi2007-05-111-0/+1
* | | signal/timer/event: timerfd compat codeDavide Libenzi2007-05-111-4/+4
* | | signal/timer/event: timerfd coreDavide Libenzi2007-05-111-0/+1
* | | signal/timer/event: signalfd coreDavide Libenzi2007-05-114-5/+37
* | | Use task_pgrp() task_session() in copy_process()Sukadev Bhattiprolu2007-05-111-6/+3
* | | Use struct pid parameter in copy_process()Sukadev Bhattiprolu2007-05-111-5/+6
* | | statically initialize struct pid for swapperSukadev Bhattiprolu2007-05-111-0/+2
* | | attach_pid() with struct pid parameterSukadev Bhattiprolu2007-05-114-10/+16
* | | use defines in sys_getpriority/sys_setpriorityDaniel Walker2007-05-111-2/+3
* | | stop_machine() now uses hard_irq_disableBenjamin Herrenschmidt2007-05-111-0/+4
* | | getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet2007-05-113-0/+17
|/ /