aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-07-26[PATCH] kill altrootAl Viro
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-26[PATCH] sanitize proc_sysctlAl Viro
2008-07-26[PATCH] sysctl: keep track of tree relationshipsAl Viro
2008-07-26[PATCH] allow delayed freeing of ctl_table_headerAl Viro
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro
2008-07-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2008-07-26make cgroup_seqfile_release() staticAdrian Bunk
2008-07-26tracehook: wait_task_inactiveRoland McGrath
2008-07-26tracehook: force signal_pending()Roland McGrath
2008-07-26tracehook: deathRoland McGrath
2008-07-26tracehook: job controlRoland McGrath
2008-07-26tracehook: get_signal_to_deliverRoland McGrath
2008-07-26tracehook: tracehook_consider_fatal_signalRoland McGrath
2008-07-26tracehook: tracehook_consider_ignored_signalRoland McGrath
2008-07-26tracehook: release_taskRoland McGrath
2008-07-26tracehook: vfork-doneRoland McGrath
2008-07-26tracehook: cloneRoland McGrath
2008-07-26tracehook: exitRoland McGrath
2008-07-26tracehook: unexport ptrace_notifyRoland McGrath
2008-07-26use WARN() in kernel/irq/chip.cArjan van de Ven
2008-07-26Use WARN() in kernel/irq/manage.cArjan van de Ven
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-26relay: add buffer-only channels; useful for early loggingEduard - Gabriel Munteanu
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu
2008-07-26kexec jump: save/restore device stateHuang Ying
2008-07-26kexec jumpHuang Ying
2008-07-26kernel/kexec.c: make 'kimage_terminate' voidWANG Cong
2008-07-26pm selftest: rtc paranoiaDavid Brownell
2008-07-26ftrace: fix modular buildIngo Molnar
2008-07-25signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGN...Ingo Molnar
2008-07-25taskstats: remove initialization of static per-cpu variableVegard Nossum
2008-07-25per-task-delay-accounting: update taskstats for memory reclaim delayKeika Kobayashi
2008-07-25per-task-delay-accounting: add memory reclaim delayKeika Kobayashi
2008-07-25tsacct: fix bacct_add_tsk()'s use of do_div()David Howells
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi
2008-07-25bsdacct: fix and add comments around acct_process()Pavel Emelyanov
2008-07-25bsdacct: account dying tasks in all relevant namespacesPavel Emelyanov
2008-07-25bsdacct: turn acct off for all pidns-s on umount timePavel Emelyanov
2008-07-25bsdacct: switch from global bsd_acct_struct instance to per-pidns onePavel Emelyanov
2008-07-25bsdacct: make internal code work with passed bsd_acct_struct, not globalPavel Emelyanov
2008-07-25bsdacct: turn the acct_lock from on-the-struct to globalPavel Emelyanov
2008-07-25bsdacct: make check timer accept a bsd_acct_struct argumentPavel Emelyanov
2008-07-25bsdacct: "truthify" a comment near acct_processPavel Emelyanov
2008-07-25pidns: use kzalloc when allocating new pid_namespace structPavel Emelyanov
2008-07-25bsdacct: rename acct_gbls to bsd_acct_structPavel Emelyanov
2008-07-25accounting: account for user time when updating memory integralsJonathan Lim
2008-07-25unexport uts_semAdrian Bunk
2008-07-25markers: fix sparse integer as NULL pointer warningHarvey Harrison
2008-07-25markers: use rcu_barrier_sched() and call_rcu_sched()Mathieu Desnoyers