aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-0/+3
2007-05-17swsusp: fix sysfs interfaceRafael J. Wysocki2-3/+4
2007-05-17make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename sizeDan Aloni1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-4/+2
2007-05-16Fix ACPI suspend / device suspend ordering problemLinus Torvalds1-7/+8
2007-05-15audit_match_signal() and friends are used only if CONFIG_AUDITSYSCALL is setAl Viro1-0/+2
2007-05-15clocksource: fix lock order in the resume pathThomas Gleixner1-7/+3
2007-05-14timekeeping fix patch got mis-appliedThomas Gleixner2-2/+2
2007-05-12compat signalfd and timerfd are cond syscallsHeiko Carstens1-0/+2
2007-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-0/+7
2007-05-11Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds5-95/+290
2007-05-11[IA64] SN: validate smp_affinity mask on intr redirectJohn Keller1-0/+7
2007-05-11signal/timer/event: eventfd coreDavide Libenzi1-0/+1
2007-05-11signal/timer/event: timerfd compat codeDavide Libenzi1-4/+4
2007-05-11signal/timer/event: timerfd coreDavide Libenzi1-0/+1
2007-05-11signal/timer/event: signalfd coreDavide Libenzi4-5/+37
2007-05-11Use task_pgrp() task_session() in copy_process()Sukadev Bhattiprolu1-6/+3
2007-05-11Use struct pid parameter in copy_process()Sukadev Bhattiprolu1-5/+6
2007-05-11statically initialize struct pid for swapperSukadev Bhattiprolu1-0/+2
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu4-10/+16
2007-05-11use defines in sys_getpriority/sys_setpriorityDaniel Walker1-2/+3
2007-05-11stop_machine() now uses hard_irq_disableBenjamin Herrenschmidt1-0/+4
2007-05-11getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet3-0/+17
2007-05-11[PATCH] Abnormal End of ProcessesSteve Grubb1-0/+39
2007-05-11[PATCH] match audit name dataAmy Griffis1-58/+84
2007-05-11[PATCH] complete message queue auditingAmy Griffis1-27/+0
2007-05-11[PATCH] initialize name osidAmy Griffis1-0/+1
2007-05-11[PATCH] audit signal recipientsAmy Griffis4-29/+153
2007-05-11[PATCH] auditing ptraceAl Viro2-0/+32
2007-05-10timer: revert parenthesis fix in tbase_get_deferrable() etcakpm@linux-foundation.org1-5/+5
2007-05-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+9
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds5-10/+10
2007-05-09rename thread_info to stackRoman Zippel1-2/+2
2007-05-09wrap access to thread_infoRoman Zippel1-4/+4
2007-05-09clocksource: fix resume logicThomas Gleixner2-0/+47
2007-05-09Make vm statistics update interval configurableChristoph Lameter1-0/+12
2007-05-09microcode: use suspend-related CPU hotplug notificationsRafael J. Wysocki1-10/+0
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki10-16/+50
2007-05-09timer: parenthesis fix in tbase_get_deferrable() etcJarek Poplawski1-5/+5
2007-05-09FUTEX: new PRIVATE futexesEric Dumazet1-114/+210
2007-05-09futex_requeue_pi optimizationPierre Peiffer4-87/+532
2007-05-09Make futex_wait() use an hrtimer for timeoutPierre Peiffer2-54/+54
2007-05-09futex priority based wakeupPierre Peiffer1-29/+49
2007-05-09make cancel_rearming_delayed_work() reliableOleg Nesterov1-49/+91
2007-05-09Remove kthread_bind() call from _cpu_down()Gautham R Shenoy1-4/+0
2007-05-09change kernel threads to ignore signals instead of blocking themOleg Nesterov3-15/+14
2007-05-09worker_thread: don't play with SIGCHLD and numa policyOleg Nesterov1-12/+0
2007-05-09wait_for_helper: remove unneeded do_sigaction()Oleg Nesterov1-5/+0
2007-05-09Change reparent_to_init to reparent_to_kthreaddEric W. Biederman1-8/+8
2007-05-09kthread: don't depend on work queuesEric W. Biederman1-56/+68