aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-25workqueues: make get_online_cpus() useable for work->func()Oleg Nesterov2-9/+14
2008-07-25workqueues: schedule_on_each_cpu: use flush_work()Oleg Nesterov1-1/+2
2008-07-25workqueues: implement flush_work()Oleg Nesterov1-0/+46
2008-07-25workqueues: insert_work: use "list_head *" instead of "int tail"Oleg Nesterov1-10/+7
2008-07-25coredump: kill mm->core_doneOleg Nesterov1-1/+7
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov1-3/+12
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov1-3/+2
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov3-7/+7
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov1-1/+1
2008-07-25kill PF_BORROWED_MM in favour of PF_KTHREADOleg Nesterov1-2/+2
2008-07-25introduce PF_KTHREAD flagOleg Nesterov1-1/+1
2008-07-25ptrace: simplify ptrace_stop()->sigkill_pending() pathOleg Nesterov1-7/+5
2008-07-25kernel/signal.c: change vars pid and tgid types to pid_tGustavo Fernando Padovan1-6/+6
2008-07-25signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZMichael Kerrisk1-6/+4
2008-07-25signals: do_signal_stop: kill the SIGNAL_UNKILLABLE checkOleg Nesterov1-2/+1
2008-07-25signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_STOP_DEQUEUEDOleg Nesterov1-2/+1
2008-07-25__exit_signal: don't take rcu lockOleg Nesterov1-2/+0
2008-07-25signals: change collect_signal() to return voidOleg Nesterov1-4/+2
2008-07-25signals: collect_signal: simplify the "still_pending" logicOleg Nesterov1-9/+6
2008-07-25signals: collect_signal: remove the unneeded sigismember() checkOleg Nesterov1-3/+0
2008-07-25posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);Oleg Nesterov1-3/+0
2008-07-25posix timers: timer_delete: remove the bogus "->it_process != NULL" checkOleg Nesterov1-10/+8
2008-07-25cpuset: two minor code-cleanupsLai Jiangshan1-2/+2
2008-07-25cpuset: code-cleanup for started_afterLai Jiangshan1-31/+6
2008-07-25cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan1-0/+5
2008-07-25cpuset: avoid unnecessary sched domains rebuildingLi Zefan1-6/+12
2008-07-25cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/onlineMiao Xie1-0/+7
2008-07-25cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie1-72/+109
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn4-13/+16
2008-07-25cgroup files: convert res_counter_write() to be a cgroups write_string() handlerPaul Menage1-27/+21
2008-07-25cgroup files: remove cpuset_common_file_write()Paul Menage1-74/+35
2008-07-25cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage1-66/+14
2008-07-25cgroup files: move notify_on_release file to separate write handlerPaul Menage1-8/+13
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage1-9/+12
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage1-68/+57
2008-07-25cgroup files: add write_string cgroup control file methodPaul Menage1-0/+35
2008-07-25cgroups: annotate two variables with __read_mostlyLi Zefan1-2/+2
2008-07-25cgroup: list_for_each cleanupKOSAKI Motohiro1-23/+21