summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* introduce PF_KTHREAD flagOleg Nesterov2008-07-254-2/+4
* ptrace: simplify ptrace_stop()->sigkill_pending() pathOleg Nesterov2008-07-251-7/+5
* ptrace: give more respect to SIGKILLOleg Nesterov2008-07-251-3/+0
* include/asm/ptrace.h userspace headers cleanupAdrian Bunk2008-07-2515-23/+32
* 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
* coredump: zap_threads: comments && use while_each_thread()Oleg Nesterov2008-07-251-7/+32
* 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
* memcg: limit change shrink usageKAMEZAWA Hiroyuki2008-07-252-6/+45
* res_counter: limit change support ebusyKAMEZAWA Hiroyuki2008-07-251-0/+16
* memcg: clean up checking of the disabled flagLi Zefan2008-07-251-11/+12
* memcg: remove a redundant checkKAMEZAWA Hiroyuki2008-07-251-28/+25
* memcg: add hints for branchKAMEZAWA Hiroyuki2008-07-251-4/+4
* memcg: helper function for relcaim from shmem.KAMEZAWA Hiroyuki2008-07-253-7/+37
* memcg: remove refcnt from page_cgroupKAMEZAWA Hiroyuki2008-07-256-80/+97
* memcg: better migration handlingKAMEZAWA Hiroyuki2008-07-253-75/+86
* memcg: avoid unnecessary initializationKAMEZAWA Hiroyuki2008-07-251-3/+8
* memcg: make global var read_mostlyKAMEZAWA Hiroyuki2008-07-251-3/+3
* devcgroup: code cleanupLi Zefan2008-07-251-14/+8
* devcgroup: relax white-list protection down to RCUPavel Emelyanov2008-07-251-13/+22
* cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn2008-07-256-16/+23
* cgroup files: convert res_counter_write() to be a cgroups write_string() handlerPaul Menage2008-07-253-49/+34
* cgroup files: convert devcgroup_access_write() into a cgroup write_string() h...Paul Menage2008-07-251-63/+38
* cgroup files: remove cpuset_common_file_write()Paul Menage2008-07-251-74/+35
* cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage2008-07-251-66/+14
* cgroup files: move notify_on_release file to separate write handlerPaul Menage2008-07-251-8/+13
* cgroups: misc cleanups to write_string patchsetPaul Menage2008-07-252-11/+14
* cgroup files: move the release_agent file to use typed handlersPaul Menage2008-07-252-68/+59
* cgroup files: add write_string cgroup control file methodPaul Menage2008-07-252-0/+49
* cgroup files: clean up whitespace in struct cftypePaul Menage2008-07-251-16/+16
* cgroups: annotate two variables with __read_mostlyLi Zefan2008-07-251-2/+2
* cgroup: list_for_each cleanupKOSAKI Motohiro2008-07-251-23/+21
* Mark res_counter_charge(_locked) with __must_checkPavel Emelyanov2008-07-251-2/+4
* cgroup: use read lock to guard find_existing_css_set()Li Zefan2008-07-251-2/+2
* procfs-guide: drop pointless   entitiesMike Frysinger2008-07-251-2/+2
* quota: implement sending information via netlink about user below quotaJan Kara2008-07-252-6/+58
* quota: convert macros to inline functionsJan Kara2008-07-252-17/+53
OpenPOWER on IntegriCloud