aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bsdacct: turn acct off for all pidns-s on umount timePavel Emelyanov2008-07-251-12/+16
* bsdacct: switch from global bsd_acct_struct instance to per-pidns onePavel Emelyanov2008-07-252-18/+68
* bsdacct: make internal code work with passed bsd_acct_struct, not globalPavel Emelyanov2008-07-251-38/+39
* bsdacct: turn the acct_lock from on-the-struct to globalPavel Emelyanov2008-07-251-21/+21
* bsdacct: make check timer accept a bsd_acct_struct argumentPavel Emelyanov2008-07-251-4/+5
* bsdacct: "truthify" a comment near acct_processPavel Emelyanov2008-07-251-1/+0
* pidns: use kzalloc when allocating new pid_namespace structPavel Emelyanov2008-07-251-6/+2
* bsdacct: rename acct_gbls to bsd_acct_structPavel Emelyanov2008-07-251-2/+2
* accounting: account for user time when updating memory integralsJonathan Lim2008-07-252-7/+16
* unexport uts_semAdrian Bunk2008-07-251-2/+0
* markers: fix sparse integer as NULL pointer warningHarvey Harrison2008-07-251-1/+1
* markers: use rcu_barrier_sched() and call_rcu_sched()Mathieu Desnoyers2008-07-251-17/+8
* pidns: remove now unused find_pid function.Pavel Emelyanov2008-07-251-7/+1
* pidns: remove now unused kill_proc functionPavel Emelyanov2008-07-251-12/+0
* sysctl: check for bogus modesAlexey Dobriyan2008-07-251-0/+2
* proc: misplaced export of find_get_pidDavid Sterba2008-07-251-1/+1
* workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE failsOleg Nesterov2008-07-251-3/+6
* workqueues: schedule_on_each_cpu() can use schedule_work_on()Oleg Nesterov2008-07-251-2/+1
* workqueues: queue_work() can use queue_work_on()Oleg Nesterov2008-07-251-7/+4
* workqueues: lockdep annotations for flush_work()Oleg Nesterov2008-07-251-0/+5
* workqueues: make get_online_cpus() useable for work->func()Oleg Nesterov2008-07-252-9/+14
* workqueues: schedule_on_each_cpu: use flush_work()Oleg Nesterov2008-07-251-1/+2
* workqueues: implement flush_work()Oleg Nesterov2008-07-251-0/+46
* workqueues: insert_work: use "list_head *" instead of "int tail"Oleg Nesterov2008-07-251-10/+7
* coredump: kill mm->core_doneOleg Nesterov2008-07-251-1/+7
* coredump: construct the list of coredumping threads at startup timeOleg Nesterov2008-07-251-3/+12
* coredump: turn core_state->nr_threads into atomic_tOleg Nesterov2008-07-251-3/+2
* coredump: move mm->core_waiters into struct core_stateOleg Nesterov2008-07-253-7/+7
* coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov2008-07-251-1/+1
* kill PF_BORROWED_MM in favour of PF_KTHREADOleg Nesterov2008-07-251-2/+2
* introduce PF_KTHREAD flagOleg Nesterov2008-07-251-1/+1
* ptrace: simplify ptrace_stop()->sigkill_pending() pathOleg Nesterov2008-07-251-7/+5
* kernel/signal.c: change vars pid and tgid types to pid_tGustavo Fernando Padovan2008-07-251-6/+6
* signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZMichael Kerrisk2008-07-251-6/+4
* signals: do_signal_stop: kill the SIGNAL_UNKILLABLE checkOleg Nesterov2008-07-251-2/+1
* signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...Oleg Nesterov2008-07-251-2/+1
* __exit_signal: don't take rcu lockOleg Nesterov2008-07-251-2/+0
* signals: change collect_signal() to return voidOleg Nesterov2008-07-251-4/+2
* signals: collect_signal: simplify the "still_pending" logicOleg Nesterov2008-07-251-9/+6
* signals: collect_signal: remove the unneeded sigismember() checkOleg Nesterov2008-07-251-3/+0
* posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);Oleg Nesterov2008-07-251-3/+0
* posix timers: timer_delete: remove the bogus "->it_process != NULL" checkOleg Nesterov2008-07-251-10/+8
* cpuset: two minor code-cleanupsLai Jiangshan2008-07-251-2/+2
* cpuset: code-cleanup for started_afterLai Jiangshan2008-07-251-31/+6
* cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan2008-07-251-0/+5
* cpuset: avoid unnecessary sched domains rebuildingLi Zefan2008-07-251-6/+12
* cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...Miao Xie2008-07-251-0/+7
* cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie2008-07-251-72/+109
* cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn2008-07-254-13/+16
* cgroup files: convert res_counter_write() to be a cgroups write_string() handlerPaul Menage2008-07-251-27/+21