aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-26make cgroup_seqfile_release() staticAdrian Bunk1-1/+1
2008-07-26tracehook: wait_task_inactiveRoland McGrath3-4/+29
2008-07-26tracehook: force signal_pending()Roland McGrath1-1/+3
2008-07-26tracehook: deathRoland McGrath2-20/+16
2008-07-26tracehook: job controlRoland McGrath1-5/+5
2008-07-26tracehook: get_signal_to_deliverRoland McGrath1-11/+27
2008-07-26tracehook: tracehook_consider_fatal_signalRoland McGrath1-4/+5
2008-07-26tracehook: tracehook_consider_ignored_signalRoland McGrath1-11/+16
2008-07-26tracehook: release_taskRoland McGrath1-12/+9
2008-07-26tracehook: vfork-doneRoland McGrath1-4/+1
2008-07-26tracehook: cloneRoland McGrath1-41/+28
2008-07-26tracehook: exitRoland McGrath1-4/+2
2008-07-26tracehook: unexport ptrace_notifyRoland McGrath1-1/+0
2008-07-26use WARN() in kernel/irq/chip.cArjan van de Ven1-8/+4
2008-07-26Use WARN() in kernel/irq/manage.cArjan van de Ven1-2/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-26relay: add buffer-only channels; useful for early loggingEduard - Gabriel Munteanu1-29/+141
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu4-6/+31
2008-07-26kexec jump: save/restore device stateHuang Ying2-2/+39
2008-07-26kexec jumpHuang Ying2-23/+65
2008-07-26kernel/kexec.c: make 'kimage_terminate' voidWANG Cong1-6/+2
2008-07-26pm selftest: rtc paranoiaDavid Brownell1-0/+7
2008-07-25signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGNALFDIngo Molnar1-0/+1
2008-07-25taskstats: remove initialization of static per-cpu variableVegard Nossum1-1/+1
2008-07-25per-task-delay-accounting: update taskstats for memory reclaim delayKeika Kobayashi1-0/+3
2008-07-25per-task-delay-accounting: add memory reclaim delayKeika Kobayashi1-0/+13
2008-07-25tsacct: fix bacct_add_tsk()'s use of do_div()David Howells1-2/+2
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi2-0/+33
2008-07-25bsdacct: fix and add comments around acct_process()Pavel Emelyanov1-1/+7
2008-07-25bsdacct: account dying tasks in all relevant namespacesPavel Emelyanov1-7/+14
2008-07-25bsdacct: turn acct off for all pidns-s on umount timePavel Emelyanov1-12/+16
2008-07-25bsdacct: switch from global bsd_acct_struct instance to per-pidns onePavel Emelyanov2-18/+68
2008-07-25bsdacct: make internal code work with passed bsd_acct_struct, not globalPavel Emelyanov1-38/+39
2008-07-25bsdacct: turn the acct_lock from on-the-struct to globalPavel Emelyanov1-21/+21
2008-07-25bsdacct: make check timer accept a bsd_acct_struct argumentPavel Emelyanov1-4/+5
2008-07-25bsdacct: "truthify" a comment near acct_processPavel Emelyanov1-1/+0
2008-07-25pidns: use kzalloc when allocating new pid_namespace structPavel Emelyanov1-6/+2
2008-07-25bsdacct: rename acct_gbls to bsd_acct_structPavel Emelyanov1-2/+2
2008-07-25accounting: account for user time when updating memory integralsJonathan Lim2-7/+16
2008-07-25unexport uts_semAdrian Bunk1-2/+0
2008-07-25markers: fix sparse integer as NULL pointer warningHarvey Harrison1-1/+1
2008-07-25markers: use rcu_barrier_sched() and call_rcu_sched()Mathieu Desnoyers1-17/+8
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov1-7/+1
2008-07-25pidns: remove now unused kill_proc functionPavel Emelyanov1-12/+0
2008-07-25sysctl: check for bogus modesAlexey Dobriyan1-0/+2
2008-07-25proc: misplaced export of find_get_pidDavid Sterba1-1/+1
2008-07-25workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE failsOleg Nesterov1-3/+6
2008-07-25workqueues: schedule_on_each_cpu() can use schedule_work_on()Oleg Nesterov1-2/+1
2008-07-25workqueues: queue_work() can use queue_work_on()Oleg Nesterov1-7/+4
2008-07-25workqueues: lockdep annotations for flush_work()Oleg Nesterov1-0/+5