aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-27task IO accounting: improve code readabilityAndrea Righi3-47/+12
2008-07-27tracing: remove unused variableAndrea Righi1-1/+0
2008-07-27lost sysctl fixAl Viro1-7/+9
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro1-0/+1
2008-07-26[PATCH] kill altrootAl Viro3-10/+0
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-5/+5
2008-07-26[PATCH] sanitize proc_sysctlAl Viro1-0/+15
2008-07-26[PATCH] sysctl: keep track of tree relationshipsAl Viro1-0/+63
2008-07-26[PATCH] allow delayed freeing of ctl_table_headerAl Viro1-1/+36
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro1-10/+31
2008-07-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-16/+22
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-26ftrace: fix modular buildIngo Molnar1-0/+2
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